From e8dddd8dca4b1c1b6dfbe67bbea5887adfe8539d Mon Sep 17 00:00:00 2001 From: wangzhuo Date: Thu, 18 Sep 2025 22:20:13 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=88=91=E7=9A=84=E8=AE=A1=E5=88=92?= =?UTF-8?q?=E5=92=8C=E8=AE=A1=E5=88=92=E7=BC=96=E8=BE=91=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/business/CRM/plan/myPlan.vue | 105 ++++++++++++++--------- src/pages/business/CRM/plan/planEdit.vue | 61 ++++++------- 2 files changed, 94 insertions(+), 72 deletions(-) diff --git a/src/pages/business/CRM/plan/myPlan.vue b/src/pages/business/CRM/plan/myPlan.vue index ffbd47b..46f037a 100644 --- a/src/pages/business/CRM/plan/myPlan.vue +++ b/src/pages/business/CRM/plan/myPlan.vue @@ -17,7 +17,7 @@ - 姓名:{{ userInfo.nickName || userInfo.userName }} + {{ yearMonth }} @@ -28,37 +28,42 @@ - {{ getTapLabel(item) }} - - - - - - - {{ getWorkDate(index) }} {{ WeekCN[index] }} - 编辑 - - - 工作类型 - {{ getWorkType(index) || '' }} - - - - 内容 - {{ getWorkEvent(index) || '' }} + + + + + + + {{ getWorkDate(index) }} {{ WeekCN[index] }} + 编辑 + + + 工作类型 + {{ getWorkType(index) || '' }} + + + + 内容 + {{ getWorkEvent(index) || '' }} + + - - - - 暂无数据 - + + + 暂无数据 + + @@ -69,13 +74,12 @@