Newer
Older
smartwell_front / src / views / home / alarm / current / components / dict.ts
liyaguang on 9 May 367 bytes 新需求修改*2
export const alarmValue = {
  OffLine: '设备离线',
  Sloping: '倾斜报警',
  Destroy: '破坏报警',
  Leak: '甲烷泄漏报警',
  DiscL: '左侧断线报警',
  DiscR: '右侧断线报警',
  VibL: '左侧震动报警',
  VibR: '右侧震动报警',
  WaterImmersionAlarm: '水浸报警',
  DisplacementAlarm: '位移报警'
} as { [key: string]: string }