@vtx/modals2 3.3.17 → 3.3.19

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1715) hide show
  1. package/lib/index.js +133 -0
  2. package/lib/index.js.map +1 -0
  3. package/lib/style/css.js +15 -0
  4. package/lib/style/css.js.map +1 -0
  5. package/lib/style/index.css +132 -0
  6. package/lib/style/index.js +15 -0
  7. package/lib/style/index.js.map +1 -0
  8. package/lib/style/index.less +8 -0
  9. package/lib/style/themes/dark.css +132 -0
  10. package/lib/style/themes/dark.less +114 -0
  11. package/lib/style/themes/default.css +36 -0
  12. package/lib/style/themes/default.less +38 -0
  13. package/lib/style/themes/index.css +132 -0
  14. package/lib/style/themes/index.less +1 -0
  15. package/lib/typings.d.ts +18 -0
  16. package/lib/util/index.js +25 -0
  17. package/lib/util/index.js.map +1 -0
  18. package/lib/vm-appraisal-info/AppraisalBase.js +77 -0
  19. package/lib/vm-appraisal-info/AppraisalBase.js.map +1 -0
  20. package/lib/vm-appraisal-info/AppraisalTop5.js +69 -0
  21. package/lib/vm-appraisal-info/AppraisalTop5.js.map +1 -0
  22. package/lib/vm-appraisal-info/List.js +57 -0
  23. package/lib/vm-appraisal-info/List.js.map +1 -0
  24. package/lib/vm-appraisal-info/ListKh.js +154 -0
  25. package/lib/vm-appraisal-info/ListKh.js.map +1 -0
  26. package/lib/vm-appraisal-info/ListZg.js +159 -0
  27. package/lib/vm-appraisal-info/ListZg.js.map +1 -0
  28. package/lib/vm-appraisal-info/Wtlx.js +96 -0
  29. package/lib/vm-appraisal-info/Wtlx.js.map +1 -0
  30. package/lib/vm-appraisal-info/Zgxxhz.js +63 -0
  31. package/lib/vm-appraisal-info/Zgxxhz.js.map +1 -0
  32. package/lib/vm-appraisal-info/api.js +164 -0
  33. package/lib/vm-appraisal-info/api.js.map +1 -0
  34. package/lib/vm-appraisal-info/imgs/1.png +0 -0
  35. package/lib/vm-appraisal-info/imgs/2.png +0 -0
  36. package/lib/vm-appraisal-info/imgs/3.png +0 -0
  37. package/lib/vm-appraisal-info/imgs/4.png +0 -0
  38. package/lib/vm-appraisal-info/imgs/5.png +0 -0
  39. package/lib/vm-appraisal-info/imgs/chart.png +0 -0
  40. package/lib/vm-appraisal-info/imgs/chart_active.png +0 -0
  41. package/lib/vm-appraisal-info/imgs/chart_active_blue.png +0 -0
  42. package/lib/vm-appraisal-info/imgs/chart_active_light.png +0 -0
  43. package/lib/vm-appraisal-info/imgs/kfyz.png +0 -0
  44. package/lib/vm-appraisal-info/imgs/kfyz_blue.png +0 -0
  45. package/lib/vm-appraisal-info/imgs/kfyz_light.png +0 -0
  46. package/lib/vm-appraisal-info/imgs/khcs.png +0 -0
  47. package/lib/vm-appraisal-info/imgs/khcs_blue.png +0 -0
  48. package/lib/vm-appraisal-info/imgs/khcs_light.png +0 -0
  49. package/lib/vm-appraisal-info/imgs/list.png +0 -0
  50. package/lib/vm-appraisal-info/imgs/list_active.png +0 -0
  51. package/lib/vm-appraisal-info/imgs/list_active_blue.png +0 -0
  52. package/lib/vm-appraisal-info/imgs/list_active_light.png +0 -0
  53. package/lib/vm-appraisal-info/imgs/ljkf.png +0 -0
  54. package/lib/vm-appraisal-info/imgs/ljkf_blue.png +0 -0
  55. package/lib/vm-appraisal-info/imgs/ljkf_light.png +0 -0
  56. package/lib/vm-appraisal-info/imgs/wtlx.png +0 -0
  57. package/lib/vm-appraisal-info/imgs/wtlx_blue.png +0 -0
  58. package/lib/vm-appraisal-info/imgs/wtlx_light.png +0 -0
  59. package/lib/vm-appraisal-info/imgs/zggd.png +0 -0
  60. package/lib/vm-appraisal-info/imgs/zggd_blue.png +0 -0
  61. package/lib/vm-appraisal-info/imgs/zggd_light.png +0 -0
  62. package/lib/vm-appraisal-info/index.js +160 -0
  63. package/lib/vm-appraisal-info/index.js.map +1 -0
  64. package/lib/vm-appraisal-info/style/css.js +4 -0
  65. package/lib/vm-appraisal-info/style/css.js.map +1 -0
  66. package/lib/vm-appraisal-info/style/index.css +148 -0
  67. package/lib/vm-appraisal-info/style/index.js +4 -0
  68. package/lib/vm-appraisal-info/style/index.js.map +1 -0
  69. package/lib/vm-appraisal-info/style/index.less +122 -0
  70. package/lib/vm-button/index.js +27 -0
  71. package/lib/vm-button/index.js.map +1 -0
  72. package/lib/vm-button/style/css.js +4 -0
  73. package/lib/vm-button/style/css.js.map +1 -0
  74. package/lib/vm-button/style/index.css +26 -0
  75. package/lib/vm-button/style/index.js +4 -0
  76. package/lib/vm-button/style/index.js.map +1 -0
  77. package/lib/vm-button/style/index.less +20 -0
  78. package/lib/vm-case-modal/api.js +43 -0
  79. package/lib/vm-case-modal/api.js.map +1 -0
  80. package/lib/vm-case-modal/components/BaseInfo/fields.js +83 -0
  81. package/lib/vm-case-modal/components/BaseInfo/fields.js.map +1 -0
  82. package/lib/vm-case-modal/components/BaseInfo/index.css +185 -0
  83. package/lib/vm-case-modal/components/BaseInfo/index.js +139 -0
  84. package/lib/vm-case-modal/components/BaseInfo/index.js.map +1 -0
  85. package/lib/vm-case-modal/components/BaseInfo/index.less +137 -0
  86. package/lib/vm-case-modal/components/Picture/index.css +111 -0
  87. package/lib/vm-case-modal/components/Picture/index.js +423 -0
  88. package/lib/vm-case-modal/components/Picture/index.js.map +1 -0
  89. package/lib/vm-case-modal/components/Picture/index.less +106 -0
  90. package/lib/vm-case-modal/components/index.js +21 -0
  91. package/lib/vm-case-modal/components/index.js.map +1 -0
  92. package/lib/vm-case-modal/imgs/bg.png +0 -0
  93. package/lib/vm-case-modal/imgs/close-blue.png +0 -0
  94. package/lib/vm-case-modal/imgs/close-dark.png +0 -0
  95. package/lib/vm-case-modal/imgs/close.png +0 -0
  96. package/lib/vm-case-modal/imgs/collect.png +0 -0
  97. package/lib/vm-case-modal/imgs/collect_light.png +0 -0
  98. package/lib/vm-case-modal/imgs/dot.png +0 -0
  99. package/lib/vm-case-modal/imgs/point.png +0 -0
  100. package/lib/vm-case-modal/imgs/tab_bg.png +0 -0
  101. package/lib/vm-case-modal/imgs/tab_bg_blue.png +0 -0
  102. package/lib/vm-case-modal/imgs/tab_bg_light.png +0 -0
  103. package/lib/vm-case-modal/imgs/tab_selected.png +0 -0
  104. package/lib/vm-case-modal/imgs/tab_unsel.png +0 -0
  105. package/lib/vm-case-modal/imgs/title_bg.png +0 -0
  106. package/lib/vm-case-modal/imgs/title_bg_blue.png +0 -0
  107. package/lib/vm-case-modal/imgs/track.png +0 -0
  108. package/lib/vm-case-modal/imgs/track_light.png +0 -0
  109. package/lib/vm-case-modal/index.js +102 -0
  110. package/lib/vm-case-modal/index.js.map +1 -0
  111. package/lib/vm-case-modal/style/css.js +4 -0
  112. package/lib/vm-case-modal/style/css.js.map +1 -0
  113. package/lib/vm-case-modal/style/index.css +557 -0
  114. package/lib/vm-case-modal/style/index.js +4 -0
  115. package/lib/vm-case-modal/style/index.js.map +1 -0
  116. package/lib/vm-case-modal/style/index.less +589 -0
  117. package/lib/vm-charts/Distribute1.js +137 -0
  118. package/lib/vm-charts/Distribute1.js.map +1 -0
  119. package/lib/vm-charts/Gauge1.js +149 -0
  120. package/lib/vm-charts/Gauge1.js.map +1 -0
  121. package/lib/vm-charts/Line1.js +96 -0
  122. package/lib/vm-charts/Line1.js.map +1 -0
  123. package/lib/vm-charts/index.js +28 -0
  124. package/lib/vm-charts/index.js.map +1 -0
  125. package/lib/vm-filter/index.js +170 -0
  126. package/lib/vm-filter/index.js.map +1 -0
  127. package/lib/vm-filter/style/css.js +4 -0
  128. package/lib/vm-filter/style/css.js.map +1 -0
  129. package/lib/vm-filter/style/index.css +131 -0
  130. package/lib/vm-filter/style/index.js +4 -0
  131. package/lib/vm-filter/style/index.js.map +1 -0
  132. package/lib/vm-filter/style/index.less +171 -0
  133. package/lib/vm-hooks/useSettings.js +33 -0
  134. package/lib/vm-hooks/useSettings.js.map +1 -0
  135. package/lib/vm-image-text/index.js +36 -0
  136. package/lib/vm-image-text/index.js.map +1 -0
  137. package/lib/vm-image-text/style/css.js +4 -0
  138. package/lib/vm-image-text/style/css.js.map +1 -0
  139. package/lib/vm-image-text/style/index.css +36 -0
  140. package/lib/vm-image-text/style/index.js +4 -0
  141. package/lib/vm-image-text/style/index.js.map +1 -0
  142. package/lib/vm-image-text/style/index.less +33 -0
  143. package/lib/vm-info-collection/index.js +59 -0
  144. package/lib/vm-info-collection/index.js.map +1 -0
  145. package/lib/vm-info-collection/style/css.js +4 -0
  146. package/lib/vm-info-collection/style/css.js.map +1 -0
  147. package/lib/vm-info-collection/style/index.css +50 -0
  148. package/lib/vm-info-collection/style/index.js +4 -0
  149. package/lib/vm-info-collection/style/index.js.map +1 -0
  150. package/lib/vm-info-collection/style/index.less +38 -0
  151. package/lib/vm-map/imgs/close.png +0 -0
  152. package/lib/vm-map/imgs/close_active.png +0 -0
  153. package/lib/vm-map/imgs/cpTitle.png +0 -0
  154. package/lib/vm-map/imgs/detail.png +0 -0
  155. package/lib/vm-map/imgs/detail_active.png +0 -0
  156. package/lib/vm-map/imgs/track.png +0 -0
  157. package/lib/vm-map/imgs/track_active.png +0 -0
  158. package/lib/vm-map/index.css +234 -0
  159. package/lib/vm-map/index.js +334 -0
  160. package/lib/vm-map/index.js.map +1 -0
  161. package/lib/vm-map/index.less +178 -0
  162. package/lib/vm-map/mapStyle.js +4730 -0
  163. package/lib/vm-map/mapStyle.js.map +1 -0
  164. package/lib/vm-nodata/imgs/default.png +0 -0
  165. package/lib/vm-nodata/index.js +22 -0
  166. package/lib/vm-nodata/index.js.map +1 -0
  167. package/lib/vm-repair-maintain/RmInfoSummary.js +62 -0
  168. package/lib/vm-repair-maintain/RmInfoSummary.js.map +1 -0
  169. package/lib/vm-repair-maintain/RmMonthTrend.js +104 -0
  170. package/lib/vm-repair-maintain/RmMonthTrend.js.map +1 -0
  171. package/lib/vm-repair-maintain/RmRecord.js +151 -0
  172. package/lib/vm-repair-maintain/RmRecord.js.map +1 -0
  173. package/lib/vm-repair-maintain/RmType.js +104 -0
  174. package/lib/vm-repair-maintain/RmType.js.map +1 -0
  175. package/lib/vm-repair-maintain/api.js +95 -0
  176. package/lib/vm-repair-maintain/api.js.map +1 -0
  177. package/lib/vm-repair-maintain/imgs/amount.png +0 -0
  178. package/lib/vm-repair-maintain/imgs/amount_light.png +0 -0
  179. package/lib/vm-repair-maintain/imgs/count.png +0 -0
  180. package/lib/vm-repair-maintain/imgs/count_light.png +0 -0
  181. package/lib/vm-repair-maintain/index.js +56 -0
  182. package/lib/vm-repair-maintain/index.js.map +1 -0
  183. package/lib/vm-repair-maintain/style/css.js +4 -0
  184. package/lib/vm-repair-maintain/style/css.js.map +1 -0
  185. package/lib/vm-repair-maintain/style/index.css +119 -0
  186. package/lib/vm-repair-maintain/style/index.js +4 -0
  187. package/lib/vm-repair-maintain/style/index.js.map +1 -0
  188. package/lib/vm-repair-maintain/style/index.less +108 -0
  189. package/lib/vm-sub-tabs/index.js +43 -0
  190. package/lib/vm-sub-tabs/index.js.map +1 -0
  191. package/lib/vm-sub-tabs/style/css.js +4 -0
  192. package/lib/vm-sub-tabs/style/css.js.map +1 -0
  193. package/lib/vm-sub-tabs/style/index.css +114 -0
  194. package/lib/vm-sub-tabs/style/index.js +4 -0
  195. package/lib/vm-sub-tabs/style/index.js.map +1 -0
  196. package/lib/vm-sub-tabs/style/index.less +141 -0
  197. package/lib/vm-sub-title/imgs/bg.png +0 -0
  198. package/lib/vm-sub-title/imgs/bg_blue.png +0 -0
  199. package/lib/vm-sub-title/imgs/bg_light.png +0 -0
  200. package/lib/vm-sub-title/index.js +28 -0
  201. package/lib/vm-sub-title/index.js.map +1 -0
  202. package/lib/vm-sub-title/style/css.js +4 -0
  203. package/lib/vm-sub-title/style/css.js.map +1 -0
  204. package/lib/vm-sub-title/style/index.css +30 -0
  205. package/lib/vm-sub-title/style/index.js +4 -0
  206. package/lib/vm-sub-title/style/index.js.map +1 -0
  207. package/lib/vm-sub-title/style/index.less +30 -0
  208. package/lib/vm-table/index.js +200 -0
  209. package/lib/vm-table/index.js.map +1 -0
  210. package/lib/vm-table/style/css.js +4 -0
  211. package/lib/vm-table/style/css.js.map +1 -0
  212. package/lib/vm-table/style/index.css +201 -0
  213. package/lib/vm-table/style/index.js +4 -0
  214. package/lib/vm-table/style/index.js.map +1 -0
  215. package/lib/vm-table/style/index.less +250 -0
  216. package/lib/vm-video/api.js +30 -0
  217. package/lib/vm-video/api.js.map +1 -0
  218. package/lib/vm-video/index.css +140 -0
  219. package/lib/vm-video/index.js +53 -0
  220. package/lib/vm-video/index.js.map +1 -0
  221. package/lib/vm-video/index.less +10 -0
  222. package/lib/vtx-base-modal/api.js +35 -0
  223. package/lib/vtx-base-modal/api.js.map +1 -0
  224. package/lib/vtx-base-modal/imgs/close-blue.png +0 -0
  225. package/lib/vtx-base-modal/imgs/close-dark.png +0 -0
  226. package/lib/vtx-base-modal/imgs/close.png +0 -0
  227. package/lib/vtx-base-modal/imgs/collect.png +0 -0
  228. package/lib/vtx-base-modal/imgs/collect_light.png +0 -0
  229. package/lib/vtx-base-modal/imgs/tab_bg.png +0 -0
  230. package/lib/vtx-base-modal/imgs/tab_bg_blue.png +0 -0
  231. package/lib/vtx-base-modal/imgs/tab_bg_light.png +0 -0
  232. package/lib/vtx-base-modal/imgs/title_bg.png +0 -0
  233. package/lib/vtx-base-modal/imgs/title_bg_blue.png +0 -0
  234. package/lib/vtx-base-modal/imgs/track.png +0 -0
  235. package/lib/vtx-base-modal/imgs/track_light.png +0 -0
  236. package/lib/vtx-base-modal/index.js +217 -0
  237. package/lib/vtx-base-modal/index.js.map +1 -0
  238. package/lib/vtx-base-modal/style/css.js +4 -0
  239. package/lib/vtx-base-modal/style/css.js.map +1 -0
  240. package/lib/vtx-base-modal/style/index.css +543 -0
  241. package/lib/vtx-base-modal/style/index.js +4 -0
  242. package/lib/vtx-base-modal/style/index.js.map +1 -0
  243. package/lib/vtx-base-modal/style/index.less +575 -0
  244. package/lib/vtx-car-adm251-modal/api.js +627 -0
  245. package/lib/vtx-car-adm251-modal/api.js.map +1 -0
  246. package/lib/vtx-car-adm251-modal/components/AlarmInfo/Charts.js +198 -0
  247. package/lib/vtx-car-adm251-modal/components/AlarmInfo/Charts.js.map +1 -0
  248. package/lib/vtx-car-adm251-modal/components/AlarmInfo/List.js +186 -0
  249. package/lib/vtx-car-adm251-modal/components/AlarmInfo/List.js.map +1 -0
  250. package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.css +45 -0
  251. package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.js +126 -0
  252. package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.js.map +1 -0
  253. package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.less +37 -0
  254. package/lib/vtx-car-adm251-modal/components/BaseInfo/Charts.js +78 -0
  255. package/lib/vtx-car-adm251-modal/components/BaseInfo/Charts.js.map +1 -0
  256. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayRun.js +85 -0
  257. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayRun.js.map +1 -0
  258. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkJXH.js +67 -0
  259. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkJXH.js.map +1 -0
  260. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkLJSY.js +126 -0
  261. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkLJSY.js.map +1 -0
  262. package/lib/vtx-car-adm251-modal/components/BaseInfo/Wgfx.js +116 -0
  263. package/lib/vtx-car-adm251-modal/components/BaseInfo/Wgfx.js.map +1 -0
  264. package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummary.js +56 -0
  265. package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummary.js.map +1 -0
  266. package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummaryJxh.js +117 -0
  267. package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummaryJxh.js.map +1 -0
  268. package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxJXH.js +123 -0
  269. package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxJXH.js.map +1 -0
  270. package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxLJSY.js +135 -0
  271. package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxLJSY.js.map +1 -0
  272. package/lib/vtx-car-adm251-modal/components/BaseInfo/index.css +277 -0
  273. package/lib/vtx-car-adm251-modal/components/BaseInfo/index.js +231 -0
  274. package/lib/vtx-car-adm251-modal/components/BaseInfo/index.js.map +1 -0
  275. package/lib/vtx-car-adm251-modal/components/BaseInfo/index.less +239 -0
  276. package/lib/vtx-car-adm251-modal/components/Maintenance/index.css +39 -0
  277. package/lib/vtx-car-adm251-modal/components/Maintenance/index.js +134 -0
  278. package/lib/vtx-car-adm251-modal/components/Maintenance/index.js.map +1 -0
  279. package/lib/vtx-car-adm251-modal/components/Maintenance/index.less +34 -0
  280. package/lib/vtx-car-adm251-modal/components/Mix/index.css +48 -0
  281. package/lib/vtx-car-adm251-modal/components/Mix/index.js +280 -0
  282. package/lib/vtx-car-adm251-modal/components/Mix/index.js.map +1 -0
  283. package/lib/vtx-car-adm251-modal/components/Mix/index.less +49 -0
  284. package/lib/vtx-car-adm251-modal/components/OilConsumption/List.js +88 -0
  285. package/lib/vtx-car-adm251-modal/components/OilConsumption/List.js.map +1 -0
  286. package/lib/vtx-car-adm251-modal/components/OilConsumption/OilLIne.js +100 -0
  287. package/lib/vtx-car-adm251-modal/components/OilConsumption/OilLIne.js.map +1 -0
  288. package/lib/vtx-car-adm251-modal/components/OilConsumption/index.css +33 -0
  289. package/lib/vtx-car-adm251-modal/components/OilConsumption/index.js +138 -0
  290. package/lib/vtx-car-adm251-modal/components/OilConsumption/index.js.map +1 -0
  291. package/lib/vtx-car-adm251-modal/components/OilConsumption/index.less +36 -0
  292. package/lib/vtx-car-adm251-modal/components/StaticInfo/Charts.js +70 -0
  293. package/lib/vtx-car-adm251-modal/components/StaticInfo/Charts.js.map +1 -0
  294. package/lib/vtx-car-adm251-modal/components/StaticInfo/List.js +92 -0
  295. package/lib/vtx-car-adm251-modal/components/StaticInfo/List.js.map +1 -0
  296. package/lib/vtx-car-adm251-modal/components/StaticInfo/index.css +97 -0
  297. package/lib/vtx-car-adm251-modal/components/StaticInfo/index.js +93 -0
  298. package/lib/vtx-car-adm251-modal/components/StaticInfo/index.js.map +1 -0
  299. package/lib/vtx-car-adm251-modal/components/StaticInfo/index.less +75 -0
  300. package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.css +29 -0
  301. package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.js +116 -0
  302. package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.js.map +1 -0
  303. package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.less +22 -0
  304. package/lib/vtx-car-adm251-modal/components/WorkInfo/Wcl.js +122 -0
  305. package/lib/vtx-car-adm251-modal/components/WorkInfo/Wcl.js.map +1 -0
  306. package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkJxh.js +313 -0
  307. package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkJxh.js.map +1 -0
  308. package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkLjsy.js +396 -0
  309. package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkLjsy.js.map +1 -0
  310. package/lib/vtx-car-adm251-modal/components/WorkInfo/index.css +263 -0
  311. package/lib/vtx-car-adm251-modal/components/WorkInfo/index.js +35 -0
  312. package/lib/vtx-car-adm251-modal/components/WorkInfo/index.js.map +1 -0
  313. package/lib/vtx-car-adm251-modal/components/WorkInfo/index.less +221 -0
  314. package/lib/vtx-car-adm251-modal/components/index.js +63 -0
  315. package/lib/vtx-car-adm251-modal/components/index.js.map +1 -0
  316. package/lib/vtx-car-adm251-modal/imgs/bglyh.png +0 -0
  317. package/lib/vtx-car-adm251-modal/imgs/bglyh_light.png +0 -0
  318. package/lib/vtx-car-adm251-modal/imgs/calendar-hour.png +0 -0
  319. package/lib/vtx-car-adm251-modal/imgs/calendar-mile.png +0 -0
  320. package/lib/vtx-car-adm251-modal/imgs/car.png +0 -0
  321. package/lib/vtx-car-adm251-modal/imgs/ccts.png +0 -0
  322. package/lib/vtx-car-adm251-modal/imgs/ccts_light.png +0 -0
  323. package/lib/vtx-car-adm251-modal/imgs/dqsd.png +0 -0
  324. package/lib/vtx-car-adm251-modal/imgs/dqsd_blue.png +0 -0
  325. package/lib/vtx-car-adm251-modal/imgs/dqsd_light.png +0 -0
  326. package/lib/vtx-car-adm251-modal/imgs/jrxs.png +0 -0
  327. package/lib/vtx-car-adm251-modal/imgs/jrxs_blue.png +0 -0
  328. package/lib/vtx-car-adm251-modal/imgs/jrxs_light.png +0 -0
  329. package/lib/vtx-car-adm251-modal/imgs/ljsjdw.png +0 -0
  330. package/lib/vtx-car-adm251-modal/imgs/ljsjdw_blue.png +0 -0
  331. package/lib/vtx-car-adm251-modal/imgs/ljsjdw_light.png +0 -0
  332. package/lib/vtx-car-adm251-modal/imgs/ljsjts.png +0 -0
  333. package/lib/vtx-car-adm251-modal/imgs/ljsjts_blue.png +0 -0
  334. package/lib/vtx-car-adm251-modal/imgs/ljsjts_light.png +0 -0
  335. package/lib/vtx-car-adm251-modal/imgs/ljsjzl.png +0 -0
  336. package/lib/vtx-car-adm251-modal/imgs/ljsjzl_blue.png +0 -0
  337. package/lib/vtx-car-adm251-modal/imgs/ljsjzl_light.png +0 -0
  338. package/lib/vtx-car-adm251-modal/imgs/ljsy_car.png +0 -0
  339. package/lib/vtx-car-adm251-modal/imgs/ljsy_car_cy.png +0 -0
  340. package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_fish.png +0 -0
  341. package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name.png +0 -0
  342. package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name_active.png +0 -0
  343. package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name_un.png +0 -0
  344. package/lib/vtx-car-adm251-modal/imgs/ljsy_diamond.png +0 -0
  345. package/lib/vtx-car-adm251-modal/imgs/ljsy_diamond_active.png +0 -0
  346. package/lib/vtx-car-adm251-modal/imgs/ljsy_left.png +0 -0
  347. package/lib/vtx-car-adm251-modal/imgs/ljsy_right.png +0 -0
  348. package/lib/vtx-car-adm251-modal/imgs/ljwgsc.png +0 -0
  349. package/lib/vtx-car-adm251-modal/imgs/ljwgsc_light.png +0 -0
  350. package/lib/vtx-car-adm251-modal/imgs/ljwgts.png +0 -0
  351. package/lib/vtx-car-adm251-modal/imgs/ljwgts_light.png +0 -0
  352. package/lib/vtx-car-adm251-modal/imgs/outTime.png +0 -0
  353. package/lib/vtx-car-adm251-modal/imgs/outTime_blue.png +0 -0
  354. package/lib/vtx-car-adm251-modal/imgs/outTime_light.png +0 -0
  355. package/lib/vtx-car-adm251-modal/imgs/pjwcl.png +0 -0
  356. package/lib/vtx-car-adm251-modal/imgs/pjwcl_blue.png +0 -0
  357. package/lib/vtx-car-adm251-modal/imgs/pjwcl_light.png +0 -0
  358. package/lib/vtx-car-adm251-modal/imgs/position.png +0 -0
  359. package/lib/vtx-car-adm251-modal/imgs/position_blue.png +0 -0
  360. package/lib/vtx-car-adm251-modal/imgs/position_light.png +0 -0
  361. package/lib/vtx-car-adm251-modal/imgs/realCarImg.png +0 -0
  362. package/lib/vtx-car-adm251-modal/imgs/refresh.png +0 -0
  363. package/lib/vtx-car-adm251-modal/imgs/refresh_blue.png +0 -0
  364. package/lib/vtx-car-adm251-modal/imgs/refresh_light.png +0 -0
  365. package/lib/vtx-car-adm251-modal/imgs/runTime.png +0 -0
  366. package/lib/vtx-car-adm251-modal/imgs/runTime_blue.png +0 -0
  367. package/lib/vtx-car-adm251-modal/imgs/runTime_light.png +0 -0
  368. package/lib/vtx-car-adm251-modal/imgs/syyl.png +0 -0
  369. package/lib/vtx-car-adm251-modal/imgs/syyl_light.png +0 -0
  370. package/lib/vtx-car-adm251-modal/imgs/warn.png +0 -0
  371. package/lib/vtx-car-adm251-modal/imgs/wcl.png +0 -0
  372. package/lib/vtx-car-adm251-modal/imgs/wcl_blue.png +0 -0
  373. package/lib/vtx-car-adm251-modal/imgs/wcl_light.png +0 -0
  374. package/lib/vtx-car-adm251-modal/imgs/wgcs.png +0 -0
  375. package/lib/vtx-car-adm251-modal/imgs/wgcs_light.png +0 -0
  376. package/lib/vtx-car-adm251-modal/imgs/work_cp_bg.png +0 -0
  377. package/lib/vtx-car-adm251-modal/imgs/xslc.png +0 -0
  378. package/lib/vtx-car-adm251-modal/imgs/xslc_blue.png +0 -0
  379. package/lib/vtx-car-adm251-modal/imgs/xslc_light.png +0 -0
  380. package/lib/vtx-car-adm251-modal/imgs/ysdw.png +0 -0
  381. package/lib/vtx-car-adm251-modal/imgs/ysdw_blue.png +0 -0
  382. package/lib/vtx-car-adm251-modal/imgs/ysdw_light.png +0 -0
  383. package/lib/vtx-car-adm251-modal/imgs/ywcdw.png +0 -0
  384. package/lib/vtx-car-adm251-modal/imgs/ywcdw_blue.png +0 -0
  385. package/lib/vtx-car-adm251-modal/imgs/ywcdw_light.png +0 -0
  386. package/lib/vtx-car-adm251-modal/imgs/zlc.png +0 -0
  387. package/lib/vtx-car-adm251-modal/imgs/zlc_blue.png +0 -0
  388. package/lib/vtx-car-adm251-modal/imgs/zlc_light.png +0 -0
  389. package/lib/vtx-car-adm251-modal/imgs/zld.png +0 -0
  390. package/lib/vtx-car-adm251-modal/imgs/zld_blue.png +0 -0
  391. package/lib/vtx-car-adm251-modal/imgs/zld_light.png +0 -0
  392. package/lib/vtx-car-adm251-modal/imgs/zsh.png +0 -0
  393. package/lib/vtx-car-adm251-modal/imgs/zsh_light.png +0 -0
  394. package/lib/vtx-car-adm251-modal/imgs/zycs.png +0 -0
  395. package/lib/vtx-car-adm251-modal/imgs/zycs_blue.png +0 -0
  396. package/lib/vtx-car-adm251-modal/imgs/zycs_light.png +0 -0
  397. package/lib/vtx-car-adm251-modal/imgs/zycssc.png +0 -0
  398. package/lib/vtx-car-adm251-modal/imgs/zycssc_blue.png +0 -0
  399. package/lib/vtx-car-adm251-modal/imgs/zycssc_light.png +0 -0
  400. package/lib/vtx-car-adm251-modal/imgs/zyh.png +0 -0
  401. package/lib/vtx-car-adm251-modal/imgs/zyh_light.png +0 -0
  402. package/lib/vtx-car-adm251-modal/imgs/zyl.png +0 -0
  403. package/lib/vtx-car-adm251-modal/imgs/zyl_blue.png +0 -0
  404. package/lib/vtx-car-adm251-modal/imgs/zyl_light.png +0 -0
  405. package/lib/vtx-car-adm251-modal/imgs/zylc.png +0 -0
  406. package/lib/vtx-car-adm251-modal/imgs/zylc_blue.png +0 -0
  407. package/lib/vtx-car-adm251-modal/imgs/zylc_light.png +0 -0
  408. package/lib/vtx-car-adm251-modal/imgs/zysc.png +0 -0
  409. package/lib/vtx-car-adm251-modal/imgs/zysc_blue.png +0 -0
  410. package/lib/vtx-car-adm251-modal/imgs/zysc_light.png +0 -0
  411. package/lib/vtx-car-adm251-modal/index.js +129 -0
  412. package/lib/vtx-car-adm251-modal/index.js.map +1 -0
  413. package/lib/vtx-car-adm251-modal/style/css.js +11 -0
  414. package/lib/vtx-car-adm251-modal/style/css.js.map +1 -0
  415. package/lib/vtx-car-adm251-modal/style/index.css +136 -0
  416. package/lib/vtx-car-adm251-modal/style/index.js +11 -0
  417. package/lib/vtx-car-adm251-modal/style/index.js.map +1 -0
  418. package/lib/vtx-car-adm251-modal/style/index.less +6 -0
  419. package/lib/vtx-car-modal/api.js +633 -0
  420. package/lib/vtx-car-modal/api.js.map +1 -0
  421. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js +198 -0
  422. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js.map +1 -0
  423. package/lib/vtx-car-modal/components/AlarmInfo/List.js +186 -0
  424. package/lib/vtx-car-modal/components/AlarmInfo/List.js.map +1 -0
  425. package/lib/vtx-car-modal/components/AlarmInfo/index.css +45 -0
  426. package/lib/vtx-car-modal/components/AlarmInfo/index.js +126 -0
  427. package/lib/vtx-car-modal/components/AlarmInfo/index.js.map +1 -0
  428. package/lib/vtx-car-modal/components/AlarmInfo/index.less +38 -0
  429. package/lib/vtx-car-modal/components/BaseInfo/Charts.js +78 -0
  430. package/lib/vtx-car-modal/components/BaseInfo/Charts.js.map +1 -0
  431. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js +85 -0
  432. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js.map +1 -0
  433. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js +67 -0
  434. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js.map +1 -0
  435. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js +126 -0
  436. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js.map +1 -0
  437. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js +116 -0
  438. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js.map +1 -0
  439. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js +56 -0
  440. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js.map +1 -0
  441. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js +117 -0
  442. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js.map +1 -0
  443. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js +123 -0
  444. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js.map +1 -0
  445. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js +135 -0
  446. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js.map +1 -0
  447. package/lib/vtx-car-modal/components/BaseInfo/index.css +280 -0
  448. package/lib/vtx-car-modal/components/BaseInfo/index.js +224 -0
  449. package/lib/vtx-car-modal/components/BaseInfo/index.js.map +1 -0
  450. package/lib/vtx-car-modal/components/BaseInfo/index.less +239 -0
  451. package/lib/vtx-car-modal/components/Maintenance/index.css +39 -0
  452. package/lib/vtx-car-modal/components/Maintenance/index.js +134 -0
  453. package/lib/vtx-car-modal/components/Maintenance/index.js.map +1 -0
  454. package/lib/vtx-car-modal/components/Maintenance/index.less +34 -0
  455. package/lib/vtx-car-modal/components/Mixsy/index.css +48 -0
  456. package/lib/vtx-car-modal/components/Mixsy/index.js +277 -0
  457. package/lib/vtx-car-modal/components/Mixsy/index.js.map +1 -0
  458. package/lib/vtx-car-modal/components/Mixsy/index.less +49 -0
  459. package/lib/vtx-car-modal/components/OilConsumption/List.js +88 -0
  460. package/lib/vtx-car-modal/components/OilConsumption/List.js.map +1 -0
  461. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js +100 -0
  462. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js.map +1 -0
  463. package/lib/vtx-car-modal/components/OilConsumption/index.css +33 -0
  464. package/lib/vtx-car-modal/components/OilConsumption/index.js +138 -0
  465. package/lib/vtx-car-modal/components/OilConsumption/index.js.map +1 -0
  466. package/lib/vtx-car-modal/components/OilConsumption/index.less +36 -0
  467. package/lib/vtx-car-modal/components/RunAna/index.css +6 -0
  468. package/lib/vtx-car-modal/components/RunAna/index.js +131 -0
  469. package/lib/vtx-car-modal/components/RunAna/index.js.map +1 -0
  470. package/lib/vtx-car-modal/components/RunAna/index.less +6 -0
  471. package/lib/vtx-car-modal/components/StaticInfo/Charts.js +70 -0
  472. package/lib/vtx-car-modal/components/StaticInfo/Charts.js.map +1 -0
  473. package/lib/vtx-car-modal/components/StaticInfo/List.js +92 -0
  474. package/lib/vtx-car-modal/components/StaticInfo/List.js.map +1 -0
  475. package/lib/vtx-car-modal/components/StaticInfo/index.css +97 -0
  476. package/lib/vtx-car-modal/components/StaticInfo/index.js +93 -0
  477. package/lib/vtx-car-modal/components/StaticInfo/index.js.map +1 -0
  478. package/lib/vtx-car-modal/components/StaticInfo/index.less +75 -0
  479. package/lib/vtx-car-modal/components/WaterConsumption/index.css +29 -0
  480. package/lib/vtx-car-modal/components/WaterConsumption/index.js +116 -0
  481. package/lib/vtx-car-modal/components/WaterConsumption/index.js.map +1 -0
  482. package/lib/vtx-car-modal/components/WaterConsumption/index.less +22 -0
  483. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js +122 -0
  484. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js.map +1 -0
  485. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js +313 -0
  486. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +1 -0
  487. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +481 -0
  488. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js.map +1 -0
  489. package/lib/vtx-car-modal/components/WorkInfo/index.css +263 -0
  490. package/lib/vtx-car-modal/components/WorkInfo/index.js +41 -0
  491. package/lib/vtx-car-modal/components/WorkInfo/index.js.map +1 -0
  492. package/lib/vtx-car-modal/components/WorkInfo/index.less +220 -0
  493. package/lib/vtx-car-modal/components/index.js +70 -0
  494. package/lib/vtx-car-modal/components/index.js.map +1 -0
  495. package/lib/vtx-car-modal/imgs/bglyh.png +0 -0
  496. package/lib/vtx-car-modal/imgs/bglyh_light.png +0 -0
  497. package/lib/vtx-car-modal/imgs/calendar-hour.png +0 -0
  498. package/lib/vtx-car-modal/imgs/calendar-mile.png +0 -0
  499. package/lib/vtx-car-modal/imgs/car.png +0 -0
  500. package/lib/vtx-car-modal/imgs/ccts.png +0 -0
  501. package/lib/vtx-car-modal/imgs/ccts_light.png +0 -0
  502. package/lib/vtx-car-modal/imgs/dqsd.png +0 -0
  503. package/lib/vtx-car-modal/imgs/dqsd_blue.png +0 -0
  504. package/lib/vtx-car-modal/imgs/dqsd_light.png +0 -0
  505. package/lib/vtx-car-modal/imgs/jrxs.png +0 -0
  506. package/lib/vtx-car-modal/imgs/jrxs_blue.png +0 -0
  507. package/lib/vtx-car-modal/imgs/jrxs_light.png +0 -0
  508. package/lib/vtx-car-modal/imgs/ljsjdw.png +0 -0
  509. package/lib/vtx-car-modal/imgs/ljsjdw_blue.png +0 -0
  510. package/lib/vtx-car-modal/imgs/ljsjdw_light.png +0 -0
  511. package/lib/vtx-car-modal/imgs/ljsjts.png +0 -0
  512. package/lib/vtx-car-modal/imgs/ljsjts_blue.png +0 -0
  513. package/lib/vtx-car-modal/imgs/ljsjts_light.png +0 -0
  514. package/lib/vtx-car-modal/imgs/ljsjzl.png +0 -0
  515. package/lib/vtx-car-modal/imgs/ljsjzl_blue.png +0 -0
  516. package/lib/vtx-car-modal/imgs/ljsjzl_light.png +0 -0
  517. package/lib/vtx-car-modal/imgs/ljsy_car.png +0 -0
  518. package/lib/vtx-car-modal/imgs/ljsy_cp_fish.png +0 -0
  519. package/lib/vtx-car-modal/imgs/ljsy_cp_name.png +0 -0
  520. package/lib/vtx-car-modal/imgs/ljsy_cp_name_active.png +0 -0
  521. package/lib/vtx-car-modal/imgs/ljsy_cp_name_un.png +0 -0
  522. package/lib/vtx-car-modal/imgs/ljsy_diamond.png +0 -0
  523. package/lib/vtx-car-modal/imgs/ljsy_diamond_active.png +0 -0
  524. package/lib/vtx-car-modal/imgs/ljsy_left.png +0 -0
  525. package/lib/vtx-car-modal/imgs/ljsy_right.png +0 -0
  526. package/lib/vtx-car-modal/imgs/ljwgsc.png +0 -0
  527. package/lib/vtx-car-modal/imgs/ljwgsc_light.png +0 -0
  528. package/lib/vtx-car-modal/imgs/ljwgts.png +0 -0
  529. package/lib/vtx-car-modal/imgs/ljwgts_light.png +0 -0
  530. package/lib/vtx-car-modal/imgs/outTime.png +0 -0
  531. package/lib/vtx-car-modal/imgs/outTime_blue.png +0 -0
  532. package/lib/vtx-car-modal/imgs/outTime_light.png +0 -0
  533. package/lib/vtx-car-modal/imgs/pjwcl.png +0 -0
  534. package/lib/vtx-car-modal/imgs/pjwcl_blue.png +0 -0
  535. package/lib/vtx-car-modal/imgs/pjwcl_light.png +0 -0
  536. package/lib/vtx-car-modal/imgs/position.png +0 -0
  537. package/lib/vtx-car-modal/imgs/position_blue.png +0 -0
  538. package/lib/vtx-car-modal/imgs/position_light.png +0 -0
  539. package/lib/vtx-car-modal/imgs/realCarImg.png +0 -0
  540. package/lib/vtx-car-modal/imgs/refresh.png +0 -0
  541. package/lib/vtx-car-modal/imgs/refresh_blue.png +0 -0
  542. package/lib/vtx-car-modal/imgs/refresh_light.png +0 -0
  543. package/lib/vtx-car-modal/imgs/runTime.png +0 -0
  544. package/lib/vtx-car-modal/imgs/runTime_blue.png +0 -0
  545. package/lib/vtx-car-modal/imgs/runTime_light.png +0 -0
  546. package/lib/vtx-car-modal/imgs/syyl.png +0 -0
  547. package/lib/vtx-car-modal/imgs/syyl_light.png +0 -0
  548. package/lib/vtx-car-modal/imgs/warn.png +0 -0
  549. package/lib/vtx-car-modal/imgs/wcl.png +0 -0
  550. package/lib/vtx-car-modal/imgs/wcl_blue.png +0 -0
  551. package/lib/vtx-car-modal/imgs/wcl_light.png +0 -0
  552. package/lib/vtx-car-modal/imgs/wgcs.png +0 -0
  553. package/lib/vtx-car-modal/imgs/wgcs_light.png +0 -0
  554. package/lib/vtx-car-modal/imgs/work_cp_bg.png +0 -0
  555. package/lib/vtx-car-modal/imgs/xslc.png +0 -0
  556. package/lib/vtx-car-modal/imgs/xslc_blue.png +0 -0
  557. package/lib/vtx-car-modal/imgs/xslc_light.png +0 -0
  558. package/lib/vtx-car-modal/imgs/ysdw.png +0 -0
  559. package/lib/vtx-car-modal/imgs/ysdw_blue.png +0 -0
  560. package/lib/vtx-car-modal/imgs/ysdw_light.png +0 -0
  561. package/lib/vtx-car-modal/imgs/ywcdw.png +0 -0
  562. package/lib/vtx-car-modal/imgs/ywcdw_blue.png +0 -0
  563. package/lib/vtx-car-modal/imgs/ywcdw_light.png +0 -0
  564. package/lib/vtx-car-modal/imgs/zlc.png +0 -0
  565. package/lib/vtx-car-modal/imgs/zlc_blue.png +0 -0
  566. package/lib/vtx-car-modal/imgs/zlc_light.png +0 -0
  567. package/lib/vtx-car-modal/imgs/zld.png +0 -0
  568. package/lib/vtx-car-modal/imgs/zld_blue.png +0 -0
  569. package/lib/vtx-car-modal/imgs/zld_light.png +0 -0
  570. package/lib/vtx-car-modal/imgs/zsh.png +0 -0
  571. package/lib/vtx-car-modal/imgs/zsh_light.png +0 -0
  572. package/lib/vtx-car-modal/imgs/zycs.png +0 -0
  573. package/lib/vtx-car-modal/imgs/zycs_blue.png +0 -0
  574. package/lib/vtx-car-modal/imgs/zycs_light.png +0 -0
  575. package/lib/vtx-car-modal/imgs/zycssc.png +0 -0
  576. package/lib/vtx-car-modal/imgs/zycssc_blue.png +0 -0
  577. package/lib/vtx-car-modal/imgs/zycssc_light.png +0 -0
  578. package/lib/vtx-car-modal/imgs/zyh.png +0 -0
  579. package/lib/vtx-car-modal/imgs/zyh_light.png +0 -0
  580. package/lib/vtx-car-modal/imgs/zyl.png +0 -0
  581. package/lib/vtx-car-modal/imgs/zyl_blue.png +0 -0
  582. package/lib/vtx-car-modal/imgs/zyl_light.png +0 -0
  583. package/lib/vtx-car-modal/imgs/zylc.png +0 -0
  584. package/lib/vtx-car-modal/imgs/zylc_blue.png +0 -0
  585. package/lib/vtx-car-modal/imgs/zylc_light.png +0 -0
  586. package/lib/vtx-car-modal/imgs/zysc.png +0 -0
  587. package/lib/vtx-car-modal/imgs/zysc_blue.png +0 -0
  588. package/lib/vtx-car-modal/imgs/zysc_light.png +0 -0
  589. package/lib/vtx-car-modal/index.js +165 -0
  590. package/lib/vtx-car-modal/index.js.map +1 -0
  591. package/lib/vtx-car-modal/style/css.js +11 -0
  592. package/lib/vtx-car-modal/style/css.js.map +1 -0
  593. package/lib/vtx-car-modal/style/index.css +136 -0
  594. package/lib/vtx-car-modal/style/index.js +11 -0
  595. package/lib/vtx-car-modal/style/index.js.map +1 -0
  596. package/lib/vtx-car-modal/style/index.less +6 -0
  597. package/lib/vtx-car-modal-temp/api.js +633 -0
  598. package/lib/vtx-car-modal-temp/api.js.map +1 -0
  599. package/lib/vtx-car-modal-temp/components/AlarmInfo/Charts.js +198 -0
  600. package/lib/vtx-car-modal-temp/components/AlarmInfo/Charts.js.map +1 -0
  601. package/lib/vtx-car-modal-temp/components/AlarmInfo/List.js +186 -0
  602. package/lib/vtx-car-modal-temp/components/AlarmInfo/List.js.map +1 -0
  603. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.css +45 -0
  604. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.js +126 -0
  605. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.js.map +1 -0
  606. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.less +38 -0
  607. package/lib/vtx-car-modal-temp/components/BaseInfo/Charts.js +81 -0
  608. package/lib/vtx-car-modal-temp/components/BaseInfo/Charts.js.map +1 -0
  609. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayRun.js +85 -0
  610. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayRun.js.map +1 -0
  611. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkJXH.js +67 -0
  612. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkJXH.js.map +1 -0
  613. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkLJSY.js +126 -0
  614. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkLJSY.js.map +1 -0
  615. package/lib/vtx-car-modal-temp/components/BaseInfo/Wgfx.js +116 -0
  616. package/lib/vtx-car-modal-temp/components/BaseInfo/Wgfx.js.map +1 -0
  617. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummary.js +56 -0
  618. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummary.js.map +1 -0
  619. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummaryJxh.js +117 -0
  620. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummaryJxh.js.map +1 -0
  621. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxJXH.js +123 -0
  622. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxJXH.js.map +1 -0
  623. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxLJSY.js +147 -0
  624. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxLJSY.js.map +1 -0
  625. package/lib/vtx-car-modal-temp/components/BaseInfo/index.css +280 -0
  626. package/lib/vtx-car-modal-temp/components/BaseInfo/index.js +252 -0
  627. package/lib/vtx-car-modal-temp/components/BaseInfo/index.js.map +1 -0
  628. package/lib/vtx-car-modal-temp/components/BaseInfo/index.less +239 -0
  629. package/lib/vtx-car-modal-temp/components/Maintenance/index.css +39 -0
  630. package/lib/vtx-car-modal-temp/components/Maintenance/index.js +134 -0
  631. package/lib/vtx-car-modal-temp/components/Maintenance/index.js.map +1 -0
  632. package/lib/vtx-car-modal-temp/components/Maintenance/index.less +34 -0
  633. package/lib/vtx-car-modal-temp/components/Mixsy/index.css +48 -0
  634. package/lib/vtx-car-modal-temp/components/Mixsy/index.js +277 -0
  635. package/lib/vtx-car-modal-temp/components/Mixsy/index.js.map +1 -0
  636. package/lib/vtx-car-modal-temp/components/Mixsy/index.less +49 -0
  637. package/lib/vtx-car-modal-temp/components/OilConsumption/List.js +88 -0
  638. package/lib/vtx-car-modal-temp/components/OilConsumption/List.js.map +1 -0
  639. package/lib/vtx-car-modal-temp/components/OilConsumption/OilLIne.js +100 -0
  640. package/lib/vtx-car-modal-temp/components/OilConsumption/OilLIne.js.map +1 -0
  641. package/lib/vtx-car-modal-temp/components/OilConsumption/index.css +33 -0
  642. package/lib/vtx-car-modal-temp/components/OilConsumption/index.js +138 -0
  643. package/lib/vtx-car-modal-temp/components/OilConsumption/index.js.map +1 -0
  644. package/lib/vtx-car-modal-temp/components/OilConsumption/index.less +36 -0
  645. package/lib/vtx-car-modal-temp/components/RunAna/index.css +6 -0
  646. package/lib/vtx-car-modal-temp/components/RunAna/index.js +130 -0
  647. package/lib/vtx-car-modal-temp/components/RunAna/index.js.map +1 -0
  648. package/lib/vtx-car-modal-temp/components/RunAna/index.less +6 -0
  649. package/lib/vtx-car-modal-temp/components/StaticInfo/Charts.js +70 -0
  650. package/lib/vtx-car-modal-temp/components/StaticInfo/Charts.js.map +1 -0
  651. package/lib/vtx-car-modal-temp/components/StaticInfo/List.js +92 -0
  652. package/lib/vtx-car-modal-temp/components/StaticInfo/List.js.map +1 -0
  653. package/lib/vtx-car-modal-temp/components/StaticInfo/index.css +97 -0
  654. package/lib/vtx-car-modal-temp/components/StaticInfo/index.js +93 -0
  655. package/lib/vtx-car-modal-temp/components/StaticInfo/index.js.map +1 -0
  656. package/lib/vtx-car-modal-temp/components/StaticInfo/index.less +75 -0
  657. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.css +29 -0
  658. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.js +116 -0
  659. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.js.map +1 -0
  660. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.less +22 -0
  661. package/lib/vtx-car-modal-temp/components/WorkInfo/Wcl.js +128 -0
  662. package/lib/vtx-car-modal-temp/components/WorkInfo/Wcl.js.map +1 -0
  663. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkJxh.js +309 -0
  664. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkJxh.js.map +1 -0
  665. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkLjsy.js +495 -0
  666. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkLjsy.js.map +1 -0
  667. package/lib/vtx-car-modal-temp/components/WorkInfo/index.css +263 -0
  668. package/lib/vtx-car-modal-temp/components/WorkInfo/index.js +35 -0
  669. package/lib/vtx-car-modal-temp/components/WorkInfo/index.js.map +1 -0
  670. package/lib/vtx-car-modal-temp/components/WorkInfo/index.less +220 -0
  671. package/lib/vtx-car-modal-temp/components/index.js +70 -0
  672. package/lib/vtx-car-modal-temp/components/index.js.map +1 -0
  673. package/lib/vtx-car-modal-temp/imgs/bglyh.png +0 -0
  674. package/lib/vtx-car-modal-temp/imgs/bglyh_light.png +0 -0
  675. package/lib/vtx-car-modal-temp/imgs/calendar-hour.png +0 -0
  676. package/lib/vtx-car-modal-temp/imgs/calendar-mile.png +0 -0
  677. package/lib/vtx-car-modal-temp/imgs/car.png +0 -0
  678. package/lib/vtx-car-modal-temp/imgs/ccts.png +0 -0
  679. package/lib/vtx-car-modal-temp/imgs/ccts_light.png +0 -0
  680. package/lib/vtx-car-modal-temp/imgs/dqsd.png +0 -0
  681. package/lib/vtx-car-modal-temp/imgs/dqsd_blue.png +0 -0
  682. package/lib/vtx-car-modal-temp/imgs/dqsd_light.png +0 -0
  683. package/lib/vtx-car-modal-temp/imgs/jrxs.png +0 -0
  684. package/lib/vtx-car-modal-temp/imgs/jrxs_blue.png +0 -0
  685. package/lib/vtx-car-modal-temp/imgs/jrxs_light.png +0 -0
  686. package/lib/vtx-car-modal-temp/imgs/ljsjdw.png +0 -0
  687. package/lib/vtx-car-modal-temp/imgs/ljsjdw_blue.png +0 -0
  688. package/lib/vtx-car-modal-temp/imgs/ljsjdw_light.png +0 -0
  689. package/lib/vtx-car-modal-temp/imgs/ljsjts.png +0 -0
  690. package/lib/vtx-car-modal-temp/imgs/ljsjts_blue.png +0 -0
  691. package/lib/vtx-car-modal-temp/imgs/ljsjts_light.png +0 -0
  692. package/lib/vtx-car-modal-temp/imgs/ljsjzl.png +0 -0
  693. package/lib/vtx-car-modal-temp/imgs/ljsjzl_blue.png +0 -0
  694. package/lib/vtx-car-modal-temp/imgs/ljsjzl_light.png +0 -0
  695. package/lib/vtx-car-modal-temp/imgs/ljsy_car.png +0 -0
  696. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_fish.png +0 -0
  697. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name.png +0 -0
  698. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name_active.png +0 -0
  699. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name_un.png +0 -0
  700. package/lib/vtx-car-modal-temp/imgs/ljsy_diamond.png +0 -0
  701. package/lib/vtx-car-modal-temp/imgs/ljsy_diamond_active.png +0 -0
  702. package/lib/vtx-car-modal-temp/imgs/ljsy_left.png +0 -0
  703. package/lib/vtx-car-modal-temp/imgs/ljsy_right.png +0 -0
  704. package/lib/vtx-car-modal-temp/imgs/ljwgsc.png +0 -0
  705. package/lib/vtx-car-modal-temp/imgs/ljwgsc_light.png +0 -0
  706. package/lib/vtx-car-modal-temp/imgs/ljwgts.png +0 -0
  707. package/lib/vtx-car-modal-temp/imgs/ljwgts_light.png +0 -0
  708. package/lib/vtx-car-modal-temp/imgs/outTime.png +0 -0
  709. package/lib/vtx-car-modal-temp/imgs/outTime_blue.png +0 -0
  710. package/lib/vtx-car-modal-temp/imgs/outTime_light.png +0 -0
  711. package/lib/vtx-car-modal-temp/imgs/pjwcl.png +0 -0
  712. package/lib/vtx-car-modal-temp/imgs/pjwcl_blue.png +0 -0
  713. package/lib/vtx-car-modal-temp/imgs/pjwcl_light.png +0 -0
  714. package/lib/vtx-car-modal-temp/imgs/position.png +0 -0
  715. package/lib/vtx-car-modal-temp/imgs/position_blue.png +0 -0
  716. package/lib/vtx-car-modal-temp/imgs/position_light.png +0 -0
  717. package/lib/vtx-car-modal-temp/imgs/realCarImg.png +0 -0
  718. package/lib/vtx-car-modal-temp/imgs/refresh.png +0 -0
  719. package/lib/vtx-car-modal-temp/imgs/refresh_blue.png +0 -0
  720. package/lib/vtx-car-modal-temp/imgs/refresh_light.png +0 -0
  721. package/lib/vtx-car-modal-temp/imgs/runTime.png +0 -0
  722. package/lib/vtx-car-modal-temp/imgs/runTime_blue.png +0 -0
  723. package/lib/vtx-car-modal-temp/imgs/runTime_light.png +0 -0
  724. package/lib/vtx-car-modal-temp/imgs/syyl.png +0 -0
  725. package/lib/vtx-car-modal-temp/imgs/syyl_light.png +0 -0
  726. package/lib/vtx-car-modal-temp/imgs/warn.png +0 -0
  727. package/lib/vtx-car-modal-temp/imgs/wcl.png +0 -0
  728. package/lib/vtx-car-modal-temp/imgs/wcl_blue.png +0 -0
  729. package/lib/vtx-car-modal-temp/imgs/wcl_light.png +0 -0
  730. package/lib/vtx-car-modal-temp/imgs/wgcs.png +0 -0
  731. package/lib/vtx-car-modal-temp/imgs/wgcs_light.png +0 -0
  732. package/lib/vtx-car-modal-temp/imgs/work_cp_bg.png +0 -0
  733. package/lib/vtx-car-modal-temp/imgs/xslc.png +0 -0
  734. package/lib/vtx-car-modal-temp/imgs/xslc_blue.png +0 -0
  735. package/lib/vtx-car-modal-temp/imgs/xslc_light.png +0 -0
  736. package/lib/vtx-car-modal-temp/imgs/ysdw.png +0 -0
  737. package/lib/vtx-car-modal-temp/imgs/ysdw_blue.png +0 -0
  738. package/lib/vtx-car-modal-temp/imgs/ysdw_light.png +0 -0
  739. package/lib/vtx-car-modal-temp/imgs/ywcdw.png +0 -0
  740. package/lib/vtx-car-modal-temp/imgs/ywcdw_blue.png +0 -0
  741. package/lib/vtx-car-modal-temp/imgs/ywcdw_light.png +0 -0
  742. package/lib/vtx-car-modal-temp/imgs/zlc.png +0 -0
  743. package/lib/vtx-car-modal-temp/imgs/zlc_blue.png +0 -0
  744. package/lib/vtx-car-modal-temp/imgs/zlc_light.png +0 -0
  745. package/lib/vtx-car-modal-temp/imgs/zld.png +0 -0
  746. package/lib/vtx-car-modal-temp/imgs/zld_blue.png +0 -0
  747. package/lib/vtx-car-modal-temp/imgs/zld_light.png +0 -0
  748. package/lib/vtx-car-modal-temp/imgs/zsh.png +0 -0
  749. package/lib/vtx-car-modal-temp/imgs/zsh_light.png +0 -0
  750. package/lib/vtx-car-modal-temp/imgs/zycs.png +0 -0
  751. package/lib/vtx-car-modal-temp/imgs/zycs_blue.png +0 -0
  752. package/lib/vtx-car-modal-temp/imgs/zycs_light.png +0 -0
  753. package/lib/vtx-car-modal-temp/imgs/zycssc.png +0 -0
  754. package/lib/vtx-car-modal-temp/imgs/zycssc_blue.png +0 -0
  755. package/lib/vtx-car-modal-temp/imgs/zycssc_light.png +0 -0
  756. package/lib/vtx-car-modal-temp/imgs/zyh.png +0 -0
  757. package/lib/vtx-car-modal-temp/imgs/zyh_light.png +0 -0
  758. package/lib/vtx-car-modal-temp/imgs/zyl.png +0 -0
  759. package/lib/vtx-car-modal-temp/imgs/zyl_blue.png +0 -0
  760. package/lib/vtx-car-modal-temp/imgs/zyl_light.png +0 -0
  761. package/lib/vtx-car-modal-temp/imgs/zylc.png +0 -0
  762. package/lib/vtx-car-modal-temp/imgs/zylc_blue.png +0 -0
  763. package/lib/vtx-car-modal-temp/imgs/zylc_light.png +0 -0
  764. package/lib/vtx-car-modal-temp/imgs/zysc.png +0 -0
  765. package/lib/vtx-car-modal-temp/imgs/zysc_blue.png +0 -0
  766. package/lib/vtx-car-modal-temp/imgs/zysc_light.png +0 -0
  767. package/lib/vtx-car-modal-temp/index.js +156 -0
  768. package/lib/vtx-car-modal-temp/index.js.map +1 -0
  769. package/lib/vtx-car-modal-temp/style/css.js +11 -0
  770. package/lib/vtx-car-modal-temp/style/css.js.map +1 -0
  771. package/lib/vtx-car-modal-temp/style/index.css +136 -0
  772. package/lib/vtx-car-modal-temp/style/index.js +11 -0
  773. package/lib/vtx-car-modal-temp/style/index.js.map +1 -0
  774. package/lib/vtx-car-modal-temp/style/index.less +6 -0
  775. package/lib/vtx-cp-modal/api.js +336 -0
  776. package/lib/vtx-cp-modal/api.js.map +1 -0
  777. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +174 -0
  778. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
  779. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +106 -0
  780. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
  781. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +166 -0
  782. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js.map +1 -0
  783. package/lib/vtx-cp-modal/components/AlarmInfo/index.css +116 -0
  784. package/lib/vtx-cp-modal/components/AlarmInfo/index.js +46 -0
  785. package/lib/vtx-cp-modal/components/AlarmInfo/index.js.map +1 -0
  786. package/lib/vtx-cp-modal/components/AlarmInfo/index.less +105 -0
  787. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +118 -0
  788. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js.map +1 -0
  789. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +52 -0
  790. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js.map +1 -0
  791. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +143 -0
  792. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js.map +1 -0
  793. package/lib/vtx-cp-modal/components/BaseInfo/index.css +156 -0
  794. package/lib/vtx-cp-modal/components/BaseInfo/index.js +88 -0
  795. package/lib/vtx-cp-modal/components/BaseInfo/index.js.map +1 -0
  796. package/lib/vtx-cp-modal/components/BaseInfo/index.less +139 -0
  797. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js +196 -0
  798. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js.map +1 -0
  799. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +106 -0
  800. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js.map +1 -0
  801. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +164 -0
  802. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js.map +1 -0
  803. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.css +116 -0
  804. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js +46 -0
  805. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js.map +1 -0
  806. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.less +105 -0
  807. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +128 -0
  808. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js.map +1 -0
  809. package/lib/vtx-cp-modal/components/SyInfo/index.css +40 -0
  810. package/lib/vtx-cp-modal/components/SyInfo/index.js +371 -0
  811. package/lib/vtx-cp-modal/components/SyInfo/index.js.map +1 -0
  812. package/lib/vtx-cp-modal/components/SyInfo/index.less +38 -0
  813. package/lib/vtx-cp-modal/components/index.js +35 -0
  814. package/lib/vtx-cp-modal/components/index.js.map +1 -0
  815. package/lib/vtx-cp-modal/imgs/alarm.png +0 -0
  816. package/lib/vtx-cp-modal/imgs/alarm_blue.png +0 -0
  817. package/lib/vtx-cp-modal/imgs/all_rate.png +0 -0
  818. package/lib/vtx-cp-modal/imgs/all_rate_blue.png +0 -0
  819. package/lib/vtx-cp-modal/imgs/all_rate_light.png +0 -0
  820. package/lib/vtx-cp-modal/imgs/cy.png +0 -0
  821. package/lib/vtx-cp-modal/imgs/cy_rate.png +0 -0
  822. package/lib/vtx-cp-modal/imgs/cy_rate_blue.png +0 -0
  823. package/lib/vtx-cp-modal/imgs/cy_rate_light.png +0 -0
  824. package/lib/vtx-cp-modal/imgs/jhsj.png +0 -0
  825. package/lib/vtx-cp-modal/imgs/jhsj_blue.png +0 -0
  826. package/lib/vtx-cp-modal/imgs/jhsj_light.png +0 -0
  827. package/lib/vtx-cp-modal/imgs/khs_rate_blue.png +0 -0
  828. package/lib/vtx-cp-modal/imgs/khsw.png +0 -0
  829. package/lib/vtx-cp-modal/imgs/qt.png +0 -0
  830. package/lib/vtx-cp-modal/imgs/qt_rate.png +0 -0
  831. package/lib/vtx-cp-modal/imgs/qt_rate_blue.png +0 -0
  832. package/lib/vtx-cp-modal/imgs/qt_rate_light.png +0 -0
  833. package/lib/vtx-cp-modal/imgs/sjl.png +0 -0
  834. package/lib/vtx-cp-modal/imgs/sjl_blue.png +0 -0
  835. package/lib/vtx-cp-modal/imgs/sjl_light.png +0 -0
  836. package/lib/vtx-cp-modal/imgs/sjsj.png +0 -0
  837. package/lib/vtx-cp-modal/imgs/sjsj_blue.png +0 -0
  838. package/lib/vtx-cp-modal/imgs/sjsj_light.png +0 -0
  839. package/lib/vtx-cp-modal/imgs/sjts.png +0 -0
  840. package/lib/vtx-cp-modal/imgs/sjts_blue.png +0 -0
  841. package/lib/vtx-cp-modal/imgs/sjts_light.png +0 -0
  842. package/lib/vtx-cp-modal/imgs/sjzl.png +0 -0
  843. package/lib/vtx-cp-modal/imgs/sjzl_blue.png +0 -0
  844. package/lib/vtx-cp-modal/imgs/sjzl_light.png +0 -0
  845. package/lib/vtx-cp-modal/imgs/track.png +0 -0
  846. package/lib/vtx-cp-modal/imgs/yh.png +0 -0
  847. package/lib/vtx-cp-modal/imgs/yh_rate.png +0 -0
  848. package/lib/vtx-cp-modal/imgs/yh_rate_blue.png +0 -0
  849. package/lib/vtx-cp-modal/imgs/yh_rate_light.png +0 -0
  850. package/lib/vtx-cp-modal/index.js +101 -0
  851. package/lib/vtx-cp-modal/index.js.map +1 -0
  852. package/lib/vtx-cp-modal/style/css.js +5 -0
  853. package/lib/vtx-cp-modal/style/css.js.map +1 -0
  854. package/lib/vtx-cp-modal/style/index.css +132 -0
  855. package/lib/vtx-cp-modal/style/index.js +5 -0
  856. package/lib/vtx-cp-modal/style/index.js.map +1 -0
  857. package/lib/vtx-cp-modal/style/index.less +1 -0
  858. package/lib/vtx-default-modal/api.js +83 -0
  859. package/lib/vtx-default-modal/api.js.map +1 -0
  860. package/lib/vtx-default-modal/components/BaseInfo/index.css +30 -0
  861. package/lib/vtx-default-modal/components/BaseInfo/index.js +63 -0
  862. package/lib/vtx-default-modal/components/BaseInfo/index.js.map +1 -0
  863. package/lib/vtx-default-modal/components/BaseInfo/index.less +27 -0
  864. package/lib/vtx-default-modal/components/index.js +14 -0
  865. package/lib/vtx-default-modal/components/index.js.map +1 -0
  866. package/lib/vtx-default-modal/index.js +87 -0
  867. package/lib/vtx-default-modal/index.js.map +1 -0
  868. package/lib/vtx-default-modal/style/css.js +5 -0
  869. package/lib/vtx-default-modal/style/css.js.map +1 -0
  870. package/lib/vtx-default-modal/style/index.css +132 -0
  871. package/lib/vtx-default-modal/style/index.js +5 -0
  872. package/lib/vtx-default-modal/style/index.js.map +1 -0
  873. package/lib/vtx-default-modal/style/index.less +1 -0
  874. package/lib/vtx-df-modal/api.js +314 -0
  875. package/lib/vtx-df-modal/api.js.map +1 -0
  876. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js +115 -0
  877. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js.map +1 -0
  878. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +146 -0
  879. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js.map +1 -0
  880. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +119 -0
  881. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js.map +1 -0
  882. package/lib/vtx-df-modal/components/BaseInfo/Situation.js +52 -0
  883. package/lib/vtx-df-modal/components/BaseInfo/Situation.js.map +1 -0
  884. package/lib/vtx-df-modal/components/BaseInfo/index.css +365 -0
  885. package/lib/vtx-df-modal/components/BaseInfo/index.js +137 -0
  886. package/lib/vtx-df-modal/components/BaseInfo/index.js.map +1 -0
  887. package/lib/vtx-df-modal/components/BaseInfo/index.less +246 -0
  888. package/lib/vtx-df-modal/components/Metering/ChartJccc.js +125 -0
  889. package/lib/vtx-df-modal/components/Metering/ChartJccc.js.map +1 -0
  890. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +134 -0
  891. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js.map +1 -0
  892. package/lib/vtx-df-modal/components/Metering/List.js +115 -0
  893. package/lib/vtx-df-modal/components/Metering/List.js.map +1 -0
  894. package/lib/vtx-df-modal/components/Metering/index.css +92 -0
  895. package/lib/vtx-df-modal/components/Metering/index.js +174 -0
  896. package/lib/vtx-df-modal/components/Metering/index.js.map +1 -0
  897. package/lib/vtx-df-modal/components/Metering/index.less +78 -0
  898. package/lib/vtx-df-modal/components/OdorAlarm/List.js +115 -0
  899. package/lib/vtx-df-modal/components/OdorAlarm/List.js.map +1 -0
  900. package/lib/vtx-df-modal/components/OdorAlarm/imgs/cq_bg.png +0 -0
  901. package/lib/vtx-df-modal/components/OdorAlarm/imgs/noData.png +0 -0
  902. package/lib/vtx-df-modal/components/OdorAlarm/imgs/position_red.png +0 -0
  903. package/lib/vtx-df-modal/components/OdorAlarm/index.css +198 -0
  904. package/lib/vtx-df-modal/components/OdorAlarm/index.js +196 -0
  905. package/lib/vtx-df-modal/components/OdorAlarm/index.js.map +1 -0
  906. package/lib/vtx-df-modal/components/OdorAlarm/index.less +179 -0
  907. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +113 -0
  908. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js.map +1 -0
  909. package/lib/vtx-df-modal/components/WorkCondition/Situation.js +116 -0
  910. package/lib/vtx-df-modal/components/WorkCondition/Situation.js.map +1 -0
  911. package/lib/vtx-df-modal/components/WorkCondition/index.css +170 -0
  912. package/lib/vtx-df-modal/components/WorkCondition/index.js +98 -0
  913. package/lib/vtx-df-modal/components/WorkCondition/index.js.map +1 -0
  914. package/lib/vtx-df-modal/components/WorkCondition/index.less +154 -0
  915. package/lib/vtx-df-modal/components/index.js +35 -0
  916. package/lib/vtx-df-modal/components/index.js.map +1 -0
  917. package/lib/vtx-df-modal/imgs/alarm.png +0 -0
  918. package/lib/vtx-df-modal/imgs/alarm_light.png +0 -0
  919. package/lib/vtx-df-modal/imgs/bjdw.png +0 -0
  920. package/lib/vtx-df-modal/imgs/bjzx.png +0 -0
  921. package/lib/vtx-df-modal/imgs/hb.png +0 -0
  922. package/lib/vtx-df-modal/imgs/jcbj.png +0 -0
  923. package/lib/vtx-df-modal/imgs/jcbj_blue.png +0 -0
  924. package/lib/vtx-df-modal/imgs/jcbj_light.png +0 -0
  925. package/lib/vtx-df-modal/imgs/jccc.png +0 -0
  926. package/lib/vtx-df-modal/imgs/jccc_blue.png +0 -0
  927. package/lib/vtx-df-modal/imgs/jccc_light.png +0 -0
  928. package/lib/vtx-df-modal/imgs/jcdw.png +0 -0
  929. package/lib/vtx-df-modal/imgs/jcl.png +0 -0
  930. package/lib/vtx-df-modal/imgs/jcl_blue.png +0 -0
  931. package/lib/vtx-df-modal/imgs/jcl_light.png +0 -0
  932. package/lib/vtx-df-modal/imgs/monitor_bg.png +0 -0
  933. package/lib/vtx-df-modal/imgs/normal.png +0 -0
  934. package/lib/vtx-df-modal/imgs/normal_light.png +0 -0
  935. package/lib/vtx-df-modal/imgs/rjjcl.png +0 -0
  936. package/lib/vtx-df-modal/imgs/rjjcl_blue.png +0 -0
  937. package/lib/vtx-df-modal/imgs/rjjcl_light.png +0 -0
  938. package/lib/vtx-df-modal/imgs/run.png +0 -0
  939. package/lib/vtx-df-modal/imgs/situation_parent.png +0 -0
  940. package/lib/vtx-df-modal/imgs/situation_parent_bg.png +0 -0
  941. package/lib/vtx-df-modal/imgs/sjnl.png +0 -0
  942. package/lib/vtx-df-modal/imgs/sjnl_blue.png +0 -0
  943. package/lib/vtx-df-modal/imgs/sjnl_light.png +0 -0
  944. package/lib/vtx-df-modal/imgs/zbbj.png +0 -0
  945. package/lib/vtx-df-modal/imgs/zbbj_blue.png +0 -0
  946. package/lib/vtx-df-modal/imgs/zbbj_light.png +0 -0
  947. package/lib/vtx-df-modal/imgs/zjccc.png +0 -0
  948. package/lib/vtx-df-modal/imgs/zjccc_blue.png +0 -0
  949. package/lib/vtx-df-modal/imgs/zjccc_light.png +0 -0
  950. package/lib/vtx-df-modal/imgs/zjcl.png +0 -0
  951. package/lib/vtx-df-modal/imgs/zjcl_blue.png +0 -0
  952. package/lib/vtx-df-modal/imgs/zjcl_light.png +0 -0
  953. package/lib/vtx-df-modal/index.js +135 -0
  954. package/lib/vtx-df-modal/index.js.map +1 -0
  955. package/lib/vtx-df-modal/style/css.js +7 -0
  956. package/lib/vtx-df-modal/style/css.js.map +1 -0
  957. package/lib/vtx-df-modal/style/index.css +132 -0
  958. package/lib/vtx-df-modal/style/index.js +7 -0
  959. package/lib/vtx-df-modal/style/index.js.map +1 -0
  960. package/lib/vtx-df-modal/style/index.less +1 -0
  961. package/lib/vtx-facility-modal/api.js +123 -0
  962. package/lib/vtx-facility-modal/api.js.map +1 -0
  963. package/lib/vtx-facility-modal/components/OverView/Left.js +49 -0
  964. package/lib/vtx-facility-modal/components/OverView/Left.js.map +1 -0
  965. package/lib/vtx-facility-modal/components/OverView/index.css +133 -0
  966. package/lib/vtx-facility-modal/components/OverView/index.js +285 -0
  967. package/lib/vtx-facility-modal/components/OverView/index.js.map +1 -0
  968. package/lib/vtx-facility-modal/components/OverView/index.less +116 -0
  969. package/lib/vtx-facility-modal/components/index.js +14 -0
  970. package/lib/vtx-facility-modal/components/index.js.map +1 -0
  971. package/lib/vtx-facility-modal/config.js +68 -0
  972. package/lib/vtx-facility-modal/config.js.map +1 -0
  973. package/lib/vtx-facility-modal/imgs/car.png +0 -0
  974. package/lib/vtx-facility-modal/imgs/user.png +0 -0
  975. package/lib/vtx-facility-modal/index.js +48 -0
  976. package/lib/vtx-facility-modal/index.js.map +1 -0
  977. package/lib/vtx-facility-modal/style/css.js +5 -0
  978. package/lib/vtx-facility-modal/style/css.js.map +1 -0
  979. package/lib/vtx-facility-modal/style/index.css +0 -0
  980. package/lib/vtx-facility-modal/style/index.js +5 -0
  981. package/lib/vtx-facility-modal/style/index.js.map +1 -0
  982. package/lib/vtx-facility-modal/style/index.less +1 -0
  983. package/lib/vtx-facility-modal/types.js +6 -0
  984. package/lib/vtx-facility-modal/types.js.map +1 -0
  985. package/lib/vtx-housing-estate-modal/api.js +613 -0
  986. package/lib/vtx-housing-estate-modal/api.js.map +1 -0
  987. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js +390 -0
  988. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js.map +1 -0
  989. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js +209 -0
  990. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js.map +1 -0
  991. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js +290 -0
  992. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js.map +1 -0
  993. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js +34 -0
  994. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js.map +1 -0
  995. package/lib/vtx-housing-estate-modal/components/Alarm/index.css +81 -0
  996. package/lib/vtx-housing-estate-modal/components/Alarm/index.js +104 -0
  997. package/lib/vtx-housing-estate-modal/components/Alarm/index.js.map +1 -0
  998. package/lib/vtx-housing-estate-modal/components/Alarm/index.less +66 -0
  999. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +181 -0
  1000. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js.map +1 -0
  1001. package/lib/vtx-housing-estate-modal/components/OverView/Left.js +61 -0
  1002. package/lib/vtx-housing-estate-modal/components/OverView/Left.js.map +1 -0
  1003. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js +122 -0
  1004. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js.map +1 -0
  1005. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +213 -0
  1006. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js.map +1 -0
  1007. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js +204 -0
  1008. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js.map +1 -0
  1009. package/lib/vtx-housing-estate-modal/components/OverView/index.css +334 -0
  1010. package/lib/vtx-housing-estate-modal/components/OverView/index.js +57 -0
  1011. package/lib/vtx-housing-estate-modal/components/OverView/index.js.map +1 -0
  1012. package/lib/vtx-housing-estate-modal/components/OverView/index.less +250 -0
  1013. package/lib/vtx-housing-estate-modal/components/SPJK/index.css +4 -0
  1014. package/lib/vtx-housing-estate-modal/components/SPJK/index.js +58 -0
  1015. package/lib/vtx-housing-estate-modal/components/SPJK/index.js.map +1 -0
  1016. package/lib/vtx-housing-estate-modal/components/SPJK/index.less +6 -0
  1017. package/lib/vtx-housing-estate-modal/components/TFRD/index.css +30 -0
  1018. package/lib/vtx-housing-estate-modal/components/TFRD/index.js +301 -0
  1019. package/lib/vtx-housing-estate-modal/components/TFRD/index.js.map +1 -0
  1020. package/lib/vtx-housing-estate-modal/components/TFRD/index.less +22 -0
  1021. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js +59 -0
  1022. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js.map +1 -0
  1023. package/lib/vtx-housing-estate-modal/components/WGGS/index.css +43 -0
  1024. package/lib/vtx-housing-estate-modal/components/WGGS/index.js +104 -0
  1025. package/lib/vtx-housing-estate-modal/components/WGGS/index.js.map +1 -0
  1026. package/lib/vtx-housing-estate-modal/components/WGGS/index.less +38 -0
  1027. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js +68 -0
  1028. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js.map +1 -0
  1029. package/lib/vtx-housing-estate-modal/components/WGXW/index.css +93 -0
  1030. package/lib/vtx-housing-estate-modal/components/WGXW/index.js +142 -0
  1031. package/lib/vtx-housing-estate-modal/components/WGXW/index.js.map +1 -0
  1032. package/lib/vtx-housing-estate-modal/components/WGXW/index.less +76 -0
  1033. package/lib/vtx-housing-estate-modal/components/index.js +49 -0
  1034. package/lib/vtx-housing-estate-modal/components/index.js.map +1 -0
  1035. package/lib/vtx-housing-estate-modal/config.js +79 -0
  1036. package/lib/vtx-housing-estate-modal/config.js.map +1 -0
  1037. package/lib/vtx-housing-estate-modal/imgs/BOTTLE.png +0 -0
  1038. package/lib/vtx-housing-estate-modal/imgs/CAN.png +0 -0
  1039. package/lib/vtx-housing-estate-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
  1040. package/lib/vtx-housing-estate-modal/imgs/NAPKIN.png +0 -0
  1041. package/lib/vtx-housing-estate-modal/imgs/PLASTIC_BAG.png +0 -0
  1042. package/lib/vtx-housing-estate-modal/imgs/avatar_empty.png +0 -0
  1043. package/lib/vtx-housing-estate-modal/imgs/black-rank.png +0 -0
  1044. package/lib/vtx-housing-estate-modal/imgs/bucket-cylj.png +0 -0
  1045. package/lib/vtx-housing-estate-modal/imgs/bucket-khsw.png +0 -0
  1046. package/lib/vtx-housing-estate-modal/imgs/bucket-qtlj.png +0 -0
  1047. package/lib/vtx-housing-estate-modal/imgs/bucket-yhlj.png +0 -0
  1048. package/lib/vtx-housing-estate-modal/imgs/cylj-bg.png +0 -0
  1049. package/lib/vtx-housing-estate-modal/imgs/cylj.png +0 -0
  1050. package/lib/vtx-housing-estate-modal/imgs/cywpd.png +0 -0
  1051. package/lib/vtx-housing-estate-modal/imgs/garbage_default.png +0 -0
  1052. package/lib/vtx-housing-estate-modal/imgs/ht.png +0 -0
  1053. package/lib/vtx-housing-estate-modal/imgs/khsw-bg.png +0 -0
  1054. package/lib/vtx-housing-estate-modal/imgs/khsw.png +0 -0
  1055. package/lib/vtx-housing-estate-modal/imgs/left-ddypz.png +0 -0
  1056. package/lib/vtx-housing-estate-modal/imgs/left-tfdmd.png +0 -0
  1057. package/lib/vtx-housing-estate-modal/imgs/manage-bg-1.png +0 -0
  1058. package/lib/vtx-housing-estate-modal/imgs/manage-bg-2.png +0 -0
  1059. package/lib/vtx-housing-estate-modal/imgs/manage-gzcx.png +0 -0
  1060. package/lib/vtx-housing-estate-modal/imgs/manage-hjgl.png +0 -0
  1061. package/lib/vtx-housing-estate-modal/imgs/manage-hmd.png +0 -0
  1062. package/lib/vtx-housing-estate-modal/imgs/manage-wgmsr.png +0 -0
  1063. package/lib/vtx-housing-estate-modal/imgs/manage-yyxj.png +0 -0
  1064. package/lib/vtx-housing-estate-modal/imgs/my.png +0 -0
  1065. package/lib/vtx-housing-estate-modal/imgs/pie-chart-bg.png +0 -0
  1066. package/lib/vtx-housing-estate-modal/imgs/qtlj-bg.png +0 -0
  1067. package/lib/vtx-housing-estate-modal/imgs/qtlj.png +0 -0
  1068. package/lib/vtx-housing-estate-modal/imgs/rank-bg.png +0 -0
  1069. package/lib/vtx-housing-estate-modal/imgs/tfd.png +0 -0
  1070. package/lib/vtx-housing-estate-modal/imgs/twtf.png +0 -0
  1071. package/lib/vtx-housing-estate-modal/imgs/wstf.png +0 -0
  1072. package/lib/vtx-housing-estate-modal/imgs/yhlj-bg.png +0 -0
  1073. package/lib/vtx-housing-estate-modal/imgs/yhlj.png +0 -0
  1074. package/lib/vtx-housing-estate-modal/index.js +88 -0
  1075. package/lib/vtx-housing-estate-modal/index.js.map +1 -0
  1076. package/lib/vtx-housing-estate-modal/style/css.js +7 -0
  1077. package/lib/vtx-housing-estate-modal/style/css.js.map +1 -0
  1078. package/lib/vtx-housing-estate-modal/style/index.css +0 -0
  1079. package/lib/vtx-housing-estate-modal/style/index.js +7 -0
  1080. package/lib/vtx-housing-estate-modal/style/index.js.map +1 -0
  1081. package/lib/vtx-housing-estate-modal/style/index.less +1 -0
  1082. package/lib/vtx-housing-estate-modal/types.js +6 -0
  1083. package/lib/vtx-housing-estate-modal/types.js.map +1 -0
  1084. package/lib/vtx-kh-modal/api.js +74 -0
  1085. package/lib/vtx-kh-modal/api.js.map +1 -0
  1086. package/lib/vtx-kh-modal/components/BaseInfo/index.css +66 -0
  1087. package/lib/vtx-kh-modal/components/BaseInfo/index.js +93 -0
  1088. package/lib/vtx-kh-modal/components/BaseInfo/index.js.map +1 -0
  1089. package/lib/vtx-kh-modal/components/BaseInfo/index.less +62 -0
  1090. package/lib/vtx-kh-modal/components/index.js +14 -0
  1091. package/lib/vtx-kh-modal/components/index.js.map +1 -0
  1092. package/lib/vtx-kh-modal/index.js +92 -0
  1093. package/lib/vtx-kh-modal/index.js.map +1 -0
  1094. package/lib/vtx-kh-modal/style/css.js +5 -0
  1095. package/lib/vtx-kh-modal/style/css.js.map +1 -0
  1096. package/lib/vtx-kh-modal/style/index.css +132 -0
  1097. package/lib/vtx-kh-modal/style/index.js +5 -0
  1098. package/lib/vtx-kh-modal/style/index.js.map +1 -0
  1099. package/lib/vtx-kh-modal/style/index.less +1 -0
  1100. package/lib/vtx-ljfl-tfd-modal/api.js +601 -0
  1101. package/lib/vtx-ljfl-tfd-modal/api.js.map +1 -0
  1102. package/lib/vtx-ljfl-tfd-modal/components/OverView/index.css +55 -0
  1103. package/lib/vtx-ljfl-tfd-modal/components/OverView/index.js +100 -0
  1104. package/lib/vtx-ljfl-tfd-modal/components/OverView/index.js.map +1 -0
  1105. package/lib/vtx-ljfl-tfd-modal/components/OverView/index.less +49 -0
  1106. package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.css +153 -0
  1107. package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.js +238 -0
  1108. package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.js.map +1 -0
  1109. package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.less +15 -0
  1110. package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.css +162 -0
  1111. package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.js +341 -0
  1112. package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.js.map +1 -0
  1113. package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.less +22 -0
  1114. package/lib/vtx-ljfl-tfd-modal/components/index.js +28 -0
  1115. package/lib/vtx-ljfl-tfd-modal/components/index.js.map +1 -0
  1116. package/lib/vtx-ljfl-tfd-modal/config.js +73 -0
  1117. package/lib/vtx-ljfl-tfd-modal/config.js.map +1 -0
  1118. package/lib/vtx-ljfl-tfd-modal/imgs/BOTTLE.png +0 -0
  1119. package/lib/vtx-ljfl-tfd-modal/imgs/CAN.png +0 -0
  1120. package/lib/vtx-ljfl-tfd-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
  1121. package/lib/vtx-ljfl-tfd-modal/imgs/NAPKIN.png +0 -0
  1122. package/lib/vtx-ljfl-tfd-modal/imgs/PLASTIC_BAG.png +0 -0
  1123. package/lib/vtx-ljfl-tfd-modal/imgs/avatar_empty.png +0 -0
  1124. package/lib/vtx-ljfl-tfd-modal/imgs/black-rank.png +0 -0
  1125. package/lib/vtx-ljfl-tfd-modal/imgs/bucket-cylj.png +0 -0
  1126. package/lib/vtx-ljfl-tfd-modal/imgs/bucket-khsw.png +0 -0
  1127. package/lib/vtx-ljfl-tfd-modal/imgs/bucket-qtlj.png +0 -0
  1128. package/lib/vtx-ljfl-tfd-modal/imgs/bucket-yhlj.png +0 -0
  1129. package/lib/vtx-ljfl-tfd-modal/imgs/camera.png +0 -0
  1130. package/lib/vtx-ljfl-tfd-modal/imgs/car_cy.png +0 -0
  1131. package/lib/vtx-ljfl-tfd-modal/imgs/car_khs.png +0 -0
  1132. package/lib/vtx-ljfl-tfd-modal/imgs/car_qt.png +0 -0
  1133. package/lib/vtx-ljfl-tfd-modal/imgs/car_yh.png +0 -0
  1134. package/lib/vtx-ljfl-tfd-modal/imgs/cy_car.png +0 -0
  1135. package/lib/vtx-ljfl-tfd-modal/imgs/cy_icon.png +0 -0
  1136. package/lib/vtx-ljfl-tfd-modal/imgs/cylj-bg.png +0 -0
  1137. package/lib/vtx-ljfl-tfd-modal/imgs/cylj.png +0 -0
  1138. package/lib/vtx-ljfl-tfd-modal/imgs/cywpd.png +0 -0
  1139. package/lib/vtx-ljfl-tfd-modal/imgs/disconnect.png +0 -0
  1140. package/lib/vtx-ljfl-tfd-modal/imgs/error.png +0 -0
  1141. package/lib/vtx-ljfl-tfd-modal/imgs/fangzi.gif +0 -0
  1142. package/lib/vtx-ljfl-tfd-modal/imgs/garbage_default.png +0 -0
  1143. package/lib/vtx-ljfl-tfd-modal/imgs/getway.png +0 -0
  1144. package/lib/vtx-ljfl-tfd-modal/imgs/getwayBox.png +0 -0
  1145. package/lib/vtx-ljfl-tfd-modal/imgs/host.png +0 -0
  1146. package/lib/vtx-ljfl-tfd-modal/imgs/ht-tfd.png +0 -0
  1147. package/lib/vtx-ljfl-tfd-modal/imgs/ht.png +0 -0
  1148. package/lib/vtx-ljfl-tfd-modal/imgs/khsw-bg.png +0 -0
  1149. package/lib/vtx-ljfl-tfd-modal/imgs/khsw.png +0 -0
  1150. package/lib/vtx-ljfl-tfd-modal/imgs/lamp.png +0 -0
  1151. package/lib/vtx-ljfl-tfd-modal/imgs/left-ddypz.png +0 -0
  1152. package/lib/vtx-ljfl-tfd-modal/imgs/left-tfdmd.png +0 -0
  1153. package/lib/vtx-ljfl-tfd-modal/imgs/manage-bg-1.png +0 -0
  1154. package/lib/vtx-ljfl-tfd-modal/imgs/manage-bg-2.png +0 -0
  1155. package/lib/vtx-ljfl-tfd-modal/imgs/manage-gzcx.png +0 -0
  1156. package/lib/vtx-ljfl-tfd-modal/imgs/manage-hjgl.png +0 -0
  1157. package/lib/vtx-ljfl-tfd-modal/imgs/manage-hmd.png +0 -0
  1158. package/lib/vtx-ljfl-tfd-modal/imgs/manage-wgmsr.png +0 -0
  1159. package/lib/vtx-ljfl-tfd-modal/imgs/manage-yyxj.png +0 -0
  1160. package/lib/vtx-ljfl-tfd-modal/imgs/my-tfd.png +0 -0
  1161. package/lib/vtx-ljfl-tfd-modal/imgs/my.png +0 -0
  1162. package/lib/vtx-ljfl-tfd-modal/imgs/pie-chart-bg.png +0 -0
  1163. package/lib/vtx-ljfl-tfd-modal/imgs/point.png +0 -0
  1164. package/lib/vtx-ljfl-tfd-modal/imgs/qtlj-bg.png +0 -0
  1165. package/lib/vtx-ljfl-tfd-modal/imgs/qtlj.png +0 -0
  1166. package/lib/vtx-ljfl-tfd-modal/imgs/rank-bg.png +0 -0
  1167. package/lib/vtx-ljfl-tfd-modal/imgs/screen.png +0 -0
  1168. package/lib/vtx-ljfl-tfd-modal/imgs/tfd.png +0 -0
  1169. package/lib/vtx-ljfl-tfd-modal/imgs/throwPoint.png +0 -0
  1170. package/lib/vtx-ljfl-tfd-modal/imgs/tingzi.gif +0 -0
  1171. package/lib/vtx-ljfl-tfd-modal/imgs/toukou.gif +0 -0
  1172. package/lib/vtx-ljfl-tfd-modal/imgs/twtf-tfd.png +0 -0
  1173. package/lib/vtx-ljfl-tfd-modal/imgs/twtf.png +0 -0
  1174. package/lib/vtx-ljfl-tfd-modal/imgs/window.png +0 -0
  1175. package/lib/vtx-ljfl-tfd-modal/imgs/wpd.png +0 -0
  1176. package/lib/vtx-ljfl-tfd-modal/imgs/wstf-tfd.png +0 -0
  1177. package/lib/vtx-ljfl-tfd-modal/imgs/wstf.png +0 -0
  1178. package/lib/vtx-ljfl-tfd-modal/imgs/yhlj-bg.png +0 -0
  1179. package/lib/vtx-ljfl-tfd-modal/imgs/yhlj.png +0 -0
  1180. package/lib/vtx-ljfl-tfd-modal/index.js +96 -0
  1181. package/lib/vtx-ljfl-tfd-modal/index.js.map +1 -0
  1182. package/lib/vtx-ljfl-tfd-modal/style/css.js +5 -0
  1183. package/lib/vtx-ljfl-tfd-modal/style/css.js.map +1 -0
  1184. package/lib/vtx-ljfl-tfd-modal/style/index.css +132 -0
  1185. package/lib/vtx-ljfl-tfd-modal/style/index.js +5 -0
  1186. package/lib/vtx-ljfl-tfd-modal/style/index.js.map +1 -0
  1187. package/lib/vtx-ljfl-tfd-modal/style/index.less +3 -0
  1188. package/lib/vtx-ljfl-tfd-modal/types.js +6 -0
  1189. package/lib/vtx-ljfl-tfd-modal/types.js.map +1 -0
  1190. package/lib/vtx-ljfl-tfd-modal-temp/api.js +601 -0
  1191. package/lib/vtx-ljfl-tfd-modal-temp/api.js.map +1 -0
  1192. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.css +55 -0
  1193. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.js +124 -0
  1194. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.js.map +1 -0
  1195. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.less +49 -0
  1196. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.css +153 -0
  1197. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.js +238 -0
  1198. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.js.map +1 -0
  1199. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.less +15 -0
  1200. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.css +162 -0
  1201. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.js +341 -0
  1202. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.js.map +1 -0
  1203. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.less +22 -0
  1204. package/lib/vtx-ljfl-tfd-modal-temp/components/index.js +28 -0
  1205. package/lib/vtx-ljfl-tfd-modal-temp/components/index.js.map +1 -0
  1206. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.css +140 -0
  1207. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.js +32 -0
  1208. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.js.map +1 -0
  1209. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.less +10 -0
  1210. package/lib/vtx-ljfl-tfd-modal-temp/config.js +80 -0
  1211. package/lib/vtx-ljfl-tfd-modal-temp/config.js.map +1 -0
  1212. package/lib/vtx-ljfl-tfd-modal-temp/imgs/BOTTLE.png +0 -0
  1213. package/lib/vtx-ljfl-tfd-modal-temp/imgs/CAN.png +0 -0
  1214. package/lib/vtx-ljfl-tfd-modal-temp/imgs/KRAFT_PAPER_BOX.png +0 -0
  1215. package/lib/vtx-ljfl-tfd-modal-temp/imgs/NAPKIN.png +0 -0
  1216. package/lib/vtx-ljfl-tfd-modal-temp/imgs/PLASTIC_BAG.png +0 -0
  1217. package/lib/vtx-ljfl-tfd-modal-temp/imgs/avatar_empty.png +0 -0
  1218. package/lib/vtx-ljfl-tfd-modal-temp/imgs/black-rank.png +0 -0
  1219. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-cylj.png +0 -0
  1220. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-khsw.png +0 -0
  1221. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-qtlj.png +0 -0
  1222. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-yhlj.png +0 -0
  1223. package/lib/vtx-ljfl-tfd-modal-temp/imgs/camera.png +0 -0
  1224. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_cy.png +0 -0
  1225. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_khs.png +0 -0
  1226. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_qt.png +0 -0
  1227. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_yh.png +0 -0
  1228. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cy_car.png +0 -0
  1229. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cy_icon.png +0 -0
  1230. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cylj-bg.png +0 -0
  1231. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cylj.png +0 -0
  1232. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cywpd.png +0 -0
  1233. package/lib/vtx-ljfl-tfd-modal-temp/imgs/disconnect.png +0 -0
  1234. package/lib/vtx-ljfl-tfd-modal-temp/imgs/error.png +0 -0
  1235. package/lib/vtx-ljfl-tfd-modal-temp/imgs/fangzi.gif +0 -0
  1236. package/lib/vtx-ljfl-tfd-modal-temp/imgs/garbage_default.png +0 -0
  1237. package/lib/vtx-ljfl-tfd-modal-temp/imgs/getway.png +0 -0
  1238. package/lib/vtx-ljfl-tfd-modal-temp/imgs/getwayBox.png +0 -0
  1239. package/lib/vtx-ljfl-tfd-modal-temp/imgs/host.png +0 -0
  1240. package/lib/vtx-ljfl-tfd-modal-temp/imgs/ht-tfd.png +0 -0
  1241. package/lib/vtx-ljfl-tfd-modal-temp/imgs/ht.png +0 -0
  1242. package/lib/vtx-ljfl-tfd-modal-temp/imgs/khsw-bg.png +0 -0
  1243. package/lib/vtx-ljfl-tfd-modal-temp/imgs/khsw.png +0 -0
  1244. package/lib/vtx-ljfl-tfd-modal-temp/imgs/lamp.png +0 -0
  1245. package/lib/vtx-ljfl-tfd-modal-temp/imgs/left-ddypz.png +0 -0
  1246. package/lib/vtx-ljfl-tfd-modal-temp/imgs/left-tfdmd.png +0 -0
  1247. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-bg-1.png +0 -0
  1248. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-bg-2.png +0 -0
  1249. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-gzcx.png +0 -0
  1250. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-hjgl.png +0 -0
  1251. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-hmd.png +0 -0
  1252. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-wgmsr.png +0 -0
  1253. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-yyxj.png +0 -0
  1254. package/lib/vtx-ljfl-tfd-modal-temp/imgs/my-tfd.png +0 -0
  1255. package/lib/vtx-ljfl-tfd-modal-temp/imgs/my.png +0 -0
  1256. package/lib/vtx-ljfl-tfd-modal-temp/imgs/pie-chart-bg.png +0 -0
  1257. package/lib/vtx-ljfl-tfd-modal-temp/imgs/point.png +0 -0
  1258. package/lib/vtx-ljfl-tfd-modal-temp/imgs/qtlj-bg.png +0 -0
  1259. package/lib/vtx-ljfl-tfd-modal-temp/imgs/qtlj.png +0 -0
  1260. package/lib/vtx-ljfl-tfd-modal-temp/imgs/rank-bg.png +0 -0
  1261. package/lib/vtx-ljfl-tfd-modal-temp/imgs/screen.png +0 -0
  1262. package/lib/vtx-ljfl-tfd-modal-temp/imgs/tfd.png +0 -0
  1263. package/lib/vtx-ljfl-tfd-modal-temp/imgs/throwPoint.png +0 -0
  1264. package/lib/vtx-ljfl-tfd-modal-temp/imgs/tingzi.gif +0 -0
  1265. package/lib/vtx-ljfl-tfd-modal-temp/imgs/toukou.gif +0 -0
  1266. package/lib/vtx-ljfl-tfd-modal-temp/imgs/twtf-tfd.png +0 -0
  1267. package/lib/vtx-ljfl-tfd-modal-temp/imgs/twtf.png +0 -0
  1268. package/lib/vtx-ljfl-tfd-modal-temp/imgs/window.png +0 -0
  1269. package/lib/vtx-ljfl-tfd-modal-temp/imgs/wpd.png +0 -0
  1270. package/lib/vtx-ljfl-tfd-modal-temp/imgs/wstf-tfd.png +0 -0
  1271. package/lib/vtx-ljfl-tfd-modal-temp/imgs/wstf.png +0 -0
  1272. package/lib/vtx-ljfl-tfd-modal-temp/imgs/yhlj-bg.png +0 -0
  1273. package/lib/vtx-ljfl-tfd-modal-temp/imgs/yhlj.png +0 -0
  1274. package/lib/vtx-ljfl-tfd-modal-temp/index.js +101 -0
  1275. package/lib/vtx-ljfl-tfd-modal-temp/index.js.map +1 -0
  1276. package/lib/vtx-ljfl-tfd-modal-temp/style/css.js +5 -0
  1277. package/lib/vtx-ljfl-tfd-modal-temp/style/css.js.map +1 -0
  1278. package/lib/vtx-ljfl-tfd-modal-temp/style/index.css +132 -0
  1279. package/lib/vtx-ljfl-tfd-modal-temp/style/index.js +5 -0
  1280. package/lib/vtx-ljfl-tfd-modal-temp/style/index.js.map +1 -0
  1281. package/lib/vtx-ljfl-tfd-modal-temp/style/index.less +3 -0
  1282. package/lib/vtx-ljfl-tfd-modal-temp/types.js +6 -0
  1283. package/lib/vtx-ljfl-tfd-modal-temp/types.js.map +1 -0
  1284. package/lib/vtx-restaurant-modal/api.js +153 -0
  1285. package/lib/vtx-restaurant-modal/api.js.map +1 -0
  1286. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js +50 -0
  1287. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js.map +1 -0
  1288. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +60 -0
  1289. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js.map +1 -0
  1290. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +84 -0
  1291. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js.map +1 -0
  1292. package/lib/vtx-restaurant-modal/components/Alarm/index.css +45 -0
  1293. package/lib/vtx-restaurant-modal/components/Alarm/index.js +74 -0
  1294. package/lib/vtx-restaurant-modal/components/Alarm/index.js.map +1 -0
  1295. package/lib/vtx-restaurant-modal/components/Alarm/index.less +32 -0
  1296. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +50 -0
  1297. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js.map +1 -0
  1298. package/lib/vtx-restaurant-modal/components/Basic/Info.js +51 -0
  1299. package/lib/vtx-restaurant-modal/components/Basic/Info.js.map +1 -0
  1300. package/lib/vtx-restaurant-modal/components/Basic/Summary.js +67 -0
  1301. package/lib/vtx-restaurant-modal/components/Basic/Summary.js.map +1 -0
  1302. package/lib/vtx-restaurant-modal/components/Basic/index.css +79 -0
  1303. package/lib/vtx-restaurant-modal/components/Basic/index.js +48 -0
  1304. package/lib/vtx-restaurant-modal/components/Basic/index.js.map +1 -0
  1305. package/lib/vtx-restaurant-modal/components/Basic/index.less +57 -0
  1306. package/lib/vtx-restaurant-modal/components/Collection/index.css +28 -0
  1307. package/lib/vtx-restaurant-modal/components/Collection/index.js +64 -0
  1308. package/lib/vtx-restaurant-modal/components/Collection/index.js.map +1 -0
  1309. package/lib/vtx-restaurant-modal/components/Collection/index.less +23 -0
  1310. package/lib/vtx-restaurant-modal/components/index.js +28 -0
  1311. package/lib/vtx-restaurant-modal/components/index.js.map +1 -0
  1312. package/lib/vtx-restaurant-modal/config.js +55 -0
  1313. package/lib/vtx-restaurant-modal/config.js.map +1 -0
  1314. package/lib/vtx-restaurant-modal/imgs/bucket.png +0 -0
  1315. package/lib/vtx-restaurant-modal/imgs/carNum.png +0 -0
  1316. package/lib/vtx-restaurant-modal/imgs/weigh.png +0 -0
  1317. package/lib/vtx-restaurant-modal/index.js +57 -0
  1318. package/lib/vtx-restaurant-modal/index.js.map +1 -0
  1319. package/lib/vtx-restaurant-modal/style/css.js +5 -0
  1320. package/lib/vtx-restaurant-modal/style/css.js.map +1 -0
  1321. package/lib/vtx-restaurant-modal/style/index.css +0 -0
  1322. package/lib/vtx-restaurant-modal/style/index.js +5 -0
  1323. package/lib/vtx-restaurant-modal/style/index.js.map +1 -0
  1324. package/lib/vtx-restaurant-modal/style/index.less +1 -0
  1325. package/lib/vtx-restaurant-modal/type.js +6 -0
  1326. package/lib/vtx-restaurant-modal/type.js.map +1 -0
  1327. package/lib/vtx-road-modal/api.js +136 -0
  1328. package/lib/vtx-road-modal/api.js.map +1 -0
  1329. package/lib/vtx-road-modal/components/BaseInfo/Rules.js +55 -0
  1330. package/lib/vtx-road-modal/components/BaseInfo/Rules.js.map +1 -0
  1331. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js +162 -0
  1332. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js.map +1 -0
  1333. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js +92 -0
  1334. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js.map +1 -0
  1335. package/lib/vtx-road-modal/components/BaseInfo/index.css +166 -0
  1336. package/lib/vtx-road-modal/components/BaseInfo/index.js +64 -0
  1337. package/lib/vtx-road-modal/components/BaseInfo/index.js.map +1 -0
  1338. package/lib/vtx-road-modal/components/BaseInfo/index.less +134 -0
  1339. package/lib/vtx-road-modal/components/Statistical/Zylc.js +142 -0
  1340. package/lib/vtx-road-modal/components/Statistical/Zylc.js.map +1 -0
  1341. package/lib/vtx-road-modal/components/Statistical/Zywcl.js +111 -0
  1342. package/lib/vtx-road-modal/components/Statistical/Zywcl.js.map +1 -0
  1343. package/lib/vtx-road-modal/components/Statistical/index.css +127 -0
  1344. package/lib/vtx-road-modal/components/Statistical/index.js +182 -0
  1345. package/lib/vtx-road-modal/components/Statistical/index.js.map +1 -0
  1346. package/lib/vtx-road-modal/components/Statistical/index.less +111 -0
  1347. package/lib/vtx-road-modal/components/index.js +21 -0
  1348. package/lib/vtx-road-modal/components/index.js.map +1 -0
  1349. package/lib/vtx-road-modal/imgs/actual.png +0 -0
  1350. package/lib/vtx-road-modal/imgs/actual_blue.png +0 -0
  1351. package/lib/vtx-road-modal/imgs/actual_light.png +0 -0
  1352. package/lib/vtx-road-modal/imgs/all_rate.png +0 -0
  1353. package/lib/vtx-road-modal/imgs/all_rate_blue.png +0 -0
  1354. package/lib/vtx-road-modal/imgs/all_rate_light.png +0 -0
  1355. package/lib/vtx-road-modal/imgs/cx_rate.png +0 -0
  1356. package/lib/vtx-road-modal/imgs/cx_rate_blue.png +0 -0
  1357. package/lib/vtx-road-modal/imgs/cx_rate_light.png +0 -0
  1358. package/lib/vtx-road-modal/imgs/js.png +0 -0
  1359. package/lib/vtx-road-modal/imgs/plan.png +0 -0
  1360. package/lib/vtx-road-modal/imgs/plan_blue.png +0 -0
  1361. package/lib/vtx-road-modal/imgs/plan_light.png +0 -0
  1362. package/lib/vtx-road-modal/imgs/ss.png +0 -0
  1363. package/lib/vtx-road-modal/imgs/ss_rate.png +0 -0
  1364. package/lib/vtx-road-modal/imgs/ss_rate_blue.png +0 -0
  1365. package/lib/vtx-road-modal/imgs/ss_rate_light.png +0 -0
  1366. package/lib/vtx-road-modal/imgs/track.png +0 -0
  1367. package/lib/vtx-road-modal/imgs/wp.png +0 -0
  1368. package/lib/vtx-road-modal/imgs/xs.png +0 -0
  1369. package/lib/vtx-road-modal/imgs/xs_rate.png +0 -0
  1370. package/lib/vtx-road-modal/imgs/xs_rate_blue.png +0 -0
  1371. package/lib/vtx-road-modal/imgs/xs_rate_light.png +0 -0
  1372. package/lib/vtx-road-modal/index.js +100 -0
  1373. package/lib/vtx-road-modal/index.js.map +1 -0
  1374. package/lib/vtx-road-modal/style/css.js +6 -0
  1375. package/lib/vtx-road-modal/style/css.js.map +1 -0
  1376. package/lib/vtx-road-modal/style/index.css +132 -0
  1377. package/lib/vtx-road-modal/style/index.js +6 -0
  1378. package/lib/vtx-road-modal/style/index.js.map +1 -0
  1379. package/lib/vtx-road-modal/style/index.less +1 -0
  1380. package/lib/vtx-staff-modal/api.js +311 -0
  1381. package/lib/vtx-staff-modal/api.js.map +1 -0
  1382. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +175 -0
  1383. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js.map +1 -0
  1384. package/lib/vtx-staff-modal/components/AlarmInfo/List.js +122 -0
  1385. package/lib/vtx-staff-modal/components/AlarmInfo/List.js.map +1 -0
  1386. package/lib/vtx-staff-modal/components/AlarmInfo/index.css +26 -0
  1387. package/lib/vtx-staff-modal/components/AlarmInfo/index.js +106 -0
  1388. package/lib/vtx-staff-modal/components/AlarmInfo/index.js.map +1 -0
  1389. package/lib/vtx-staff-modal/components/AlarmInfo/index.less +22 -0
  1390. package/lib/vtx-staff-modal/components/Attendance/Exeception.js +98 -0
  1391. package/lib/vtx-staff-modal/components/Attendance/Exeception.js.map +1 -0
  1392. package/lib/vtx-staff-modal/components/Attendance/Record.js +152 -0
  1393. package/lib/vtx-staff-modal/components/Attendance/Record.js.map +1 -0
  1394. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +119 -0
  1395. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +1 -0
  1396. package/lib/vtx-staff-modal/components/Attendance/index.css +18 -0
  1397. package/lib/vtx-staff-modal/components/Attendance/index.js +52 -0
  1398. package/lib/vtx-staff-modal/components/Attendance/index.js.map +1 -0
  1399. package/lib/vtx-staff-modal/components/Attendance/index.less +19 -0
  1400. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js +106 -0
  1401. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js.map +1 -0
  1402. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js +40 -0
  1403. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js.map +1 -0
  1404. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +124 -0
  1405. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js.map +1 -0
  1406. package/lib/vtx-staff-modal/components/BaseInfo/index.css +158 -0
  1407. package/lib/vtx-staff-modal/components/BaseInfo/index.js +234 -0
  1408. package/lib/vtx-staff-modal/components/BaseInfo/index.js.map +1 -0
  1409. package/lib/vtx-staff-modal/components/BaseInfo/index.less +144 -0
  1410. package/lib/vtx-staff-modal/components/Equipment/index.css +27 -0
  1411. package/lib/vtx-staff-modal/components/Equipment/index.js +125 -0
  1412. package/lib/vtx-staff-modal/components/Equipment/index.js.map +1 -0
  1413. package/lib/vtx-staff-modal/components/Equipment/index.less +27 -0
  1414. package/lib/vtx-staff-modal/components/index.js +35 -0
  1415. package/lib/vtx-staff-modal/components/index.js.map +1 -0
  1416. package/lib/vtx-staff-modal/imgs/position.png +0 -0
  1417. package/lib/vtx-staff-modal/imgs/refresh.png +0 -0
  1418. package/lib/vtx-staff-modal/imgs/rjzx.png +0 -0
  1419. package/lib/vtx-staff-modal/imgs/rjzx_light.png +0 -0
  1420. package/lib/vtx-staff-modal/imgs/staff.png +0 -0
  1421. package/lib/vtx-staff-modal/imgs/todayOnline.png +0 -0
  1422. package/lib/vtx-staff-modal/imgs/todayOnline_blue.png +0 -0
  1423. package/lib/vtx-staff-modal/imgs/todayOnline_light.png +0 -0
  1424. package/lib/vtx-staff-modal/imgs/todayWork.png +0 -0
  1425. package/lib/vtx-staff-modal/imgs/todayWork_blue.png +0 -0
  1426. package/lib/vtx-staff-modal/imgs/todayWork_light.png +0 -0
  1427. package/lib/vtx-staff-modal/imgs/zzx.png +0 -0
  1428. package/lib/vtx-staff-modal/imgs/zzx_light.png +0 -0
  1429. package/lib/vtx-staff-modal/index.js +77 -0
  1430. package/lib/vtx-staff-modal/index.js.map +1 -0
  1431. package/lib/vtx-staff-modal/style/css.js +8 -0
  1432. package/lib/vtx-staff-modal/style/css.js.map +1 -0
  1433. package/lib/vtx-staff-modal/style/index.css +132 -0
  1434. package/lib/vtx-staff-modal/style/index.js +8 -0
  1435. package/lib/vtx-staff-modal/style/index.js.map +1 -0
  1436. package/lib/vtx-staff-modal/style/index.less +1 -0
  1437. package/lib/vtx-theme-provider/index.js +22 -0
  1438. package/lib/vtx-theme-provider/index.js.map +1 -0
  1439. package/lib/vtx-throw-point-modal/api.js +531 -0
  1440. package/lib/vtx-throw-point-modal/api.js.map +1 -0
  1441. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js +391 -0
  1442. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js.map +1 -0
  1443. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js +209 -0
  1444. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js.map +1 -0
  1445. package/lib/vtx-throw-point-modal/components/Alarm/MY.js +291 -0
  1446. package/lib/vtx-throw-point-modal/components/Alarm/MY.js.map +1 -0
  1447. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js +34 -0
  1448. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js.map +1 -0
  1449. package/lib/vtx-throw-point-modal/components/Alarm/index.css +81 -0
  1450. package/lib/vtx-throw-point-modal/components/Alarm/index.js +104 -0
  1451. package/lib/vtx-throw-point-modal/components/Alarm/index.js.map +1 -0
  1452. package/lib/vtx-throw-point-modal/components/Alarm/index.less +66 -0
  1453. package/lib/vtx-throw-point-modal/components/OverView/Hot.js +278 -0
  1454. package/lib/vtx-throw-point-modal/components/OverView/Hot.js.map +1 -0
  1455. package/lib/vtx-throw-point-modal/components/OverView/Left.js +120 -0
  1456. package/lib/vtx-throw-point-modal/components/OverView/Left.js.map +1 -0
  1457. package/lib/vtx-throw-point-modal/components/OverView/Manage.js +119 -0
  1458. package/lib/vtx-throw-point-modal/components/OverView/Manage.js.map +1 -0
  1459. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js +213 -0
  1460. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js.map +1 -0
  1461. package/lib/vtx-throw-point-modal/components/OverView/Trend.js +60 -0
  1462. package/lib/vtx-throw-point-modal/components/OverView/Trend.js.map +1 -0
  1463. package/lib/vtx-throw-point-modal/components/OverView/index.css +404 -0
  1464. package/lib/vtx-throw-point-modal/components/OverView/index.js +39 -0
  1465. package/lib/vtx-throw-point-modal/components/OverView/index.js.map +1 -0
  1466. package/lib/vtx-throw-point-modal/components/OverView/index.less +321 -0
  1467. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js +84 -0
  1468. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js.map +1 -0
  1469. package/lib/vtx-throw-point-modal/components/SBZJ/index.css +106 -0
  1470. package/lib/vtx-throw-point-modal/components/SBZJ/index.js +333 -0
  1471. package/lib/vtx-throw-point-modal/components/SBZJ/index.js.map +1 -0
  1472. package/lib/vtx-throw-point-modal/components/SBZJ/index.less +92 -0
  1473. package/lib/vtx-throw-point-modal/components/TFRD/index.css +21 -0
  1474. package/lib/vtx-throw-point-modal/components/TFRD/index.js +136 -0
  1475. package/lib/vtx-throw-point-modal/components/TFRD/index.js.map +1 -0
  1476. package/lib/vtx-throw-point-modal/components/TFRD/index.less +15 -0
  1477. package/lib/vtx-throw-point-modal/components/WGGS/Content.js +56 -0
  1478. package/lib/vtx-throw-point-modal/components/WGGS/Content.js.map +1 -0
  1479. package/lib/vtx-throw-point-modal/components/WGGS/index.css +43 -0
  1480. package/lib/vtx-throw-point-modal/components/WGGS/index.js +90 -0
  1481. package/lib/vtx-throw-point-modal/components/WGGS/index.js.map +1 -0
  1482. package/lib/vtx-throw-point-modal/components/WGGS/index.less +38 -0
  1483. package/lib/vtx-throw-point-modal/components/WGXW/Content.js +66 -0
  1484. package/lib/vtx-throw-point-modal/components/WGXW/Content.js.map +1 -0
  1485. package/lib/vtx-throw-point-modal/components/WGXW/index.css +93 -0
  1486. package/lib/vtx-throw-point-modal/components/WGXW/index.js +128 -0
  1487. package/lib/vtx-throw-point-modal/components/WGXW/index.js.map +1 -0
  1488. package/lib/vtx-throw-point-modal/components/WGXW/index.less +76 -0
  1489. package/lib/vtx-throw-point-modal/components/index.js +49 -0
  1490. package/lib/vtx-throw-point-modal/components/index.js.map +1 -0
  1491. package/lib/vtx-throw-point-modal/config.js +67 -0
  1492. package/lib/vtx-throw-point-modal/config.js.map +1 -0
  1493. package/lib/vtx-throw-point-modal/imgs/BOTTLE.png +0 -0
  1494. package/lib/vtx-throw-point-modal/imgs/CAN.png +0 -0
  1495. package/lib/vtx-throw-point-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
  1496. package/lib/vtx-throw-point-modal/imgs/NAPKIN.png +0 -0
  1497. package/lib/vtx-throw-point-modal/imgs/PLASTIC_BAG.png +0 -0
  1498. package/lib/vtx-throw-point-modal/imgs/avatar_empty.png +0 -0
  1499. package/lib/vtx-throw-point-modal/imgs/black-rank.png +0 -0
  1500. package/lib/vtx-throw-point-modal/imgs/bucket-cylj.png +0 -0
  1501. package/lib/vtx-throw-point-modal/imgs/bucket-khsw.png +0 -0
  1502. package/lib/vtx-throw-point-modal/imgs/bucket-qtlj.png +0 -0
  1503. package/lib/vtx-throw-point-modal/imgs/bucket-yhlj.png +0 -0
  1504. package/lib/vtx-throw-point-modal/imgs/camera.png +0 -0
  1505. package/lib/vtx-throw-point-modal/imgs/cylj-bg.png +0 -0
  1506. package/lib/vtx-throw-point-modal/imgs/cylj.png +0 -0
  1507. package/lib/vtx-throw-point-modal/imgs/cywpd.png +0 -0
  1508. package/lib/vtx-throw-point-modal/imgs/disconnect.png +0 -0
  1509. package/lib/vtx-throw-point-modal/imgs/error.png +0 -0
  1510. package/lib/vtx-throw-point-modal/imgs/fangzi.gif +0 -0
  1511. package/lib/vtx-throw-point-modal/imgs/garbage_default.png +0 -0
  1512. package/lib/vtx-throw-point-modal/imgs/getway.png +0 -0
  1513. package/lib/vtx-throw-point-modal/imgs/getwayBox.png +0 -0
  1514. package/lib/vtx-throw-point-modal/imgs/host.png +0 -0
  1515. package/lib/vtx-throw-point-modal/imgs/ht-tfd.png +0 -0
  1516. package/lib/vtx-throw-point-modal/imgs/ht.png +0 -0
  1517. package/lib/vtx-throw-point-modal/imgs/khsw-bg.png +0 -0
  1518. package/lib/vtx-throw-point-modal/imgs/khsw.png +0 -0
  1519. package/lib/vtx-throw-point-modal/imgs/lamp.png +0 -0
  1520. package/lib/vtx-throw-point-modal/imgs/left-ddypz.png +0 -0
  1521. package/lib/vtx-throw-point-modal/imgs/left-tfdmd.png +0 -0
  1522. package/lib/vtx-throw-point-modal/imgs/manage-bg-1.png +0 -0
  1523. package/lib/vtx-throw-point-modal/imgs/manage-bg-2.png +0 -0
  1524. package/lib/vtx-throw-point-modal/imgs/manage-gzcx.png +0 -0
  1525. package/lib/vtx-throw-point-modal/imgs/manage-hjgl.png +0 -0
  1526. package/lib/vtx-throw-point-modal/imgs/manage-hmd.png +0 -0
  1527. package/lib/vtx-throw-point-modal/imgs/manage-wgmsr.png +0 -0
  1528. package/lib/vtx-throw-point-modal/imgs/manage-yyxj.png +0 -0
  1529. package/lib/vtx-throw-point-modal/imgs/my-tfd.png +0 -0
  1530. package/lib/vtx-throw-point-modal/imgs/my.png +0 -0
  1531. package/lib/vtx-throw-point-modal/imgs/pie-chart-bg.png +0 -0
  1532. package/lib/vtx-throw-point-modal/imgs/point.png +0 -0
  1533. package/lib/vtx-throw-point-modal/imgs/qtlj-bg.png +0 -0
  1534. package/lib/vtx-throw-point-modal/imgs/qtlj.png +0 -0
  1535. package/lib/vtx-throw-point-modal/imgs/rank-bg.png +0 -0
  1536. package/lib/vtx-throw-point-modal/imgs/screen.png +0 -0
  1537. package/lib/vtx-throw-point-modal/imgs/tfd.png +0 -0
  1538. package/lib/vtx-throw-point-modal/imgs/throwPoint.png +0 -0
  1539. package/lib/vtx-throw-point-modal/imgs/tingzi.gif +0 -0
  1540. package/lib/vtx-throw-point-modal/imgs/toukou.gif +0 -0
  1541. package/lib/vtx-throw-point-modal/imgs/twtf-tfd.png +0 -0
  1542. package/lib/vtx-throw-point-modal/imgs/twtf.png +0 -0
  1543. package/lib/vtx-throw-point-modal/imgs/window.png +0 -0
  1544. package/lib/vtx-throw-point-modal/imgs/wpd.png +0 -0
  1545. package/lib/vtx-throw-point-modal/imgs/wstf-tfd.png +0 -0
  1546. package/lib/vtx-throw-point-modal/imgs/wstf.png +0 -0
  1547. package/lib/vtx-throw-point-modal/imgs/yhlj-bg.png +0 -0
  1548. package/lib/vtx-throw-point-modal/imgs/yhlj.png +0 -0
  1549. package/lib/vtx-throw-point-modal/index.js +104 -0
  1550. package/lib/vtx-throw-point-modal/index.js.map +1 -0
  1551. package/lib/vtx-throw-point-modal/style/css.js +7 -0
  1552. package/lib/vtx-throw-point-modal/style/css.js.map +1 -0
  1553. package/lib/vtx-throw-point-modal/style/index.css +0 -0
  1554. package/lib/vtx-throw-point-modal/style/index.js +7 -0
  1555. package/lib/vtx-throw-point-modal/style/index.js.map +1 -0
  1556. package/lib/vtx-throw-point-modal/style/index.less +1 -0
  1557. package/lib/vtx-throw-point-modal/types.js +6 -0
  1558. package/lib/vtx-throw-point-modal/types.js.map +1 -0
  1559. package/lib/vtx-wr-modal/api.js +381 -0
  1560. package/lib/vtx-wr-modal/api.js.map +1 -0
  1561. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js +249 -0
  1562. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
  1563. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js +112 -0
  1564. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
  1565. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js +165 -0
  1566. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js.map +1 -0
  1567. package/lib/vtx-wr-modal/components/AlarmInfo/index.css +114 -0
  1568. package/lib/vtx-wr-modal/components/AlarmInfo/index.js +46 -0
  1569. package/lib/vtx-wr-modal/components/AlarmInfo/index.js.map +1 -0
  1570. package/lib/vtx-wr-modal/components/AlarmInfo/index.less +103 -0
  1571. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js +110 -0
  1572. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js.map +1 -0
  1573. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js +40 -0
  1574. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js.map +1 -0
  1575. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js +117 -0
  1576. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js.map +1 -0
  1577. package/lib/vtx-wr-modal/components/BaseInfo/index.css +154 -0
  1578. package/lib/vtx-wr-modal/components/BaseInfo/index.js +330 -0
  1579. package/lib/vtx-wr-modal/components/BaseInfo/index.js.map +1 -0
  1580. package/lib/vtx-wr-modal/components/BaseInfo/index.less +132 -0
  1581. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js +101 -0
  1582. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js.map +1 -0
  1583. package/lib/vtx-wr-modal/components/Evaluate/Radar.js +69 -0
  1584. package/lib/vtx-wr-modal/components/Evaluate/Radar.js.map +1 -0
  1585. package/lib/vtx-wr-modal/components/Evaluate/Summary.js +141 -0
  1586. package/lib/vtx-wr-modal/components/Evaluate/Summary.js.map +1 -0
  1587. package/lib/vtx-wr-modal/components/Evaluate/index.css +121 -0
  1588. package/lib/vtx-wr-modal/components/Evaluate/index.js +47 -0
  1589. package/lib/vtx-wr-modal/components/Evaluate/index.js.map +1 -0
  1590. package/lib/vtx-wr-modal/components/Evaluate/index.less +121 -0
  1591. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js +156 -0
  1592. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js.map +1 -0
  1593. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js +172 -0
  1594. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js.map +1 -0
  1595. package/lib/vtx-wr-modal/components/Monitor/index.css +104 -0
  1596. package/lib/vtx-wr-modal/components/Monitor/index.js +28 -0
  1597. package/lib/vtx-wr-modal/components/Monitor/index.js.map +1 -0
  1598. package/lib/vtx-wr-modal/components/Monitor/index.less +78 -0
  1599. package/lib/vtx-wr-modal/components/index.js +35 -0
  1600. package/lib/vtx-wr-modal/components/index.js.map +1 -0
  1601. package/lib/vtx-wr-modal/imgs/alarm.png +0 -0
  1602. package/lib/vtx-wr-modal/imgs/alarm_blue.png +0 -0
  1603. package/lib/vtx-wr-modal/imgs/bad.png +0 -0
  1604. package/lib/vtx-wr-modal/imgs/chart_bg.png +0 -0
  1605. package/lib/vtx-wr-modal/imgs/electric.png +0 -0
  1606. package/lib/vtx-wr-modal/imgs/electric_light.png +0 -0
  1607. package/lib/vtx-wr-modal/imgs/female.png +0 -0
  1608. package/lib/vtx-wr-modal/imgs/female_light.png +0 -0
  1609. package/lib/vtx-wr-modal/imgs/good.png +0 -0
  1610. package/lib/vtx-wr-modal/imgs/humidity.png +0 -0
  1611. package/lib/vtx-wr-modal/imgs/humidity_light.png +0 -0
  1612. package/lib/vtx-wr-modal/imgs/level1.png +0 -0
  1613. package/lib/vtx-wr-modal/imgs/level2.png +0 -0
  1614. package/lib/vtx-wr-modal/imgs/level3.png +0 -0
  1615. package/lib/vtx-wr-modal/imgs/level4.png +0 -0
  1616. package/lib/vtx-wr-modal/imgs/level5.png +0 -0
  1617. package/lib/vtx-wr-modal/imgs/male.png +0 -0
  1618. package/lib/vtx-wr-modal/imgs/male_light.png +0 -0
  1619. package/lib/vtx-wr-modal/imgs/realtime_bg.png +0 -0
  1620. package/lib/vtx-wr-modal/imgs/realtime_bg_light.png +0 -0
  1621. package/lib/vtx-wr-modal/imgs/score_avg.png +0 -0
  1622. package/lib/vtx-wr-modal/imgs/score_avg_light.png +0 -0
  1623. package/lib/vtx-wr-modal/imgs/stench.png +0 -0
  1624. package/lib/vtx-wr-modal/imgs/stench_light.png +0 -0
  1625. package/lib/vtx-wr-modal/imgs/temperature.png +0 -0
  1626. package/lib/vtx-wr-modal/imgs/temperature_light.png +0 -0
  1627. package/lib/vtx-wr-modal/imgs/traffic.png +0 -0
  1628. package/lib/vtx-wr-modal/imgs/traffic_light.png +0 -0
  1629. package/lib/vtx-wr-modal/imgs/water.png +0 -0
  1630. package/lib/vtx-wr-modal/imgs/water_light.png +0 -0
  1631. package/lib/vtx-wr-modal/index.js +100 -0
  1632. package/lib/vtx-wr-modal/index.js.map +1 -0
  1633. package/lib/vtx-wr-modal/style/css.js +8 -0
  1634. package/lib/vtx-wr-modal/style/css.js.map +1 -0
  1635. package/lib/vtx-wr-modal/style/index.css +132 -0
  1636. package/lib/vtx-wr-modal/style/index.js +8 -0
  1637. package/lib/vtx-wr-modal/style/index.js.map +1 -0
  1638. package/lib/vtx-wr-modal/style/index.less +1 -0
  1639. package/lib/vtx-zg-modal/api.js +69 -0
  1640. package/lib/vtx-zg-modal/api.js.map +1 -0
  1641. package/lib/vtx-zg-modal/components/BaseInfo/index.css +92 -0
  1642. package/lib/vtx-zg-modal/components/BaseInfo/index.js +178 -0
  1643. package/lib/vtx-zg-modal/components/BaseInfo/index.js.map +1 -0
  1644. package/lib/vtx-zg-modal/components/BaseInfo/index.less +82 -0
  1645. package/lib/vtx-zg-modal/components/index.js +14 -0
  1646. package/lib/vtx-zg-modal/components/index.js.map +1 -0
  1647. package/lib/vtx-zg-modal/index.js +95 -0
  1648. package/lib/vtx-zg-modal/index.js.map +1 -0
  1649. package/lib/vtx-zg-modal/style/css.js +5 -0
  1650. package/lib/vtx-zg-modal/style/css.js.map +1 -0
  1651. package/lib/vtx-zg-modal/style/index.css +132 -0
  1652. package/lib/vtx-zg-modal/style/index.js +5 -0
  1653. package/lib/vtx-zg-modal/style/index.js.map +1 -0
  1654. package/lib/vtx-zg-modal/style/index.less +1 -0
  1655. package/lib/vtx-zyz-modal/api.js +323 -0
  1656. package/lib/vtx-zyz-modal/api.js.map +1 -0
  1657. package/lib/vtx-zyz-modal/components/BaseInfo/BaseTable.js +83 -0
  1658. package/lib/vtx-zyz-modal/components/BaseInfo/BaseTable.js.map +1 -0
  1659. package/lib/vtx-zyz-modal/components/BaseInfo/index.css +79 -0
  1660. package/lib/vtx-zyz-modal/components/BaseInfo/index.js +166 -0
  1661. package/lib/vtx-zyz-modal/components/BaseInfo/index.js.map +1 -0
  1662. package/lib/vtx-zyz-modal/components/BaseInfo/index.less +73 -0
  1663. package/lib/vtx-zyz-modal/components/Metering/ChartJccc.js +126 -0
  1664. package/lib/vtx-zyz-modal/components/Metering/ChartJccc.js.map +1 -0
  1665. package/lib/vtx-zyz-modal/components/Metering/ChartJcqs.js +134 -0
  1666. package/lib/vtx-zyz-modal/components/Metering/ChartJcqs.js.map +1 -0
  1667. package/lib/vtx-zyz-modal/components/Metering/List.js +115 -0
  1668. package/lib/vtx-zyz-modal/components/Metering/List.js.map +1 -0
  1669. package/lib/vtx-zyz-modal/components/Metering/index.css +101 -0
  1670. package/lib/vtx-zyz-modal/components/Metering/index.js +182 -0
  1671. package/lib/vtx-zyz-modal/components/Metering/index.js.map +1 -0
  1672. package/lib/vtx-zyz-modal/components/Metering/index.less +84 -0
  1673. package/lib/vtx-zyz-modal/components/index.js +21 -0
  1674. package/lib/vtx-zyz-modal/components/index.js.map +1 -0
  1675. package/lib/vtx-zyz-modal/imgs/car_normal.png +0 -0
  1676. package/lib/vtx-zyz-modal/imgs/hb.png +0 -0
  1677. package/lib/vtx-zyz-modal/imgs/jcbj.png +0 -0
  1678. package/lib/vtx-zyz-modal/imgs/jcbj_blue.png +0 -0
  1679. package/lib/vtx-zyz-modal/imgs/jcbj_light.png +0 -0
  1680. package/lib/vtx-zyz-modal/imgs/jccc.png +0 -0
  1681. package/lib/vtx-zyz-modal/imgs/jccc_blue.png +0 -0
  1682. package/lib/vtx-zyz-modal/imgs/jccc_light.png +0 -0
  1683. package/lib/vtx-zyz-modal/imgs/jcl.png +0 -0
  1684. package/lib/vtx-zyz-modal/imgs/jcl_blue.png +0 -0
  1685. package/lib/vtx-zyz-modal/imgs/jcl_light.png +0 -0
  1686. package/lib/vtx-zyz-modal/imgs/monitor_bg.png +0 -0
  1687. package/lib/vtx-zyz-modal/imgs/normal.png +0 -0
  1688. package/lib/vtx-zyz-modal/imgs/normal_light.png +0 -0
  1689. package/lib/vtx-zyz-modal/imgs/rjjcl.png +0 -0
  1690. package/lib/vtx-zyz-modal/imgs/rjjcl_blue.png +0 -0
  1691. package/lib/vtx-zyz-modal/imgs/rjjcl_light.png +0 -0
  1692. package/lib/vtx-zyz-modal/imgs/run.png +0 -0
  1693. package/lib/vtx-zyz-modal/imgs/situation_parent.png +0 -0
  1694. package/lib/vtx-zyz-modal/imgs/situation_parent_bg.png +0 -0
  1695. package/lib/vtx-zyz-modal/imgs/sjnl.png +0 -0
  1696. package/lib/vtx-zyz-modal/imgs/sjnl_blue.png +0 -0
  1697. package/lib/vtx-zyz-modal/imgs/sjnl_light.png +0 -0
  1698. package/lib/vtx-zyz-modal/imgs/zbbj.png +0 -0
  1699. package/lib/vtx-zyz-modal/imgs/zbbj_blue.png +0 -0
  1700. package/lib/vtx-zyz-modal/imgs/zbbj_light.png +0 -0
  1701. package/lib/vtx-zyz-modal/imgs/zjccc.png +0 -0
  1702. package/lib/vtx-zyz-modal/imgs/zjccc_blue.png +0 -0
  1703. package/lib/vtx-zyz-modal/imgs/zjccc_light.png +0 -0
  1704. package/lib/vtx-zyz-modal/imgs/zjcl.png +0 -0
  1705. package/lib/vtx-zyz-modal/imgs/zjcl_blue.png +0 -0
  1706. package/lib/vtx-zyz-modal/imgs/zjcl_light.png +0 -0
  1707. package/lib/vtx-zyz-modal/index.js +98 -0
  1708. package/lib/vtx-zyz-modal/index.js.map +1 -0
  1709. package/lib/vtx-zyz-modal/style/css.js +5 -0
  1710. package/lib/vtx-zyz-modal/style/css.js.map +1 -0
  1711. package/lib/vtx-zyz-modal/style/index.css +132 -0
  1712. package/lib/vtx-zyz-modal/style/index.js +5 -0
  1713. package/lib/vtx-zyz-modal/style/index.js.map +1 -0
  1714. package/lib/vtx-zyz-modal/style/index.less +1 -0
  1715. package/package.json +2 -2
