From d9995144f1353ec0b59f4d005d359b80c9d1d9e5 Mon Sep 17 00:00:00 2001
From: fuliqi <fuliqi@qq.com>
Date: 星期三, 04 九月 2024 01:35:04 +0800
Subject: [PATCH] 权限配置

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

diff --git a/src/views/system/check/result/detail/index.vue b/src/views/system/check/result/detail/index.vue
index 54c2e87..b5edb8b 100644
--- a/src/views/system/check/result/detail/index.vue
+++ b/src/views/system/check/result/detail/index.vue
@@ -4,7 +4,7 @@
       <el-menu :default-active="activeIndex" class="el-menu-demo" mode="horizontal" @select="handleSelect"
         style="margin-bottom: 10px">
         <el-menu-item index="0">鐪佸巺鑰冩牳</el-menu-item>
-        <el-menu-item index="1">鍖哄煙鑰冩牳</el-menu-item>
+        <el-menu-item index="1">鍖哄幙鑰冩牳</el-menu-item>
       </el-menu>
     </div>
 
@@ -37,7 +37,7 @@
         </el-table-column>
         <el-table-column label="鏍囩" prop="examineTag" align="center">
           <template slot-scope="scope">
-            {{ scope.row.examineTag == 0 ? '鐪佸巺鑰冩牳' : '甯傚眬鑰冩牳' }}
+            {{ scope.row.examineTag == 0 ? '鐪佸巺鑰冩牳' : '鍖哄幙鑰冩牳' }}
           </template>
         </el-table-column>
         <el-table-column label="鑰冩牳绫诲瀷" prop="examineCategory" align="center">
@@ -190,7 +190,7 @@
       return department ? department.value : '鏈煡';
     },
     /** 瀵艰埅鍒囨崲 */
-    handleSelect(key) {
+    handlefSelect(key) {
       this.activeIndex = key;
       this.queryParams.examineTag = key;
       this.queryParamsList.examineTag = key;

--
Gitblit v1.8.0