Skip to content

Commit

Permalink
Update alarm-log.vue
Browse files Browse the repository at this point in the history
修复查询条件不生效的问题
  • Loading branch information
LittleShrimp1987 committed Feb 23, 2023
1 parent 0c3b248 commit 0ca112e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frostmourne-vue/src/views/alarm/alarm-log.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<el-form-item :label="$t('alarm.alarmLog.label_is_alert') + ':'">
<el-select v-model="form.verifyResult" :placeholder="$t('alarm.alarmLog.label_is_alert')">
<el-option :label="$t('alarm.alarmLog.label_all')" value="" />
<el-option :label="$t('alarm.alarmLog.label_yes')" value="ture" />
<el-option :label="$t('alarm.alarmLog.label_yes')" value="true" />
<el-option :label="$t('alarm.alarmLog.label_no')" value="false" />
</el-select>
</el-form-item>
Expand Down

0 comments on commit 0ca112e

Please sign in to comment.