export const alarmLeval = {
  0: '一般',
  1: '重要',
  2: '紧急'
}
export const alarmType = {
  0: '漏缆',
  1: '天馈线',
}
export const confirmStatus = {
  0: '未确认',
  1: '已确认',
  2: '已消除'
}
export const ConnectStatusEnum = {
  0: '连接正常',
  1: '连接异常'
}

export const levelStyle = {
  '-1': 'level_G',
  '0': 'level_Y',
  '1': 'level_O',
  '2': 'level_R'
}