From b895bd74f5893bc085f95c8eaa6039dd88a53e41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Fri, 17 Jan 2025 17:49:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=A1=E6=81=AF=E6=8E=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../base/smartExcel/cpts/filling-info.vue | 32 +++- src/views/modules/base/smartExcel/filling.vue | 137 ++++++++++-------- 2 files changed, 105 insertions(+), 64 deletions(-) diff --git a/src/views/modules/base/smartExcel/cpts/filling-info.vue b/src/views/modules/base/smartExcel/cpts/filling-info.vue index 7ceade8e3..38d88c33e 100644 --- a/src/views/modules/base/smartExcel/cpts/filling-info.vue +++ b/src/views/modules/base/smartExcel/cpts/filling-info.vue @@ -11,24 +11,24 @@
-
{{ formData.title}}
+
{{ formData.taskTitle}}
-
{{formData.date}}
+
{{formData.createdTime}}
-
{{formData.bumen}}
+
{{formData.agencyName}}
-
{{formData.person}}
+
{{formData.createByName}}
@@ -38,13 +38,13 @@ -
{{formData.cycle}}
+
{{formData.taskPeriod === 'once' ? '一次性' : '每周'}}
-
{{formData.fenfa}}
+
{{formData.userName}}
转派其他接受人
@@ -54,7 +54,7 @@
-
{{formData.shuoming}}
+
{{formData.taskIntroduction}}
@@ -100,6 +100,7 @@ diff --git a/src/views/modules/base/smartExcel/filling.vue b/src/views/modules/base/smartExcel/filling.vue index 2fc17d37b..93c3ffc71 100644 --- a/src/views/modules/base/smartExcel/filling.vue +++ b/src/views/modules/base/smartExcel/filling.vue @@ -4,23 +4,18 @@
- +
@@ -102,7 +112,7 @@