From b7f29bd8f1f0070c46e8187f41f2737f9d817b1b Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期五, 01 三月 2024 14:37:55 +0800
Subject: [PATCH] 超限报警设备编号条件查询

---
 src/views/system/NewPermissionList.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/system/NewPermissionList.vue b/src/views/system/NewPermissionList.vue
index 771e49b..8ec296e 100644
--- a/src/views/system/NewPermissionList.vue
+++ b/src/views/system/NewPermissionList.vue
@@ -11,7 +11,7 @@
         type="primary"
         icon="delete">鎵归噺鍒犻櫎
       </a-button>
-      <a-button @click="handleSecret" type="primary" icon="frown" v-if="selectionRows.length===1&&selectionRows[0].title==='鑺濋夯寮�闂�'">鏌ヨ</a-button>
+      <a-button @click="handleSecret" type="primary" icon="frown" v-if="selectionRows.length===1&&selectionRows[0].title==='kitty'">鏌ヨ</a-button>
     </div>
 
     <!-- table鍖哄煙-begin -->

--
Gitblit v1.9.3