From a333e168df33b0d49c917fd9fc0ebf2735b568c6 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: Wed, 5 Feb 2025 16:58:50 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E8=BF=9B=E5=BA=A6=E6=83=85?=
=?UTF-8?q?=E5=86=B5=E8=AF=A6=E6=83=85?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../base/smartExcel/cpts/excel-info.vue | 11 ++--
.../base/smartExcel/cpts/excel-summary.vue | 64 ++++++++-----------
2 files changed, 35 insertions(+), 40 deletions(-)
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 @@