|
|
|
@ -254,8 +254,8 @@ import { HandAlarmApi, HandAlarm } from '@/api/gas/handalarm' |
|
|
|
import HandAlarmForm from './HandAlarmForm.vue' |
|
|
|
import { useHandDetectorStore } from '@/store/modules/handDetector' |
|
|
|
import { DICT_TYPE, getIntDictOptions, getDictLabel } from '@/utils/dict' |
|
|
|
/** 手持探测器警报 列表 */ |
|
|
|
defineOptions({ name: 'HandAlarm' }) |
|
|
|
/** 电池报警 列表 */ |
|
|
|
defineOptions({ name: 'BatteryAlarm' }) |
|
|
|
|
|
|
|
const message = useMessage() // 消息弹窗 |
|
|
|
const { t } = useI18n() // 国际化 |
|
|
|
|