From 9f3581176c152811f4fdfe347f816528480f04d5 Mon Sep 17 00:00:00 2001 From: bb_pan Date: Wed, 3 Dec 2025 09:34:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/EquipmentRetireApply/audit.vue | 15 +++++++++++++-- src/views/EquipmentRetireApply/index.vue | 4 ++-- 2 files changed, 15 insertions(+), 4 deletions(-) diff --git a/src/views/EquipmentRetireApply/audit.vue b/src/views/EquipmentRetireApply/audit.vue index 79cc62d0..5cc93d9d 100644 --- a/src/views/EquipmentRetireApply/audit.vue +++ b/src/views/EquipmentRetireApply/audit.vue @@ -64,7 +64,8 @@ @@ -132,7 +133,17 @@ export default { } this.getRetireApplyAuditList() }, - + // 查看 + onHandleView(row) { + this.$router.push({ + name: 'RetireApplyDetail', + params: { id: row.id }, + query: { + taskInfo: JSON.stringify(row), + mode: 'view' // 增加 mode 参数,标识为查看模式 + } + }) + }, // 审核 onHandleAudit(row) { this.$router.push({ diff --git a/src/views/EquipmentRetireApply/index.vue b/src/views/EquipmentRetireApply/index.vue index a10c7e47..ad23b7cb 100644 --- a/src/views/EquipmentRetireApply/index.vue +++ b/src/views/EquipmentRetireApply/index.vue @@ -73,8 +73,8 @@