main.js 302 B

123456789101112131415
  1. export const workerStates = {
  2. record: "设备监控",
  3. monos: "任务中心",
  4. threshold: "阈值设置"
  5. }
  6. export const typeDic = {
  7. SCC_RECORD_VTYPE_C: "温度",
  8. SCC_RECORD_VTYPE_RH: "湿度"
  9. }
  10. export const unitDic = {
  11. SCC_RECORD_VTYPE_C: "℃",
  12. SCC_RECORD_VTYPE_RH: "%rh"
  13. }