|
|
|
@ -681,7 +681,7 @@ const runningRuleOptions = [
|
|
|
|
{ value: '4', label: '报警中(故障且运行)' },
|
|
|
|
{ value: '4', label: '报警中(故障且运行)' },
|
|
|
|
]
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
|
|
const alarmRuleOptions = [{ value: 'ALARM', label: '报警' }]
|
|
|
|
const alarmRuleOptions = [{ value: '5', label: '报警' }]
|
|
|
|
|
|
|
|
|
|
|
|
const currentRuleOptions = computed(() => {
|
|
|
|
const currentRuleOptions = computed(() => {
|
|
|
|
const id = (ruleForm.identifier || '').toString().toUpperCase()
|
|
|
|
const id = (ruleForm.identifier || '').toString().toUpperCase()
|
|
|
|
|