deviceMonitorWarn.data.ts 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. import { reactive, markRaw, defineAsyncComponent } from 'vue';
  2. import { getThemifyImagesURL } from '/@/utils/ui';
  3. export const cardList = reactive<any[]>([
  4. {
  5. name: 'modelsensor',
  6. title: '',
  7. sumVal: 0,
  8. warnVal: 0,
  9. closeVal: 0,
  10. devicekind: '',
  11. url: getThemifyImagesURL('device/cgq.png'),
  12. url1: getThemifyImagesURL('device/cgq-1.png'),
  13. },
  14. {
  15. name: 'fanmain',
  16. title: '',
  17. sumVal: 0,
  18. warnVal: 0,
  19. closeVal: 0,
  20. devicekind: '',
  21. url: getThemifyImagesURL('device/zhufengji.png'),
  22. url1: getThemifyImagesURL('device/zhufengji-1.png'),
  23. },
  24. {
  25. name: 'fanlocal',
  26. title: '',
  27. sumVal: 0,
  28. warnVal: 0,
  29. closeVal: 0,
  30. devicekind: '',
  31. url: getThemifyImagesURL('device/jubufengji.png'),
  32. url1: getThemifyImagesURL('device/jubufengji-1.png'),
  33. },
  34. {
  35. name: 'fanlocaldp',
  36. title: '',
  37. sumVal: 0,
  38. warnVal: 0,
  39. closeVal: 0,
  40. devicekind: '',
  41. url: getThemifyImagesURL('device/jubufengji.png'),
  42. url1: getThemifyImagesURL('device/jubufengji-1.png'),
  43. },
  44. {
  45. name: 'gate',
  46. title: '',
  47. sumVal: 0,
  48. warnVal: 0,
  49. closeVal: 0,
  50. devicekind: '',
  51. url: getThemifyImagesURL('device/fengmen.png'),
  52. url1: getThemifyImagesURL('device/fengmen-1.png'),
  53. },
  54. {
  55. name: 'window',
  56. title: '',
  57. sumVal: 0,
  58. warnVal: 0,
  59. closeVal: 0,
  60. devicekind: '',
  61. url: getThemifyImagesURL('device/fengchuang.png'),
  62. url1: getThemifyImagesURL('device/fengchuang-1.png'),
  63. },
  64. {
  65. name: 'windrect',
  66. title: '',
  67. sumVal: 0,
  68. warnVal: 0,
  69. closeVal: 0,
  70. devicekind: '',
  71. url: getThemifyImagesURL('device/cefeng.png'),
  72. url1: getThemifyImagesURL('device/cefeng-1.png'),
  73. },
  74. {
  75. name: 'forcFan',
  76. title: '',
  77. sumVal: 0,
  78. warnVal: 0,
  79. closeVal: 0,
  80. devicekind: '',
  81. url: getThemifyImagesURL('device/yafeng.png'),
  82. url1: getThemifyImagesURL('device/yafeng-1.png'),
  83. },
  84. {
  85. name: 'spray',
  86. title: '',
  87. sumVal: 0,
  88. warnVal: 0,
  89. closeVal: 0,
  90. devicekind: '',
  91. url: getThemifyImagesURL('device/penling.png'),
  92. url1: getThemifyImagesURL('device/penling-1.png'),
  93. },
  94. {
  95. name: 'dustdev',
  96. title: '',
  97. sumVal: 0,
  98. warnVal: 0,
  99. closeVal: 0,
  100. devicekind: '',
  101. url: getThemifyImagesURL('device/penfen.png'),
  102. url1: getThemifyImagesURL('device/penfen-1.png'),
  103. },
  104. {
  105. name: 'nitrogen',
  106. title: '',
  107. sumVal: 0,
  108. warnVal: 0,
  109. closeVal: 0,
  110. devicekind: '',
  111. url: getThemifyImagesURL('device/zhudan.png'),
  112. url1: getThemifyImagesURL('device/zhudan-1.png'),
  113. },
  114. {
  115. name: 'pulping',
  116. title: '',
  117. sumVal: 0,
  118. warnVal: 0,
  119. closeVal: 0,
  120. devicekind: '',
  121. url: getThemifyImagesURL('device/zhujiang.png'),
  122. url1: getThemifyImagesURL('device/zhujiang-1.png'),
  123. },
  124. {
  125. name: 'atomizing',
  126. title: '',
  127. sumVal: 0,
  128. warnVal: 0,
  129. closeVal: 0,
  130. devicekind: '',
  131. url: getThemifyImagesURL('device/penwu.png'),
  132. url1: getThemifyImagesURL('device/penwu-1.png'),
  133. },
  134. {
  135. name: 'dustsensor',
  136. title: '',
  137. sumVal: 0,
  138. warnVal: 0,
  139. closeVal: 0,
  140. devicekind: '',
  141. url: getThemifyImagesURL('device/chuchen.png'),
  142. url1: getThemifyImagesURL('device/chuchen-1.png'),
  143. },
  144. {
  145. name: 'gas',
  146. title: '',
  147. sumVal: 0,
  148. warnVal: 0,
  149. closeVal: 0,
  150. devicekind: '',
  151. url: getThemifyImagesURL('device/wsgl.png'),
  152. url1: getThemifyImagesURL('device/wsgl-1.png'),
  153. },
  154. {
  155. name: 'pump',
  156. title: '',
  157. sumVal: 0,
  158. warnVal: 0,
  159. closeVal: 0,
  160. devicekind: '',
  161. url: getThemifyImagesURL('device/wsb.png'),
  162. url1: getThemifyImagesURL('device/wsb-1.png'),
  163. },
  164. ]);