From 287a42ffe16cf4c0a667cdb59282994d723cb84f Mon Sep 17 00:00:00 2001 From: hwj Date: Thu, 22 Jan 2026 11:22:53 +0800 Subject: [PATCH] =?UTF-8?q?style=EF=BC=9A=E9=87=87=E9=9B=86=E8=AE=BE?= =?UTF-8?q?=E5=A4=87=E6=A8=A1=E5=9E=8B-=E7=82=B9=E4=BD=8D=E8=A7=84?= =?UTF-8?q?=E5=88=99-=E6=9D=A1=E4=BB=B6=E4=BD=BF=E7=94=A8=E5=AD=97?= =?UTF-8?q?=E5=85=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/iot/devicemodel/index.vue | 20 ++++++++------------ 1 file changed, 8 insertions(+), 12 deletions(-) diff --git a/src/views/iot/devicemodel/index.vue b/src/views/iot/devicemodel/index.vue index f844aa4d..802f898f 100644 --- a/src/views/iot/devicemodel/index.vue +++ b/src/views/iot/devicemodel/index.vue @@ -195,7 +195,7 @@ link type="primary" @click="openForm('update', scope.row.id)"
-
+
{ return false } -const ruleOperatorOptions = [ - { value: 'TRUE', label: '为真' }, - { value: 'FALSE', label: '为假' }, - { value: 'EQ', label: '等于' }, - { value: 'LE', label: '小于等于' }, - { value: 'GE', label: '大于等于' }, -] +const ruleOperatorOptions = computed(() => getStrDictOptions('czsb_rules_conditions')) const isRunningIdentifier = computed(() => { return (ruleForm.identifier || '').toString().toUpperCase() === 'RUNNING'