From c79a020be41892e60021c2a750ea2976dd20f2f3 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期二, 05 十一月 2024 11:19:20 +0800
Subject: [PATCH] 工单审核对话框bug

---
 src/views/system/check/result/detail/detail.vue |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/src/views/system/check/result/detail/detail.vue b/src/views/system/check/result/detail/detail.vue
index 56792d9..cd5733a 100644
--- a/src/views/system/check/result/detail/detail.vue
+++ b/src/views/system/check/result/detail/detail.vue
@@ -5,7 +5,7 @@
                >
           <el-menu-item index="0">鐪佸巺鑰冩牳</el-menu-item>
           <el-menu-item index="1">鍖哄幙鑰冩牳</el-menu-item>
-          <el-menu-item index="2">鍏畨閮ㄨ�冩牳</el-menu-item>
+          <el-menu-item index="2" v-if ="examineCategory==1">鍏畨閮ㄨ�冩牳</el-menu-item>
         </el-menu>
       </div>
     <el-container>
@@ -335,6 +335,7 @@
     if(this.$route.query.deptId){
       this.queryParams.deptId = this.$route.query.deptId;
     }
+    this.examineCategory = this.$route.query.examineCategory;
     let examineTag = this.$route.query.examineTag;
     this.activeIndex = examineTag;
     this.queryParams.examineTag = examineTag;

--
Gitblit v1.8.0