From 8d2730f04572c2b119af320cbe9d53a2358bda11 Mon Sep 17 00:00:00 2001 From: fuliqi <fuliqi@qq.com> Date: 星期四, 05 十二月 2024 17:25:54 +0800 Subject: [PATCH] 阈值 前端名字调整 --- 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