@vtx/modals2 3.3.19 → 4.0.1

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 (1679) hide show
  1. package/README.md +1 -1
  2. package/lib/index.js +17 -24
  3. package/lib/index.js.map +1 -1
  4. package/lib/style/css.js +1 -3
  5. package/lib/style/css.js.map +1 -1
  6. package/lib/style/index.css +1 -49
  7. package/lib/style/index.js +1 -3
  8. package/lib/style/index.js.map +1 -1
  9. package/lib/style/themes/dark.css +1 -49
  10. package/lib/style/themes/dark.less +0 -45
  11. package/lib/style/themes/default.css +1 -5
  12. package/lib/style/themes/default.less +1 -5
  13. package/lib/style/themes/index.css +1 -49
  14. package/lib/typings.d.ts +1 -4
  15. package/lib/util/index.js.map +1 -1
  16. package/lib/vm-alarm-info/Components/AlarmRecord.js +118 -0
  17. package/lib/vm-alarm-info/Components/AlarmRecord.js.map +1 -0
  18. package/lib/vm-alarm-info/Components/AlarmStatistics.js +166 -0
  19. package/lib/vm-alarm-info/Components/AlarmStatistics.js.map +1 -0
  20. package/lib/vm-alarm-info/Components/AlarmTrend.js +228 -0
  21. package/lib/vm-alarm-info/Components/AlarmTrend.js.map +1 -0
  22. package/lib/vm-alarm-info/Components/CurrentAlarm.js +110 -0
  23. package/lib/vm-alarm-info/Components/CurrentAlarm.js.map +1 -0
  24. package/lib/vm-alarm-info/Components/CurrentAlarmNew.js +88 -0
  25. package/lib/vm-alarm-info/Components/CurrentAlarmNew.js.map +1 -0
  26. package/lib/vm-alarm-info/Components/index.css +39 -0
  27. package/lib/vm-alarm-info/Components/index.less +40 -0
  28. package/lib/vm-alarm-info/api.js +171 -0
  29. package/lib/vm-alarm-info/api.js.map +1 -0
  30. package/lib/vm-alarm-info/index.js +88 -0
  31. package/lib/vm-alarm-info/index.js.map +1 -0
  32. package/lib/vm-alarm-info/style/css.js.map +1 -0
  33. package/lib/vm-alarm-info/style/index.css +19 -0
  34. package/lib/vm-alarm-info/style/index.js.map +1 -0
  35. package/lib/vm-alarm-info/style/index.less +16 -0
  36. package/lib/vm-alarm-situation/api.js +86 -0
  37. package/lib/vm-alarm-situation/api.js.map +1 -0
  38. package/lib/vm-alarm-situation/index.js +212 -0
  39. package/lib/vm-alarm-situation/index.js.map +1 -0
  40. package/lib/vm-alarm-situation/style/css.js +4 -0
  41. package/lib/vm-alarm-situation/style/css.js.map +1 -0
  42. package/lib/vm-alarm-situation/style/index.css +78 -0
  43. package/lib/vm-alarm-situation/style/index.js +4 -0
  44. package/lib/vm-alarm-situation/style/index.js.map +1 -0
  45. package/lib/vm-alarm-situation/style/index.less +67 -0
  46. package/lib/vm-alarm-situation-pt/api.js +73 -0
  47. package/lib/vm-alarm-situation-pt/api.js.map +1 -0
  48. package/lib/vm-alarm-situation-pt/index.js +145 -0
  49. package/lib/vm-alarm-situation-pt/index.js.map +1 -0
  50. package/lib/vm-alarm-situation-pt/style/css.js +4 -0
  51. package/lib/vm-alarm-situation-pt/style/css.js.map +1 -0
  52. package/lib/vm-alarm-situation-pt/style/index.css +79 -0
  53. package/lib/vm-alarm-situation-pt/style/index.js +4 -0
  54. package/lib/vm-alarm-situation-pt/style/index.js.map +1 -0
  55. package/lib/vm-alarm-situation-pt/style/index.less +65 -0
  56. package/lib/vm-analysis-comparison/api.js +177 -0
  57. package/lib/vm-analysis-comparison/api.js.map +1 -0
  58. package/lib/vm-analysis-comparison/index.js +368 -0
  59. package/lib/vm-analysis-comparison/index.js.map +1 -0
  60. package/lib/vm-analysis-comparison/style/css.js +4 -0
  61. package/lib/vm-analysis-comparison/style/css.js.map +1 -0
  62. package/lib/vm-analysis-comparison/style/index.css +13 -0
  63. package/lib/vm-analysis-comparison/style/index.js +4 -0
  64. package/lib/vm-analysis-comparison/style/index.js.map +1 -0
  65. package/lib/vm-analysis-comparison/style/index.less +12 -0
  66. package/lib/vm-appraisal-info/AppraisalBase.js +5 -26
  67. package/lib/vm-appraisal-info/AppraisalBase.js.map +1 -1
  68. package/lib/vm-appraisal-info/AppraisalTop5.js +4 -5
  69. package/lib/vm-appraisal-info/AppraisalTop5.js.map +1 -1
  70. package/lib/vm-appraisal-info/List.js +9 -8
  71. package/lib/vm-appraisal-info/List.js.map +1 -1
  72. package/lib/vm-appraisal-info/ListKh.js +13 -11
  73. package/lib/vm-appraisal-info/ListKh.js.map +1 -1
  74. package/lib/vm-appraisal-info/ListZg.js +13 -11
  75. package/lib/vm-appraisal-info/ListZg.js.map +1 -1
  76. package/lib/vm-appraisal-info/Wtlx.js +5 -6
  77. package/lib/vm-appraisal-info/Wtlx.js.map +1 -1
  78. package/lib/vm-appraisal-info/Zgxxhz.js +4 -21
  79. package/lib/vm-appraisal-info/Zgxxhz.js.map +1 -1
  80. package/lib/vm-appraisal-info/api.js +1 -2
  81. package/lib/vm-appraisal-info/api.js.map +1 -1
  82. package/lib/vm-appraisal-info/index.js +23 -49
  83. package/lib/vm-appraisal-info/index.js.map +1 -1
  84. package/lib/vm-appraisal-info/style/css.js.map +1 -1
  85. package/lib/vm-appraisal-info/style/index.js.map +1 -1
  86. package/lib/vm-base-list/OpenArrow.js +47 -0
  87. package/lib/vm-base-list/OpenArrow.js.map +1 -0
  88. package/lib/vm-base-list/index.js +85 -0
  89. package/lib/vm-base-list/index.js.map +1 -0
  90. package/lib/vm-base-list/style/css.js +4 -0
  91. package/lib/vm-base-list/style/css.js.map +1 -0
  92. package/lib/vm-base-list/style/index.css +41 -0
  93. package/lib/vm-base-list/style/index.js +4 -0
  94. package/lib/vm-base-list/style/index.js.map +1 -0
  95. package/lib/vm-base-list/style/index.less +39 -0
  96. package/lib/vm-button/index.js +2 -3
  97. package/lib/vm-button/index.js.map +1 -1
  98. package/lib/vm-button/style/css.js.map +1 -1
  99. package/lib/vm-button/style/index.js.map +1 -1
  100. package/lib/vm-charts/Distribute1.js +7 -8
  101. package/lib/vm-charts/Distribute1.js.map +1 -1
  102. package/lib/vm-charts/Gauge1.js +2 -3
  103. package/lib/vm-charts/Gauge1.js.map +1 -1
  104. package/lib/vm-charts/Line.js +213 -0
  105. package/lib/vm-charts/Line.js.map +1 -0
  106. package/lib/vm-charts/Line1.js +3 -4
  107. package/lib/vm-charts/Line1.js.map +1 -1
  108. package/lib/vm-charts/Pie.js +115 -0
  109. package/lib/vm-charts/Pie.js.map +1 -0
  110. package/lib/vm-charts/index.css +20 -0
  111. package/lib/vm-charts/index.js +15 -1
  112. package/lib/vm-charts/index.js.map +1 -1
  113. package/lib/vm-charts/index.less +30 -0
  114. package/lib/vm-checkbox/index.js +32 -0
  115. package/lib/vm-checkbox/index.js.map +1 -0
  116. package/lib/vm-checkbox/style/css.js +4 -0
  117. package/lib/vm-checkbox/style/css.js.map +1 -0
  118. package/lib/vm-checkbox/style/index.css +25 -0
  119. package/lib/vm-checkbox/style/index.js +4 -0
  120. package/lib/vm-checkbox/style/index.js.map +1 -0
  121. package/lib/vm-checkbox/style/index.less +25 -0
  122. package/lib/vm-container/index.js +33 -0
  123. package/lib/vm-container/index.js.map +1 -0
  124. package/lib/vm-container/style/css.js +4 -0
  125. package/lib/vm-container/style/css.js.map +1 -0
  126. package/lib/vm-container/style/index.css +30 -0
  127. package/lib/vm-container/style/index.js +4 -0
  128. package/lib/vm-container/style/index.js.map +1 -0
  129. package/lib/vm-container/style/index.less +28 -0
  130. package/lib/vm-correlation-comparison/api.js +236 -0
  131. package/lib/vm-correlation-comparison/api.js.map +1 -0
  132. package/lib/vm-correlation-comparison/index.js +308 -0
  133. package/lib/vm-correlation-comparison/index.js.map +1 -0
  134. package/lib/vm-correlation-comparison/style/css.js +4 -0
  135. package/lib/vm-correlation-comparison/style/css.js.map +1 -0
  136. package/lib/vm-correlation-comparison/style/index.css +19 -0
  137. package/lib/vm-correlation-comparison/style/index.js +4 -0
  138. package/lib/vm-correlation-comparison/style/index.js.map +1 -0
  139. package/lib/vm-correlation-comparison/style/index.less +13 -0
  140. package/lib/vm-empty/index.js +44 -0
  141. package/lib/vm-empty/index.js.map +1 -0
  142. package/lib/vm-empty/style/css.js +4 -0
  143. package/lib/vm-empty/style/css.js.map +1 -0
  144. package/lib/vm-empty/style/index.css +30 -0
  145. package/lib/vm-empty/style/index.js +4 -0
  146. package/lib/vm-empty/style/index.js.map +1 -0
  147. package/lib/vm-empty/style/index.less +23 -0
  148. package/lib/vm-filter/index.js +110 -121
  149. package/lib/vm-filter/index.js.map +1 -1
  150. package/lib/vm-filter/style/css.js.map +1 -1
  151. package/lib/vm-filter/style/index.css +32 -22
  152. package/lib/vm-filter/style/index.js.map +1 -1
  153. package/lib/vm-filter/style/index.less +24 -29
  154. package/lib/vm-hooks/useSettings.js +5 -4
  155. package/lib/vm-hooks/useSettings.js.map +1 -1
  156. package/lib/vm-iframe-modal/index.js +40 -0
  157. package/lib/vm-iframe-modal/index.js.map +1 -0
  158. package/lib/vm-iframe-modal/style/css.js +4 -0
  159. package/lib/vm-iframe-modal/style/css.js.map +1 -0
  160. package/lib/vm-iframe-modal/style/index.css +10 -0
  161. package/lib/vm-iframe-modal/style/index.js +4 -0
  162. package/lib/vm-iframe-modal/style/index.js.map +1 -0
  163. package/lib/vm-iframe-modal/style/index.less +8 -0
  164. package/lib/vm-image-text/index.js +10 -5
  165. package/lib/vm-image-text/index.js.map +1 -1
  166. package/lib/vm-image-text/style/css.js.map +1 -1
  167. package/lib/vm-image-text/style/index.css +2 -5
  168. package/lib/vm-image-text/style/index.js.map +1 -1
  169. package/lib/vm-image-text/style/index.less +2 -5
  170. package/lib/vm-info-collection/index.js +9 -21
  171. package/lib/vm-info-collection/index.js.map +1 -1
  172. package/lib/vm-info-collection/style/css.js.map +1 -1
  173. package/lib/vm-info-collection/style/index.css +21 -0
  174. package/lib/vm-info-collection/style/index.js.map +1 -1
  175. package/lib/vm-info-collection/style/index.less +19 -0
  176. package/lib/vm-map/index.js +125 -166
  177. package/lib/vm-map/index.js.map +1 -1
  178. package/lib/vm-map/mapStyle.js +7 -14
  179. package/lib/vm-map/mapStyle.js.map +1 -1
  180. package/lib/vm-modal-table/index.js +34 -0
  181. package/lib/vm-modal-table/index.js.map +1 -0
  182. package/lib/vm-modal-table/style/css.js +4 -0
  183. package/lib/vm-modal-table/style/css.js.map +1 -0
  184. package/lib/vm-modal-table/style/index.css +20 -0
  185. package/lib/vm-modal-table/style/index.js +4 -0
  186. package/lib/vm-modal-table/style/index.js.map +1 -0
  187. package/lib/vm-modal-table/style/index.less +23 -0
  188. package/lib/vm-nodata/imgs/chart.png +0 -0
  189. package/lib/vm-nodata/index.js +7 -3
  190. package/lib/vm-nodata/index.js.map +1 -1
  191. package/lib/vm-radio/index.js +27 -0
  192. package/lib/vm-radio/index.js.map +1 -0
  193. package/lib/vm-radio/style/css.js +4 -0
  194. package/lib/vm-radio/style/css.js.map +1 -0
  195. package/lib/vm-radio/style/index.css +21 -0
  196. package/lib/vm-radio/style/index.js +4 -0
  197. package/lib/vm-radio/style/index.js.map +1 -0
  198. package/lib/vm-radio/style/index.less +26 -0
  199. package/lib/vm-real-time-monitor/api.js +193 -0
  200. package/lib/vm-real-time-monitor/api.js.map +1 -0
  201. package/lib/vm-real-time-monitor/index.js +367 -0
  202. package/lib/vm-real-time-monitor/index.js.map +1 -0
  203. package/lib/vm-real-time-monitor/style/css.js +4 -0
  204. package/lib/vm-real-time-monitor/style/css.js.map +1 -0
  205. package/lib/vm-real-time-monitor/style/index.css +12 -0
  206. package/lib/vm-real-time-monitor/style/index.js +4 -0
  207. package/lib/vm-real-time-monitor/style/index.js.map +1 -0
  208. package/lib/vm-real-time-monitor/style/index.less +12 -0
  209. package/lib/vm-repair-maintain/RmInfoSummary.js +6 -7
  210. package/lib/vm-repair-maintain/RmInfoSummary.js.map +1 -1
  211. package/lib/vm-repair-maintain/RmMonthTrend.js +2 -3
  212. package/lib/vm-repair-maintain/RmMonthTrend.js.map +1 -1
  213. package/lib/vm-repair-maintain/RmRecord.js +12 -7
  214. package/lib/vm-repair-maintain/RmRecord.js.map +1 -1
  215. package/lib/vm-repair-maintain/RmType.js +5 -6
  216. package/lib/vm-repair-maintain/RmType.js.map +1 -1
  217. package/lib/vm-repair-maintain/api.js +1 -2
  218. package/lib/vm-repair-maintain/api.js.map +1 -1
  219. package/lib/vm-repair-maintain/index.js +2 -3
  220. package/lib/vm-repair-maintain/index.js.map +1 -1
  221. package/lib/vm-repair-maintain/style/css.js.map +1 -1
  222. package/lib/vm-repair-maintain/style/index.js.map +1 -1
  223. package/lib/vm-round-content/index.js +68 -0
  224. package/lib/vm-round-content/index.js.map +1 -0
  225. package/lib/vm-round-content/style/css.js +4 -0
  226. package/lib/vm-round-content/style/css.js.map +1 -0
  227. package/lib/vm-round-content/style/index.css +38 -0
  228. package/lib/vm-round-content/style/index.js +4 -0
  229. package/lib/vm-round-content/style/index.js.map +1 -0
  230. package/lib/vm-round-content/style/index.less +33 -0
  231. package/lib/vm-row-col/index.js +26 -0
  232. package/lib/vm-row-col/index.js.map +1 -0
  233. package/lib/vm-row-col/style/css.js +4 -0
  234. package/lib/vm-row-col/style/css.js.map +1 -0
  235. package/lib/vm-row-col/style/index.css +0 -0
  236. package/lib/vm-row-col/style/index.js +4 -0
  237. package/lib/vm-row-col/style/index.js.map +1 -0
  238. package/lib/vm-row-col/style/index.less +0 -0
  239. package/lib/vm-select-device/index.js +90 -0
  240. package/lib/vm-select-device/index.js.map +1 -0
  241. package/lib/vm-select-device/style/css.js +4 -0
  242. package/lib/vm-select-device/style/css.js.map +1 -0
  243. package/lib/vm-select-device/style/index.css +16 -0
  244. package/lib/vm-select-device/style/index.js +4 -0
  245. package/lib/vm-select-device/style/index.js.map +1 -0
  246. package/lib/vm-select-device/style/index.less +16 -0
  247. package/lib/vm-sub-tabs/index.js +4 -7
  248. package/lib/vm-sub-tabs/index.js.map +1 -1
  249. package/lib/vm-sub-tabs/style/css.js.map +1 -1
  250. package/lib/vm-sub-tabs/style/index.css +8 -31
  251. package/lib/vm-sub-tabs/style/index.js.map +1 -1
  252. package/lib/vm-sub-tabs/style/index.less +26 -48
  253. package/lib/vm-sub-title/index.js +4 -5
  254. package/lib/vm-sub-title/index.js.map +1 -1
  255. package/lib/vm-sub-title/style/css.js.map +1 -1
  256. package/lib/vm-sub-title/style/index.css +3 -10
  257. package/lib/vm-sub-title/style/index.js.map +1 -1
  258. package/lib/vm-sub-title/style/index.less +3 -10
  259. package/lib/vm-table/index.js +25 -25
  260. package/lib/vm-table/index.js.map +1 -1
  261. package/lib/vm-table/style/css.js.map +1 -1
  262. package/lib/vm-table/style/index.css +31 -56
  263. package/lib/vm-table/style/index.js.map +1 -1
  264. package/lib/vm-table/style/index.less +54 -80
  265. package/lib/vm-time-line/index.js +25 -0
  266. package/lib/vm-time-line/index.js.map +1 -0
  267. package/lib/vm-time-line/style/css.js +4 -0
  268. package/lib/vm-time-line/style/css.js.map +1 -0
  269. package/lib/vm-time-line/style/index.css +0 -0
  270. package/lib/vm-time-line/style/index.js +4 -0
  271. package/lib/vm-time-line/style/index.js.map +1 -0
  272. package/lib/vm-time-line/style/index.less +0 -0
  273. package/lib/vm-video/api.js +1 -2
  274. package/lib/vm-video/api.js.map +1 -1
  275. package/lib/vm-video/index.css +1 -49
  276. package/lib/vm-video/index.js +7 -25
  277. package/lib/vm-video/index.js.map +1 -1
  278. package/lib/vtx-base-info/index.js +53 -0
  279. package/lib/vtx-base-info/index.js.map +1 -0
  280. package/lib/vtx-base-info/style/css.js +4 -0
  281. package/lib/vtx-base-info/style/css.js.map +1 -0
  282. package/lib/vtx-base-info/style/index.css +69 -0
  283. package/lib/vtx-base-info/style/index.js +4 -0
  284. package/lib/vtx-base-info/style/index.js.map +1 -0
  285. package/lib/vtx-base-info/style/index.less +62 -0
  286. package/lib/vtx-base-modal/api.js +13 -7
  287. package/lib/vtx-base-modal/api.js.map +1 -1
  288. package/lib/vtx-base-modal/imgs/modal_bg.png +0 -0
  289. package/lib/vtx-base-modal/imgs/panoramaLink.png +0 -0
  290. package/lib/vtx-base-modal/index.js +126 -47
  291. package/lib/vtx-base-modal/index.js.map +1 -1
  292. package/lib/vtx-base-modal/style/css.js.map +1 -1
  293. package/lib/vtx-base-modal/style/index.css +32 -35
  294. package/lib/vtx-base-modal/style/index.js.map +1 -1
  295. package/lib/vtx-base-modal/style/index.less +37 -37
  296. package/lib/vtx-car-modal/api.js +106 -132
  297. package/lib/vtx-car-modal/api.js.map +1 -1
  298. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js +6 -7
  299. package/lib/vtx-car-modal/components/AlarmInfo/Charts.js.map +1 -1
  300. package/lib/vtx-car-modal/components/AlarmInfo/List.js +18 -17
  301. package/lib/vtx-car-modal/components/AlarmInfo/List.js.map +1 -1
  302. package/lib/vtx-car-modal/components/AlarmInfo/index.css +1 -1
  303. package/lib/vtx-car-modal/components/AlarmInfo/index.js +41 -27
  304. package/lib/vtx-car-modal/components/AlarmInfo/index.js.map +1 -1
  305. package/lib/vtx-car-modal/components/AlarmInfo/index.less +1 -1
  306. package/lib/vtx-car-modal/components/BaseInfo/Charts.js +9 -21
  307. package/lib/vtx-car-modal/components/BaseInfo/Charts.js.map +1 -1
  308. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js +4 -6
  309. package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js.map +1 -1
  310. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js +51 -0
  311. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js.map +1 -0
  312. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js +5 -4
  313. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js.map +1 -1
  314. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js +7 -18
  315. package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js.map +1 -1
  316. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js +4 -5
  317. package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js.map +1 -1
  318. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js +1 -1
  319. package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js.map +1 -1
  320. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js +3 -18
  321. package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js.map +1 -1
  322. package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js +137 -0
  323. package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js.map +1 -0
  324. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js +14 -12
  325. package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js.map +1 -1
  326. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js +11 -10
  327. package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js.map +1 -1
  328. package/lib/vtx-car-modal/components/BaseInfo/index.css +6 -4
  329. package/lib/vtx-car-modal/components/BaseInfo/index.js +42 -36
  330. package/lib/vtx-car-modal/components/BaseInfo/index.js.map +1 -1
  331. package/lib/vtx-car-modal/components/BaseInfo/index.less +4 -4
  332. package/lib/vtx-car-modal/components/Maintenance/index.js +6 -7
  333. package/lib/vtx-car-modal/components/Maintenance/index.js.map +1 -1
  334. package/lib/vtx-car-modal/components/OilConsumption/List.js +9 -8
  335. package/lib/vtx-car-modal/components/OilConsumption/List.js.map +1 -1
  336. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js +4 -4
  337. package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js.map +1 -1
  338. package/lib/vtx-car-modal/components/OilConsumption/index.js +14 -11
  339. package/lib/vtx-car-modal/components/OilConsumption/index.js.map +1 -1
  340. package/lib/vtx-car-modal/components/StaticInfo/Charts.js +5 -6
  341. package/lib/vtx-car-modal/components/StaticInfo/Charts.js.map +1 -1
  342. package/lib/vtx-car-modal/components/StaticInfo/List.js +2 -3
  343. package/lib/vtx-car-modal/components/StaticInfo/List.js.map +1 -1
  344. package/lib/vtx-car-modal/components/StaticInfo/index.css +3 -7
  345. package/lib/vtx-car-modal/components/StaticInfo/index.js +26 -19
  346. package/lib/vtx-car-modal/components/StaticInfo/index.js.map +1 -1
  347. package/lib/vtx-car-modal/components/StaticInfo/index.less +3 -6
  348. package/lib/vtx-car-modal/components/WaterConsumption/index.js +14 -11
  349. package/lib/vtx-car-modal/components/WaterConsumption/index.js.map +1 -1
  350. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js +8 -9
  351. package/lib/vtx-car-modal/components/WorkInfo/Wcl.js.map +1 -1
  352. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js +37 -33
  353. package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +1 -1
  354. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +30 -262
  355. package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js.map +1 -1
  356. package/lib/vtx-car-modal/components/WorkInfo/index.css +2 -166
  357. package/lib/vtx-car-modal/components/WorkInfo/index.js +6 -13
  358. package/lib/vtx-car-modal/components/WorkInfo/index.js.map +1 -1
  359. package/lib/vtx-car-modal/components/WorkInfo/index.less +2 -160
  360. package/lib/vtx-car-modal/components/index.js +1 -15
  361. package/lib/vtx-car-modal/components/index.js.map +1 -1
  362. package/lib/vtx-car-modal/index.js +58 -88
  363. package/lib/vtx-car-modal/index.js.map +1 -1
  364. package/lib/vtx-car-modal/style/css.js +1 -0
  365. package/lib/vtx-car-modal/style/css.js.map +1 -1
  366. package/lib/vtx-car-modal/style/index.css +1 -49
  367. package/lib/vtx-car-modal/style/index.js +1 -0
  368. package/lib/vtx-car-modal/style/index.js.map +1 -1
  369. package/lib/vtx-cc-cp-modal/api.js +303 -0
  370. package/lib/vtx-cc-cp-modal/api.js.map +1 -0
  371. package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js +152 -0
  372. package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
  373. package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js +103 -0
  374. package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
  375. package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js +134 -0
  376. package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js.map +1 -0
  377. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.css +116 -0
  378. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js +34 -0
  379. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js.map +1 -0
  380. package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.less +104 -0
  381. package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js +76 -0
  382. package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js.map +1 -0
  383. package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js +44 -0
  384. package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js.map +1 -0
  385. package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js +48 -0
  386. package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js.map +1 -0
  387. package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js +125 -0
  388. package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js.map +1 -0
  389. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.css +102 -0
  390. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js +66 -0
  391. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js.map +1 -0
  392. package/lib/vtx-cc-cp-modal/components/BaseInfo/index.less +89 -0
  393. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js +130 -0
  394. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js.map +1 -0
  395. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js +103 -0
  396. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js.map +1 -0
  397. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js +134 -0
  398. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js.map +1 -0
  399. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.css +116 -0
  400. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js +34 -0
  401. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js.map +1 -0
  402. package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.less +104 -0
  403. package/lib/vtx-cc-cp-modal/components/Restaurant/index.css +7 -0
  404. package/lib/vtx-cc-cp-modal/components/Restaurant/index.js +124 -0
  405. package/lib/vtx-cc-cp-modal/components/Restaurant/index.js.map +1 -0
  406. package/lib/vtx-cc-cp-modal/components/Restaurant/index.less +7 -0
  407. package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js +110 -0
  408. package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js.map +1 -0
  409. package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js +117 -0
  410. package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js.map +1 -0
  411. package/lib/vtx-cc-cp-modal/components/SyInfo/index.css +46 -0
  412. package/lib/vtx-cc-cp-modal/components/SyInfo/index.js +83 -0
  413. package/lib/vtx-cc-cp-modal/components/SyInfo/index.js.map +1 -0
  414. package/lib/vtx-cc-cp-modal/components/SyInfo/index.less +40 -0
  415. package/lib/vtx-cc-cp-modal/components/index.js +42 -0
  416. package/lib/vtx-cc-cp-modal/components/index.js.map +1 -0
  417. package/lib/vtx-cc-cp-modal/index.js +64 -0
  418. package/lib/vtx-cc-cp-modal/index.js.map +1 -0
  419. package/lib/vtx-cc-cp-modal/style/css.js +5 -0
  420. package/lib/vtx-cc-cp-modal/style/css.js.map +1 -0
  421. package/lib/vtx-cc-cp-modal/style/index.css +84 -0
  422. package/lib/vtx-cc-cp-modal/style/index.js +5 -0
  423. package/lib/vtx-cc-cp-modal/style/index.js.map +1 -0
  424. package/lib/vtx-cc-cp-modal/type.js +6 -0
  425. package/lib/vtx-cc-cp-modal/type.js.map +1 -0
  426. package/lib/vtx-cp-modal/api.js +36 -28
  427. package/lib/vtx-cp-modal/api.js.map +1 -1
  428. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +12 -14
  429. package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -1
  430. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +2 -3
  431. package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
  432. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +20 -21
  433. package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js.map +1 -1
  434. package/lib/vtx-cp-modal/components/AlarmInfo/index.js +2 -3
  435. package/lib/vtx-cp-modal/components/AlarmInfo/index.js.map +1 -1
  436. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +52 -42
  437. package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js.map +1 -1
  438. package/lib/vtx-cp-modal/components/BaseInfo/Rules copy.js +180 -0
  439. package/lib/vtx-cp-modal/components/BaseInfo/Rules copy.js.map +1 -0
  440. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +161 -39
  441. package/lib/vtx-cp-modal/components/BaseInfo/Rules.js.map +1 -1
  442. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +34 -42
  443. package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js.map +1 -1
  444. package/lib/vtx-cp-modal/components/BaseInfo/index.css +178 -10
  445. package/lib/vtx-cp-modal/components/BaseInfo/index.js +53 -15
  446. package/lib/vtx-cp-modal/components/BaseInfo/index.js.map +1 -1
  447. package/lib/vtx-cp-modal/components/BaseInfo/index.less +95 -8
  448. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js +11 -9
  449. package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js.map +1 -1
  450. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +2 -3
  451. package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js.map +1 -1
  452. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +18 -17
  453. package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js.map +1 -1
  454. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js +2 -3
  455. package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js.map +1 -1
  456. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +8 -9
  457. package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js.map +1 -1
  458. package/lib/vtx-cp-modal/components/SyInfo/index.js +56 -80
  459. package/lib/vtx-cp-modal/components/SyInfo/index.js.map +1 -1
  460. package/lib/vtx-cp-modal/components/index.js +1 -1
  461. package/lib/vtx-cp-modal/components/index.js.map +1 -1
  462. package/lib/vtx-cp-modal/imgs/cylj.png +0 -0
  463. package/lib/vtx-cp-modal/imgs/qtlj.png +0 -0
  464. package/lib/vtx-cp-modal/imgs/shlj.png +0 -0
  465. package/lib/vtx-cp-modal/imgs/yhlj.png +0 -0
  466. package/lib/vtx-cp-modal/index.js +26 -36
  467. package/lib/vtx-cp-modal/index.js.map +1 -1
  468. package/lib/vtx-cp-modal/style/css.js.map +1 -1
  469. package/lib/vtx-cp-modal/style/index.css +1 -49
  470. package/lib/vtx-cp-modal/style/index.js.map +1 -1
  471. package/lib/vtx-default-modal/api.js +8 -43
  472. package/lib/vtx-default-modal/api.js.map +1 -1
  473. package/lib/vtx-default-modal/components/BaseInfo/index.css +1 -3
  474. package/lib/vtx-default-modal/components/BaseInfo/index.js +22 -21
  475. package/lib/vtx-default-modal/components/BaseInfo/index.js.map +1 -1
  476. package/lib/vtx-default-modal/components/BaseInfo/index.less +1 -3
  477. package/lib/vtx-default-modal/components/index.js +1 -1
  478. package/lib/vtx-default-modal/components/index.js.map +1 -1
  479. package/lib/vtx-default-modal/index.js +49 -35
  480. package/lib/vtx-default-modal/index.js.map +1 -1
  481. package/lib/vtx-default-modal/style/css.js.map +1 -1
  482. package/lib/vtx-default-modal/style/index.css +1 -49
  483. package/lib/vtx-default-modal/style/index.js.map +1 -1
  484. package/lib/vtx-device-modal/api.js +211 -0
  485. package/lib/vtx-device-modal/api.js.map +1 -0
  486. package/lib/vtx-device-modal/components/BaseInfo/index.js +50 -0
  487. package/lib/vtx-device-modal/components/BaseInfo/index.js.map +1 -0
  488. package/lib/vtx-device-modal/components/DataAnalysis/index.js +84 -0
  489. package/lib/vtx-device-modal/components/DataAnalysis/index.js.map +1 -0
  490. package/lib/vtx-device-modal/components/FacilityFile/index.js +47 -0
  491. package/lib/vtx-device-modal/components/FacilityFile/index.js.map +1 -0
  492. package/lib/vtx-device-modal/components/LiftInfo/index.js +31 -0
  493. package/lib/vtx-device-modal/components/LiftInfo/index.js.map +1 -0
  494. package/lib/vtx-device-modal/components/OverViewInfo/Left.js +26 -0
  495. package/lib/vtx-device-modal/components/OverViewInfo/Left.js.map +1 -0
  496. package/lib/vtx-device-modal/components/OverViewInfo/index.js +102 -0
  497. package/lib/vtx-device-modal/components/OverViewInfo/index.js.map +1 -0
  498. package/lib/vtx-device-modal/components/VideoInfo/index.js +35 -0
  499. package/lib/vtx-device-modal/components/VideoInfo/index.js.map +1 -0
  500. package/lib/vtx-device-modal/config.js +52 -0
  501. package/lib/vtx-device-modal/config.js.map +1 -0
  502. package/lib/vtx-device-modal/imgs/car.png +0 -0
  503. package/lib/vtx-device-modal/imgs/user.png +0 -0
  504. package/lib/vtx-device-modal/index.js +73 -0
  505. package/lib/vtx-device-modal/index.js.map +1 -0
  506. package/lib/vtx-device-modal/style/css.js +4 -0
  507. package/lib/vtx-device-modal/style/css.js.map +1 -0
  508. package/lib/vtx-device-modal/style/index.css +11 -0
  509. package/lib/vtx-device-modal/style/index.js +4 -0
  510. package/lib/vtx-device-modal/style/index.js.map +1 -0
  511. package/lib/vtx-device-modal/style/index.less +7 -0
  512. package/lib/vtx-device-modal/types.js.map +1 -0
  513. package/lib/vtx-df-modal/api.js +9 -67
  514. package/lib/vtx-df-modal/api.js.map +1 -1
  515. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js +5 -6
  516. package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js.map +1 -1
  517. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +10 -10
  518. package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js.map +1 -1
  519. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +15 -14
  520. package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js.map +1 -1
  521. package/lib/vtx-df-modal/components/BaseInfo/Situation.js +3 -3
  522. package/lib/vtx-df-modal/components/BaseInfo/Situation.js.map +1 -1
  523. package/lib/vtx-df-modal/components/BaseInfo/index.css +4 -63
  524. package/lib/vtx-df-modal/components/BaseInfo/index.js +21 -19
  525. package/lib/vtx-df-modal/components/BaseInfo/index.js.map +1 -1
  526. package/lib/vtx-df-modal/components/BaseInfo/index.less +3 -58
  527. package/lib/vtx-df-modal/components/Metering/ChartJccc.js +11 -16
  528. package/lib/vtx-df-modal/components/Metering/ChartJccc.js.map +1 -1
  529. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +18 -20
  530. package/lib/vtx-df-modal/components/Metering/ChartJcqs.js.map +1 -1
  531. package/lib/vtx-df-modal/components/Metering/List.js +10 -14
  532. package/lib/vtx-df-modal/components/Metering/List.js.map +1 -1
  533. package/lib/vtx-df-modal/components/Metering/index.css +4 -7
  534. package/lib/vtx-df-modal/components/Metering/index.js +32 -32
  535. package/lib/vtx-df-modal/components/Metering/index.js.map +1 -1
  536. package/lib/vtx-df-modal/components/Metering/index.less +4 -7
  537. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +16 -15
  538. package/lib/vtx-df-modal/components/WorkCondition/Monitor.js.map +1 -1
  539. package/lib/vtx-df-modal/components/WorkCondition/Situation.js +16 -24
  540. package/lib/vtx-df-modal/components/WorkCondition/Situation.js.map +1 -1
  541. package/lib/vtx-df-modal/components/WorkCondition/index.css +10 -45
  542. package/lib/vtx-df-modal/components/WorkCondition/index.js +18 -26
  543. package/lib/vtx-df-modal/components/WorkCondition/index.js.map +1 -1
  544. package/lib/vtx-df-modal/components/WorkCondition/index.less +7 -48
  545. package/lib/vtx-df-modal/components/index.js +1 -8
  546. package/lib/vtx-df-modal/components/index.js.map +1 -1
  547. package/lib/vtx-df-modal/imgs/situation_parent_bg.png +0 -0
  548. package/lib/vtx-df-modal/index.js +25 -43
  549. package/lib/vtx-df-modal/index.js.map +1 -1
  550. package/lib/vtx-df-modal/style/css.js.map +1 -1
  551. package/lib/vtx-df-modal/style/index.css +1 -49
  552. package/lib/vtx-df-modal/style/index.js.map +1 -1
  553. package/lib/vtx-facility-modal/api.js +31 -37
  554. package/lib/vtx-facility-modal/api.js.map +1 -1
  555. package/lib/vtx-facility-modal/components/OverView/Left.js +2 -3
  556. package/lib/vtx-facility-modal/components/OverView/Left.js.map +1 -1
  557. package/lib/vtx-facility-modal/components/OverView/index.js +18 -19
  558. package/lib/vtx-facility-modal/components/OverView/index.js.map +1 -1
  559. package/lib/vtx-facility-modal/components/index.js +1 -1
  560. package/lib/vtx-facility-modal/components/index.js.map +1 -1
  561. package/lib/vtx-facility-modal/config.js +13 -13
  562. package/lib/vtx-facility-modal/config.js.map +1 -1
  563. package/lib/vtx-facility-modal/index.js +2 -3
  564. package/lib/vtx-facility-modal/index.js.map +1 -1
  565. package/lib/vtx-facility-modal/style/css.js.map +1 -1
  566. package/lib/vtx-facility-modal/style/index.js.map +1 -1
  567. package/lib/vtx-facility-modal/types.js.map +1 -1
  568. package/lib/vtx-housing-estate-modal/api.js +153 -240
  569. package/lib/vtx-housing-estate-modal/api.js.map +1 -1
  570. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js +13 -15
  571. package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js.map +1 -1
  572. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js +14 -15
  573. package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js.map +1 -1
  574. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js +17 -18
  575. package/lib/vtx-housing-estate-modal/components/Alarm/MY.js.map +1 -1
  576. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js +2 -3
  577. package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js.map +1 -1
  578. package/lib/vtx-housing-estate-modal/components/Alarm/index.js +15 -17
  579. package/lib/vtx-housing-estate-modal/components/Alarm/index.js.map +1 -1
  580. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +235 -127
  581. package/lib/vtx-housing-estate-modal/components/OverView/Hot.js.map +1 -1
  582. package/lib/vtx-housing-estate-modal/components/OverView/Left.js +55 -28
  583. package/lib/vtx-housing-estate-modal/components/OverView/Left.js.map +1 -1
  584. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js +11 -13
  585. package/lib/vtx-housing-estate-modal/components/OverView/Manage.js.map +1 -1
  586. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +11 -13
  587. package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js.map +1 -1
  588. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js +12 -157
  589. package/lib/vtx-housing-estate-modal/components/OverView/Trend.js.map +1 -1
  590. package/lib/vtx-housing-estate-modal/components/OverView/index.css +3 -13
  591. package/lib/vtx-housing-estate-modal/components/OverView/index.js +11 -28
  592. package/lib/vtx-housing-estate-modal/components/OverView/index.js.map +1 -1
  593. package/lib/vtx-housing-estate-modal/components/OverView/index.less +3 -7
  594. package/lib/vtx-housing-estate-modal/components/SPJK/index.js +11 -12
  595. package/lib/vtx-housing-estate-modal/components/SPJK/index.js.map +1 -1
  596. package/lib/vtx-housing-estate-modal/components/TFRD/index.css +0 -9
  597. package/lib/vtx-housing-estate-modal/components/TFRD/index.js +79 -242
  598. package/lib/vtx-housing-estate-modal/components/TFRD/index.js.map +1 -1
  599. package/lib/vtx-housing-estate-modal/components/TFRD/index.less +0 -7
  600. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js +5 -6
  601. package/lib/vtx-housing-estate-modal/components/WGGS/Content.js.map +1 -1
  602. package/lib/vtx-housing-estate-modal/components/WGGS/index.js +10 -11
  603. package/lib/vtx-housing-estate-modal/components/WGGS/index.js.map +1 -1
  604. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js +5 -6
  605. package/lib/vtx-housing-estate-modal/components/WGXW/Content.js.map +1 -1
  606. package/lib/vtx-housing-estate-modal/components/WGXW/index.js +13 -14
  607. package/lib/vtx-housing-estate-modal/components/WGXW/index.js.map +1 -1
  608. package/lib/vtx-housing-estate-modal/components/index.js +1 -1
  609. package/lib/vtx-housing-estate-modal/components/index.js.map +1 -1
  610. package/lib/vtx-housing-estate-modal/config.js +27 -21
  611. package/lib/vtx-housing-estate-modal/config.js.map +1 -1
  612. package/lib/vtx-housing-estate-modal/imgs/manage-wgmsr.png +0 -0
  613. package/lib/vtx-housing-estate-modal/imgs/manage-yyxj.png +0 -0
  614. package/lib/vtx-housing-estate-modal/index.js +36 -26
  615. package/lib/vtx-housing-estate-modal/index.js.map +1 -1
  616. package/lib/vtx-housing-estate-modal/style/css.js.map +1 -1
  617. package/lib/vtx-housing-estate-modal/style/index.js.map +1 -1
  618. package/lib/vtx-housing-estate-modal/types.js.map +1 -1
  619. package/lib/vtx-kh-modal/api.js +1 -2
  620. package/lib/vtx-kh-modal/api.js.map +1 -1
  621. package/lib/vtx-kh-modal/components/BaseInfo/index.js +5 -5
  622. package/lib/vtx-kh-modal/components/BaseInfo/index.js.map +1 -1
  623. package/lib/vtx-kh-modal/components/index.js +1 -1
  624. package/lib/vtx-kh-modal/components/index.js.map +1 -1
  625. package/lib/vtx-kh-modal/index.js +10 -9
  626. package/lib/vtx-kh-modal/index.js.map +1 -1
  627. package/lib/vtx-kh-modal/style/css.js.map +1 -1
  628. package/lib/vtx-kh-modal/style/index.css +1 -49
  629. package/lib/vtx-kh-modal/style/index.js.map +1 -1
  630. package/lib/vtx-pump-modal/api.js +298 -0
  631. package/lib/vtx-pump-modal/api.js.map +1 -0
  632. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js +143 -0
  633. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js.map +1 -0
  634. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js +223 -0
  635. package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js.map +1 -0
  636. package/lib/vtx-pump-modal/components/AlarmRecord/index.css +97 -0
  637. package/lib/vtx-pump-modal/components/AlarmRecord/index.js +152 -0
  638. package/lib/vtx-pump-modal/components/AlarmRecord/index.js.map +1 -0
  639. package/lib/vtx-pump-modal/components/AlarmRecord/index.less +91 -0
  640. package/lib/vtx-pump-modal/components/Basic/JyqInfo.js +249 -0
  641. package/lib/vtx-pump-modal/components/Basic/JyqInfo.js.map +1 -0
  642. package/lib/vtx-pump-modal/components/Basic/PumpInfo.js +173 -0
  643. package/lib/vtx-pump-modal/components/Basic/PumpInfo.js.map +1 -0
  644. package/lib/vtx-pump-modal/components/Basic/SxInfo.js +92 -0
  645. package/lib/vtx-pump-modal/components/Basic/SxInfo.js.map +1 -0
  646. package/lib/vtx-pump-modal/components/Basic/XqInfo.js +75 -0
  647. package/lib/vtx-pump-modal/components/Basic/XqInfo.js.map +1 -0
  648. package/lib/vtx-pump-modal/components/Basic/index.css +86 -0
  649. package/lib/vtx-pump-modal/components/Basic/index.js +79 -0
  650. package/lib/vtx-pump-modal/components/Basic/index.js.map +1 -0
  651. package/lib/vtx-pump-modal/components/Basic/index.less +69 -0
  652. package/lib/vtx-pump-modal/components/Sbxl/SBXLFX.js +185 -0
  653. package/lib/vtx-pump-modal/components/Sbxl/SBXLFX.js.map +1 -0
  654. package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js +187 -0
  655. package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js.map +1 -0
  656. package/lib/vtx-pump-modal/components/Sbxl/index.css +87 -0
  657. package/lib/vtx-pump-modal/components/Sbxl/index.js +163 -0
  658. package/lib/vtx-pump-modal/components/Sbxl/index.js.map +1 -0
  659. package/lib/vtx-pump-modal/components/Sbxl/index.less +91 -0
  660. package/lib/vtx-pump-modal/components/Sjfx/index.css +61 -0
  661. package/lib/vtx-pump-modal/components/Sjfx/index.js +698 -0
  662. package/lib/vtx-pump-modal/components/Sjfx/index.js.map +1 -0
  663. package/lib/vtx-pump-modal/components/Sjfx/index.less +58 -0
  664. package/lib/vtx-pump-modal/components/Sxyx/index.css +167 -0
  665. package/lib/vtx-pump-modal/components/Sxyx/index.js +282 -0
  666. package/lib/vtx-pump-modal/components/Sxyx/index.js.map +1 -0
  667. package/lib/vtx-pump-modal/components/Sxyx/index.less +156 -0
  668. package/lib/vtx-pump-modal/components/index.js +42 -0
  669. package/lib/vtx-pump-modal/components/index.js.map +1 -0
  670. package/lib/vtx-pump-modal/config.js +103 -0
  671. package/lib/vtx-pump-modal/config.js.map +1 -0
  672. package/lib/vtx-pump-modal/imgs/bucket.png +0 -0
  673. package/lib/vtx-pump-modal/imgs/carNum.png +0 -0
  674. package/lib/vtx-pump-modal/imgs/historyIcon.png +0 -0
  675. package/lib/vtx-pump-modal/imgs/lineIcon.png +0 -0
  676. package/lib/vtx-pump-modal/imgs/weigh.png +0 -0
  677. package/lib/vtx-pump-modal/index.js +82 -0
  678. package/lib/vtx-pump-modal/index.js.map +1 -0
  679. package/lib/vtx-pump-modal/style/css.js +5 -0
  680. package/lib/vtx-pump-modal/style/css.js.map +1 -0
  681. package/lib/vtx-pump-modal/style/index.css +0 -0
  682. package/lib/vtx-pump-modal/style/index.js +5 -0
  683. package/lib/vtx-pump-modal/style/index.js.map +1 -0
  684. package/lib/vtx-pump-modal/style/index.less +1 -0
  685. package/lib/vtx-pump-modal/type.js +6 -0
  686. package/lib/vtx-pump-modal/type.js.map +1 -0
  687. package/lib/vtx-restaurant-modal/api.js +60 -61
  688. package/lib/vtx-restaurant-modal/api.js.map +1 -1
  689. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js +9 -10
  690. package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js.map +1 -1
  691. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +26 -9
  692. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js.map +1 -1
  693. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +22 -15
  694. package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js.map +1 -1
  695. package/lib/vtx-restaurant-modal/components/Alarm/index.js +10 -11
  696. package/lib/vtx-restaurant-modal/components/Alarm/index.js.map +1 -1
  697. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +31 -20
  698. package/lib/vtx-restaurant-modal/components/Basic/DetailList.js.map +1 -1
  699. package/lib/vtx-restaurant-modal/components/Basic/Info.js +19 -14
  700. package/lib/vtx-restaurant-modal/components/Basic/Info.js.map +1 -1
  701. package/lib/vtx-restaurant-modal/components/Basic/Summary.js +13 -12
  702. package/lib/vtx-restaurant-modal/components/Basic/Summary.js.map +1 -1
  703. package/lib/vtx-restaurant-modal/components/Basic/index.css +2 -4
  704. package/lib/vtx-restaurant-modal/components/Basic/index.js +7 -8
  705. package/lib/vtx-restaurant-modal/components/Basic/index.js.map +1 -1
  706. package/lib/vtx-restaurant-modal/components/Basic/index.less +2 -4
  707. package/lib/vtx-restaurant-modal/components/Collection/index.js +12 -13
  708. package/lib/vtx-restaurant-modal/components/Collection/index.js.map +1 -1
  709. package/lib/vtx-restaurant-modal/components/index.js +1 -1
  710. package/lib/vtx-restaurant-modal/components/index.js.map +1 -1
  711. package/lib/vtx-restaurant-modal/config.js +10 -9
  712. package/lib/vtx-restaurant-modal/config.js.map +1 -1
  713. package/lib/vtx-restaurant-modal/index.js +18 -17
  714. package/lib/vtx-restaurant-modal/index.js.map +1 -1
  715. package/lib/vtx-restaurant-modal/style/css.js.map +1 -1
  716. package/lib/vtx-restaurant-modal/style/index.js.map +1 -1
  717. package/lib/vtx-restaurant-modal/type.js.map +1 -1
  718. package/lib/vtx-road-modal/api.js +18 -18
  719. package/lib/vtx-road-modal/api.js.map +1 -1
  720. package/lib/vtx-road-modal/components/BaseInfo/Rules.js +2 -2
  721. package/lib/vtx-road-modal/components/BaseInfo/Rules.js.map +1 -1
  722. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js +5 -15
  723. package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js.map +1 -1
  724. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js +8 -14
  725. package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js.map +1 -1
  726. package/lib/vtx-road-modal/components/BaseInfo/index.css +7 -4
  727. package/lib/vtx-road-modal/components/BaseInfo/index.js +12 -12
  728. package/lib/vtx-road-modal/components/BaseInfo/index.js.map +1 -1
  729. package/lib/vtx-road-modal/components/BaseInfo/index.less +7 -4
  730. package/lib/vtx-road-modal/components/Statistical/Zylc.js +7 -8
  731. package/lib/vtx-road-modal/components/Statistical/Zylc.js.map +1 -1
  732. package/lib/vtx-road-modal/components/Statistical/Zywcl.js +7 -8
  733. package/lib/vtx-road-modal/components/Statistical/Zywcl.js.map +1 -1
  734. package/lib/vtx-road-modal/components/Statistical/index.css +3 -4
  735. package/lib/vtx-road-modal/components/Statistical/index.js +21 -19
  736. package/lib/vtx-road-modal/components/Statistical/index.js.map +1 -1
  737. package/lib/vtx-road-modal/components/Statistical/index.less +3 -4
  738. package/lib/vtx-road-modal/components/index.js +1 -1
  739. package/lib/vtx-road-modal/components/index.js.map +1 -1
  740. package/lib/vtx-road-modal/index.js +30 -41
  741. package/lib/vtx-road-modal/index.js.map +1 -1
  742. package/lib/vtx-road-modal/style/css.js.map +1 -1
  743. package/lib/vtx-road-modal/style/index.css +1 -49
  744. package/lib/vtx-road-modal/style/index.js.map +1 -1
  745. package/lib/vtx-staff-modal/api.js +11 -13
  746. package/lib/vtx-staff-modal/api.js.map +1 -1
  747. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +6 -7
  748. package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js.map +1 -1
  749. package/lib/vtx-staff-modal/components/AlarmInfo/List.js +11 -10
  750. package/lib/vtx-staff-modal/components/AlarmInfo/List.js.map +1 -1
  751. package/lib/vtx-staff-modal/components/AlarmInfo/index.js +18 -17
  752. package/lib/vtx-staff-modal/components/AlarmInfo/index.js.map +1 -1
  753. package/lib/vtx-staff-modal/components/Attendance/Exeception.js +3 -3
  754. package/lib/vtx-staff-modal/components/Attendance/Exeception.js.map +1 -1
  755. package/lib/vtx-staff-modal/components/Attendance/Record.js +12 -8
  756. package/lib/vtx-staff-modal/components/Attendance/Record.js.map +1 -1
  757. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +3 -3
  758. package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +1 -1
  759. package/lib/vtx-staff-modal/components/Attendance/index.js +2 -3
  760. package/lib/vtx-staff-modal/components/Attendance/index.js.map +1 -1
  761. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js +8 -9
  762. package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js.map +1 -1
  763. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js +3 -3
  764. package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js.map +1 -1
  765. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +3 -3
  766. package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js.map +1 -1
  767. package/lib/vtx-staff-modal/components/BaseInfo/index.css +1 -1
  768. package/lib/vtx-staff-modal/components/BaseInfo/index.js +16 -40
  769. package/lib/vtx-staff-modal/components/BaseInfo/index.js.map +1 -1
  770. package/lib/vtx-staff-modal/components/BaseInfo/index.less +1 -1
  771. package/lib/vtx-staff-modal/components/Equipment/index.js +2 -3
  772. package/lib/vtx-staff-modal/components/Equipment/index.js.map +1 -1
  773. package/lib/vtx-staff-modal/components/index.js +1 -1
  774. package/lib/vtx-staff-modal/components/index.js.map +1 -1
  775. package/lib/vtx-staff-modal/index.js +20 -20
  776. package/lib/vtx-staff-modal/index.js.map +1 -1
  777. package/lib/vtx-staff-modal/style/css.js.map +1 -1
  778. package/lib/vtx-staff-modal/style/index.css +1 -49
  779. package/lib/vtx-staff-modal/style/index.js.map +1 -1
  780. package/lib/vtx-theme-provider/index.js +7 -6
  781. package/lib/vtx-theme-provider/index.js.map +1 -1
  782. package/lib/vtx-throw-point-modal/api.js +39 -53
  783. package/lib/vtx-throw-point-modal/api.js.map +1 -1
  784. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js +13 -15
  785. package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js.map +1 -1
  786. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js +14 -15
  787. package/lib/vtx-throw-point-modal/components/Alarm/LDB.js.map +1 -1
  788. package/lib/vtx-throw-point-modal/components/Alarm/MY.js +17 -18
  789. package/lib/vtx-throw-point-modal/components/Alarm/MY.js.map +1 -1
  790. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js +2 -3
  791. package/lib/vtx-throw-point-modal/components/Alarm/Rank.js.map +1 -1
  792. package/lib/vtx-throw-point-modal/components/Alarm/index.js +15 -17
  793. package/lib/vtx-throw-point-modal/components/Alarm/index.js.map +1 -1
  794. package/lib/vtx-throw-point-modal/components/OverView/Hot.js +12 -13
  795. package/lib/vtx-throw-point-modal/components/OverView/Hot.js.map +1 -1
  796. package/lib/vtx-throw-point-modal/components/OverView/Left.js +7 -7
  797. package/lib/vtx-throw-point-modal/components/OverView/Left.js.map +1 -1
  798. package/lib/vtx-throw-point-modal/components/OverView/Manage.js +11 -13
  799. package/lib/vtx-throw-point-modal/components/OverView/Manage.js.map +1 -1
  800. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js +11 -13
  801. package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js.map +1 -1
  802. package/lib/vtx-throw-point-modal/components/OverView/Trend.js +2 -3
  803. package/lib/vtx-throw-point-modal/components/OverView/Trend.js.map +1 -1
  804. package/lib/vtx-throw-point-modal/components/OverView/index.js +4 -5
  805. package/lib/vtx-throw-point-modal/components/OverView/index.js.map +1 -1
  806. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js +2 -3
  807. package/lib/vtx-throw-point-modal/components/SBZJ/Content.js.map +1 -1
  808. package/lib/vtx-throw-point-modal/components/SBZJ/index.js +14 -15
  809. package/lib/vtx-throw-point-modal/components/SBZJ/index.js.map +1 -1
  810. package/lib/vtx-throw-point-modal/components/TFRD/index.js +13 -14
  811. package/lib/vtx-throw-point-modal/components/TFRD/index.js.map +1 -1
  812. package/lib/vtx-throw-point-modal/components/WGGS/Content.js +5 -6
  813. package/lib/vtx-throw-point-modal/components/WGGS/Content.js.map +1 -1
  814. package/lib/vtx-throw-point-modal/components/WGGS/index.js +12 -13
  815. package/lib/vtx-throw-point-modal/components/WGGS/index.js.map +1 -1
  816. package/lib/vtx-throw-point-modal/components/WGXW/Content.js +5 -6
  817. package/lib/vtx-throw-point-modal/components/WGXW/Content.js.map +1 -1
  818. package/lib/vtx-throw-point-modal/components/WGXW/index.js +15 -16
  819. package/lib/vtx-throw-point-modal/components/WGXW/index.js.map +1 -1
  820. package/lib/vtx-throw-point-modal/components/index.js +1 -1
  821. package/lib/vtx-throw-point-modal/components/index.js.map +1 -1
  822. package/lib/vtx-throw-point-modal/config.js +8 -11
  823. package/lib/vtx-throw-point-modal/config.js.map +1 -1
  824. package/lib/vtx-throw-point-modal/index.js +15 -19
  825. package/lib/vtx-throw-point-modal/index.js.map +1 -1
  826. package/lib/vtx-throw-point-modal/style/css.js.map +1 -1
  827. package/lib/vtx-throw-point-modal/style/index.js.map +1 -1
  828. package/lib/vtx-throw-point-modal/types.js.map +1 -1
  829. package/lib/vtx-wr-modal/api.js +4 -8
  830. package/lib/vtx-wr-modal/api.js.map +1 -1
  831. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js +11 -9
  832. package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js.map +1 -1
  833. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js +5 -6
  834. package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
  835. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js +20 -21
  836. package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js.map +1 -1
  837. package/lib/vtx-wr-modal/components/AlarmInfo/index.js +2 -3
  838. package/lib/vtx-wr-modal/components/AlarmInfo/index.js.map +1 -1
  839. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js +2 -3
  840. package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js.map +1 -1
  841. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js +10 -5
  842. package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js.map +1 -1
  843. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js +2 -11
  844. package/lib/vtx-wr-modal/components/BaseInfo/Situation.js.map +1 -1
  845. package/lib/vtx-wr-modal/components/BaseInfo/index.css +1 -1
  846. package/lib/vtx-wr-modal/components/BaseInfo/index.js +15 -15
  847. package/lib/vtx-wr-modal/components/BaseInfo/index.js.map +1 -1
  848. package/lib/vtx-wr-modal/components/BaseInfo/index.less +1 -1
  849. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js +84 -0
  850. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js.map +1 -0
  851. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js +152 -0
  852. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js.map +1 -0
  853. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js +321 -0
  854. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js.map +1 -0
  855. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js +139 -0
  856. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js.map +1 -0
  857. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js +49 -0
  858. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js.map +1 -0
  859. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js +32 -0
  860. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js.map +1 -0
  861. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js +118 -0
  862. package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js.map +1 -0
  863. package/lib/vtx-wr-modal/components/BaseInfoNew/index.css +672 -0
  864. package/lib/vtx-wr-modal/components/BaseInfoNew/index.js +111 -0
  865. package/lib/vtx-wr-modal/components/BaseInfoNew/index.js.map +1 -0
  866. package/lib/vtx-wr-modal/components/BaseInfoNew/index.less +570 -0
  867. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js +8 -6
  868. package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js.map +1 -1
  869. package/lib/vtx-wr-modal/components/Evaluate/Radar.js +1 -1
  870. package/lib/vtx-wr-modal/components/Evaluate/Radar.js.map +1 -1
  871. package/lib/vtx-wr-modal/components/Evaluate/Summary.js +11 -9
  872. package/lib/vtx-wr-modal/components/Evaluate/Summary.js.map +1 -1
  873. package/lib/vtx-wr-modal/components/Evaluate/index.js +9 -8
  874. package/lib/vtx-wr-modal/components/Evaluate/index.js.map +1 -1
  875. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js +12 -11
  876. package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js.map +1 -1
  877. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js +6 -17
  878. package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js.map +1 -1
  879. package/lib/vtx-wr-modal/components/Monitor/index.js +2 -3
  880. package/lib/vtx-wr-modal/components/Monitor/index.js.map +1 -1
  881. package/lib/vtx-wr-modal/components/Score/index.css +122 -0
  882. package/lib/vtx-wr-modal/components/Score/index.js +249 -0
  883. package/lib/vtx-wr-modal/components/Score/index.js.map +1 -0
  884. package/lib/vtx-wr-modal/components/Score/index.less +117 -0
  885. package/lib/vtx-wr-modal/components/index.js +15 -1
  886. package/lib/vtx-wr-modal/components/index.js.map +1 -1
  887. package/lib/vtx-wr-modal/imgs/address.png +0 -0
  888. package/lib/vtx-wr-modal/imgs/cqzf.png +0 -0
  889. package/lib/vtx-wr-modal/imgs/cqzm.png +0 -0
  890. package/lib/vtx-wr-modal/imgs/dswsj.png +0 -0
  891. package/lib/vtx-wr-modal/imgs/dwm.png +0 -0
  892. package/lib/vtx-wr-modal/imgs/dww.png +0 -0
  893. package/lib/vtx-wr-modal/imgs/femaleB.png +0 -0
  894. package/lib/vtx-wr-modal/imgs/lhqf.png +0 -0
  895. package/lib/vtx-wr-modal/imgs/lhqm.png +0 -0
  896. package/lib/vtx-wr-modal/imgs/maleB.png +0 -0
  897. package/lib/vtx-wr-modal/imgs/man.png +0 -0
  898. package/lib/vtx-wr-modal/imgs/mys.png +0 -0
  899. package/lib/vtx-wr-modal/imgs/pmf.png +0 -0
  900. package/lib/vtx-wr-modal/imgs/pmm.png +0 -0
  901. package/lib/vtx-wr-modal/imgs/point.png +0 -0
  902. package/lib/vtx-wr-modal/imgs/qf.png +0 -0
  903. package/lib/vtx-wr-modal/imgs/qm.png +0 -0
  904. package/lib/vtx-wr-modal/imgs/rllf.png +0 -0
  905. package/lib/vtx-wr-modal/imgs/rllm.png +0 -0
  906. package/lib/vtx-wr-modal/imgs/sdf.png +0 -0
  907. package/lib/vtx-wr-modal/imgs/sdm.png +0 -0
  908. package/lib/vtx-wr-modal/imgs/time.png +0 -0
  909. package/lib/vtx-wr-modal/imgs/titleBg.png +0 -0
  910. package/lib/vtx-wr-modal/imgs/wdf.png +0 -0
  911. package/lib/vtx-wr-modal/imgs/wdm.png +0 -0
  912. package/lib/vtx-wr-modal/imgs/woman.png +0 -0
  913. package/lib/vtx-wr-modal/imgs/women.png +0 -0
  914. package/lib/vtx-wr-modal/imgs/xbd.png +0 -0
  915. package/lib/vtx-wr-modal/imgs/ydlf.png +0 -0
  916. package/lib/vtx-wr-modal/imgs/ydlm.png +0 -0
  917. package/lib/vtx-wr-modal/imgs/yslf.png +0 -0
  918. package/lib/vtx-wr-modal/imgs/yslm.png +0 -0
  919. package/lib/vtx-wr-modal/imgs/zsp.png +0 -0
  920. package/lib/vtx-wr-modal/imgs/zwm.png +0 -0
  921. package/lib/vtx-wr-modal/imgs/zww.png +0 -0
  922. package/lib/vtx-wr-modal/index.js +75 -49
  923. package/lib/vtx-wr-modal/index.js.map +1 -1
  924. package/lib/vtx-wr-modal/style/css.js +1 -0
  925. package/lib/vtx-wr-modal/style/css.js.map +1 -1
  926. package/lib/vtx-wr-modal/style/index.css +1 -49
  927. package/lib/vtx-wr-modal/style/index.js +1 -0
  928. package/lib/vtx-wr-modal/style/index.js.map +1 -1
  929. package/lib/vtx-zg-modal/api.js +1 -2
  930. package/lib/vtx-zg-modal/api.js.map +1 -1
  931. package/lib/vtx-zg-modal/components/BaseInfo/index.js +18 -18
  932. package/lib/vtx-zg-modal/components/BaseInfo/index.js.map +1 -1
  933. package/lib/vtx-zg-modal/components/index.js +1 -1
  934. package/lib/vtx-zg-modal/components/index.js.map +1 -1
  935. package/lib/vtx-zg-modal/index.js +10 -9
  936. package/lib/vtx-zg-modal/index.js.map +1 -1
  937. package/lib/vtx-zg-modal/style/css.js.map +1 -1
  938. package/lib/vtx-zg-modal/style/index.css +1 -49
  939. package/lib/vtx-zg-modal/style/index.js.map +1 -1
  940. package/package.json +3 -5
  941. package/lib/vm-appraisal-info/imgs/chart_active_blue.png +0 -0
  942. package/lib/vm-appraisal-info/imgs/kfyz_blue.png +0 -0
  943. package/lib/vm-appraisal-info/imgs/khcs_blue.png +0 -0
  944. package/lib/vm-appraisal-info/imgs/list_active_blue.png +0 -0
  945. package/lib/vm-appraisal-info/imgs/ljkf_blue.png +0 -0
  946. package/lib/vm-appraisal-info/imgs/wtlx_blue.png +0 -0
  947. package/lib/vm-appraisal-info/imgs/zggd_blue.png +0 -0
  948. package/lib/vm-case-modal/api.js +0 -43
  949. package/lib/vm-case-modal/api.js.map +0 -1
  950. package/lib/vm-case-modal/components/BaseInfo/fields.js +0 -83
  951. package/lib/vm-case-modal/components/BaseInfo/fields.js.map +0 -1
  952. package/lib/vm-case-modal/components/BaseInfo/index.css +0 -185
  953. package/lib/vm-case-modal/components/BaseInfo/index.js +0 -139
  954. package/lib/vm-case-modal/components/BaseInfo/index.js.map +0 -1
  955. package/lib/vm-case-modal/components/BaseInfo/index.less +0 -137
  956. package/lib/vm-case-modal/components/Picture/index.css +0 -111
  957. package/lib/vm-case-modal/components/Picture/index.js +0 -423
  958. package/lib/vm-case-modal/components/Picture/index.js.map +0 -1
  959. package/lib/vm-case-modal/components/Picture/index.less +0 -106
  960. package/lib/vm-case-modal/components/index.js +0 -21
  961. package/lib/vm-case-modal/components/index.js.map +0 -1
  962. package/lib/vm-case-modal/imgs/bg.png +0 -0
  963. package/lib/vm-case-modal/imgs/close-blue.png +0 -0
  964. package/lib/vm-case-modal/imgs/close-dark.png +0 -0
  965. package/lib/vm-case-modal/imgs/close.png +0 -0
  966. package/lib/vm-case-modal/imgs/collect.png +0 -0
  967. package/lib/vm-case-modal/imgs/collect_light.png +0 -0
  968. package/lib/vm-case-modal/imgs/dot.png +0 -0
  969. package/lib/vm-case-modal/imgs/point.png +0 -0
  970. package/lib/vm-case-modal/imgs/tab_bg.png +0 -0
  971. package/lib/vm-case-modal/imgs/tab_bg_blue.png +0 -0
  972. package/lib/vm-case-modal/imgs/tab_selected.png +0 -0
  973. package/lib/vm-case-modal/imgs/tab_unsel.png +0 -0
  974. package/lib/vm-case-modal/imgs/title_bg.png +0 -0
  975. package/lib/vm-case-modal/imgs/title_bg_blue.png +0 -0
  976. package/lib/vm-case-modal/imgs/track.png +0 -0
  977. package/lib/vm-case-modal/imgs/track_light.png +0 -0
  978. package/lib/vm-case-modal/index.js +0 -102
  979. package/lib/vm-case-modal/index.js.map +0 -1
  980. package/lib/vm-case-modal/style/css.js.map +0 -1
  981. package/lib/vm-case-modal/style/index.css +0 -557
  982. package/lib/vm-case-modal/style/index.js.map +0 -1
  983. package/lib/vm-case-modal/style/index.less +0 -589
  984. package/lib/vm-map/imgs/close.png +0 -0
  985. package/lib/vm-map/imgs/close_active.png +0 -0
  986. package/lib/vm-map/imgs/cpTitle.png +0 -0
  987. package/lib/vm-map/imgs/detail.png +0 -0
  988. package/lib/vm-map/imgs/detail_active.png +0 -0
  989. package/lib/vm-map/imgs/track.png +0 -0
  990. package/lib/vm-map/imgs/track_active.png +0 -0
  991. package/lib/vm-map/index.css +0 -234
  992. package/lib/vm-map/index.less +0 -178
  993. package/lib/vm-sub-title/imgs/bg_blue.png +0 -0
  994. package/lib/vtx-base-modal/imgs/close-blue.png +0 -0
  995. package/lib/vtx-base-modal/imgs/tab_bg_blue.png +0 -0
  996. package/lib/vtx-base-modal/imgs/title_bg_blue.png +0 -0
  997. package/lib/vtx-car-adm251-modal/api.js +0 -627
  998. package/lib/vtx-car-adm251-modal/api.js.map +0 -1
  999. package/lib/vtx-car-adm251-modal/components/AlarmInfo/Charts.js +0 -198
  1000. package/lib/vtx-car-adm251-modal/components/AlarmInfo/Charts.js.map +0 -1
  1001. package/lib/vtx-car-adm251-modal/components/AlarmInfo/List.js +0 -186
  1002. package/lib/vtx-car-adm251-modal/components/AlarmInfo/List.js.map +0 -1
  1003. package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.css +0 -45
  1004. package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.js +0 -126
  1005. package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.js.map +0 -1
  1006. package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.less +0 -37
  1007. package/lib/vtx-car-adm251-modal/components/BaseInfo/Charts.js +0 -78
  1008. package/lib/vtx-car-adm251-modal/components/BaseInfo/Charts.js.map +0 -1
  1009. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayRun.js +0 -85
  1010. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayRun.js.map +0 -1
  1011. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkJXH.js +0 -67
  1012. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkJXH.js.map +0 -1
  1013. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkLJSY.js +0 -126
  1014. package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkLJSY.js.map +0 -1
  1015. package/lib/vtx-car-adm251-modal/components/BaseInfo/Wgfx.js +0 -116
  1016. package/lib/vtx-car-adm251-modal/components/BaseInfo/Wgfx.js.map +0 -1
  1017. package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummary.js +0 -56
  1018. package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummary.js.map +0 -1
  1019. package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummaryJxh.js +0 -117
  1020. package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummaryJxh.js.map +0 -1
  1021. package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxJXH.js +0 -123
  1022. package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxJXH.js.map +0 -1
  1023. package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxLJSY.js +0 -135
  1024. package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxLJSY.js.map +0 -1
  1025. package/lib/vtx-car-adm251-modal/components/BaseInfo/index.css +0 -277
  1026. package/lib/vtx-car-adm251-modal/components/BaseInfo/index.js +0 -231
  1027. package/lib/vtx-car-adm251-modal/components/BaseInfo/index.js.map +0 -1
  1028. package/lib/vtx-car-adm251-modal/components/BaseInfo/index.less +0 -239
  1029. package/lib/vtx-car-adm251-modal/components/Maintenance/index.css +0 -39
  1030. package/lib/vtx-car-adm251-modal/components/Maintenance/index.js +0 -134
  1031. package/lib/vtx-car-adm251-modal/components/Maintenance/index.js.map +0 -1
  1032. package/lib/vtx-car-adm251-modal/components/Maintenance/index.less +0 -34
  1033. package/lib/vtx-car-adm251-modal/components/Mix/index.css +0 -48
  1034. package/lib/vtx-car-adm251-modal/components/Mix/index.js +0 -280
  1035. package/lib/vtx-car-adm251-modal/components/Mix/index.js.map +0 -1
  1036. package/lib/vtx-car-adm251-modal/components/Mix/index.less +0 -49
  1037. package/lib/vtx-car-adm251-modal/components/OilConsumption/List.js +0 -88
  1038. package/lib/vtx-car-adm251-modal/components/OilConsumption/List.js.map +0 -1
  1039. package/lib/vtx-car-adm251-modal/components/OilConsumption/OilLIne.js +0 -100
  1040. package/lib/vtx-car-adm251-modal/components/OilConsumption/OilLIne.js.map +0 -1
  1041. package/lib/vtx-car-adm251-modal/components/OilConsumption/index.css +0 -33
  1042. package/lib/vtx-car-adm251-modal/components/OilConsumption/index.js +0 -138
  1043. package/lib/vtx-car-adm251-modal/components/OilConsumption/index.js.map +0 -1
  1044. package/lib/vtx-car-adm251-modal/components/OilConsumption/index.less +0 -36
  1045. package/lib/vtx-car-adm251-modal/components/StaticInfo/Charts.js +0 -70
  1046. package/lib/vtx-car-adm251-modal/components/StaticInfo/Charts.js.map +0 -1
  1047. package/lib/vtx-car-adm251-modal/components/StaticInfo/List.js +0 -92
  1048. package/lib/vtx-car-adm251-modal/components/StaticInfo/List.js.map +0 -1
  1049. package/lib/vtx-car-adm251-modal/components/StaticInfo/index.css +0 -97
  1050. package/lib/vtx-car-adm251-modal/components/StaticInfo/index.js +0 -93
  1051. package/lib/vtx-car-adm251-modal/components/StaticInfo/index.js.map +0 -1
  1052. package/lib/vtx-car-adm251-modal/components/StaticInfo/index.less +0 -75
  1053. package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.css +0 -29
  1054. package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.js +0 -116
  1055. package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.js.map +0 -1
  1056. package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.less +0 -22
  1057. package/lib/vtx-car-adm251-modal/components/WorkInfo/Wcl.js +0 -122
  1058. package/lib/vtx-car-adm251-modal/components/WorkInfo/Wcl.js.map +0 -1
  1059. package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkJxh.js +0 -313
  1060. package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkJxh.js.map +0 -1
  1061. package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkLjsy.js +0 -396
  1062. package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkLjsy.js.map +0 -1
  1063. package/lib/vtx-car-adm251-modal/components/WorkInfo/index.css +0 -263
  1064. package/lib/vtx-car-adm251-modal/components/WorkInfo/index.js +0 -35
  1065. package/lib/vtx-car-adm251-modal/components/WorkInfo/index.js.map +0 -1
  1066. package/lib/vtx-car-adm251-modal/components/WorkInfo/index.less +0 -221
  1067. package/lib/vtx-car-adm251-modal/components/index.js +0 -63
  1068. package/lib/vtx-car-adm251-modal/components/index.js.map +0 -1
  1069. package/lib/vtx-car-adm251-modal/imgs/bglyh.png +0 -0
  1070. package/lib/vtx-car-adm251-modal/imgs/bglyh_light.png +0 -0
  1071. package/lib/vtx-car-adm251-modal/imgs/calendar-hour.png +0 -0
  1072. package/lib/vtx-car-adm251-modal/imgs/calendar-mile.png +0 -0
  1073. package/lib/vtx-car-adm251-modal/imgs/car.png +0 -0
  1074. package/lib/vtx-car-adm251-modal/imgs/ccts.png +0 -0
  1075. package/lib/vtx-car-adm251-modal/imgs/ccts_light.png +0 -0
  1076. package/lib/vtx-car-adm251-modal/imgs/dqsd.png +0 -0
  1077. package/lib/vtx-car-adm251-modal/imgs/dqsd_blue.png +0 -0
  1078. package/lib/vtx-car-adm251-modal/imgs/dqsd_light.png +0 -0
  1079. package/lib/vtx-car-adm251-modal/imgs/jrxs.png +0 -0
  1080. package/lib/vtx-car-adm251-modal/imgs/jrxs_blue.png +0 -0
  1081. package/lib/vtx-car-adm251-modal/imgs/jrxs_light.png +0 -0
  1082. package/lib/vtx-car-adm251-modal/imgs/ljsjdw.png +0 -0
  1083. package/lib/vtx-car-adm251-modal/imgs/ljsjdw_blue.png +0 -0
  1084. package/lib/vtx-car-adm251-modal/imgs/ljsjdw_light.png +0 -0
  1085. package/lib/vtx-car-adm251-modal/imgs/ljsjts.png +0 -0
  1086. package/lib/vtx-car-adm251-modal/imgs/ljsjts_blue.png +0 -0
  1087. package/lib/vtx-car-adm251-modal/imgs/ljsjts_light.png +0 -0
  1088. package/lib/vtx-car-adm251-modal/imgs/ljsjzl.png +0 -0
  1089. package/lib/vtx-car-adm251-modal/imgs/ljsjzl_blue.png +0 -0
  1090. package/lib/vtx-car-adm251-modal/imgs/ljsjzl_light.png +0 -0
  1091. package/lib/vtx-car-adm251-modal/imgs/ljsy_car.png +0 -0
  1092. package/lib/vtx-car-adm251-modal/imgs/ljsy_car_cy.png +0 -0
  1093. package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_fish.png +0 -0
  1094. package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name.png +0 -0
  1095. package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name_active.png +0 -0
  1096. package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name_un.png +0 -0
  1097. package/lib/vtx-car-adm251-modal/imgs/ljsy_diamond.png +0 -0
  1098. package/lib/vtx-car-adm251-modal/imgs/ljsy_diamond_active.png +0 -0
  1099. package/lib/vtx-car-adm251-modal/imgs/ljsy_left.png +0 -0
  1100. package/lib/vtx-car-adm251-modal/imgs/ljsy_right.png +0 -0
  1101. package/lib/vtx-car-adm251-modal/imgs/ljwgsc.png +0 -0
  1102. package/lib/vtx-car-adm251-modal/imgs/ljwgsc_light.png +0 -0
  1103. package/lib/vtx-car-adm251-modal/imgs/ljwgts.png +0 -0
  1104. package/lib/vtx-car-adm251-modal/imgs/ljwgts_light.png +0 -0
  1105. package/lib/vtx-car-adm251-modal/imgs/outTime.png +0 -0
  1106. package/lib/vtx-car-adm251-modal/imgs/outTime_blue.png +0 -0
  1107. package/lib/vtx-car-adm251-modal/imgs/outTime_light.png +0 -0
  1108. package/lib/vtx-car-adm251-modal/imgs/pjwcl.png +0 -0
  1109. package/lib/vtx-car-adm251-modal/imgs/pjwcl_blue.png +0 -0
  1110. package/lib/vtx-car-adm251-modal/imgs/pjwcl_light.png +0 -0
  1111. package/lib/vtx-car-adm251-modal/imgs/position.png +0 -0
  1112. package/lib/vtx-car-adm251-modal/imgs/position_blue.png +0 -0
  1113. package/lib/vtx-car-adm251-modal/imgs/position_light.png +0 -0
  1114. package/lib/vtx-car-adm251-modal/imgs/realCarImg.png +0 -0
  1115. package/lib/vtx-car-adm251-modal/imgs/refresh.png +0 -0
  1116. package/lib/vtx-car-adm251-modal/imgs/refresh_blue.png +0 -0
  1117. package/lib/vtx-car-adm251-modal/imgs/refresh_light.png +0 -0
  1118. package/lib/vtx-car-adm251-modal/imgs/runTime.png +0 -0
  1119. package/lib/vtx-car-adm251-modal/imgs/runTime_blue.png +0 -0
  1120. package/lib/vtx-car-adm251-modal/imgs/runTime_light.png +0 -0
  1121. package/lib/vtx-car-adm251-modal/imgs/syyl.png +0 -0
  1122. package/lib/vtx-car-adm251-modal/imgs/syyl_light.png +0 -0
  1123. package/lib/vtx-car-adm251-modal/imgs/warn.png +0 -0
  1124. package/lib/vtx-car-adm251-modal/imgs/wcl.png +0 -0
  1125. package/lib/vtx-car-adm251-modal/imgs/wcl_blue.png +0 -0
  1126. package/lib/vtx-car-adm251-modal/imgs/wcl_light.png +0 -0
  1127. package/lib/vtx-car-adm251-modal/imgs/wgcs.png +0 -0
  1128. package/lib/vtx-car-adm251-modal/imgs/wgcs_light.png +0 -0
  1129. package/lib/vtx-car-adm251-modal/imgs/work_cp_bg.png +0 -0
  1130. package/lib/vtx-car-adm251-modal/imgs/xslc.png +0 -0
  1131. package/lib/vtx-car-adm251-modal/imgs/xslc_blue.png +0 -0
  1132. package/lib/vtx-car-adm251-modal/imgs/xslc_light.png +0 -0
  1133. package/lib/vtx-car-adm251-modal/imgs/ysdw.png +0 -0
  1134. package/lib/vtx-car-adm251-modal/imgs/ysdw_blue.png +0 -0
  1135. package/lib/vtx-car-adm251-modal/imgs/ysdw_light.png +0 -0
  1136. package/lib/vtx-car-adm251-modal/imgs/ywcdw.png +0 -0
  1137. package/lib/vtx-car-adm251-modal/imgs/ywcdw_blue.png +0 -0
  1138. package/lib/vtx-car-adm251-modal/imgs/ywcdw_light.png +0 -0
  1139. package/lib/vtx-car-adm251-modal/imgs/zlc.png +0 -0
  1140. package/lib/vtx-car-adm251-modal/imgs/zlc_blue.png +0 -0
  1141. package/lib/vtx-car-adm251-modal/imgs/zlc_light.png +0 -0
  1142. package/lib/vtx-car-adm251-modal/imgs/zld.png +0 -0
  1143. package/lib/vtx-car-adm251-modal/imgs/zld_blue.png +0 -0
  1144. package/lib/vtx-car-adm251-modal/imgs/zld_light.png +0 -0
  1145. package/lib/vtx-car-adm251-modal/imgs/zsh.png +0 -0
  1146. package/lib/vtx-car-adm251-modal/imgs/zsh_light.png +0 -0
  1147. package/lib/vtx-car-adm251-modal/imgs/zycs.png +0 -0
  1148. package/lib/vtx-car-adm251-modal/imgs/zycs_blue.png +0 -0
  1149. package/lib/vtx-car-adm251-modal/imgs/zycs_light.png +0 -0
  1150. package/lib/vtx-car-adm251-modal/imgs/zycssc.png +0 -0
  1151. package/lib/vtx-car-adm251-modal/imgs/zycssc_blue.png +0 -0
  1152. package/lib/vtx-car-adm251-modal/imgs/zycssc_light.png +0 -0
  1153. package/lib/vtx-car-adm251-modal/imgs/zyh.png +0 -0
  1154. package/lib/vtx-car-adm251-modal/imgs/zyh_light.png +0 -0
  1155. package/lib/vtx-car-adm251-modal/imgs/zyl.png +0 -0
  1156. package/lib/vtx-car-adm251-modal/imgs/zyl_blue.png +0 -0
  1157. package/lib/vtx-car-adm251-modal/imgs/zyl_light.png +0 -0
  1158. package/lib/vtx-car-adm251-modal/imgs/zylc.png +0 -0
  1159. package/lib/vtx-car-adm251-modal/imgs/zylc_blue.png +0 -0
  1160. package/lib/vtx-car-adm251-modal/imgs/zylc_light.png +0 -0
  1161. package/lib/vtx-car-adm251-modal/imgs/zysc.png +0 -0
  1162. package/lib/vtx-car-adm251-modal/imgs/zysc_blue.png +0 -0
  1163. package/lib/vtx-car-adm251-modal/imgs/zysc_light.png +0 -0
  1164. package/lib/vtx-car-adm251-modal/index.js +0 -129
  1165. package/lib/vtx-car-adm251-modal/index.js.map +0 -1
  1166. package/lib/vtx-car-adm251-modal/style/css.js +0 -11
  1167. package/lib/vtx-car-adm251-modal/style/css.js.map +0 -1
  1168. package/lib/vtx-car-adm251-modal/style/index.css +0 -136
  1169. package/lib/vtx-car-adm251-modal/style/index.js +0 -11
  1170. package/lib/vtx-car-adm251-modal/style/index.js.map +0 -1
  1171. package/lib/vtx-car-adm251-modal/style/index.less +0 -6
  1172. package/lib/vtx-car-modal/components/Mixsy/index.css +0 -48
  1173. package/lib/vtx-car-modal/components/Mixsy/index.js +0 -277
  1174. package/lib/vtx-car-modal/components/Mixsy/index.js.map +0 -1
  1175. package/lib/vtx-car-modal/components/Mixsy/index.less +0 -49
  1176. package/lib/vtx-car-modal/components/RunAna/index.css +0 -6
  1177. package/lib/vtx-car-modal/components/RunAna/index.js +0 -131
  1178. package/lib/vtx-car-modal/components/RunAna/index.js.map +0 -1
  1179. package/lib/vtx-car-modal/components/RunAna/index.less +0 -6
  1180. package/lib/vtx-car-modal/imgs/dqsd_blue.png +0 -0
  1181. package/lib/vtx-car-modal/imgs/jrxs_blue.png +0 -0
  1182. package/lib/vtx-car-modal/imgs/ljsjdw_blue.png +0 -0
  1183. package/lib/vtx-car-modal/imgs/ljsjts_blue.png +0 -0
  1184. package/lib/vtx-car-modal/imgs/ljsjzl_blue.png +0 -0
  1185. package/lib/vtx-car-modal/imgs/ljsy_car.png +0 -0
  1186. package/lib/vtx-car-modal/imgs/ljsy_cp_fish.png +0 -0
  1187. package/lib/vtx-car-modal/imgs/ljsy_cp_name.png +0 -0
  1188. package/lib/vtx-car-modal/imgs/ljsy_cp_name_active.png +0 -0
  1189. package/lib/vtx-car-modal/imgs/ljsy_cp_name_un.png +0 -0
  1190. package/lib/vtx-car-modal/imgs/ljsy_diamond.png +0 -0
  1191. package/lib/vtx-car-modal/imgs/ljsy_diamond_active.png +0 -0
  1192. package/lib/vtx-car-modal/imgs/ljsy_left.png +0 -0
  1193. package/lib/vtx-car-modal/imgs/ljsy_right.png +0 -0
  1194. package/lib/vtx-car-modal/imgs/outTime_blue.png +0 -0
  1195. package/lib/vtx-car-modal/imgs/pjwcl_blue.png +0 -0
  1196. package/lib/vtx-car-modal/imgs/position_blue.png +0 -0
  1197. package/lib/vtx-car-modal/imgs/realCarImg.png +0 -0
  1198. package/lib/vtx-car-modal/imgs/refresh_blue.png +0 -0
  1199. package/lib/vtx-car-modal/imgs/runTime_blue.png +0 -0
  1200. package/lib/vtx-car-modal/imgs/wcl_blue.png +0 -0
  1201. package/lib/vtx-car-modal/imgs/work_cp_bg.png +0 -0
  1202. package/lib/vtx-car-modal/imgs/xslc_blue.png +0 -0
  1203. package/lib/vtx-car-modal/imgs/ysdw_blue.png +0 -0
  1204. package/lib/vtx-car-modal/imgs/ywcdw_blue.png +0 -0
  1205. package/lib/vtx-car-modal/imgs/zlc_blue.png +0 -0
  1206. package/lib/vtx-car-modal/imgs/zld_blue.png +0 -0
  1207. package/lib/vtx-car-modal/imgs/zycs_blue.png +0 -0
  1208. package/lib/vtx-car-modal/imgs/zycssc_blue.png +0 -0
  1209. package/lib/vtx-car-modal/imgs/zyl_blue.png +0 -0
  1210. package/lib/vtx-car-modal/imgs/zylc_blue.png +0 -0
  1211. package/lib/vtx-car-modal/imgs/zysc_blue.png +0 -0
  1212. package/lib/vtx-car-modal-temp/api.js +0 -633
  1213. package/lib/vtx-car-modal-temp/api.js.map +0 -1
  1214. package/lib/vtx-car-modal-temp/components/AlarmInfo/Charts.js +0 -198
  1215. package/lib/vtx-car-modal-temp/components/AlarmInfo/Charts.js.map +0 -1
  1216. package/lib/vtx-car-modal-temp/components/AlarmInfo/List.js +0 -186
  1217. package/lib/vtx-car-modal-temp/components/AlarmInfo/List.js.map +0 -1
  1218. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.css +0 -45
  1219. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.js +0 -126
  1220. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.js.map +0 -1
  1221. package/lib/vtx-car-modal-temp/components/AlarmInfo/index.less +0 -38
  1222. package/lib/vtx-car-modal-temp/components/BaseInfo/Charts.js +0 -81
  1223. package/lib/vtx-car-modal-temp/components/BaseInfo/Charts.js.map +0 -1
  1224. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayRun.js +0 -85
  1225. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayRun.js.map +0 -1
  1226. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkJXH.js +0 -67
  1227. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkJXH.js.map +0 -1
  1228. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkLJSY.js +0 -126
  1229. package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkLJSY.js.map +0 -1
  1230. package/lib/vtx-car-modal-temp/components/BaseInfo/Wgfx.js +0 -116
  1231. package/lib/vtx-car-modal-temp/components/BaseInfo/Wgfx.js.map +0 -1
  1232. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummary.js +0 -56
  1233. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummary.js.map +0 -1
  1234. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummaryJxh.js +0 -117
  1235. package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummaryJxh.js.map +0 -1
  1236. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxJXH.js +0 -123
  1237. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxJXH.js.map +0 -1
  1238. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxLJSY.js +0 -147
  1239. package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxLJSY.js.map +0 -1
  1240. package/lib/vtx-car-modal-temp/components/BaseInfo/index.css +0 -280
  1241. package/lib/vtx-car-modal-temp/components/BaseInfo/index.js +0 -252
  1242. package/lib/vtx-car-modal-temp/components/BaseInfo/index.js.map +0 -1
  1243. package/lib/vtx-car-modal-temp/components/BaseInfo/index.less +0 -239
  1244. package/lib/vtx-car-modal-temp/components/Maintenance/index.css +0 -39
  1245. package/lib/vtx-car-modal-temp/components/Maintenance/index.js +0 -134
  1246. package/lib/vtx-car-modal-temp/components/Maintenance/index.js.map +0 -1
  1247. package/lib/vtx-car-modal-temp/components/Maintenance/index.less +0 -34
  1248. package/lib/vtx-car-modal-temp/components/Mixsy/index.css +0 -48
  1249. package/lib/vtx-car-modal-temp/components/Mixsy/index.js +0 -277
  1250. package/lib/vtx-car-modal-temp/components/Mixsy/index.js.map +0 -1
  1251. package/lib/vtx-car-modal-temp/components/Mixsy/index.less +0 -49
  1252. package/lib/vtx-car-modal-temp/components/OilConsumption/List.js +0 -88
  1253. package/lib/vtx-car-modal-temp/components/OilConsumption/List.js.map +0 -1
  1254. package/lib/vtx-car-modal-temp/components/OilConsumption/OilLIne.js +0 -100
  1255. package/lib/vtx-car-modal-temp/components/OilConsumption/OilLIne.js.map +0 -1
  1256. package/lib/vtx-car-modal-temp/components/OilConsumption/index.css +0 -33
  1257. package/lib/vtx-car-modal-temp/components/OilConsumption/index.js +0 -138
  1258. package/lib/vtx-car-modal-temp/components/OilConsumption/index.js.map +0 -1
  1259. package/lib/vtx-car-modal-temp/components/OilConsumption/index.less +0 -36
  1260. package/lib/vtx-car-modal-temp/components/RunAna/index.css +0 -6
  1261. package/lib/vtx-car-modal-temp/components/RunAna/index.js +0 -130
  1262. package/lib/vtx-car-modal-temp/components/RunAna/index.js.map +0 -1
  1263. package/lib/vtx-car-modal-temp/components/RunAna/index.less +0 -6
  1264. package/lib/vtx-car-modal-temp/components/StaticInfo/Charts.js +0 -70
  1265. package/lib/vtx-car-modal-temp/components/StaticInfo/Charts.js.map +0 -1
  1266. package/lib/vtx-car-modal-temp/components/StaticInfo/List.js +0 -92
  1267. package/lib/vtx-car-modal-temp/components/StaticInfo/List.js.map +0 -1
  1268. package/lib/vtx-car-modal-temp/components/StaticInfo/index.css +0 -97
  1269. package/lib/vtx-car-modal-temp/components/StaticInfo/index.js +0 -93
  1270. package/lib/vtx-car-modal-temp/components/StaticInfo/index.js.map +0 -1
  1271. package/lib/vtx-car-modal-temp/components/StaticInfo/index.less +0 -75
  1272. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.css +0 -29
  1273. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.js +0 -116
  1274. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.js.map +0 -1
  1275. package/lib/vtx-car-modal-temp/components/WaterConsumption/index.less +0 -22
  1276. package/lib/vtx-car-modal-temp/components/WorkInfo/Wcl.js +0 -128
  1277. package/lib/vtx-car-modal-temp/components/WorkInfo/Wcl.js.map +0 -1
  1278. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkJxh.js +0 -309
  1279. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkJxh.js.map +0 -1
  1280. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkLjsy.js +0 -495
  1281. package/lib/vtx-car-modal-temp/components/WorkInfo/WorkLjsy.js.map +0 -1
  1282. package/lib/vtx-car-modal-temp/components/WorkInfo/index.css +0 -263
  1283. package/lib/vtx-car-modal-temp/components/WorkInfo/index.js +0 -35
  1284. package/lib/vtx-car-modal-temp/components/WorkInfo/index.js.map +0 -1
  1285. package/lib/vtx-car-modal-temp/components/WorkInfo/index.less +0 -220
  1286. package/lib/vtx-car-modal-temp/components/index.js +0 -70
  1287. package/lib/vtx-car-modal-temp/components/index.js.map +0 -1
  1288. package/lib/vtx-car-modal-temp/imgs/bglyh.png +0 -0
  1289. package/lib/vtx-car-modal-temp/imgs/bglyh_light.png +0 -0
  1290. package/lib/vtx-car-modal-temp/imgs/calendar-hour.png +0 -0
  1291. package/lib/vtx-car-modal-temp/imgs/calendar-mile.png +0 -0
  1292. package/lib/vtx-car-modal-temp/imgs/car.png +0 -0
  1293. package/lib/vtx-car-modal-temp/imgs/ccts.png +0 -0
  1294. package/lib/vtx-car-modal-temp/imgs/ccts_light.png +0 -0
  1295. package/lib/vtx-car-modal-temp/imgs/dqsd.png +0 -0
  1296. package/lib/vtx-car-modal-temp/imgs/dqsd_blue.png +0 -0
  1297. package/lib/vtx-car-modal-temp/imgs/dqsd_light.png +0 -0
  1298. package/lib/vtx-car-modal-temp/imgs/jrxs.png +0 -0
  1299. package/lib/vtx-car-modal-temp/imgs/jrxs_blue.png +0 -0
  1300. package/lib/vtx-car-modal-temp/imgs/jrxs_light.png +0 -0
  1301. package/lib/vtx-car-modal-temp/imgs/ljsjdw.png +0 -0
  1302. package/lib/vtx-car-modal-temp/imgs/ljsjdw_blue.png +0 -0
  1303. package/lib/vtx-car-modal-temp/imgs/ljsjdw_light.png +0 -0
  1304. package/lib/vtx-car-modal-temp/imgs/ljsjts.png +0 -0
  1305. package/lib/vtx-car-modal-temp/imgs/ljsjts_blue.png +0 -0
  1306. package/lib/vtx-car-modal-temp/imgs/ljsjts_light.png +0 -0
  1307. package/lib/vtx-car-modal-temp/imgs/ljsjzl.png +0 -0
  1308. package/lib/vtx-car-modal-temp/imgs/ljsjzl_blue.png +0 -0
  1309. package/lib/vtx-car-modal-temp/imgs/ljsjzl_light.png +0 -0
  1310. package/lib/vtx-car-modal-temp/imgs/ljsy_car.png +0 -0
  1311. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_fish.png +0 -0
  1312. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name.png +0 -0
  1313. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name_active.png +0 -0
  1314. package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name_un.png +0 -0
  1315. package/lib/vtx-car-modal-temp/imgs/ljsy_diamond.png +0 -0
  1316. package/lib/vtx-car-modal-temp/imgs/ljsy_diamond_active.png +0 -0
  1317. package/lib/vtx-car-modal-temp/imgs/ljsy_left.png +0 -0
  1318. package/lib/vtx-car-modal-temp/imgs/ljsy_right.png +0 -0
  1319. package/lib/vtx-car-modal-temp/imgs/ljwgsc.png +0 -0
  1320. package/lib/vtx-car-modal-temp/imgs/ljwgsc_light.png +0 -0
  1321. package/lib/vtx-car-modal-temp/imgs/ljwgts.png +0 -0
  1322. package/lib/vtx-car-modal-temp/imgs/ljwgts_light.png +0 -0
  1323. package/lib/vtx-car-modal-temp/imgs/outTime.png +0 -0
  1324. package/lib/vtx-car-modal-temp/imgs/outTime_blue.png +0 -0
  1325. package/lib/vtx-car-modal-temp/imgs/outTime_light.png +0 -0
  1326. package/lib/vtx-car-modal-temp/imgs/pjwcl.png +0 -0
  1327. package/lib/vtx-car-modal-temp/imgs/pjwcl_blue.png +0 -0
  1328. package/lib/vtx-car-modal-temp/imgs/pjwcl_light.png +0 -0
  1329. package/lib/vtx-car-modal-temp/imgs/position.png +0 -0
  1330. package/lib/vtx-car-modal-temp/imgs/position_blue.png +0 -0
  1331. package/lib/vtx-car-modal-temp/imgs/position_light.png +0 -0
  1332. package/lib/vtx-car-modal-temp/imgs/realCarImg.png +0 -0
  1333. package/lib/vtx-car-modal-temp/imgs/refresh.png +0 -0
  1334. package/lib/vtx-car-modal-temp/imgs/refresh_blue.png +0 -0
  1335. package/lib/vtx-car-modal-temp/imgs/refresh_light.png +0 -0
  1336. package/lib/vtx-car-modal-temp/imgs/runTime.png +0 -0
  1337. package/lib/vtx-car-modal-temp/imgs/runTime_blue.png +0 -0
  1338. package/lib/vtx-car-modal-temp/imgs/runTime_light.png +0 -0
  1339. package/lib/vtx-car-modal-temp/imgs/syyl.png +0 -0
  1340. package/lib/vtx-car-modal-temp/imgs/syyl_light.png +0 -0
  1341. package/lib/vtx-car-modal-temp/imgs/warn.png +0 -0
  1342. package/lib/vtx-car-modal-temp/imgs/wcl.png +0 -0
  1343. package/lib/vtx-car-modal-temp/imgs/wcl_blue.png +0 -0
  1344. package/lib/vtx-car-modal-temp/imgs/wcl_light.png +0 -0
  1345. package/lib/vtx-car-modal-temp/imgs/wgcs.png +0 -0
  1346. package/lib/vtx-car-modal-temp/imgs/wgcs_light.png +0 -0
  1347. package/lib/vtx-car-modal-temp/imgs/work_cp_bg.png +0 -0
  1348. package/lib/vtx-car-modal-temp/imgs/xslc.png +0 -0
  1349. package/lib/vtx-car-modal-temp/imgs/xslc_blue.png +0 -0
  1350. package/lib/vtx-car-modal-temp/imgs/xslc_light.png +0 -0
  1351. package/lib/vtx-car-modal-temp/imgs/ysdw.png +0 -0
  1352. package/lib/vtx-car-modal-temp/imgs/ysdw_blue.png +0 -0
  1353. package/lib/vtx-car-modal-temp/imgs/ysdw_light.png +0 -0
  1354. package/lib/vtx-car-modal-temp/imgs/ywcdw.png +0 -0
  1355. package/lib/vtx-car-modal-temp/imgs/ywcdw_blue.png +0 -0
  1356. package/lib/vtx-car-modal-temp/imgs/ywcdw_light.png +0 -0
  1357. package/lib/vtx-car-modal-temp/imgs/zlc.png +0 -0
  1358. package/lib/vtx-car-modal-temp/imgs/zlc_blue.png +0 -0
  1359. package/lib/vtx-car-modal-temp/imgs/zlc_light.png +0 -0
  1360. package/lib/vtx-car-modal-temp/imgs/zld.png +0 -0
  1361. package/lib/vtx-car-modal-temp/imgs/zld_blue.png +0 -0
  1362. package/lib/vtx-car-modal-temp/imgs/zld_light.png +0 -0
  1363. package/lib/vtx-car-modal-temp/imgs/zsh.png +0 -0
  1364. package/lib/vtx-car-modal-temp/imgs/zsh_light.png +0 -0
  1365. package/lib/vtx-car-modal-temp/imgs/zycs.png +0 -0
  1366. package/lib/vtx-car-modal-temp/imgs/zycs_blue.png +0 -0
  1367. package/lib/vtx-car-modal-temp/imgs/zycs_light.png +0 -0
  1368. package/lib/vtx-car-modal-temp/imgs/zycssc.png +0 -0
  1369. package/lib/vtx-car-modal-temp/imgs/zycssc_blue.png +0 -0
  1370. package/lib/vtx-car-modal-temp/imgs/zycssc_light.png +0 -0
  1371. package/lib/vtx-car-modal-temp/imgs/zyh.png +0 -0
  1372. package/lib/vtx-car-modal-temp/imgs/zyh_light.png +0 -0
  1373. package/lib/vtx-car-modal-temp/imgs/zyl.png +0 -0
  1374. package/lib/vtx-car-modal-temp/imgs/zyl_blue.png +0 -0
  1375. package/lib/vtx-car-modal-temp/imgs/zyl_light.png +0 -0
  1376. package/lib/vtx-car-modal-temp/imgs/zylc.png +0 -0
  1377. package/lib/vtx-car-modal-temp/imgs/zylc_blue.png +0 -0
  1378. package/lib/vtx-car-modal-temp/imgs/zylc_light.png +0 -0
  1379. package/lib/vtx-car-modal-temp/imgs/zysc.png +0 -0
  1380. package/lib/vtx-car-modal-temp/imgs/zysc_blue.png +0 -0
  1381. package/lib/vtx-car-modal-temp/imgs/zysc_light.png +0 -0
  1382. package/lib/vtx-car-modal-temp/index.js +0 -156
  1383. package/lib/vtx-car-modal-temp/index.js.map +0 -1
  1384. package/lib/vtx-car-modal-temp/style/css.js +0 -11
  1385. package/lib/vtx-car-modal-temp/style/css.js.map +0 -1
  1386. package/lib/vtx-car-modal-temp/style/index.css +0 -136
  1387. package/lib/vtx-car-modal-temp/style/index.js +0 -11
  1388. package/lib/vtx-car-modal-temp/style/index.js.map +0 -1
  1389. package/lib/vtx-car-modal-temp/style/index.less +0 -6
  1390. package/lib/vtx-cp-modal/imgs/alarm_blue.png +0 -0
  1391. package/lib/vtx-cp-modal/imgs/all_rate_blue.png +0 -0
  1392. package/lib/vtx-cp-modal/imgs/cy_rate_blue.png +0 -0
  1393. package/lib/vtx-cp-modal/imgs/jhsj_blue.png +0 -0
  1394. package/lib/vtx-cp-modal/imgs/khs_rate_blue.png +0 -0
  1395. package/lib/vtx-cp-modal/imgs/qt_rate_blue.png +0 -0
  1396. package/lib/vtx-cp-modal/imgs/sjl_blue.png +0 -0
  1397. package/lib/vtx-cp-modal/imgs/sjsj_blue.png +0 -0
  1398. package/lib/vtx-cp-modal/imgs/sjts_blue.png +0 -0
  1399. package/lib/vtx-cp-modal/imgs/sjzl_blue.png +0 -0
  1400. package/lib/vtx-cp-modal/imgs/yh_rate_blue.png +0 -0
  1401. package/lib/vtx-df-modal/components/OdorAlarm/List.js +0 -115
  1402. package/lib/vtx-df-modal/components/OdorAlarm/List.js.map +0 -1
  1403. package/lib/vtx-df-modal/components/OdorAlarm/imgs/cq_bg.png +0 -0
  1404. package/lib/vtx-df-modal/components/OdorAlarm/imgs/noData.png +0 -0
  1405. package/lib/vtx-df-modal/components/OdorAlarm/imgs/position_red.png +0 -0
  1406. package/lib/vtx-df-modal/components/OdorAlarm/index.css +0 -198
  1407. package/lib/vtx-df-modal/components/OdorAlarm/index.js +0 -196
  1408. package/lib/vtx-df-modal/components/OdorAlarm/index.js.map +0 -1
  1409. package/lib/vtx-df-modal/components/OdorAlarm/index.less +0 -179
  1410. package/lib/vtx-df-modal/imgs/bjdw.png +0 -0
  1411. package/lib/vtx-df-modal/imgs/bjzx.png +0 -0
  1412. package/lib/vtx-df-modal/imgs/hb.png +0 -0
  1413. package/lib/vtx-df-modal/imgs/jcbj_blue.png +0 -0
  1414. package/lib/vtx-df-modal/imgs/jccc_blue.png +0 -0
  1415. package/lib/vtx-df-modal/imgs/jcdw.png +0 -0
  1416. package/lib/vtx-df-modal/imgs/jcl_blue.png +0 -0
  1417. package/lib/vtx-df-modal/imgs/monitor_bg.png +0 -0
  1418. package/lib/vtx-df-modal/imgs/rjjcl_blue.png +0 -0
  1419. package/lib/vtx-df-modal/imgs/run.png +0 -0
  1420. package/lib/vtx-df-modal/imgs/sjnl_blue.png +0 -0
  1421. package/lib/vtx-df-modal/imgs/zbbj_blue.png +0 -0
  1422. package/lib/vtx-df-modal/imgs/zjccc_blue.png +0 -0
  1423. package/lib/vtx-df-modal/imgs/zjcl_blue.png +0 -0
  1424. package/lib/vtx-ljfl-tfd-modal/api.js +0 -601
  1425. package/lib/vtx-ljfl-tfd-modal/api.js.map +0 -1
  1426. package/lib/vtx-ljfl-tfd-modal/components/OverView/index.css +0 -55
  1427. package/lib/vtx-ljfl-tfd-modal/components/OverView/index.js +0 -100
  1428. package/lib/vtx-ljfl-tfd-modal/components/OverView/index.js.map +0 -1
  1429. package/lib/vtx-ljfl-tfd-modal/components/OverView/index.less +0 -49
  1430. package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.css +0 -153
  1431. package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.js +0 -238
  1432. package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.js.map +0 -1
  1433. package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.less +0 -15
  1434. package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.css +0 -162
  1435. package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.js +0 -341
  1436. package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.js.map +0 -1
  1437. package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.less +0 -22
  1438. package/lib/vtx-ljfl-tfd-modal/components/index.js +0 -28
  1439. package/lib/vtx-ljfl-tfd-modal/components/index.js.map +0 -1
  1440. package/lib/vtx-ljfl-tfd-modal/config.js +0 -73
  1441. package/lib/vtx-ljfl-tfd-modal/config.js.map +0 -1
  1442. package/lib/vtx-ljfl-tfd-modal/imgs/BOTTLE.png +0 -0
  1443. package/lib/vtx-ljfl-tfd-modal/imgs/CAN.png +0 -0
  1444. package/lib/vtx-ljfl-tfd-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
  1445. package/lib/vtx-ljfl-tfd-modal/imgs/NAPKIN.png +0 -0
  1446. package/lib/vtx-ljfl-tfd-modal/imgs/PLASTIC_BAG.png +0 -0
  1447. package/lib/vtx-ljfl-tfd-modal/imgs/avatar_empty.png +0 -0
  1448. package/lib/vtx-ljfl-tfd-modal/imgs/black-rank.png +0 -0
  1449. package/lib/vtx-ljfl-tfd-modal/imgs/bucket-cylj.png +0 -0
  1450. package/lib/vtx-ljfl-tfd-modal/imgs/bucket-khsw.png +0 -0
  1451. package/lib/vtx-ljfl-tfd-modal/imgs/bucket-qtlj.png +0 -0
  1452. package/lib/vtx-ljfl-tfd-modal/imgs/bucket-yhlj.png +0 -0
  1453. package/lib/vtx-ljfl-tfd-modal/imgs/camera.png +0 -0
  1454. package/lib/vtx-ljfl-tfd-modal/imgs/car_cy.png +0 -0
  1455. package/lib/vtx-ljfl-tfd-modal/imgs/car_khs.png +0 -0
  1456. package/lib/vtx-ljfl-tfd-modal/imgs/car_qt.png +0 -0
  1457. package/lib/vtx-ljfl-tfd-modal/imgs/car_yh.png +0 -0
  1458. package/lib/vtx-ljfl-tfd-modal/imgs/cy_car.png +0 -0
  1459. package/lib/vtx-ljfl-tfd-modal/imgs/cy_icon.png +0 -0
  1460. package/lib/vtx-ljfl-tfd-modal/imgs/cylj-bg.png +0 -0
  1461. package/lib/vtx-ljfl-tfd-modal/imgs/cylj.png +0 -0
  1462. package/lib/vtx-ljfl-tfd-modal/imgs/cywpd.png +0 -0
  1463. package/lib/vtx-ljfl-tfd-modal/imgs/disconnect.png +0 -0
  1464. package/lib/vtx-ljfl-tfd-modal/imgs/error.png +0 -0
  1465. package/lib/vtx-ljfl-tfd-modal/imgs/fangzi.gif +0 -0
  1466. package/lib/vtx-ljfl-tfd-modal/imgs/garbage_default.png +0 -0
  1467. package/lib/vtx-ljfl-tfd-modal/imgs/getway.png +0 -0
  1468. package/lib/vtx-ljfl-tfd-modal/imgs/getwayBox.png +0 -0
  1469. package/lib/vtx-ljfl-tfd-modal/imgs/host.png +0 -0
  1470. package/lib/vtx-ljfl-tfd-modal/imgs/ht-tfd.png +0 -0
  1471. package/lib/vtx-ljfl-tfd-modal/imgs/ht.png +0 -0
  1472. package/lib/vtx-ljfl-tfd-modal/imgs/khsw-bg.png +0 -0
  1473. package/lib/vtx-ljfl-tfd-modal/imgs/khsw.png +0 -0
  1474. package/lib/vtx-ljfl-tfd-modal/imgs/lamp.png +0 -0
  1475. package/lib/vtx-ljfl-tfd-modal/imgs/left-ddypz.png +0 -0
  1476. package/lib/vtx-ljfl-tfd-modal/imgs/left-tfdmd.png +0 -0
  1477. package/lib/vtx-ljfl-tfd-modal/imgs/manage-bg-1.png +0 -0
  1478. package/lib/vtx-ljfl-tfd-modal/imgs/manage-bg-2.png +0 -0
  1479. package/lib/vtx-ljfl-tfd-modal/imgs/manage-gzcx.png +0 -0
  1480. package/lib/vtx-ljfl-tfd-modal/imgs/manage-hjgl.png +0 -0
  1481. package/lib/vtx-ljfl-tfd-modal/imgs/manage-hmd.png +0 -0
  1482. package/lib/vtx-ljfl-tfd-modal/imgs/manage-wgmsr.png +0 -0
  1483. package/lib/vtx-ljfl-tfd-modal/imgs/manage-yyxj.png +0 -0
  1484. package/lib/vtx-ljfl-tfd-modal/imgs/my-tfd.png +0 -0
  1485. package/lib/vtx-ljfl-tfd-modal/imgs/my.png +0 -0
  1486. package/lib/vtx-ljfl-tfd-modal/imgs/pie-chart-bg.png +0 -0
  1487. package/lib/vtx-ljfl-tfd-modal/imgs/point.png +0 -0
  1488. package/lib/vtx-ljfl-tfd-modal/imgs/qtlj-bg.png +0 -0
  1489. package/lib/vtx-ljfl-tfd-modal/imgs/qtlj.png +0 -0
  1490. package/lib/vtx-ljfl-tfd-modal/imgs/rank-bg.png +0 -0
  1491. package/lib/vtx-ljfl-tfd-modal/imgs/screen.png +0 -0
  1492. package/lib/vtx-ljfl-tfd-modal/imgs/tfd.png +0 -0
  1493. package/lib/vtx-ljfl-tfd-modal/imgs/throwPoint.png +0 -0
  1494. package/lib/vtx-ljfl-tfd-modal/imgs/tingzi.gif +0 -0
  1495. package/lib/vtx-ljfl-tfd-modal/imgs/toukou.gif +0 -0
  1496. package/lib/vtx-ljfl-tfd-modal/imgs/twtf-tfd.png +0 -0
  1497. package/lib/vtx-ljfl-tfd-modal/imgs/twtf.png +0 -0
  1498. package/lib/vtx-ljfl-tfd-modal/imgs/window.png +0 -0
  1499. package/lib/vtx-ljfl-tfd-modal/imgs/wpd.png +0 -0
  1500. package/lib/vtx-ljfl-tfd-modal/imgs/wstf-tfd.png +0 -0
  1501. package/lib/vtx-ljfl-tfd-modal/imgs/wstf.png +0 -0
  1502. package/lib/vtx-ljfl-tfd-modal/imgs/yhlj-bg.png +0 -0
  1503. package/lib/vtx-ljfl-tfd-modal/imgs/yhlj.png +0 -0
  1504. package/lib/vtx-ljfl-tfd-modal/index.js +0 -96
  1505. package/lib/vtx-ljfl-tfd-modal/index.js.map +0 -1
  1506. package/lib/vtx-ljfl-tfd-modal/style/css.js +0 -5
  1507. package/lib/vtx-ljfl-tfd-modal/style/css.js.map +0 -1
  1508. package/lib/vtx-ljfl-tfd-modal/style/index.css +0 -132
  1509. package/lib/vtx-ljfl-tfd-modal/style/index.js +0 -5
  1510. package/lib/vtx-ljfl-tfd-modal/style/index.js.map +0 -1
  1511. package/lib/vtx-ljfl-tfd-modal/style/index.less +0 -3
  1512. package/lib/vtx-ljfl-tfd-modal/types.js +0 -6
  1513. package/lib/vtx-ljfl-tfd-modal/types.js.map +0 -1
  1514. package/lib/vtx-ljfl-tfd-modal-temp/api.js +0 -601
  1515. package/lib/vtx-ljfl-tfd-modal-temp/api.js.map +0 -1
  1516. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.css +0 -55
  1517. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.js +0 -124
  1518. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.js.map +0 -1
  1519. package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.less +0 -49
  1520. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.css +0 -153
  1521. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.js +0 -238
  1522. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.js.map +0 -1
  1523. package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.less +0 -15
  1524. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.css +0 -162
  1525. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.js +0 -341
  1526. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.js.map +0 -1
  1527. package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.less +0 -22
  1528. package/lib/vtx-ljfl-tfd-modal-temp/components/index.js +0 -28
  1529. package/lib/vtx-ljfl-tfd-modal-temp/components/index.js.map +0 -1
  1530. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.css +0 -140
  1531. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.js +0 -32
  1532. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.js.map +0 -1
  1533. package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.less +0 -10
  1534. package/lib/vtx-ljfl-tfd-modal-temp/config.js +0 -80
  1535. package/lib/vtx-ljfl-tfd-modal-temp/config.js.map +0 -1
  1536. package/lib/vtx-ljfl-tfd-modal-temp/imgs/BOTTLE.png +0 -0
  1537. package/lib/vtx-ljfl-tfd-modal-temp/imgs/CAN.png +0 -0
  1538. package/lib/vtx-ljfl-tfd-modal-temp/imgs/KRAFT_PAPER_BOX.png +0 -0
  1539. package/lib/vtx-ljfl-tfd-modal-temp/imgs/NAPKIN.png +0 -0
  1540. package/lib/vtx-ljfl-tfd-modal-temp/imgs/PLASTIC_BAG.png +0 -0
  1541. package/lib/vtx-ljfl-tfd-modal-temp/imgs/avatar_empty.png +0 -0
  1542. package/lib/vtx-ljfl-tfd-modal-temp/imgs/black-rank.png +0 -0
  1543. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-cylj.png +0 -0
  1544. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-khsw.png +0 -0
  1545. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-qtlj.png +0 -0
  1546. package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-yhlj.png +0 -0
  1547. package/lib/vtx-ljfl-tfd-modal-temp/imgs/camera.png +0 -0
  1548. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_cy.png +0 -0
  1549. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_khs.png +0 -0
  1550. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_qt.png +0 -0
  1551. package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_yh.png +0 -0
  1552. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cy_car.png +0 -0
  1553. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cy_icon.png +0 -0
  1554. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cylj-bg.png +0 -0
  1555. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cylj.png +0 -0
  1556. package/lib/vtx-ljfl-tfd-modal-temp/imgs/cywpd.png +0 -0
  1557. package/lib/vtx-ljfl-tfd-modal-temp/imgs/disconnect.png +0 -0
  1558. package/lib/vtx-ljfl-tfd-modal-temp/imgs/error.png +0 -0
  1559. package/lib/vtx-ljfl-tfd-modal-temp/imgs/fangzi.gif +0 -0
  1560. package/lib/vtx-ljfl-tfd-modal-temp/imgs/garbage_default.png +0 -0
  1561. package/lib/vtx-ljfl-tfd-modal-temp/imgs/getway.png +0 -0
  1562. package/lib/vtx-ljfl-tfd-modal-temp/imgs/getwayBox.png +0 -0
  1563. package/lib/vtx-ljfl-tfd-modal-temp/imgs/host.png +0 -0
  1564. package/lib/vtx-ljfl-tfd-modal-temp/imgs/ht-tfd.png +0 -0
  1565. package/lib/vtx-ljfl-tfd-modal-temp/imgs/ht.png +0 -0
  1566. package/lib/vtx-ljfl-tfd-modal-temp/imgs/khsw-bg.png +0 -0
  1567. package/lib/vtx-ljfl-tfd-modal-temp/imgs/khsw.png +0 -0
  1568. package/lib/vtx-ljfl-tfd-modal-temp/imgs/lamp.png +0 -0
  1569. package/lib/vtx-ljfl-tfd-modal-temp/imgs/left-ddypz.png +0 -0
  1570. package/lib/vtx-ljfl-tfd-modal-temp/imgs/left-tfdmd.png +0 -0
  1571. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-bg-1.png +0 -0
  1572. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-bg-2.png +0 -0
  1573. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-gzcx.png +0 -0
  1574. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-hjgl.png +0 -0
  1575. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-hmd.png +0 -0
  1576. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-wgmsr.png +0 -0
  1577. package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-yyxj.png +0 -0
  1578. package/lib/vtx-ljfl-tfd-modal-temp/imgs/my-tfd.png +0 -0
  1579. package/lib/vtx-ljfl-tfd-modal-temp/imgs/my.png +0 -0
  1580. package/lib/vtx-ljfl-tfd-modal-temp/imgs/pie-chart-bg.png +0 -0
  1581. package/lib/vtx-ljfl-tfd-modal-temp/imgs/point.png +0 -0
  1582. package/lib/vtx-ljfl-tfd-modal-temp/imgs/qtlj-bg.png +0 -0
  1583. package/lib/vtx-ljfl-tfd-modal-temp/imgs/qtlj.png +0 -0
  1584. package/lib/vtx-ljfl-tfd-modal-temp/imgs/rank-bg.png +0 -0
  1585. package/lib/vtx-ljfl-tfd-modal-temp/imgs/screen.png +0 -0
  1586. package/lib/vtx-ljfl-tfd-modal-temp/imgs/tfd.png +0 -0
  1587. package/lib/vtx-ljfl-tfd-modal-temp/imgs/throwPoint.png +0 -0
  1588. package/lib/vtx-ljfl-tfd-modal-temp/imgs/tingzi.gif +0 -0
  1589. package/lib/vtx-ljfl-tfd-modal-temp/imgs/toukou.gif +0 -0
  1590. package/lib/vtx-ljfl-tfd-modal-temp/imgs/twtf-tfd.png +0 -0
  1591. package/lib/vtx-ljfl-tfd-modal-temp/imgs/twtf.png +0 -0
  1592. package/lib/vtx-ljfl-tfd-modal-temp/imgs/window.png +0 -0
  1593. package/lib/vtx-ljfl-tfd-modal-temp/imgs/wpd.png +0 -0
  1594. package/lib/vtx-ljfl-tfd-modal-temp/imgs/wstf-tfd.png +0 -0
  1595. package/lib/vtx-ljfl-tfd-modal-temp/imgs/wstf.png +0 -0
  1596. package/lib/vtx-ljfl-tfd-modal-temp/imgs/yhlj-bg.png +0 -0
  1597. package/lib/vtx-ljfl-tfd-modal-temp/imgs/yhlj.png +0 -0
  1598. package/lib/vtx-ljfl-tfd-modal-temp/index.js +0 -101
  1599. package/lib/vtx-ljfl-tfd-modal-temp/index.js.map +0 -1
  1600. package/lib/vtx-ljfl-tfd-modal-temp/style/css.js +0 -5
  1601. package/lib/vtx-ljfl-tfd-modal-temp/style/css.js.map +0 -1
  1602. package/lib/vtx-ljfl-tfd-modal-temp/style/index.css +0 -132
  1603. package/lib/vtx-ljfl-tfd-modal-temp/style/index.js +0 -5
  1604. package/lib/vtx-ljfl-tfd-modal-temp/style/index.js.map +0 -1
  1605. package/lib/vtx-ljfl-tfd-modal-temp/style/index.less +0 -3
  1606. package/lib/vtx-ljfl-tfd-modal-temp/types.js.map +0 -1
  1607. package/lib/vtx-road-modal/imgs/actual_blue.png +0 -0
  1608. package/lib/vtx-road-modal/imgs/all_rate_blue.png +0 -0
  1609. package/lib/vtx-road-modal/imgs/cx_rate_blue.png +0 -0
  1610. package/lib/vtx-road-modal/imgs/plan_blue.png +0 -0
  1611. package/lib/vtx-road-modal/imgs/ss_rate_blue.png +0 -0
  1612. package/lib/vtx-road-modal/imgs/xs_rate_blue.png +0 -0
  1613. package/lib/vtx-staff-modal/imgs/todayOnline_blue.png +0 -0
  1614. package/lib/vtx-staff-modal/imgs/todayWork_blue.png +0 -0
  1615. package/lib/vtx-wr-modal/imgs/alarm_blue.png +0 -0
  1616. package/lib/vtx-zyz-modal/api.js +0 -323
  1617. package/lib/vtx-zyz-modal/api.js.map +0 -1
  1618. package/lib/vtx-zyz-modal/components/BaseInfo/BaseTable.js +0 -83
  1619. package/lib/vtx-zyz-modal/components/BaseInfo/BaseTable.js.map +0 -1
  1620. package/lib/vtx-zyz-modal/components/BaseInfo/index.css +0 -79
  1621. package/lib/vtx-zyz-modal/components/BaseInfo/index.js +0 -166
  1622. package/lib/vtx-zyz-modal/components/BaseInfo/index.js.map +0 -1
  1623. package/lib/vtx-zyz-modal/components/BaseInfo/index.less +0 -73
  1624. package/lib/vtx-zyz-modal/components/Metering/ChartJccc.js +0 -126
  1625. package/lib/vtx-zyz-modal/components/Metering/ChartJccc.js.map +0 -1
  1626. package/lib/vtx-zyz-modal/components/Metering/ChartJcqs.js +0 -134
  1627. package/lib/vtx-zyz-modal/components/Metering/ChartJcqs.js.map +0 -1
  1628. package/lib/vtx-zyz-modal/components/Metering/List.js +0 -115
  1629. package/lib/vtx-zyz-modal/components/Metering/List.js.map +0 -1
  1630. package/lib/vtx-zyz-modal/components/Metering/index.css +0 -101
  1631. package/lib/vtx-zyz-modal/components/Metering/index.js +0 -182
  1632. package/lib/vtx-zyz-modal/components/Metering/index.js.map +0 -1
  1633. package/lib/vtx-zyz-modal/components/Metering/index.less +0 -84
  1634. package/lib/vtx-zyz-modal/components/index.js +0 -21
  1635. package/lib/vtx-zyz-modal/components/index.js.map +0 -1
  1636. package/lib/vtx-zyz-modal/imgs/car_normal.png +0 -0
  1637. package/lib/vtx-zyz-modal/imgs/hb.png +0 -0
  1638. package/lib/vtx-zyz-modal/imgs/jcbj.png +0 -0
  1639. package/lib/vtx-zyz-modal/imgs/jcbj_blue.png +0 -0
  1640. package/lib/vtx-zyz-modal/imgs/jcbj_light.png +0 -0
  1641. package/lib/vtx-zyz-modal/imgs/jccc.png +0 -0
  1642. package/lib/vtx-zyz-modal/imgs/jccc_blue.png +0 -0
  1643. package/lib/vtx-zyz-modal/imgs/jccc_light.png +0 -0
  1644. package/lib/vtx-zyz-modal/imgs/jcl.png +0 -0
  1645. package/lib/vtx-zyz-modal/imgs/jcl_blue.png +0 -0
  1646. package/lib/vtx-zyz-modal/imgs/jcl_light.png +0 -0
  1647. package/lib/vtx-zyz-modal/imgs/monitor_bg.png +0 -0
  1648. package/lib/vtx-zyz-modal/imgs/normal.png +0 -0
  1649. package/lib/vtx-zyz-modal/imgs/normal_light.png +0 -0
  1650. package/lib/vtx-zyz-modal/imgs/rjjcl.png +0 -0
  1651. package/lib/vtx-zyz-modal/imgs/rjjcl_blue.png +0 -0
  1652. package/lib/vtx-zyz-modal/imgs/rjjcl_light.png +0 -0
  1653. package/lib/vtx-zyz-modal/imgs/run.png +0 -0
  1654. package/lib/vtx-zyz-modal/imgs/situation_parent.png +0 -0
  1655. package/lib/vtx-zyz-modal/imgs/situation_parent_bg.png +0 -0
  1656. package/lib/vtx-zyz-modal/imgs/sjnl.png +0 -0
  1657. package/lib/vtx-zyz-modal/imgs/sjnl_blue.png +0 -0
  1658. package/lib/vtx-zyz-modal/imgs/sjnl_light.png +0 -0
  1659. package/lib/vtx-zyz-modal/imgs/zbbj.png +0 -0
  1660. package/lib/vtx-zyz-modal/imgs/zbbj_blue.png +0 -0
  1661. package/lib/vtx-zyz-modal/imgs/zbbj_light.png +0 -0
  1662. package/lib/vtx-zyz-modal/imgs/zjccc.png +0 -0
  1663. package/lib/vtx-zyz-modal/imgs/zjccc_blue.png +0 -0
  1664. package/lib/vtx-zyz-modal/imgs/zjccc_light.png +0 -0
  1665. package/lib/vtx-zyz-modal/imgs/zjcl.png +0 -0
  1666. package/lib/vtx-zyz-modal/imgs/zjcl_blue.png +0 -0
  1667. package/lib/vtx-zyz-modal/imgs/zjcl_light.png +0 -0
  1668. package/lib/vtx-zyz-modal/index.js +0 -98
  1669. package/lib/vtx-zyz-modal/index.js.map +0 -1
  1670. package/lib/vtx-zyz-modal/style/css.js +0 -5
  1671. package/lib/vtx-zyz-modal/style/css.js.map +0 -1
  1672. package/lib/vtx-zyz-modal/style/index.css +0 -132
  1673. package/lib/vtx-zyz-modal/style/index.js +0 -5
  1674. package/lib/vtx-zyz-modal/style/index.js.map +0 -1
  1675. /package/lib/{vm-case-modal → vm-alarm-info}/style/css.js +0 -0
  1676. /package/lib/{vm-case-modal → vm-alarm-info}/style/index.js +0 -0
  1677. /package/lib/{vm-case-modal → vtx-base-info}/imgs/tab_bg_light.png +0 -0
  1678. /package/lib/{vtx-zyz-modal → vtx-cc-cp-modal}/style/index.less +0 -0
  1679. /package/lib/{vtx-ljfl-tfd-modal-temp → vtx-device-modal}/types.js +0 -0
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","names":["AlarmInfo","props","id","React","createElement","className","Row","gutter","Col","xxl","xl","lg","md","Summary","MonthTrend","span","AlarmRecord"],"sources":["vtx-cp-modal/components/AlarmInfo/index.js"],"sourcesContent":["/**\n * 收集点-报警信息\n */\nimport React from 'react';\nimport { Row, Col } from 'antd';\nimport Summary from './Summary';\nimport MonthTrend from './MonthTrend';\nimport AlarmRecord from './AlarmRecord';\nimport './index.less';\nconst AlarmInfo = props => {\n const { id } = props;\n return (React.createElement(\"div\", { className: \"cp-alarm\" },\n React.createElement(Row, { gutter: [10, 10] },\n React.createElement(Col, { xxl: 10, xl: 11, lg: 12, md: 24 },\n React.createElement(Summary, { id: id })),\n React.createElement(Col, { xxl: 14, xl: 13, lg: 12, md: 24 },\n React.createElement(MonthTrend, { id: id })),\n React.createElement(Col, { span: 24 },\n React.createElement(AlarmRecord, { id: id })))));\n};\nexport default AlarmInfo;\n"],"mappings":";;;;;;AAGA;AACA;AACA;AACA;AACA;AACA;AAAsB;AARtB;AACA;AACA;;AAOA,IAAMA,SAAS,GAAG,SAAZA,SAAS,CAAGC,KAAK,EAAI;EACvB,IAAQC,EAAE,GAAKD,KAAK,CAAZC,EAAE;EACV,oBAAQC,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAW,CAAC,eACxDF,iBAAK,CAACC,aAAa,CAACE,SAAG,EAAE;IAAEC,MAAM,EAAE,CAAC,EAAE,EAAE,EAAE;EAAE,CAAC,eACzCJ,iBAAK,CAACC,aAAa,CAACI,SAAG,EAAE;IAAEC,GAAG,EAAE,EAAE;IAAEC,EAAE,EAAE,EAAE;IAAEC,EAAE,EAAE,EAAE;IAAEC,EAAE,EAAE;EAAG,CAAC,eACxDT,iBAAK,CAACC,aAAa,CAACS,mBAAO,EAAE;IAAEX,EAAE,EAAEA;EAAG,CAAC,CAAC,CAAC,eAC7CC,iBAAK,CAACC,aAAa,CAACI,SAAG,EAAE;IAAEC,GAAG,EAAE,EAAE;IAAEC,EAAE,EAAE,EAAE;IAAEC,EAAE,EAAE,EAAE;IAAEC,EAAE,EAAE;EAAG,CAAC,eACxDT,iBAAK,CAACC,aAAa,CAACU,sBAAU,EAAE;IAAEZ,EAAE,EAAEA;EAAG,CAAC,CAAC,CAAC,eAChDC,iBAAK,CAACC,aAAa,CAACI,SAAG,EAAE;IAAEO,IAAI,EAAE;EAAG,CAAC,eACjCZ,iBAAK,CAACC,aAAa,CAACY,uBAAW,EAAE;IAAEd,EAAE,EAAEA;EAAG,CAAC,CAAC,CAAC,CAAC,CAAC;AAC/D,CAAC;AAAC,eACaF,SAAS;AAAA"}
1
+ {"version":3,"file":"index.js","names":["_react","_interopRequireDefault","require","_antd","_Summary","_MonthTrend","_AlarmRecord","e","__esModule","AlarmInfo","props","id","React","createElement","className","Row","gutter","Col","xxl","xl","lg","md","Summary","MonthTrend","span","AlarmRecord","_default","exports"],"sources":["vtx-cp-modal/components/AlarmInfo/index.js"],"sourcesContent":["/**\n * 收集点-报警信息\n */\nimport React from 'react';\nimport { Row, Col } from 'antd';\nimport Summary from './Summary';\nimport MonthTrend from './MonthTrend';\nimport AlarmRecord from './AlarmRecord';\nimport './index.less';\nconst AlarmInfo = props => {\n const { id } = props;\n return (React.createElement(\"div\", { className: \"cp-alarm\" },\n React.createElement(Row, { gutter: [10, 10] },\n React.createElement(Col, { xxl: 10, xl: 11, lg: 12, md: 24 },\n React.createElement(Summary, { id: id })),\n React.createElement(Col, { xxl: 14, xl: 13, lg: 12, md: 24 },\n React.createElement(MonthTrend, { id: id })),\n React.createElement(Col, { span: 24 },\n React.createElement(AlarmRecord, { id: id })))));\n};\nexport default AlarmInfo;\n"],"mappings":";;;;;;AAGA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,KAAA,GAAAD,OAAA;AACA,IAAAE,QAAA,GAAAH,sBAAA,CAAAC,OAAA;AACA,IAAAG,WAAA,GAAAJ,sBAAA,CAAAC,OAAA;AACA,IAAAI,YAAA,GAAAL,sBAAA,CAAAC,OAAA;AACAA,OAAA;AAAsB,SAAAD,uBAAAM,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,gBAAAA,CAAA;AARtB;AACA;AACA;;AAOA,IAAME,SAAS,GAAG,SAAZA,SAASA,CAAGC,KAAK,EAAI;EACvB,IAAQC,EAAE,GAAKD,KAAK,CAAZC,EAAE;EACV,oBAAQC,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAW,CAAC,eACxDF,iBAAK,CAACC,aAAa,CAACE,SAAG,EAAE;IAAEC,MAAM,EAAE,CAAC,EAAE,EAAE,EAAE;EAAE,CAAC,eACzCJ,iBAAK,CAACC,aAAa,CAACI,SAAG,EAAE;IAAEC,GAAG,EAAE,EAAE;IAAEC,EAAE,EAAE,EAAE;IAAEC,EAAE,EAAE,EAAE;IAAEC,EAAE,EAAE;EAAG,CAAC,eACxDT,iBAAK,CAACC,aAAa,CAACS,mBAAO,EAAE;IAAEX,EAAE,EAAEA;EAAG,CAAC,CAAC,CAAC,eAC7CC,iBAAK,CAACC,aAAa,CAACI,SAAG,EAAE;IAAEC,GAAG,EAAE,EAAE;IAAEC,EAAE,EAAE,EAAE;IAAEC,EAAE,EAAE,EAAE;IAAEC,EAAE,EAAE;EAAG,CAAC,eACxDT,iBAAK,CAACC,aAAa,CAACU,sBAAU,EAAE;IAAEZ,EAAE,EAAEA;EAAG,CAAC,CAAC,CAAC,eAChDC,iBAAK,CAACC,aAAa,CAACI,SAAG,EAAE;IAAEO,IAAI,EAAE;EAAG,CAAC,eACjCZ,iBAAK,CAACC,aAAa,CAACY,uBAAW,EAAE;IAAEd,EAAE,EAAEA;EAAG,CAAC,CAAC,CAAC,CAAC,CAAC;AAC/D,CAAC;AAAC,IAAAe,QAAA,GAAAC,OAAA,cACalB,SAAS","ignoreList":[]}
@@ -7,50 +7,61 @@ exports["default"] = CarWork;
7
7
  var _react = _interopRequireDefault(require("react"));
8
8
  var _vmTable = _interopRequireDefault(require("../../../vm-table"));
9
9
  var _track = _interopRequireDefault(require("../../imgs/track.png"));
10
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
10
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
11
11
  /**
12
12
  * 收集点-总览信息-车辆作业信息
13
13
  */
14
14
 
15
15
  function CarWork(props) {
16
+ var _a, _b;
16
17
  var dataSource = props.dataSource,
18
+ paramConfigsList = props.paramConfigsList,
17
19
  isDark = props.isDark;
18
20
  var columns = [{
19
21
  title: '车牌号',
20
22
  dataIndex: 'carCode',
21
23
  key: 'carCode',
22
24
  ellipsis: true
23
- },
24
- // {
25
- // title: '收运单位',
26
- // key: 'collectUnitName',
27
- // dataIndex: 'collectUnitName',
28
- // ellipsis: true,
29
- // },
30
- {
25
+ }, {
26
+ title: '司机',
27
+ dataIndex: 'driver',
28
+ key: 'driver',
29
+ ellipsis: true
30
+ }, {
31
+ title: '司机电话',
32
+ dataIndex: 'driverPhone',
33
+ key: 'driverPhone',
34
+ width: '13%',
35
+ ellipsis: true
36
+ }, {
37
+ title: '收集时间',
38
+ dataIndex: 'collectTime',
39
+ key: 'collectTime',
40
+ width: '13%',
41
+ ellipsis: true
42
+ }, {
43
+ title: '收运单位',
44
+ key: 'collectUnitName',
45
+ dataIndex: 'collectUnitName',
46
+ width: '13%',
47
+ ellipsis: true
48
+ }, {
31
49
  title: '垃圾类型',
32
50
  dataIndex: 'productTypeName',
33
51
  key: 'productTypeName',
52
+ width: '13%',
34
53
  ellipsis: true
35
54
  }, {
36
55
  title: '收集频次',
37
56
  dataIndex: 'collectNum',
38
57
  key: 'collectNum',
39
- ellipsis: true
40
- }, {
41
- title: '桶数(桶)',
42
- dataIndex: 'bucketNum',
43
- key: 'bucketNum',
44
- ellipsis: true
45
- }, {
46
- title: '收集重量(kg)',
47
- dataIndex: 'weight',
48
- key: 'weight',
58
+ width: '13%',
49
59
  ellipsis: true
50
60
  }, {
51
61
  title: '轨迹',
52
62
  dataIndex: 'carId',
53
63
  key: 'carId',
64
+ width: '10%',
54
65
  render: function render(text) {
55
66
  return /*#__PURE__*/_react["default"].createElement("a", {
56
67
  onClick: function onClick() {
@@ -61,8 +72,8 @@ function CarWork(props) {
61
72
  }));
62
73
  }
63
74
  }];
64
- // let bucketIdx = 3,
65
- // weightIdx = 3;
75
+ var bucketIdx = 3,
76
+ weightIdx = 3;
66
77
  // if (paramConfigsList['SHOW_TENDER']?.value === 'true') {
67
78
  // columns.splice(3, 0, {
68
79
  // title: '标段',
@@ -74,31 +85,30 @@ function CarWork(props) {
74
85
  // bucketIdx = 4;
75
86
  // weightIdx = 4;
76
87
  // }
77
- // if (paramConfigsList['SHOW_COLLECTING_BUCKETS']?.value === 'true') {
78
- // columns.splice(bucketIdx, 0, {
79
- // title: '桶数(桶)',
80
- // dataIndex: 'bucketNum',
81
- // key: 'bucketNum',
82
- // width: '10%',
83
- // ellipsis: true,
84
- // });
85
- // weightIdx = bucketIdx + 1;
86
- // }
87
- // if (paramConfigsList['SHOW_WEIGHTING']?.value === 'true') {
88
- // columns.splice(weightIdx, 0, {
89
- // title: '收集重量(kg)',
90
- // dataIndex: 'weight',
91
- // key: 'weight',
92
- // width: '15%',
93
- // ellipsis: true,
94
- // });
95
- // }
88
+ if (((_a = paramConfigsList['SHOW_COLLECTING_BUCKETS']) === null || _a === void 0 ? void 0 : _a.value) === 'true') {
89
+ columns.splice(bucketIdx, 0, {
90
+ title: '桶数(桶)',
91
+ dataIndex: 'bucketNum',
92
+ key: 'bucketNum',
93
+ width: '12%',
94
+ ellipsis: true
95
+ });
96
+ weightIdx = bucketIdx + 1;
97
+ }
98
+ if (((_b = paramConfigsList['SHOW_WEIGHTING']) === null || _b === void 0 ? void 0 : _b.value) === 'true') {
99
+ columns.splice(weightIdx, 0, {
100
+ title: '收集重量(kg)',
101
+ dataIndex: 'weight',
102
+ key: 'weight',
103
+ width: '15%',
104
+ ellipsis: true
105
+ });
106
+ }
96
107
  var tableProps = {
97
108
  scroll: {
98
109
  y: 240,
99
- x: "100%"
110
+ x: "120%"
100
111
  },
101
- isIndex: false,
102
112
  height: 240,
103
113
  pagination: {
104
114
  current: 1,
@@ -1 +1 @@
1
- {"version":3,"file":"CarWork.js","names":["CarWork","props","dataSource","isDark","columns","title","dataIndex","key","ellipsis","render","text","React","createElement","onClick","window","open","location","protocol","host","href","split","src","track","tableProps","scroll","y","x","isIndex","height","pagination","current","pageSize","length","map","ele","index","Object","assign","VMTable","rowKey"],"sources":["vtx-cp-modal/components/BaseInfo/CarWork.js"],"sourcesContent":["/**\n * 收集点-总览信息-车辆作业信息\n */\nimport React from 'react';\nimport VMTable from '../../../vm-table';\nimport track from '../../imgs/track.png';\nexport default function CarWork(props) {\n const { dataSource, isDark } = props;\n const columns = [\n {\n title: '车牌号',\n dataIndex: 'carCode',\n key: 'carCode',\n ellipsis: true,\n },\n // {\n // title: '收运单位',\n // key: 'collectUnitName',\n // dataIndex: 'collectUnitName',\n // ellipsis: true,\n // },\n {\n title: '垃圾类型',\n dataIndex: 'productTypeName',\n key: 'productTypeName',\n ellipsis: true,\n },\n {\n title: '收集频次',\n dataIndex: 'collectNum',\n key: 'collectNum',\n ellipsis: true,\n },\n {\n title: '桶数(桶)',\n dataIndex: 'bucketNum',\n key: 'bucketNum',\n ellipsis: true,\n },\n {\n title: '收集重量(kg)',\n dataIndex: 'weight',\n key: 'weight',\n ellipsis: true,\n },\n {\n title: '轨迹',\n dataIndex: 'carId',\n key: 'carId',\n render: (text) => {\n return (React.createElement(\"a\", { onClick: () => {\n window.open(`${location.protocol}//${location.host}/carHistory/#/${isDark ? 'index' : 'indexLight'}?carId=${text}&${location.href.split('?')[1]}`);\n } },\n React.createElement(\"img\", { src: track })));\n },\n },\n ];\n // let bucketIdx = 3,\n // weightIdx = 3;\n // if (paramConfigsList['SHOW_TENDER']?.value === 'true') {\n // columns.splice(3, 0, {\n // title: '标段',\n // key: 'bidSectionName',\n // dataIndex: 'bidSectionName',\n // width: '10%',\n // ellipsis: true,\n // });\n // bucketIdx = 4;\n // weightIdx = 4;\n // }\n // if (paramConfigsList['SHOW_COLLECTING_BUCKETS']?.value === 'true') {\n // columns.splice(bucketIdx, 0, {\n // title: '桶数(桶)',\n // dataIndex: 'bucketNum',\n // key: 'bucketNum',\n // width: '10%',\n // ellipsis: true,\n // });\n // weightIdx = bucketIdx + 1;\n // }\n // if (paramConfigsList['SHOW_WEIGHTING']?.value === 'true') {\n // columns.splice(weightIdx, 0, {\n // title: '收集重量(kg)',\n // dataIndex: 'weight',\n // key: 'weight',\n // width: '15%',\n // ellipsis: true,\n // });\n // }\n let tableProps = {\n scroll: {\n y: 240,\n x: `100%`,\n },\n isIndex: false,\n height: 240,\n pagination: {\n current: 1,\n pageSize: 10,\n },\n dataSource: (dataSource === null || dataSource === void 0 ? void 0 : dataSource.length) > 0\n ? dataSource.map((ele, index) => (Object.assign(Object.assign({}, ele), { index })))\n : [],\n };\n return React.createElement(VMTable, Object.assign({ columns: columns, rowKey: \"index\" }, tableProps));\n}\n"],"mappings":";;;;;;AAGA;AACA;AACA;AAAyC;AALzC;AACA;AACA;;AAIe,SAASA,OAAO,CAACC,KAAK,EAAE;EACnC,IAAQC,UAAU,GAAaD,KAAK,CAA5BC,UAAU;IAAEC,MAAM,GAAKF,KAAK,CAAhBE,MAAM;EAC1B,IAAMC,OAAO,GAAG,CACZ;IACIC,KAAK,EAAE,KAAK;IACZC,SAAS,EAAE,SAAS;IACpBC,GAAG,EAAE,SAAS;IACdC,QAAQ,EAAE;EACd,CAAC;EACD;EACA;EACA;EACA;EACA;EACA;EACA;IACIH,KAAK,EAAE,MAAM;IACbC,SAAS,EAAE,iBAAiB;IAC5BC,GAAG,EAAE,iBAAiB;IACtBC,QAAQ,EAAE;EACd,CAAC,EACD;IACIH,KAAK,EAAE,MAAM;IACbC,SAAS,EAAE,YAAY;IACvBC,GAAG,EAAE,YAAY;IACjBC,QAAQ,EAAE;EACd,CAAC,EACD;IACIH,KAAK,EAAE,OAAO;IACdC,SAAS,EAAE,WAAW;IACtBC,GAAG,EAAE,WAAW;IAChBC,QAAQ,EAAE;EACd,CAAC,EACD;IACIH,KAAK,EAAE,UAAU;IACjBC,SAAS,EAAE,QAAQ;IACnBC,GAAG,EAAE,QAAQ;IACbC,QAAQ,EAAE;EACd,CAAC,EACD;IACIH,KAAK,EAAE,IAAI;IACXC,SAAS,EAAE,OAAO;IAClBC,GAAG,EAAE,OAAO;IACZE,MAAM,EAAE,gBAACC,IAAI,EAAK;MACd,oBAAQC,iBAAK,CAACC,aAAa,CAAC,GAAG,EAAE;QAAEC,OAAO,EAAE,mBAAM;UAC1CC,MAAM,CAACC,IAAI,WAAIC,QAAQ,CAACC,QAAQ,eAAKD,QAAQ,CAACE,IAAI,2BAAiBf,MAAM,GAAG,OAAO,GAAG,YAAY,oBAAUO,IAAI,cAAIM,QAAQ,CAACG,IAAI,CAACC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAG;QACtJ;MAAE,CAAC,eACHT,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;QAAES,GAAG,EAAEC;MAAM,CAAC,CAAC,CAAC;IACnD;EACJ,CAAC,CACJ;EACD;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA,IAAIC,UAAU,GAAG;IACbC,MAAM,EAAE;MACJC,CAAC,EAAE,GAAG;MACNC,CAAC;IACL,CAAC;IACDC,OAAO,EAAE,KAAK;IACdC,MAAM,EAAE,GAAG;IACXC,UAAU,EAAE;MACRC,OAAO,EAAE,CAAC;MACVC,QAAQ,EAAE;IACd,CAAC;IACD7B,UAAU,EAAE,CAACA,UAAU,KAAK,IAAI,IAAIA,UAAU,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,UAAU,CAAC8B,MAAM,IAAI,CAAC,GACrF9B,UAAU,CAAC+B,GAAG,CAAC,UAACC,GAAG,EAAEC,KAAK;MAAA,OAAMC,MAAM,CAACC,MAAM,CAACD,MAAM,CAACC,MAAM,CAAC,CAAC,CAAC,EAAEH,GAAG,CAAC,EAAE;QAAEC,KAAK,EAALA;MAAM,CAAC,CAAC;IAAA,CAAC,CAAC,GAClF;EACV,CAAC;EACD,oBAAOxB,iBAAK,CAACC,aAAa,CAAC0B,mBAAO,EAAEF,MAAM,CAACC,MAAM,CAAC;IAAEjC,OAAO,EAAEA,OAAO;IAAEmC,MAAM,EAAE;EAAQ,CAAC,EAAEhB,UAAU,CAAC,CAAC;AACzG"}
1
+ {"version":3,"file":"CarWork.js","names":["_react","_interopRequireDefault","require","_vmTable","_track","e","__esModule","CarWork","props","_a","_b","dataSource","paramConfigsList","isDark","columns","title","dataIndex","key","ellipsis","width","render","text","React","createElement","onClick","window","open","concat","location","protocol","host","href","split","src","track","bucketIdx","weightIdx","value","splice","tableProps","scroll","y","x","height","pagination","current","pageSize","length","map","ele","index","Object","assign","VMTable","rowKey"],"sources":["vtx-cp-modal/components/BaseInfo/CarWork.js"],"sourcesContent":["/**\n * 收集点-总览信息-车辆作业信息\n */\nimport React from 'react';\nimport VMTable from '../../../vm-table';\nimport track from '../../imgs/track.png';\nexport default function CarWork(props) {\n var _a, _b;\n const { dataSource, paramConfigsList, isDark } = props;\n const columns = [\n {\n title: '车牌号',\n dataIndex: 'carCode',\n key: 'carCode',\n ellipsis: true,\n },\n {\n title: '司机',\n dataIndex: 'driver',\n key: 'driver',\n ellipsis: true,\n },\n {\n title: '司机电话',\n dataIndex: 'driverPhone',\n key: 'driverPhone',\n width: '13%',\n ellipsis: true,\n },\n {\n title: '收集时间',\n dataIndex: 'collectTime',\n key: 'collectTime',\n width: '13%',\n ellipsis: true,\n },\n {\n title: '收运单位',\n key: 'collectUnitName',\n dataIndex: 'collectUnitName',\n width: '13%',\n ellipsis: true,\n },\n {\n title: '垃圾类型',\n dataIndex: 'productTypeName',\n key: 'productTypeName',\n width: '13%',\n ellipsis: true,\n },\n {\n title: '收集频次',\n dataIndex: 'collectNum',\n key: 'collectNum',\n width: '13%',\n ellipsis: true,\n },\n {\n title: '轨迹',\n dataIndex: 'carId',\n key: 'carId',\n width: '10%',\n render: (text) => {\n return (React.createElement(\"a\", { onClick: () => {\n window.open(`${location.protocol}//${location.host}/carHistory/#/${isDark ? 'index' : 'indexLight'}?carId=${text}&${location.href.split('?')[1]}`);\n } },\n React.createElement(\"img\", { src: track })));\n },\n },\n ];\n let bucketIdx = 3, weightIdx = 3;\n // if (paramConfigsList['SHOW_TENDER']?.value === 'true') {\n // columns.splice(3, 0, {\n // title: '标段',\n // key: 'bidSectionName',\n // dataIndex: 'bidSectionName',\n // width: '10%',\n // ellipsis: true,\n // });\n // bucketIdx = 4;\n // weightIdx = 4;\n // }\n if (((_a = paramConfigsList['SHOW_COLLECTING_BUCKETS']) === null || _a === void 0 ? void 0 : _a.value) === 'true') {\n columns.splice(bucketIdx, 0, {\n title: '桶数(桶)',\n dataIndex: 'bucketNum',\n key: 'bucketNum',\n width: '12%',\n ellipsis: true,\n });\n weightIdx = bucketIdx + 1;\n }\n if (((_b = paramConfigsList['SHOW_WEIGHTING']) === null || _b === void 0 ? void 0 : _b.value) === 'true') {\n columns.splice(weightIdx, 0, {\n title: '收集重量(kg)',\n dataIndex: 'weight',\n key: 'weight',\n width: '15%',\n ellipsis: true,\n });\n }\n let tableProps = {\n scroll: {\n y: 240,\n x: `120%`,\n },\n height: 240,\n pagination: {\n current: 1,\n pageSize: 10,\n },\n dataSource: (dataSource === null || dataSource === void 0 ? void 0 : dataSource.length) > 0\n ? dataSource.map((ele, index) => (Object.assign(Object.assign({}, ele), { index })))\n : [],\n };\n return React.createElement(VMTable, Object.assign({ columns: columns, rowKey: \"index\" }, tableProps));\n}\n"],"mappings":"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","ignoreList":[]}
@@ -0,0 +1,180 @@
1
+ "use strict";
2
+
3
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
4
+ Object.defineProperty(exports, "__esModule", {
5
+ value: true
6
+ });
7
+ exports["default"] = Rules;
8
+ var _react = _interopRequireWildcard(require("react"));
9
+ var _vmNodata = _interopRequireDefault(require("../../../vm-nodata"));
10
+ function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
11
+ function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
12
+ function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
13
+ function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
14
+ 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."); }
15
+ function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
16
+ function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
17
+ function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
18
+ function _arrayWithHoles(r) { if (Array.isArray(r)) return r; } /**
19
+ * 收集点-总览信息-收运规则
20
+ */
21
+ var ShowRule = function ShowRule(props) {
22
+ return /*#__PURE__*/_react["default"].createElement("div", {
23
+ className: "showRule",
24
+ style: props.styles
25
+ }, props.children);
26
+ };
27
+ function Rules(props) {
28
+ var _a;
29
+ var _props$formData = props.formData,
30
+ formData = _props$formData === void 0 ? {} : _props$formData;
31
+ var _useState = (0, _react.useState)(''),
32
+ _useState2 = _slicedToArray(_useState, 2),
33
+ excludeText = _useState2[0],
34
+ setExcludeText = _useState2[1]; // 非工作时段展示
35
+ (0, _react.useEffect)(function () {
36
+ // 非工作时段
37
+ var excludeArr = [];
38
+ if (formData === null || formData === void 0 ? void 0 : formData.excludeWeekends) {
39
+ excludeArr.push('周末');
40
+ }
41
+ if (formData === null || formData === void 0 ? void 0 : formData.excludeHolidays) {
42
+ excludeArr.push('节假日(除周末外)');
43
+ }
44
+ if (formData === null || formData === void 0 ? void 0 : formData.excludeDays) {
45
+ var excludeDaysArr = (formData === null || formData === void 0 ? void 0 : formData.excludeDays.split(',')) ? formData === null || formData === void 0 ? void 0 : formData.excludeDays.split(',') : [];
46
+ excludeDaysArr.forEach(function (ele) {
47
+ excludeArr.push(ele);
48
+ });
49
+ }
50
+ setExcludeText(excludeArr.join(','));
51
+ }, [JSON.stringify(formData || {})]);
52
+ return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, excludeText && /*#__PURE__*/_react["default"].createElement("div", {
53
+ className: "title"
54
+ }, /*#__PURE__*/_react["default"].createElement("span", {
55
+ className: "line"
56
+ }), " \u975E\u5DE5\u4F5C\u65F6\u6BB5\uFF1A", excludeText || '--'), Array.isArray(formData === null || formData === void 0 ? void 0 : formData.garbageTypeConfigs) ? (_a = formData === null || formData === void 0 ? void 0 : formData.garbageTypeConfigs) === null || _a === void 0 ? void 0 : _a.map(function (item) {
57
+ var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;
58
+ var productTypeName = item.productTypeName;
59
+ var styles = {};
60
+ var img = '';
61
+ if (productTypeName == '生活垃圾') {
62
+ styles.color = '#0E4E90';
63
+ styles.border = '1px solid #aec8de';
64
+ styles.background = 'linear-gradient(180deg, #DAE8F4, #FFFFFF)';
65
+ img = require('./assets/shlj.png');
66
+ } else if (productTypeName == '有害垃圾') {
67
+ styles.color = '#E62631';
68
+ styles.border = '1px solid #EFBBBC';
69
+ styles.background = 'linear-gradient(180deg, #EED9D8, #FFFFFF)';
70
+ img = require('./assets/yhlj.png');
71
+ } else if (productTypeName == '厨余垃圾') {
72
+ styles.color = '#009244';
73
+ styles.border = '1px solid #B4DBCA';
74
+ styles.background = 'linear-gradient(180deg, #C1EADF, #FFFFFF)';
75
+ // styles.background =
76
+ // ~'linear-gradient(180deg, #C1EADF, #FFFFFF) no-repeat / 100% 60px';
77
+ img = require('./assets/cylj.png');
78
+ } else {
79
+ styles.color = '#1F1715';
80
+ styles.border = '1px solid #C1C1C2';
81
+ styles.background = 'linear-gradient(180deg, #DCDFE2, #FFFFFF)';
82
+ img = require('./assets/qtlj.png');
83
+ }
84
+ return /*#__PURE__*/_react["default"].createElement(ShowRule, {
85
+ styles: styles,
86
+ key: item.productTypeId
87
+ }, /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("div", {
88
+ className: "rowItemCheckbox"
89
+ }, /*#__PURE__*/_react["default"].createElement("img", {
90
+ src: img,
91
+ style: {
92
+ width: 40,
93
+ height: 40,
94
+ marginRight: 10
95
+ }
96
+ }), ' ', item.productTypeName || '--'), /*#__PURE__*/_react["default"].createElement("div", {
97
+ className: "rowItem"
98
+ }, /*#__PURE__*/_react["default"].createElement("div", {
99
+ style: {
100
+ width: '100%'
101
+ }
102
+ }, /*#__PURE__*/_react["default"].createElement("div", {
103
+ className: "rowItem"
104
+ }, /*#__PURE__*/_react["default"].createElement("div", {
105
+ className: "rowItemSingle"
106
+ }, /*#__PURE__*/_react["default"].createElement("div", {
107
+ className: "rowItemTitle"
108
+ }, "\u89C4\u5219\u7C7B\u578B\uFF1A"), /*#__PURE__*/_react["default"].createElement("div", {
109
+ className: "rowItemCont"
110
+ }, item.ruleType == 'DYYC' ? '多日一次' : item.ruleType == 'DGSD' ? '按时间段' : '--')), /*#__PURE__*/_react["default"].createElement("div", {
111
+ className: "rowItemSingle"
112
+ }, /*#__PURE__*/_react["default"].createElement("div", {
113
+ className: "rowItemTitle"
114
+ }, "\u6876\u4E2A\u6570\uFF1A"), /*#__PURE__*/_react["default"].createElement("div", {
115
+ className: "rowItemCont"
116
+ }, item.bucketNum || '--'))), /*#__PURE__*/_react["default"].createElement("div", {
117
+ className: "rowItem"
118
+ }, /*#__PURE__*/_react["default"].createElement("div", {
119
+ className: "rowItemSingle"
120
+ }, /*#__PURE__*/_react["default"].createElement("div", {
121
+ className: "rowItemTitle"
122
+ }, "\u6807\u6BB5\uFF1A"), /*#__PURE__*/_react["default"].createElement("div", {
123
+ className: "rowItemCont"
124
+ }, item.tenderName || '--')), ' ', /*#__PURE__*/_react["default"].createElement("div", {
125
+ className: "rowItemSingle"
126
+ }, /*#__PURE__*/_react["default"].createElement("div", {
127
+ className: "rowItemTitle"
128
+ }, "\u6536\u8FD0\u5355\u4F4D\uFF1A"), /*#__PURE__*/_react["default"].createElement("div", {
129
+ className: "rowItemCont"
130
+ }, item.accUnitName || item.accUnitIdName || '--'))), item.ruleType == 'DYYC' && ( /*#__PURE__*/_react["default"].createElement("div", {
131
+ className: "rowItem"
132
+ }, /*#__PURE__*/_react["default"].createElement("div", {
133
+ className: "rowItemSingle"
134
+ }, /*#__PURE__*/_react["default"].createElement("div", {
135
+ className: "rowItemTitle"
136
+ }, "\u6536\u8FD0\u89C4\u5219\uFF1A"), /*#__PURE__*/_react["default"].createElement("div", {
137
+ className: "rowItemCont"
138
+ }, (_b = (_a = item.dyycRule) === null || _a === void 0 ? void 0 : _a.ruleName) !== null && _b !== void 0 ? _b : '--')), ' ', /*#__PURE__*/_react["default"].createElement("div", {
139
+ className: "rowItemSingle"
140
+ }, /*#__PURE__*/_react["default"].createElement("div", {
141
+ className: "rowItemTitle"
142
+ }, "\u6536\u8FD0\u8F66\u8F86\uFF1A"), /*#__PURE__*/_react["default"].createElement("div", {
143
+ className: "rowItemCont"
144
+ }, (_d = (_c = item.dyycRule) === null || _c === void 0 ? void 0 : _c.carCode) !== null && _d !== void 0 ? _d : '--')))), item.ruleType == 'DGSD' && ( /*#__PURE__*/_react["default"].createElement("div", {
145
+ className: "rowItem"
146
+ }, /*#__PURE__*/_react["default"].createElement("div", null, "\u6309\u65F6\u6BB5\u914D\u7F6E\u8F66\u8F86\uFF1A"), /*#__PURE__*/_react["default"].createElement("div", null, ((_e = item.dgsdRule) === null || _e === void 0 ? void 0 : _e.configCarByPeriod) ? '是' : '否'))), item.ruleType == 'DGSD' && !((_f = item.dgsdRule) === null || _f === void 0 ? void 0 : _f.configCarByPeriod) && ( /*#__PURE__*/_react["default"].createElement("div", {
147
+ className: "rowItem"
148
+ }, /*#__PURE__*/_react["default"].createElement("div", {
149
+ className: "rowItemSingle"
150
+ }, /*#__PURE__*/_react["default"].createElement("div", {
151
+ className: "rowItemTitle"
152
+ }, "\u6536\u8FD0\u89C4\u5219\uFF1A"), /*#__PURE__*/_react["default"].createElement("div", {
153
+ className: "rowItemCont"
154
+ }, (_k = (_j = (_h = (_g = item.dgsdRule) === null || _g === void 0 ? void 0 : _g.carPeriodConfigs) === null || _h === void 0 ? void 0 : _h[0]) === null || _j === void 0 ? void 0 : _j.periodStr) !== null && _k !== void 0 ? _k : '--')), ' ', /*#__PURE__*/_react["default"].createElement("div", {
155
+ className: "rowItemSingle"
156
+ }, /*#__PURE__*/_react["default"].createElement("div", {
157
+ className: "rowItemTitle"
158
+ }, "\u6536\u8FD0\u8F66\u8F86\uFF1A"), /*#__PURE__*/_react["default"].createElement("div", {
159
+ className: "rowItemCont"
160
+ }, (_o = (_m = (_l = item.dgsdRule) === null || _l === void 0 ? void 0 : _l.periodCarConfigs) === null || _m === void 0 ? void 0 : _m[0].carCode) !== null && _o !== void 0 ? _o : '--')))), item.ruleType == 'DGSD' && ((_p = item.dgsdRule) === null || _p === void 0 ? void 0 : _p.configCarByPeriod) && ((_r = (_q = item.dgsdRule) === null || _q === void 0 ? void 0 : _q.periodCarConfigs) === null || _r === void 0 ? void 0 : _r.map(function (it, index) {
161
+ return /*#__PURE__*/_react["default"].createElement("div", {
162
+ className: "rowItem",
163
+ key: index
164
+ }, /*#__PURE__*/_react["default"].createElement("div", {
165
+ className: "rowItemSingle"
166
+ }, /*#__PURE__*/_react["default"].createElement("div", {
167
+ className: "rowItemTitle"
168
+ }, "\u6536\u8FD0\u89C4\u5219\uFF1A"), /*#__PURE__*/_react["default"].createElement("div", {
169
+ className: "rowItemCont"
170
+ }, it.startTime ? "".concat(it.startTime, "-").concat(it.endTime) : '--')), ' ', /*#__PURE__*/_react["default"].createElement("div", {
171
+ className: "rowItemSingle"
172
+ }, /*#__PURE__*/_react["default"].createElement("div", {
173
+ className: "rowItemTitle"
174
+ }, "\u6536\u8FD0\u8F66\u8F86\uFF1A"), /*#__PURE__*/_react["default"].createElement("div", {
175
+ className: "rowItemCont"
176
+ }, it.carCode || '--')));
177
+ }))))), ' ');
178
+ }) : ( /*#__PURE__*/_react["default"].createElement(_vmNodata["default"], null)));
179
+ }
180
+ //# sourceMappingURL=Rules copy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Rules copy.js","names":["_react","_interopRequireWildcard","require","_vmNodata","_interopRequireDefault","e","__esModule","_getRequireWildcardCache","WeakMap","r","t","_typeof","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","TypeError","_arrayLikeToArray","toString","slice","constructor","name","Array","from","test","length","l","Symbol","iterator","f","o","next","done","push","value","isArray","ShowRule","props","React","createElement","className","style","styles","children","Rules","_a","_props$formData","formData","_useState","useState","_useState2","excludeText","setExcludeText","useEffect","excludeArr","excludeWeekends","excludeHolidays","excludeDays","excludeDaysArr","split","forEach","ele","join","JSON","stringify","Fragment","garbageTypeConfigs","map","item","_b","_c","_d","_e","_f","_g","_h","_j","_k","_l","_m","_o","_p","_q","_r","productTypeName","img","color","border","background","key","productTypeId","src","width","height","marginRight","ruleType","bucketNum","tenderName","accUnitName","accUnitIdName","dyycRule","ruleName","carCode","dgsdRule","configCarByPeriod","carPeriodConfigs","periodStr","periodCarConfigs","it","index","startTime","concat","endTime","NoData"],"sources":["vtx-cp-modal/components/BaseInfo/Rules copy.js"],"sourcesContent":["/**\n * 收集点-总览信息-收运规则\n */\nimport React, { useState, useEffect } from 'react';\nimport NoData from '../../../vm-nodata';\nconst ShowRule = (props) => {\n return (React.createElement(\"div\", { className: \"showRule\", style: props.styles }, props.children));\n};\nexport default function Rules(props) {\n var _a;\n const { formData = {} } = props;\n const [excludeText, setExcludeText] = useState(''); // 非工作时段展示\n useEffect(() => {\n // 非工作时段\n let excludeArr = [];\n if (formData === null || formData === void 0 ? void 0 : formData.excludeWeekends) {\n excludeArr.push('周末');\n }\n if (formData === null || formData === void 0 ? void 0 : formData.excludeHolidays) {\n excludeArr.push('节假日(除周末外)');\n }\n if (formData === null || formData === void 0 ? void 0 : formData.excludeDays) {\n const excludeDaysArr = (formData === null || formData === void 0 ? void 0 : formData.excludeDays.split(','))\n ? formData === null || formData === void 0 ? void 0 : formData.excludeDays.split(',')\n : [];\n excludeDaysArr.forEach((ele) => {\n excludeArr.push(ele);\n });\n }\n setExcludeText(excludeArr.join(','));\n }, [JSON.stringify(formData || {})]);\n return (React.createElement(React.Fragment, null,\n excludeText && React.createElement(\"div\", { className: \"title\" },\n React.createElement(\"span\", { className: \"line\" }),\n \" \\u975E\\u5DE5\\u4F5C\\u65F6\\u6BB5\\uFF1A\",\n excludeText || '--'),\n Array.isArray(formData === null || formData === void 0 ? void 0 : formData.garbageTypeConfigs) ? ((_a = formData === null || formData === void 0 ? void 0 : formData.garbageTypeConfigs) === null || _a === void 0 ? void 0 : _a.map((item) => {\n var _a, _b, _c, _d, _e, _f, _g, _h, _j, _k, _l, _m, _o, _p, _q, _r;\n const { productTypeName } = item;\n let styles = {};\n let img = '';\n if (productTypeName == '生活垃圾') {\n styles.color = '#0E4E90';\n styles.border = '1px solid #aec8de';\n styles.background = 'linear-gradient(180deg, #DAE8F4, #FFFFFF)';\n img = require('./assets/shlj.png');\n }\n else if (productTypeName == '有害垃圾') {\n styles.color = '#E62631';\n styles.border = '1px solid #EFBBBC';\n styles.background = 'linear-gradient(180deg, #EED9D8, #FFFFFF)';\n img = require('./assets/yhlj.png');\n }\n else if (productTypeName == '厨余垃圾') {\n styles.color = '#009244';\n styles.border = '1px solid #B4DBCA';\n styles.background = 'linear-gradient(180deg, #C1EADF, #FFFFFF)';\n // styles.background =\n // ~'linear-gradient(180deg, #C1EADF, #FFFFFF) no-repeat / 100% 60px';\n img = require('./assets/cylj.png');\n }\n else {\n styles.color = '#1F1715';\n styles.border = '1px solid #C1C1C2';\n styles.background = 'linear-gradient(180deg, #DCDFE2, #FFFFFF)';\n img = require('./assets/qtlj.png');\n }\n return (React.createElement(ShowRule, { styles: styles, key: item.productTypeId },\n React.createElement(\"div\", null,\n React.createElement(\"div\", { className: \"rowItemCheckbox\" },\n React.createElement(\"img\", { src: img, style: { width: 40, height: 40, marginRight: 10 } }),\n ' ',\n item.productTypeName || '--'),\n React.createElement(\"div\", { className: \"rowItem\" },\n React.createElement(\"div\", { style: { width: '100%' } },\n React.createElement(\"div\", { className: \"rowItem\" },\n React.createElement(\"div\", { className: \"rowItemSingle\" },\n React.createElement(\"div\", { className: \"rowItemTitle\" }, \"\\u89C4\\u5219\\u7C7B\\u578B\\uFF1A\"),\n React.createElement(\"div\", { className: \"rowItemCont\" }, item.ruleType == 'DYYC'\n ? '多日一次'\n : item.ruleType == 'DGSD'\n ? '按时间段'\n : '--')),\n React.createElement(\"div\", { className: \"rowItemSingle\" },\n React.createElement(\"div\", { className: \"rowItemTitle\" }, \"\\u6876\\u4E2A\\u6570\\uFF1A\"),\n React.createElement(\"div\", { className: \"rowItemCont\" }, item.bucketNum || '--'))),\n React.createElement(\"div\", { className: \"rowItem\" },\n React.createElement(\"div\", { className: \"rowItemSingle\" },\n React.createElement(\"div\", { className: \"rowItemTitle\" }, \"\\u6807\\u6BB5\\uFF1A\"),\n React.createElement(\"div\", { className: \"rowItemCont\" }, item.tenderName || '--')),\n ' ',\n React.createElement(\"div\", { className: \"rowItemSingle\" },\n React.createElement(\"div\", { className: \"rowItemTitle\" }, \"\\u6536\\u8FD0\\u5355\\u4F4D\\uFF1A\"),\n React.createElement(\"div\", { className: \"rowItemCont\" }, item.accUnitName || item.accUnitIdName || '--'))),\n item.ruleType == 'DYYC' && (React.createElement(\"div\", { className: \"rowItem\" },\n React.createElement(\"div\", { className: \"rowItemSingle\" },\n React.createElement(\"div\", { className: \"rowItemTitle\" }, \"\\u6536\\u8FD0\\u89C4\\u5219\\uFF1A\"),\n React.createElement(\"div\", { className: \"rowItemCont\" }, (_b = (_a = item.dyycRule) === null || _a === void 0 ? void 0 : _a.ruleName) !== null && _b !== void 0 ? _b : '--')),\n ' ',\n React.createElement(\"div\", { className: \"rowItemSingle\" },\n React.createElement(\"div\", { className: \"rowItemTitle\" }, \"\\u6536\\u8FD0\\u8F66\\u8F86\\uFF1A\"),\n React.createElement(\"div\", { className: \"rowItemCont\" }, (_d = (_c = item.dyycRule) === null || _c === void 0 ? void 0 : _c.carCode) !== null && _d !== void 0 ? _d : '--')))),\n item.ruleType == 'DGSD' && (React.createElement(\"div\", { className: \"rowItem\" },\n React.createElement(\"div\", null, \"\\u6309\\u65F6\\u6BB5\\u914D\\u7F6E\\u8F66\\u8F86\\uFF1A\"),\n React.createElement(\"div\", null, ((_e = item.dgsdRule) === null || _e === void 0 ? void 0 : _e.configCarByPeriod) ? '是' : '否'))),\n item.ruleType == 'DGSD' &&\n !((_f = item.dgsdRule) === null || _f === void 0 ? void 0 : _f.configCarByPeriod) && (React.createElement(\"div\", { className: \"rowItem\" },\n React.createElement(\"div\", { className: \"rowItemSingle\" },\n React.createElement(\"div\", { className: \"rowItemTitle\" }, \"\\u6536\\u8FD0\\u89C4\\u5219\\uFF1A\"),\n React.createElement(\"div\", { className: \"rowItemCont\" }, (_k = (_j = (_h = (_g = item.dgsdRule) === null || _g === void 0 ? void 0 : _g.carPeriodConfigs) === null || _h === void 0 ? void 0 : _h[0]) === null || _j === void 0 ? void 0 : _j.periodStr) !== null && _k !== void 0 ? _k : '--')),\n ' ',\n React.createElement(\"div\", { className: \"rowItemSingle\" },\n React.createElement(\"div\", { className: \"rowItemTitle\" }, \"\\u6536\\u8FD0\\u8F66\\u8F86\\uFF1A\"),\n React.createElement(\"div\", { className: \"rowItemCont\" }, (_o = (_m = (_l = item.dgsdRule) === null || _l === void 0 ? void 0 : _l.periodCarConfigs) === null || _m === void 0 ? void 0 : _m[0].carCode) !== null && _o !== void 0 ? _o : '--')))),\n item.ruleType == 'DGSD' &&\n ((_p = item.dgsdRule) === null || _p === void 0 ? void 0 : _p.configCarByPeriod) &&\n ((_r = (_q = item.dgsdRule) === null || _q === void 0 ? void 0 : _q.periodCarConfigs) === null || _r === void 0 ? void 0 : _r.map((it, index) => {\n return (React.createElement(\"div\", { className: \"rowItem\", key: index },\n React.createElement(\"div\", { className: \"rowItemSingle\" },\n React.createElement(\"div\", { className: \"rowItemTitle\" }, \"\\u6536\\u8FD0\\u89C4\\u5219\\uFF1A\"),\n React.createElement(\"div\", { className: \"rowItemCont\" }, it.startTime\n ? `${it.startTime}-${it.endTime}`\n : '--')),\n ' ',\n React.createElement(\"div\", { className: \"rowItemSingle\" },\n React.createElement(\"div\", { className: \"rowItemTitle\" }, \"\\u6536\\u8FD0\\u8F66\\u8F86\\uFF1A\"),\n React.createElement(\"div\", { className: \"rowItemCont\" }, it.carCode || '--'))));\n }))))),\n ' '));\n })) : (React.createElement(NoData, null))));\n}\n"],"mappings":"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","ignoreList":[]}