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