diff --git a/src/views/modules/base/smartExcel/cpts/excel-info.vue b/src/views/modules/base/smartExcel/cpts/excel-info.vue index de6720e4c..ae856fc46 100644 --- a/src/views/modules/base/smartExcel/cpts/excel-info.vue +++ b/src/views/modules/base/smartExcel/cpts/excel-info.vue @@ -71,12 +71,13 @@ style="width: 70%;margin-left: 3%; margin-top: 30px;" > + diff --git a/src/views/modules/base/smartExcel/cpts/excel-summary.vue b/src/views/modules/base/smartExcel/cpts/excel-summary.vue index 3eab59f34..d9ecf8456 100644 --- a/src/views/modules/base/smartExcel/cpts/excel-summary.vue +++ b/src/views/modules/base/smartExcel/cpts/excel-summary.vue @@ -7,15 +7,16 @@ 返回
- -
周期更新表
+
任务主题:{{list[0].taskIntroduction}} 任务周期:{{list[0].taskPeriodName}}
+ +
{{list[0].taskTitle}}

提报的文件

-
{{ item.taskTitle }}周期更新表
-
({{ getStateDescription(item.taskState) }})
+
{{ item.agencyName }}-{{item.userName}}
+
({{ item.taskStateName }})
@@ -48,20 +49,6 @@ export default { this.getTableList() }, methods: { - getStateDescription(state) { - const stateMap = { - deal: "处理中", - resolve: "完结", - cancel: "取消", - notStart: "未开始", - notSubmit: "未提交", - rejected: "已驳回", - submit: "已提交", - archived: "已存档", - reassigne: "已改派" - }; - return stateMap[state] || "未开始"; - }, async getTableList(){ let url = '/actual/base/communityOneTablePeriodPublish/page' let params = { @@ -152,4 +139,16 @@ export default { .agencyName { margin: 12px 0 12px; } - +.orange{ + color: #f87f3a; +} +.green{ + color: #08b9b4; +} +.blue{ + color: #5294ff; +} +.black{ + color:#323888; +} + \ No newline at end of file diff --git a/src/views/modules/base/smartExcel/cpts/filling-info.vue b/src/views/modules/base/smartExcel/cpts/filling-info.vue index 518e96b1c..92087ae50 100644 --- a/src/views/modules/base/smartExcel/cpts/filling-info.vue +++ b/src/views/modules/base/smartExcel/cpts/filling-info.vue @@ -16,9 +16,14 @@ - - -
{{ formData.createdTime }}
+ + +
{{ formData.taskPeriod === 'once' ? '一次性' : '每周' }}
+
+
+ + +
每周{{formData.completeLimitDay}} {{ formData.completeLimitHour }}
@@ -31,16 +36,6 @@
{{ formData.createByName }}
- - -
{{ formData.type }}
-
-
- - -
{{ formData.taskPeriod === 'once' ? '一次性' : '每周' }}
-
-
@@ -51,6 +46,16 @@ + + +
数据提报
+
+
+ + +
{{ formData.startTime }} 至 {{ formData.endTime }}
+
+
@@ -69,7 +74,7 @@ @click="handleClickShowView(formData.subWorkBookId, formData.taskStateName)" :key="index">
{{ formData.taskTitle }}
-
({{ formData.taskStateName }})
+
({{ formData.taskStateName }})
@@ -83,7 +88,7 @@ @@ -236,4 +241,16 @@ export default { height: 80px; } } +.orange{ + color: #f87f3a; +} +.green{ + color: #08b9b4; +} +.blue{ + color: #5294ff; +} +.black{ + color:#323888; +}