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 @@
查看
- 编辑
- 删除
+ 编辑
+ 删除