From 165592365e80eabf158048fe9d4bfe63ba8e0236 Mon Sep 17 00:00:00 2001 From: wanglei Date: Tue, 28 Oct 2025 16:55:12 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=9F=E6=88=90=E8=80=83=E6=A0=B8=E5=BE=97?= =?UTF-8?q?=E5=88=86=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/kaohe/pingce/index.vue | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/ruoyi-ui/src/views/kaohe/pingce/index.vue b/ruoyi-ui/src/views/kaohe/pingce/index.vue index 1e3bae9..9354507 100644 --- a/ruoyi-ui/src/views/kaohe/pingce/index.vue +++ b/ruoyi-ui/src/views/kaohe/pingce/index.vue @@ -370,6 +370,7 @@ +
考核任务名称:{{ pcSetUp.pingceName }}
@@ -480,13 +481,20 @@ @@ -1309,6 +1316,7 @@ export default { id: row.id, pcTitle: row.pcTitle, bkhdxType: row.bkhdxType, + templateName: row.templateName, }).then(response => { this.$modal.msgSuccess("生成成功") })