From 4f0cb97a09ee88f106c4b8b0875ae611bae4b9a2 Mon Sep 17 00:00:00 2001
From: Lius <Lius2225@163.com>
Date: 星期五, 01 三月 2024 16:02:42 +0800
Subject: [PATCH] 开启支持清除功能

---
 src/views/mdc/base/AlarmManager.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/views/mdc/base/AlarmManager.vue b/src/views/mdc/base/AlarmManager.vue
index acd894f..7a3d59d 100644
--- a/src/views/mdc/base/AlarmManager.vue
+++ b/src/views/mdc/base/AlarmManager.vue
@@ -284,7 +284,7 @@
           // },
           {
             dataIndex:'isUse_dictText',
-            title: '鏄惁杩囨护',
+            title: '鏄惁鍚敤',
             align: "center",
             width:380
            // dictCode:'alarm_is_use'
@@ -338,7 +338,7 @@
         fieldList.push({ type: 'string', value: 'alarmCode', text: '鎶ヨ鍙�', dictCode: '' })
         fieldList.push({ type: 'string', value: 'alarmDescription', text: '鎶ヨ鍐呭', dictCode: '' })
         fieldList.push({ type: 'int', value: 'driveType', text: '璁惧椹卞姩绫诲瀷', dictCode: '' })
-        fieldList.push({ type: 'switch', value: 'isUse', text: '鏄惁杩囨护' })
+        fieldList.push({ type: 'switch', value: 'isUse', text: '鏄惁鍚敤' })
         this.superFieldList = fieldList
       },
 

--
Gitblit v1.9.3