@@ -0,0 +1,249 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = AlarmRecord;
8
+ var _react = _interopRequireWildcard(require("react"));
9
+ var _ahooks = require("ahooks");
10
+ var _moment = _interopRequireDefault(require("moment"));
11
+ var _sumBy = _interopRequireDefault(require("lodash/sumBy"));
12
+ var _vmTable = _interopRequireDefault(require("../../../vm-table"));
13
+ var _vmSubTabs = require("../../../vm-sub-tabs");
14
+ var _vmSubTitle = _interopRequireDefault(require("../../../vm-sub-title"));
15
+ var _vmFilter = require("../../../vm-filter");
16
+ var _util = require("../../../util");
17
+ var _api = require("../../api");
18
+ var _useSettings2 = _interopRequireDefault(require("../../../vm-hooks/useSettings"));
19
+ var _level = _interopRequireDefault(require("../../imgs/level1.png"));
20
+ var _level2 = _interopRequireDefault(require("../../imgs/level2.png"));
21
+ var _level3 = _interopRequireDefault(require("../../imgs/level3.png"));
22
+ var _level4 = _interopRequireDefault(require("../../imgs/level4.png"));
23
+ var _level5 = _interopRequireDefault(require("../../imgs/level5.png"));
24
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
25
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
26
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
27
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
28
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
29
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
30
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
31
+ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) { ; } } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
32
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
33
+ function AlarmRecord(props) {
34
+ var id = props.id;
35
+ var _useSettings = (0, _useSettings2["default"])(),
36
+ sDate = _useSettings.startDate,
37
+ eDate = _useSettings.endDate;
38
+ var _useSetState = (0, _ahooks.useSetState)({
39
+ standardCode: 'all',
40
+ alarmTabs: [{
41
+ key: 'all',
42
+ label: '全部'
43
+ }],
44
+ startDate: sDate || (0, _moment["default"])().format('YYYY-MM-DD'),
45
+ endDate: eDate || (0, _moment["default"])().format('YYYY-MM-DD'),
46
+ pagination: {
47
+ current: 1,
48
+ pageSize: 10,
49
+ total: 0
50
+ },
51
+ sort: '',
52
+ order: ''
53
+ }),
54
+ _useSetState2 = _slicedToArray(_useSetState, 2),
55
+ state = _useSetState2[0],
56
+ setState = _useSetState2[1];
57
+ var alarmTabs = state.alarmTabs,
58
+ pagination = state.pagination,
59
+ standardCode = state.standardCode,
60
+ startDate = state.startDate,
61
+ endDate = state.endDate,
62
+ sort = state.sort,
63
+ order = state.order;
64
+ var _BaseService$useBaseA = _api.BaseService.useBaseAlarmTypes(id, "".concat(startDate, " 00:00:00"), "".concat(endDate, " 23:59:59")),
65
+ alarmTs = _BaseService$useBaseA.alarmTypeRes;
66
+ var _AlarmService$useAlar = _api.AlarmService.useAlarmRecord(id, standardCode === 'all' ? '' : standardCode, startDate, endDate, pagination.current, sort, order),
67
+ detail = _AlarmService$useAlar.detail;
68
+ // 格式化报警类型数据
69
+ var formatAlarmType = function formatAlarmType(dataList) {
70
+ var list = [];
71
+ var totalCount = 0; // 报警类型总数
72
+ totalCount = (0, _sumBy["default"])(dataList, function (o) {
73
+ return o.count;
74
+ });
75
+ dataList.forEach(function (ele) {
76
+ var obj = {
77
+ key: ele.standardCode,
78
+ label: "".concat(ele.standardName, " (").concat(ele.count, ")")
79
+ };
80
+ list.push(obj);
81
+ });
82
+ return {
83
+ list: list,
84
+ totalCount: totalCount
85
+ };
86
+ };
87
+ (0, _react.useEffect)(function () {
88
+ var arr = [{
89
+ key: 'all',
90
+ label: '全部'
91
+ }]; // 报警明细标签
92
+ if (alarmTs.length > 0) {
93
+ var _formatAlarmType = formatAlarmType(alarmTs),
94
+ list = _formatAlarmType.list,
95
+ totalCount = _formatAlarmType.totalCount;
96
+ arr[0].label = "\u5168\u90E8 (".concat(totalCount, ")");
97
+ setState({
98
+ alarmTabs: arr.concat(list)
99
+ });
100
+ }
101
+ }, [alarmTs]);
102
+ var getLevel = function getLevel(text) {
103
+ var src = '',
104
+ color = '#1FEFA9',
105
+ name = '';
106
+ switch (text) {
107
+ case 1:
108
+ src = _level["default"];
109
+ name = '一';
110
+ color = '#FF6A65';
111
+ break;
112
+ case 2:
113
+ src = _level2["default"];
114
+ name = '二';
115
+ color = '#FFBD1E';
116
+ break;
117
+ case 3:
118
+ src = _level3["default"];
119
+ name = '三';
120
+ color = '#E86CFF';
121
+ break;
122
+ case 4:
123
+ src = _level4["default"];
124
+ name = '四';
125
+ color = '#00A8FF';
126
+ break;
127
+ case 5:
128
+ src = _level5["default"];
129
+ name = '五';
130
+ color = '#1FEFA9';
131
+ break;
132
+ default:
133
+ src = _level["default"];
134
+ name = '一';
135
+ color = '#FF6A65';
136
+ break;
137
+ }
138
+ return {
139
+ src: src,
140
+ name: "\u7B49\u7EA7".concat(name),
141
+ color: color
142
+ };
143
+ };
144
+ var columns = [{
145
+ title: '监测指标',
146
+ dataIndex: 'standardName',
147
+ key: 'standardName',
148
+ ellipsis: true
149
+ }, {
150
+ title: '报警名称',
151
+ dataIndex: 'name',
152
+ key: 'name',
153
+ ellipsis: true
154
+ }, {
155
+ title: '报警等级',
156
+ dataIndex: 'level',
157
+ key: 'level',
158
+ render: function render(text) {
159
+ var _getLevel = getLevel(text),
160
+ src = _getLevel.src,
161
+ name = _getLevel.name,
162
+ color = _getLevel.color;
163
+ return /*#__PURE__*/_react["default"].createElement("span", {
164
+ className: "alarmLevel",
165
+ style: {
166
+ color: color
167
+ }
168
+ }, /*#__PURE__*/_react["default"].createElement("img", {
169
+ src: src
170
+ }), name);
171
+ }
172
+ }, {
173
+ title: '报警开始时间',
174
+ dataIndex: 'startDate',
175
+ key: 'startDate',
176
+ sorter: true
177
+ }, {
178
+ title: '报警结束时间',
179
+ dataIndex: 'endDate',
180
+ key: 'endDate',
181
+ sorter: true
182
+ }, {
183
+ title: '报警时长',
184
+ dataIndex: 'dur',
185
+ key: 'dur',
186
+ width: 80,
187
+ sorter: function sorter(a, b) {
188
+ return (0, _moment["default"])(a.endDate).diff((0, _moment["default"])(a.startDate)) - (0, _moment["default"])(b.endDate).diff((0, _moment["default"])(b.startDate));
189
+ },
190
+ render: function render(_text, record) {
191
+ return (record === null || record === void 0 ? void 0 : record.startDate) && (record === null || record === void 0 ? void 0 : record.endDate) && (0, _util.secondToFormatTime)((0, _moment["default"])(record.endDate).diff((0, _moment["default"])(record.startDate)) / 1000);
192
+ }
193
+ }];
194
+ var pageChange = function pageChange(page) {
195
+ setState({
196
+ pagination: Object.assign(Object.assign({}, pagination), {
197
+ current: page
198
+ })
199
+ });
200
+ };
201
+ var handleTableChange = function handleTableChange(sorter) {
202
+ sorter.columnKey !== 'dur' && setState({
203
+ sort: sorter.columnKey,
204
+ order: sorter.order === 'ascend' ? 'ASC' : 'DESC'
205
+ });
206
+ };
207
+ var tableProps = {
208
+ pagination: Object.assign(Object.assign({}, pagination), {
209
+ total: detail.total,
210
+ defaultPageSize: 10,
211
+ onChange: pageChange
212
+ }),
213
+ rowKey: 'id',
214
+ handleTableChange: handleTableChange,
215
+ height: 160,
216
+ dataSource: detail.dataSource
217
+ };
218
+ var handleDateChange = function handleDateChange(start, end) {
219
+ setState({
220
+ startDate: start,
221
+ endDate: end
222
+ });
223
+ };
224
+ return /*#__PURE__*/_react["default"].createElement("div", {
225
+ className: "alarm-record"
226
+ }, /*#__PURE__*/_react["default"].createElement("div", {
227
+ className: "alarm-record-head"
228
+ }, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
229
+ title: "\u62A5\u8B66\u8BB0\u5F55"
230
+ }), /*#__PURE__*/_react["default"].createElement(_vmFilter.VMRangePicker, {
231
+ value: [(0, _moment["default"])(startDate), (0, _moment["default"])(endDate)],
232
+ onChange: function onChange(dates) {
233
+ return dates && handleDateChange((0, _moment["default"])(dates[0]).format('YYYY-MM-DD'), (0, _moment["default"])(dates[1]).format('YYYY-MM-DD'));
234
+ }
235
+ })), /*#__PURE__*/_react["default"].createElement(_vmSubTabs.SubTabsLine, {
236
+ items: alarmTabs,
237
+ activeKey: standardCode,
238
+ onChange: function onChange(key) {
239
+ setState({
240
+ standardCode: key
241
+ });
242
+ }
243
+ }), /*#__PURE__*/_react["default"].createElement("div", {
244
+ className: "alarm-record-table"
245
+ }, /*#__PURE__*/_react["default"].createElement(_vmTable["default"], Object.assign({
246
+ columns: columns
247
+ }, tableProps))));
248
+ }
249
+ //# sourceMappingURL=AlarmRecord.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"AlarmRecord.js","names":["AlarmRecord","props","id","useSettings","sDate","startDate","eDate","endDate","useSetState","standardCode","alarmTabs","key","label","moment","format","pagination","current","pageSize","total","sort","order","state","setState","BaseService","useBaseAlarmTypes","alarmTs","alarmTypeRes","AlarmService","useAlarmRecord","detail","formatAlarmType","dataList","list","totalCount","sumBy","o","count","forEach","ele","obj","standardName","push","useEffect","arr","length","concat","getLevel","text","src","color","name","level1","level2","level3","level4","level5","columns","title","dataIndex","ellipsis","render","React","createElement","className","style","sorter","width","a","b","diff","_text","record","secondToFormatTime","pageChange","page","Object","assign","handleTableChange","columnKey","tableProps","defaultPageSize","onChange","rowKey","height","dataSource","handleDateChange","start","end","SubTitle","VMRangePicker","value","dates","SubTabsLine","items","activeKey","VMTable"],"sources":["vtx-wr-modal/components/AlarmInfo/AlarmRecord.js"],"sourcesContent":["/**\n * 报警记录\n */\nimport React, { useEffect } from 'react';\nimport { useSetState } from 'ahooks';\nimport moment from 'moment';\nimport sumBy from 'lodash/sumBy';\nimport VMTable from '../../../vm-table';\nimport { SubTabsLine } from '../../../vm-sub-tabs';\nimport SubTitle from '../../../vm-sub-title';\nimport { VMRangePicker } from '../../../vm-filter';\nimport { secondToFormatTime } from '../../../util';\nimport { BaseService, AlarmService } from '../../api';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport level1 from '../../imgs/level1.png';\nimport level2 from '../../imgs/level2.png';\nimport level3 from '../../imgs/level3.png';\nimport level4 from '../../imgs/level4.png';\nimport level5 from '../../imgs/level5.png';\nexport default function AlarmRecord(props) {\n const { id } = props;\n const { startDate: sDate, endDate: eDate } = useSettings();\n const [state, setState] = useSetState({\n standardCode: 'all',\n alarmTabs: [{ key: 'all', label: '全部' }],\n startDate: sDate || moment().format('YYYY-MM-DD'),\n endDate: eDate || moment().format('YYYY-MM-DD'),\n pagination: {\n current: 1,\n pageSize: 10,\n total: 0,\n },\n sort: '',\n order: '',\n });\n const { alarmTabs, pagination, standardCode, startDate, endDate, sort, order } = state;\n const { alarmTypeRes: alarmTs } = BaseService.useBaseAlarmTypes(id, `${startDate} 00:00:00`, `${endDate} 23:59:59`);\n const { detail } = AlarmService.useAlarmRecord(id, standardCode === 'all' ? '' : standardCode, startDate, endDate, pagination.current, sort, order);\n // 格式化报警类型数据\n const formatAlarmType = (dataList) => {\n let list = [];\n let totalCount = 0; // 报警类型总数\n totalCount = sumBy(dataList, function (o) {\n return o.count;\n });\n dataList.forEach((ele) => {\n const obj = {\n key: ele.standardCode,\n label: `${ele.standardName} (${ele.count})`,\n };\n list.push(obj);\n });\n return { list, totalCount };\n };\n useEffect(() => {\n let arr = [{ key: 'all', label: '全部' }]; // 报警明细标签\n if (alarmTs.length > 0) {\n const { list, totalCount } = formatAlarmType(alarmTs);\n arr[0].label = `全部 (${totalCount})`;\n setState({\n alarmTabs: arr.concat(list),\n });\n }\n }, [alarmTs]);\n const getLevel = (text) => {\n let src = '', color = '#1FEFA9', name = '';\n switch (text) {\n case 1:\n src = level1;\n name = '一';\n color = '#FF6A65';\n break;\n case 2:\n src = level2;\n name = '二';\n color = '#FFBD1E';\n break;\n case 3:\n src = level3;\n name = '三';\n color = '#E86CFF';\n break;\n case 4:\n src = level4;\n name = '四';\n color = '#00A8FF';\n break;\n case 5:\n src = level5;\n name = '五';\n color = '#1FEFA9';\n break;\n default:\n src = level1;\n name = '一';\n color = '#FF6A65';\n break;\n }\n return { src, name: `等级${name}`, color };\n };\n const columns = [\n {\n title: '监测指标',\n dataIndex: 'standardName',\n key: 'standardName',\n ellipsis: true,\n },\n {\n title: '报警名称',\n dataIndex: 'name',\n key: 'name',\n ellipsis: true,\n },\n {\n title: '报警等级',\n dataIndex: 'level',\n key: 'level',\n render: (text) => {\n const { src, name, color } = getLevel(text);\n return (React.createElement(\"span\", { className: \"alarmLevel\", style: { color } },\n React.createElement(\"img\", { src: src }),\n name));\n },\n },\n {\n title: '报警开始时间',\n dataIndex: 'startDate',\n key: 'startDate',\n sorter: true,\n },\n {\n title: '报警结束时间',\n dataIndex: 'endDate',\n key: 'endDate',\n sorter: true,\n },\n {\n title: '报警时长',\n dataIndex: 'dur',\n key: 'dur',\n width: 80,\n sorter: (a, b) => {\n return (moment(a.endDate).diff(moment(a.startDate)) -\n moment(b.endDate).diff(moment(b.startDate)));\n },\n render: (_text, record) => {\n return ((record === null || record === void 0 ? void 0 : record.startDate) &&\n (record === null || record === void 0 ? void 0 : record.endDate) &&\n secondToFormatTime(moment(record.endDate).diff(moment(record.startDate)) / 1000));\n },\n },\n ];\n const pageChange = (page) => {\n setState({\n pagination: Object.assign(Object.assign({}, pagination), { current: page }),\n });\n };\n const handleTableChange = (sorter) => {\n sorter.columnKey !== 'dur' &&\n setState({\n sort: sorter.columnKey,\n order: sorter.order === 'ascend' ? 'ASC' : 'DESC',\n });\n };\n const tableProps = {\n pagination: Object.assign(Object.assign({}, pagination), { total: detail.total, defaultPageSize: 10, onChange: pageChange }),\n rowKey: 'id',\n handleTableChange,\n height: 160,\n dataSource: detail.dataSource,\n };\n const handleDateChange = (start, end) => {\n setState({\n startDate: start,\n endDate: end,\n });\n };\n return (React.createElement(\"div\", { className: \"alarm-record\" },\n React.createElement(\"div\", { className: \"alarm-record-head\" },\n React.createElement(SubTitle, { title: \"\\u62A5\\u8B66\\u8BB0\\u5F55\" }),\n React.createElement(VMRangePicker, { value: [moment(startDate), moment(endDate)], onChange: (dates) => dates &&\n handleDateChange(moment(dates[0]).format('YYYY-MM-DD'), moment(dates[1]).format('YYYY-MM-DD')) })),\n React.createElement(SubTabsLine, { items: alarmTabs, activeKey: standardCode, onChange: key => {\n setState({\n standardCode: key,\n });\n } }),\n React.createElement(\"div\", { className: \"alarm-record-table\" },\n React.createElement(VMTable, Object.assign({ columns: columns }, tableProps)))));\n}\n"],"mappings":"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"}
@@ -0,0 +1,112 @@
1
+ "use strict";
2
+
3
+ Object.defineProperty(exports, "__esModule", {
4
+ value: true
5
+ });
6
+ exports["default"] = void 0;
7
+ var _react = _interopRequireDefault(require("react"));
8
+ var _moment = _interopRequireDefault(require("moment"));
9
+ var _echartsForReact = _interopRequireDefault(require("echarts-for-react"));
10
+ var _useSettings2 = _interopRequireDefault(require("../../../vm-hooks/useSettings"));
11
+ var _vmSubTitle = _interopRequireDefault(require("../../../vm-sub-title"));
12
+ var _api = require("../../api");
13
+ var _vmNodata = _interopRequireDefault(require("../../../vm-nodata"));
14
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
15
+ /**
16
+ * 监测-报警信息-报警信息汇总
17
+ */
18
+
19
+ var MonthTrend = function MonthTrend(_ref) {
20
+ var id = _ref.id;
21
+ var _useSettings = (0, _useSettings2["default"])(),
22
+ chartFontColor = _useSettings.chartFontColor,
23
+ chartColor = _useSettings.chartColor;
24
+ var _AlarmService$useAlar = _api.AlarmService.useAlarmTrend(id, (0, _moment["default"])().subtract(6, 'M').format('YYYY-MM-DD 00:00:00'), (0, _moment["default"])().format('YYYY-MM-DD 23:59:59')),
25
+ alarmTrend = _AlarmService$useAlar.alarmTrend;
26
+ var legends = alarmTrend.legends,
27
+ names = alarmTrend.names,
28
+ values = alarmTrend.values;
29
+ var option = {
30
+ color: chartColor,
31
+ tooltip: {
32
+ trigger: 'axis'
33
+ },
34
+ legend: {
35
+ show: true,
36
+ itemWith: 6,
37
+ itemHeight: 6,
38
+ top: 20,
39
+ textStyle: {
40
+ color: chartFontColor,
41
+ fontSize: 12
42
+ },
43
+ data: legends || []
44
+ },
45
+ grid: {
46
+ top: 58,
47
+ left: 24,
48
+ bottom: 12,
49
+ right: 24,
50
+ containLabel: true
51
+ },
52
+ xAxis: {
53
+ type: 'category',
54
+ boundaryGap: false,
55
+ axisTick: {
56
+ show: false
57
+ },
58
+ axisLabel: {
59
+ color: chartFontColor
60
+ },
61
+ data: names || []
62
+ },
63
+ yAxis: [{
64
+ name: '单位(次)',
65
+ type: 'value',
66
+ nameTextStyle: {
67
+ color: chartFontColor
68
+ },
69
+ axisTick: {
70
+ show: false
71
+ },
72
+ axisLabel: {
73
+ color: chartFontColor
74
+ },
75
+ axisLine: {
76
+ show: true
77
+ },
78
+ splitLine: {
79
+ lineStyle: {
80
+ type: 'dashed',
81
+ color: 'rgba(151,151,151,0.28)'
82
+ }
83
+ }
84
+ }],
85
+ series: [{
86
+ name: '次数',
87
+ type: 'line',
88
+ data: (values === null || values === void 0 ? void 0 : values.length) > 0 ? values[0] : []
89
+ }]
90
+ };
91
+ return /*#__PURE__*/_react["default"].createElement("div", {
92
+ className: "alarm-trend"
93
+ }, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
94
+ title: "\u6708\u5EA6\u8D8B\u52BF\u5206\u6790"
95
+ }), (values === null || values === void 0 ? void 0 : values.length) > 0 ? /*#__PURE__*/_react["default"].createElement(_echartsForReact["default"], {
96
+ option: option,
97
+ notMerge: true,
98
+ lazyUpdate: true,
99
+ style: {
100
+ height: '300px',
101
+ width: '100%'
102
+ }
103
+ }) : /*#__PURE__*/_react["default"].createElement(_vmNodata["default"], {
104
+ style: {
105
+ height: '300px',
106
+ width: '100%'
107
+ }
108
+ }));
109
+ };
110
+ var _default = MonthTrend;
111
+ exports["default"] = _default;
112
+ //# sourceMappingURL=MonthTrend.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"MonthTrend.js","names":["MonthTrend","id","useSettings","chartFontColor","chartColor","AlarmService","useAlarmTrend","moment","subtract","format","alarmTrend","legends","names","values","option","color","tooltip","trigger","legend","show","itemWith","itemHeight","top","textStyle","fontSize","data","grid","left","bottom","right","containLabel","xAxis","type","boundaryGap","axisTick","axisLabel","yAxis","name","nameTextStyle","axisLine","splitLine","lineStyle","series","length","React","createElement","className","SubTitle","title","ReactEcharts","notMerge","lazyUpdate","style","height","width","NoData"],"sources":["vtx-wr-modal/components/AlarmInfo/MonthTrend.js"],"sourcesContent":["/**\n * 监测-报警信息-报警信息汇总\n */\nimport React from 'react';\nimport moment from 'moment';\nimport ReactEcharts from 'echarts-for-react';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport SubTitle from '../../../vm-sub-title';\nimport { AlarmService } from '../../api';\nimport NoData from '../../../vm-nodata';\nconst MonthTrend = ({ id }) => {\n const { chartFontColor, chartColor } = useSettings();\n const { alarmTrend } = AlarmService.useAlarmTrend(id, moment()\n .subtract(6, 'M')\n .format('YYYY-MM-DD 00:00:00'), moment().format('YYYY-MM-DD 23:59:59'));\n const { legends, names, values } = alarmTrend;\n const option = {\n color: chartColor,\n tooltip: {\n trigger: 'axis',\n },\n legend: {\n show: true,\n itemWith: 6,\n itemHeight: 6,\n top: 20,\n textStyle: {\n color: chartFontColor,\n fontSize: 12,\n },\n data: legends || [],\n },\n grid: {\n top: 58,\n left: 24,\n bottom: 12,\n right: 24,\n containLabel: true,\n },\n xAxis: {\n type: 'category',\n boundaryGap: false,\n axisTick: {\n show: false,\n },\n axisLabel: {\n color: chartFontColor,\n },\n data: names || [],\n },\n yAxis: [\n {\n name: '单位(次)',\n type: 'value',\n nameTextStyle: {\n color: chartFontColor,\n },\n axisTick: {\n show: false,\n },\n axisLabel: {\n color: chartFontColor,\n },\n axisLine: {\n show: true,\n },\n splitLine: {\n lineStyle: {\n type: 'dashed',\n color: 'rgba(151,151,151,0.28)',\n },\n },\n },\n ],\n series: [\n {\n name: '次数',\n type: 'line',\n data: (values === null || values === void 0 ? void 0 : values.length) > 0 ? values[0] : [],\n },\n ],\n };\n return (React.createElement(\"div\", { className: \"alarm-trend\" },\n React.createElement(SubTitle, { title: \"\\u6708\\u5EA6\\u8D8B\\u52BF\\u5206\\u6790\" }),\n (values === null || values === void 0 ? void 0 : values.length) > 0 ? (React.createElement(ReactEcharts, { option: option, notMerge: true, lazyUpdate: true, style: { height: '300px', width: '100%' } })) : (React.createElement(NoData, { style: { height: '300px', width: '100%' } }))));\n};\nexport default MonthTrend;\n"],"mappings":"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"}
@@ -0,0 +1,165 @@
1
+ "use strict";
2
+
3
+ function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = void 0;
8
+ var _react = _interopRequireWildcard(require("react"));
9
+ var _moment = _interopRequireDefault(require("moment"));
10
+ var _sumBy = _interopRequireDefault(require("lodash/sumBy"));
11
+ var _echartsForReact = _interopRequireDefault(require("echarts-for-react"));
12
+ var _useSettings2 = _interopRequireDefault(require("../../../vm-hooks/useSettings"));
13
+ var _vmSubTitle = _interopRequireDefault(require("../../../vm-sub-title"));
14
+ var _api = require("../../api");
15
+ var _alarm = _interopRequireDefault(require("../../imgs/alarm.png"));
16
+ var _alarm_blue = _interopRequireDefault(require("../../imgs/alarm_blue.png"));
17
+ var _ahooks = require("ahooks");
18
+ var _vmNodata = _interopRequireDefault(require("../../../vm-nodata"));
19
+ function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
20
+ function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
21
+ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
22
+ function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
23
+ function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
24
+ function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
25
+ function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
26
+ function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) { ; } } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
27
+ function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
28
+ var Summary = function Summary(_ref) {
29
+ var id = _ref.id;
30
+ var _useSettings = (0, _useSettings2["default"])(),
31
+ chartFontColor = _useSettings.chartFontColor,
32
+ chartColor = _useSettings.chartColor,
33
+ isDark = _useSettings.isDark,
34
+ theme = _useSettings.theme;
35
+ var _useSetState = (0, _ahooks.useSetState)({
36
+ alarmTabsValue: [],
37
+ totalCount: 0
38
+ }),
39
+ _useSetState2 = _slicedToArray(_useSetState, 2),
40
+ state = _useSetState2[0],
41
+ setState = _useSetState2[1];
42
+ var alarmTabsValue = state.alarmTabsValue,
43
+ totalCount = state.totalCount;
44
+ var _AlarmService$useAlar = _api.AlarmService.useAlarmSummary(id, (0, _moment["default"])().format('YYYY-MM-DD')),
45
+ alarmSummary = _AlarmService$useAlar.alarmSummary;
46
+ var _BaseService$useBaseA = _api.BaseService.useBaseAlarmInfo(id, (0, _moment["default"])().startOf('M').format('YYYY-MM-DD 00:00:00'), (0, _moment["default"])().format('YYYY-MM-DD 23:59:59')),
47
+ alarmTypeRes = _BaseService$useBaseA.alarmTypeRes;
48
+ (0, _react.useEffect)(function () {
49
+ var list = [];
50
+ var count = 0;
51
+ if (alarmTypeRes.length > 0) {
52
+ count = (0, _sumBy["default"])(alarmTypeRes, function (o) {
53
+ return o.count;
54
+ });
55
+ alarmTypeRes.forEach(function (ele) {
56
+ var obj = {
57
+ key: ele.standardCode,
58
+ name: ele.standardName,
59
+ value: ele.count
60
+ };
61
+ list.push(obj);
62
+ });
63
+ }
64
+ setState({
65
+ totalCount: count,
66
+ alarmTabsValue: list
67
+ });
68
+ }, [JSON.stringify(alarmTypeRes)]);
69
+ var option = {
70
+ color: chartColor,
71
+ backgroundColor: 'transparent',
72
+ tooltip: {
73
+ show: true,
74
+ trigger: 'item'
75
+ },
76
+ legend: {
77
+ orient: 'vertical',
78
+ left: '40%',
79
+ top: 'middle',
80
+ align: 'left',
81
+ itemGap: 8,
82
+ itemWidth: 10,
83
+ itemHeight: 10,
84
+ formatter: function formatter(name) {
85
+ var value = alarmTabsValue.find(function (item) {
86
+ return item.name === name;
87
+ });
88
+ var rate = ((value === null || value === void 0 ? void 0 : value.value) || 0) / totalCount * 100;
89
+ if (value) {
90
+ return "\t\t".concat(name, "\t\t").concat(value.value, "\u6B21\t\t").concat(rate.toFixed(2), "%");
91
+ } else {
92
+ return '';
93
+ }
94
+ },
95
+ textStyle: {
96
+ fontSize: 14,
97
+ color: chartFontColor
98
+ },
99
+ pageIconColor: chartFontColor,
100
+ pageIconInactiveColor: chartFontColor,
101
+ pageTextStyle: {
102
+ color: chartFontColor
103
+ }
104
+ },
105
+ series: [{
106
+ type: 'pie',
107
+ radius: ['55%', '75%'],
108
+ center: ['20%', '50%'],
109
+ hoverAnimation: true,
110
+ z: 10,
111
+ itemStyle: {
112
+ normal: {
113
+ borderWidth: 2,
114
+ borderColor: isDark ? '#003359' : '#fff'
115
+ }
116
+ },
117
+ label: {
118
+ show: false
119
+ },
120
+ data: alarmTabsValue,
121
+ labelLine: {
122
+ show: false
123
+ }
124
+ }]
125
+ };
126
+ return /*#__PURE__*/_react["default"].createElement("div", {
127
+ className: "alarm-summary"
128
+ }, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
129
+ title: "\u62A5\u8B66\u4FE1\u606F\u6C47\u603B"
130
+ }), /*#__PURE__*/_react["default"].createElement("div", {
131
+ className: "alarm-summary-time"
132
+ }, /*#__PURE__*/_react["default"].createElement("img", {
133
+ src: theme === 'blue' ? _alarm_blue["default"] : _alarm["default"]
134
+ }), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("div", {
135
+ className: "alarm-summary-time-name"
136
+ }, "\u6708\u5EA6\u62A5\u8B66\u603B\u6B21\u6570"), /*#__PURE__*/_react["default"].createElement("div", {
137
+ className: "alarm-summary-time-value"
138
+ }, /*#__PURE__*/_react["default"].createElement("span", null, (alarmSummary === null || alarmSummary === void 0 ? void 0 : alarmSummary.thisYearCount) || 0), "\u6B21", /*#__PURE__*/_react["default"].createElement("div", {
139
+ className: "alarm-summary-time-value-compare"
140
+ }, "\u6708\u540C\u6BD4 ".concat((alarmSummary === null || alarmSummary === void 0 ? void 0 : alarmSummary.thisYearOnLastYearCount) || 0, "%"), (alarmSummary === null || alarmSummary === void 0 ? void 0 : alarmSummary.thisYearOnLastYearCount) >= 100 ? /*#__PURE__*/_react["default"].createElement("div", {
141
+ className: "triangle-up"
142
+ }) : /*#__PURE__*/_react["default"].createElement("div", {
143
+ className: "triangle-down"
144
+ }))))), /*#__PURE__*/_react["default"].createElement("div", {
145
+ className: "alarm-summary-type-analysis"
146
+ }, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
147
+ title: "\u7C7B\u578B\u5206\u6790"
148
+ }), (alarmTabsValue === null || alarmTabsValue === void 0 ? void 0 : alarmTabsValue.length) > 0 ? /*#__PURE__*/_react["default"].createElement(_echartsForReact["default"], {
149
+ option: option,
150
+ notMerge: true,
151
+ lazyUpdate: true,
152
+ style: {
153
+ height: '180px',
154
+ width: '100%'
155
+ }
156
+ }) : /*#__PURE__*/_react["default"].createElement(_vmNodata["default"], {
157
+ style: {
158
+ height: '180px',
159
+ width: '90%'
160
+ }
161
+ })));
162
+ };
163
+ var _default = Summary;
164
+ exports["default"] = _default;
165
+ //# sourceMappingURL=Summary.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Summary.js","names":["Summary","id","useSettings","chartFontColor","chartColor","isDark","theme","useSetState","alarmTabsValue","totalCount","state","setState","AlarmService","useAlarmSummary","moment","format","alarmSummary","BaseService","useBaseAlarmInfo","startOf","alarmTypeRes","useEffect","list","count","length","sumBy","o","forEach","ele","obj","key","standardCode","name","standardName","value","push","JSON","stringify","option","color","backgroundColor","tooltip","show","trigger","legend","orient","left","top","align","itemGap","itemWidth","itemHeight","formatter","find","item","rate","toFixed","textStyle","fontSize","pageIconColor","pageIconInactiveColor","pageTextStyle","series","type","radius","center","hoverAnimation","z","itemStyle","normal","borderWidth","borderColor","label","data","labelLine","React","createElement","className","SubTitle","title","src","alarmBlue","alarm","thisYearCount","thisYearOnLastYearCount","ReactEcharts","notMerge","lazyUpdate","style","height","width","NoData"],"sources":["vtx-wr-modal/components/AlarmInfo/Summary.js"],"sourcesContent":["/**\n * 监测-报警信息-报警信息汇总\n */\nimport React, { useEffect } from 'react';\nimport moment from 'moment';\nimport sumBy from 'lodash/sumBy';\nimport ReactEcharts from 'echarts-for-react';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport SubTitle from '../../../vm-sub-title';\nimport { AlarmService, BaseService } from '../../api';\nimport alarm from '../../imgs/alarm.png';\nimport alarmBlue from '../../imgs/alarm_blue.png';\nimport { useSetState } from 'ahooks';\nimport NoData from '../../../vm-nodata';\nconst Summary = ({ id }) => {\n const { chartFontColor, chartColor, isDark, theme } = useSettings();\n const [state, setState] = useSetState({\n alarmTabsValue: [],\n totalCount: 0,\n });\n const { alarmTabsValue, totalCount } = state;\n const { alarmSummary } = AlarmService.useAlarmSummary(id, moment().format('YYYY-MM-DD'));\n const { alarmTypeRes } = BaseService.useBaseAlarmInfo(id, moment()\n .startOf('M')\n .format('YYYY-MM-DD 00:00:00'), moment().format('YYYY-MM-DD 23:59:59'));\n useEffect(() => {\n let list = [];\n let count = 0;\n if (alarmTypeRes.length > 0) {\n count = sumBy(alarmTypeRes, function (o) {\n return o.count;\n });\n alarmTypeRes.forEach((ele) => {\n const obj = {\n key: ele.standardCode,\n name: ele.standardName,\n value: ele.count,\n };\n list.push(obj);\n });\n }\n setState({\n totalCount: count,\n alarmTabsValue: list,\n });\n }, [JSON.stringify(alarmTypeRes)]);\n let option = {\n color: chartColor,\n backgroundColor: 'transparent',\n tooltip: {\n show: true,\n trigger: 'item',\n },\n legend: {\n orient: 'vertical',\n left: '40%',\n top: 'middle',\n align: 'left',\n itemGap: 8,\n itemWidth: 10,\n itemHeight: 10,\n formatter: function (name) {\n const value = alarmTabsValue.find((item) => item.name === name);\n const rate = (((value === null || value === void 0 ? void 0 : value.value) || 0) / totalCount) * 100;\n if (value) {\n return `\\t\\t${name}\\t\\t${value.value}次\\t\\t${rate.toFixed(2)}%`;\n }\n else {\n return '';\n }\n },\n textStyle: {\n fontSize: 14,\n color: chartFontColor,\n },\n pageIconColor: chartFontColor,\n pageIconInactiveColor: chartFontColor,\n pageTextStyle: {\n color: chartFontColor,\n },\n },\n series: [\n {\n type: 'pie',\n radius: ['55%', '75%'],\n center: ['20%', '50%'],\n hoverAnimation: true,\n z: 10,\n itemStyle: {\n normal: {\n borderWidth: 2,\n borderColor: isDark ? '#003359' : '#fff',\n },\n },\n label: {\n show: false,\n },\n data: alarmTabsValue,\n labelLine: {\n show: false,\n },\n },\n ],\n };\n return (React.createElement(\"div\", { className: \"alarm-summary\" },\n React.createElement(SubTitle, { title: \"\\u62A5\\u8B66\\u4FE1\\u606F\\u6C47\\u603B\" }),\n React.createElement(\"div\", { className: \"alarm-summary-time\" },\n React.createElement(\"img\", { src: theme === 'blue' ? alarmBlue : alarm }),\n React.createElement(\"div\", null,\n React.createElement(\"div\", { className: \"alarm-summary-time-name\" }, \"\\u6708\\u5EA6\\u62A5\\u8B66\\u603B\\u6B21\\u6570\"),\n React.createElement(\"div\", { className: \"alarm-summary-time-value\" },\n React.createElement(\"span\", null, (alarmSummary === null || alarmSummary === void 0 ? void 0 : alarmSummary.thisYearCount) || 0),\n \"\\u6B21\",\n React.createElement(\"div\", { className: \"alarm-summary-time-value-compare\" },\n `月同比 ${(alarmSummary === null || alarmSummary === void 0 ? void 0 : alarmSummary.thisYearOnLastYearCount) || 0}%`,\n (alarmSummary === null || alarmSummary === void 0 ? void 0 : alarmSummary.thisYearOnLastYearCount) >= 100 ? (React.createElement(\"div\", { className: \"triangle-up\" })) : (React.createElement(\"div\", { className: \"triangle-down\" })))))),\n React.createElement(\"div\", { className: \"alarm-summary-type-analysis\" },\n React.createElement(SubTitle, { title: \"\\u7C7B\\u578B\\u5206\\u6790\" }),\n (alarmTabsValue === null || alarmTabsValue === void 0 ? void 0 : alarmTabsValue.length) > 0 ? (React.createElement(ReactEcharts, { option: option, notMerge: true, lazyUpdate: true, style: { height: '180px', width: '100%' } })) : (React.createElement(NoData, { style: { height: '180px', width: '90%' } })))));\n};\nexport default Summary;\n"],"mappings":"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"}