From 3eb5ac0a4fefd92cb4bedb3fac2601a567487d1f Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Mon, 17 Feb 2025 10:34:01 +0800 Subject: [PATCH] =?UTF-8?q?bug#1864=E4=BB=BB=E5=8A=A1=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E5=AD=97=E6=AE=B5=E9=87=8D=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/base/smartExcel/cpts/filling-info.vue | 15 +++------------ 1 file changed, 3 insertions(+), 12 deletions(-) diff --git a/src/views/modules/base/smartExcel/cpts/filling-info.vue b/src/views/modules/base/smartExcel/cpts/filling-info.vue index 1b216d99c..d4b9b8f05 100644 --- a/src/views/modules/base/smartExcel/cpts/filling-info.vue +++ b/src/views/modules/base/smartExcel/cpts/filling-info.vue @@ -18,7 +18,7 @@ -
{{ formData.taskPeriod === 'once' ? '一次性' : '每周' }}
+
{{ formData.taskPeriod === 'once' ? '一次性' : formData.taskPeriod === 'weekly' ? '每周' : formData.taskPeriod === 'halfAMonth' ? '每半月' : formData.taskPeriod === 'month' ? '每月' : '每季度' }}
@@ -31,22 +31,13 @@
{{ formData.agencyName }}
- +
{{ formData.createByName }}
+ - -
{{ formData.type }}
-
-
- - -
{{ formData.taskPeriod === 'once' ? '一次性' : formData.taskPeriod === 'weekly' ? '每周' : formData.taskPeriod === 'halfAMonth' ? '每半月' : formData.taskPeriod === 'month' ? '每月' : '每季度' }}
-
-
-
{{ formData.userName }}