From a40239d4de699c6a6554f4acf0b39b63b29f076d 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: Thu, 6 Feb 2025 10:44:36 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=8E=A5=E5=8F=97=E4=BA=BA?= =?UTF-8?q?=E5=91=98=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/base/smartExcel/cpts/acceptingPersonel.vue | 2 +- src/views/modules/base/smartExcel/cpts/excel-info.vue | 9 +++++++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/src/views/modules/base/smartExcel/cpts/acceptingPersonel.vue b/src/views/modules/base/smartExcel/cpts/acceptingPersonel.vue index 331639650..c1f449142 100644 --- a/src/views/modules/base/smartExcel/cpts/acceptingPersonel.vue +++ b/src/views/modules/base/smartExcel/cpts/acceptingPersonel.vue @@ -32,7 +32,7 @@ - + diff --git a/src/views/modules/base/smartExcel/cpts/excel-info.vue b/src/views/modules/base/smartExcel/cpts/excel-info.vue index 9e145c41d..0eb9ac232 100644 --- a/src/views/modules/base/smartExcel/cpts/excel-info.vue +++ b/src/views/modules/base/smartExcel/cpts/excel-info.vue @@ -51,7 +51,7 @@
{{formData.totalNum}}人
查看接收人员名单 - 调整收人人员 + 调整接受人员 @@ -91,7 +91,7 @@
- + @@ -107,6 +107,7 @@ import { mapGetters } from 'vuex' export default { data() { return { + title:"调整接受人员", taskId:"", showType:"", showPersonel:false, @@ -144,6 +145,10 @@ export default { oncClickInfo(value){ this.taskId=this.formData.id this.showType=value + if (value=="info") { + this.title="查看接收人员名单" + } + this.showPersonel=true }, handelClickShowSummary(value){