From 731707bc4acff9b3d01c4e90f30368c565f8c336 Mon Sep 17 00:00:00 2001 From: shenyanpei Date: Mon, 20 Dec 2021 14:29:19 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=A5=E4=BC=9A=E6=B5=81=E7=A8=8B=E9=99=84?= =?UTF-8?q?=E4=BB=B6=E4=B8=8B=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/localTool/standCalendar/index.vue | 37 +++-- .../pages/creatProcess/bzhHd-rh/step1.vue | 135 +++++++++++++----- .../pages/creatProcess/bzhHd-rh/step2.vue | 55 ++++++- .../pages/creatProcess/bzhHd-rh/step3.vue | 54 ++++++- .../pages/creatProcess/bzhHd-rh/step4.vue | 54 ++++++- .../pages/creatProcess/bzhHd-rh/step5.vue | 54 ++++++- .../pages/creatProcess/bzhHd-rh/step6-1.vue | 4 +- .../pages/creatProcess/bzhHd-rh/step6.vue | 54 ++++++- .../pages/creatProcess/bzhHy-ch/step6.vue | 2 +- 9 files changed, 378 insertions(+), 71 deletions(-) diff --git a/src/pages/localTool/standCalendar/index.vue b/src/pages/localTool/standCalendar/index.vue index 606229d2c..f0e0e31f3 100644 --- a/src/pages/localTool/standCalendar/index.vue +++ b/src/pages/localTool/standCalendar/index.vue @@ -41,10 +41,10 @@ - + @@ -52,7 +52,7 @@
{{ timeDay.day || nowDate }}
- +
暂无会议
@@ -74,8 +74,13 @@
会议附件 : {{ '-' }} - - {{ res.name }} {{ ';'}} + + + {{ res.name.slice(0, 30) + '...' }} {{ ';' }} + + + {{ res.name }} {{ ';' }} +
@@ -87,7 +92,7 @@