Browse Source

组件命名调整适应缓存需要

master
xh 2 days ago
parent
commit
5ebf2e188e
  1. 4
      web/src/views/gas/batteryAlarm/index.vue
  2. 4
      web/src/views/gas/offlineAlarm/index.vue

4
web/src/views/gas/batteryAlarm/index.vue

@ -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() //

4
web/src/views/gas/offlineAlarm/index.vue

@ -255,8 +255,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: 'OfflineAlarm' })
const message = useMessage() //
const { t } = useI18n() //

Loading…
Cancel
Save