diff --git a/src/views/modules/base/smartExcel/cpts/excel-upload-data.vue b/src/views/modules/base/smartExcel/cpts/excel-upload-data.vue
index 7d3afd21d..f72be9623 100644
--- a/src/views/modules/base/smartExcel/cpts/excel-upload-data.vue
+++ b/src/views/modules/base/smartExcel/cpts/excel-upload-data.vue
@@ -76,7 +76,7 @@
+
+
diff --git a/src/views/modules/base/smartExcel/cpts/filling-info.vue b/src/views/modules/base/smartExcel/cpts/filling-info.vue
index 127086412..9497bf936 100644
--- a/src/views/modules/base/smartExcel/cpts/filling-info.vue
+++ b/src/views/modules/base/smartExcel/cpts/filling-info.vue
@@ -27,7 +27,7 @@
每周期的第{{formData.completeLimitDay }} {{formData.completeLimitHour}}
- 内完成
+ 天内完成
@@ -72,12 +72,12 @@
-
任务提醒
+ 任务提报
(点击以下表格开始提报任务)
+ @click="handleClickShowView(formData.subWorkBookId, formData.taskStateName)" :key="index" :class="{'disabled': formData.taskStateName === '已取消'}">
{{ formData.taskTitle }}
diff --git a/src/views/modules/base/smartExcel/filling.vue b/src/views/modules/base/smartExcel/filling.vue
index f991efe77..21ab2618e 100644
--- a/src/views/modules/base/smartExcel/filling.vue
+++ b/src/views/modules/base/smartExcel/filling.vue
@@ -4,18 +4,12 @@
-
-
-
+
@@ -65,10 +59,10 @@
-
- {{ scope.row.taskPeriod === 'once' ? '一次性' : scope.row.taskPeriod === 'weekly' ? '每周' : scope.row.taskPeriod === 'halfMonth' ? '每半月' : scope.row.taskPeriod === 'month' ? '每月' : '每季度' }}
+ {{ scope.row.taskPeriodName }}