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'