Newer
Older
smartwell_front / src / views / home / alarm / current / components / dict.ts
liyaguang on 11 Feb 292 bytes 需求修改
export const alarmValue = {
  OffLine: '设备离线',
  Sloping: '倾斜报警',
  Destroy: '破坏报警',
  Leak: '甲烷泄露报警',
  DiscL: '左侧断线报警',
  DiscR: '右侧断线报警',
  VibL: '左侧震动报警',
  VibR: '右侧震动报警',
} as { [key: string]: string }