diff --git a/src/views/modules/base/smartExcel/cpts/excel-info.vue b/src/views/modules/base/smartExcel/cpts/excel-info.vue
index 8928b701a..9e145c41d 100644
--- a/src/views/modules/base/smartExcel/cpts/excel-info.vue
+++ b/src/views/modules/base/smartExcel/cpts/excel-info.vue
@@ -80,7 +80,7 @@
{{ scope.row.resolveNum
}}/{{ scope.row.taskNum
}}
- 查看
+ 查看
@@ -88,7 +88,7 @@
-
+
@@ -113,7 +113,8 @@ export default {
showSummary:false,
formData:{
},
- tableData:[]
+ tableData:[],
+ summaryDetal:{}
};
},
created() {},
@@ -145,8 +146,10 @@ export default {
this.showType=value
this.showPersonel=true
},
- handelClickShowSummary(){
+ handelClickShowSummary(value){
+ console.log(value,"dslkjlksdf");
this.showSummary = true
+ this.summaryDetal=value
},
closeSummary(){
this.showSummary = false;
diff --git a/src/views/modules/base/smartExcel/cpts/excel-summary.vue b/src/views/modules/base/smartExcel/cpts/excel-summary.vue
index 665bd39ff..b31467fcc 100644
--- a/src/views/modules/base/smartExcel/cpts/excel-summary.vue
+++ b/src/views/modules/base/smartExcel/cpts/excel-summary.vue
@@ -14,7 +14,7 @@
![]()
-
{{ item.title }}周期更新表
+
{{ item.taskTitle }}周期更新表
({{ item.state }})
@@ -27,52 +27,38 @@