@vtx/modals2 3.3.19 → 4.0.2

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 +128 -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 -38
  294. package/lib/vtx-base-modal/style/index.js.map +1 -1
  295. package/lib/vtx-base-modal/style/index.less +38 -38
  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,280 +0,0 @@
1
- "use strict";
2
-
3
- function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
4
- Object.defineProperty(exports, "__esModule", {
5
- value: true
6
- });
7
- exports["default"] = exports.View = void 0;
8
- var _react = _interopRequireDefault(require("react"));
9
- var _ahooks = require("ahooks");
10
- var _antd = require("antd");
11
- var _icons = require("@ant-design/icons");
12
- var _vmTable = _interopRequireDefault(require("../../../vm-table"));
13
- var _api = require("../../api");
14
- var _useSettings3 = _interopRequireDefault(require("../../../vm-hooks/useSettings"));
15
- var _vtxBaseModal = _interopRequireDefault(require("../../../vtx-base-modal"));
16
- var _vmSubTitle = _interopRequireDefault(require("../../../vm-sub-title"));
17
- var _vmInfoCollection = _interopRequireDefault(require("../../../vm-info-collection"));
18
- require("./index.less");
19
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
20
- function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
21
- function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
22
- function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
23
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
24
- 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."); }
25
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
26
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
27
- function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) { ; } } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
28
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
29
- var MixInfo = function MixInfo(props) {
30
- var carCode = props.carCode;
31
- var _useSettings = (0, _useSettings3["default"])(),
32
- theme = _useSettings.theme;
33
- var _useSetState = (0, _ahooks.useSetState)({
34
- // date: moment(),
35
- pagination: {
36
- current: 1,
37
- pageSize: 10,
38
- total: 0
39
- },
40
- data: {
41
- total: 0,
42
- rows: []
43
- },
44
- flag: 1,
45
- detail: {}
46
- }),
47
- _useSetState2 = _slicedToArray(_useSetState, 2),
48
- state = _useSetState2[0],
49
- setState = _useSetState2[1];
50
- var pagination = state.pagination,
51
- detail = state.detail,
52
- flag = state.flag;
53
- var _MixService$useList = _api.MixService.useList(carCode,
54
- // `${date} 00:00:00`,
55
- // `${date} 23:59:59`,
56
- pagination.current - 1, flag),
57
- records = _MixService$useList.records;
58
- var columns = [{
59
- title: '车牌号',
60
- dataIndex: 'carCode',
61
- key: 'carCode',
62
- render: function render(text) {
63
- return /*#__PURE__*/_react["default"].createElement("span", null, text || '-');
64
- }
65
- }, {
66
- title: '车辆垃圾类型',
67
- dataIndex: 'carProductTypeName',
68
- key: 'carProductTypeName',
69
- render: function render(text) {
70
- return /*#__PURE__*/_react["default"].createElement("span", null, text || '-', " ", /*#__PURE__*/_react["default"].createElement("img", {
71
- width: "30",
72
- height: "30",
73
- src: require("../../../vtx-ljfl-tfd-modal/imgs/cy_car.png")
74
- }));
75
- }
76
- }, {
77
- title: '收集点',
78
- dataIndex: 'collectPointName',
79
- key: 'collectPointName',
80
- render: function render(text) {
81
- return /*#__PURE__*/_react["default"].createElement("span", null, text || '-');
82
- }
83
- }, {
84
- title: '标签卡卡号',
85
- dataIndex: 'rfidCode',
86
- key: 'rfidCode',
87
- render: function render(text) {
88
- return /*#__PURE__*/_react["default"].createElement("span", null, text || '-');
89
- },
90
- width: 140
91
- }, {
92
- title: '收运桶垃圾类型',
93
- dataIndex: 'bucketProductTypeName',
94
- key: 'bucketProductTypeName',
95
- render: function render(text) {
96
- return /*#__PURE__*/_react["default"].createElement("span", null, text || '-', " ", /*#__PURE__*/_react["default"].createElement("img", {
97
- width: "30",
98
- height: "30",
99
- src: require("../../../vtx-ljfl-tfd-modal/imgs/cy_icon.png")
100
- }));
101
- }
102
- }, {
103
- title: '报警时间',
104
- dataIndex: 'alarmTime',
105
- key: 'alarmTime',
106
- render: function render(text) {
107
- return /*#__PURE__*/_react["default"].createElement("span", null, text || '-');
108
- },
109
- width: 110
110
- }, {
111
- title: '状态',
112
- dataIndex: 'statusValue',
113
- key: 'statusValue',
114
- render: function render(text) {
115
- return /*#__PURE__*/_react["default"].createElement("span", null, text || '-');
116
- }
117
- }, {
118
- title: '操作',
119
- dataIndex: 'operation',
120
- key: 'operation',
121
- width: 50,
122
- render: function render(_text, record) {
123
- return /*#__PURE__*/_react["default"].createElement("a", {
124
- onClick: function onClick() {
125
- setState({
126
- detail: record
127
- });
128
- }
129
- }, "\u67E5\u770B");
130
- }
131
- }];
132
- var pageChange = function pageChange(page) {
133
- setState({
134
- pagination: Object.assign(Object.assign({}, pagination), {
135
- current: page
136
- })
137
- });
138
- };
139
- var tableProps = {
140
- pagination: Object.assign(Object.assign({}, pagination), {
141
- total: records.total || 0,
142
- defaultPageSize: 10,
143
- onChange: pageChange
144
- }),
145
- height: 600,
146
- dataSource: records.rows || []
147
- };
148
- return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("div", {
149
- className: "car-mix"
150
- }, /*#__PURE__*/_react["default"].createElement("div", {
151
- className: "car-mix-main"
152
- }, /*#__PURE__*/_react["default"].createElement("div", {
153
- className: "car-mix-main-head"
154
- }, /*#__PURE__*/_react["default"].createElement(_icons.ReloadOutlined, {
155
- onClick: function onClick() {
156
- setState({
157
- flag: flag + 1
158
- });
159
- },
160
- style: {
161
- color: theme === 'light' ? '#222' : '#fff',
162
- cursor: 'pointer'
163
- }
164
- })), /*#__PURE__*/_react["default"].createElement(_vmTable["default"], Object.assign({
165
- columns: columns,
166
- rowKey: "id"
167
- }, tableProps)))), !!(detail === null || detail === void 0 ? void 0 : detail.carCode) && /*#__PURE__*/_react["default"].createElement(View, {
168
- detail: detail,
169
- visible: !!detail,
170
- onCancel: function onCancel() {
171
- setState({
172
- detail: {}
173
- });
174
- }
175
- }));
176
- };
177
- var _default = MixInfo;
178
- exports["default"] = _default;
179
- var View = function View(props) {
180
- var _useSettings2 = (0, _useSettings3["default"])(),
181
- theme = _useSettings2.theme;
182
- var detail = props.detail,
183
- visible = props.visible,
184
- onCancel = props.onCancel;
185
- var TABS_BASE = 'basicView';
186
- var tabs = [{
187
- key: TABS_BASE,
188
- title: '总览信息'
189
- }];
190
- var baseInfo = [{
191
- label: '车牌号',
192
- key: 'carCode',
193
- value: detail.carCode
194
- }, {
195
- label: '车辆垃圾类型',
196
- key: 'carProductTypeName',
197
- value: detail.carProductTypeName
198
- }, {
199
- label: '收集点',
200
- key: 'collectPointName',
201
- value: detail.collectPointName
202
- }, {
203
- label: '标签卡卡号',
204
- key: 'rfidCode',
205
- value: detail.rfidCode
206
- }, {
207
- label: '收运桶垃圾类型',
208
- key: 'bucketProductTypeName',
209
- value: detail.bucketProductTypeName
210
- }, {
211
- label: '报警时间',
212
- key: 'alarmTime',
213
- value: detail.alarmTime
214
- }, {
215
- label: '状态',
216
- key: 'statusValue',
217
- value: detail.statusValue
218
- }];
219
- var time = (detail === null || detail === void 0 ? void 0 : detail.alarmTime) || '';
220
- var DomContent = function DomContent() {
221
- return /*#__PURE__*/_react["default"].createElement("div", {
222
- className: "car-mix-view"
223
- }, /*#__PURE__*/_react["default"].createElement(_antd.Row, {
224
- gutter: 12
225
- }, /*#__PURE__*/_react["default"].createElement(_antd.Col, {
226
- span: 12
227
- }, /*#__PURE__*/_react["default"].createElement("div", {
228
- className: "car-mix-view-base"
229
- }, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
230
- title: "\u57FA\u672C\u4FE1\u606F"
231
- }), /*#__PURE__*/_react["default"].createElement(_vmInfoCollection["default"], {
232
- data: baseInfo,
233
- gap: 18
234
- }))), /*#__PURE__*/_react["default"].createElement(_antd.Col, {
235
- span: 12
236
- }, /*#__PURE__*/_react["default"].createElement("div", {
237
- className: "car-mix-view-progress"
238
- }, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
239
- title: "\u529E\u7406\u7ECF\u8FC7"
240
- }), /*#__PURE__*/_react["default"].createElement(_antd.Timeline, null, [{
241
- title: '上报',
242
- time: time,
243
- content: '系统自动生成'
244
- }, {
245
- title: '提醒',
246
- time: time,
247
- content: '提醒司机王川现场纠正混收混运行为。'
248
- }, {
249
- title: '通知',
250
- time: time,
251
- content: '告知簇锦街道责任人存在混收混运行为,进行远程督导。'
252
- }, {
253
- title: '通知',
254
- time: time,
255
- content: '告知武侯区城管执法队进行执法处罚。'
256
- }].map(function (item, index) {
257
- return /*#__PURE__*/_react["default"].createElement(_antd.Timeline.Item, {
258
- key: index,
259
- color: "#00b0ff"
260
- }, /*#__PURE__*/_react["default"].createElement("div", {
261
- className: "car-mix-view-progress-content"
262
- }, /*#__PURE__*/_react["default"].createElement("div", {
263
- className: "car-mix-view-progress-head"
264
- }, /*#__PURE__*/_react["default"].createElement("div", null, item.title), /*#__PURE__*/_react["default"].createElement("div", null, item.time)), /*#__PURE__*/_react["default"].createElement("div", {
265
- className: "car-mix-view-progress-main"
266
- }, item.content)));
267
- }))))));
268
- };
269
- return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, visible && /*#__PURE__*/_react["default"].createElement(_vtxBaseModal["default"], {
270
- title: "\u6DF7\u6536\u6DF7\u8FD0\u62A5\u8B66",
271
- width: 1000,
272
- theme: theme === 'blue' ? 'blue' : 'light',
273
- visible: visible,
274
- onCancel: onCancel,
275
- tabs: tabs,
276
- contents: _defineProperty({}, TABS_BASE, DomContent())
277
- }));
278
- };
279
- exports.View = View;
280
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","names":["MixInfo","props","carCode","useSettings","theme","useSetState","pagination","current","pageSize","total","data","rows","flag","detail","state","setState","MixService","useList","records","columns","title","dataIndex","key","render","text","React","createElement","width","height","src","require","_text","record","onClick","pageChange","page","Object","assign","tableProps","defaultPageSize","onChange","dataSource","Fragment","className","ReloadOutlined","style","color","cursor","VMTable","rowKey","View","visible","onCancel","TABS_BASE","tabs","baseInfo","label","value","carProductTypeName","collectPointName","rfidCode","bucketProductTypeName","alarmTime","statusValue","time","DomContent","Row","gutter","Col","span","SubTitle","Base","gap","Timeline","content","map","item","index","Item","VtxBaseModal","contents"],"sources":["vtx-car-adm251-modal/components/Mix/index.js"],"sourcesContent":["/**\n * 车辆-统计信息\n */\nimport React from 'react';\nimport { useSetState } from 'ahooks';\nimport { Row, Col, Timeline } from 'antd';\nimport { ReloadOutlined } from '@ant-design/icons';\nimport VMTable from '../../../vm-table';\nimport { MixService } from '../../api';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport VtxBaseModal from '../../../vtx-base-modal';\nimport SubTitle from '../../../vm-sub-title';\nimport Base from '../../../vm-info-collection';\nimport './index.less';\nconst MixInfo = (props) => {\n const { carCode } = props;\n const { theme } = useSettings();\n const [state, setState] = useSetState({\n // date: moment(),\n pagination: {\n current: 1,\n pageSize: 10,\n total: 0,\n },\n data: {\n total: 0,\n rows: [],\n },\n flag: 1,\n detail: {},\n });\n const { pagination, detail, flag } = state;\n const { records } = MixService.useList(carCode, \n // `${date} 00:00:00`,\n // `${date} 23:59:59`,\n pagination.current - 1, flag);\n const columns = [\n {\n title: '车牌号',\n dataIndex: 'carCode',\n key: 'carCode',\n render: (text) => React.createElement(\"span\", null, text || '-'),\n },\n {\n title: '车辆垃圾类型',\n dataIndex: 'carProductTypeName',\n key: 'carProductTypeName',\n render: (text) => React.createElement(\"span\", null,\n text || '-',\n \" \",\n React.createElement(\"img\", { width: \"30\", height: \"30\", src: require(`../../../vtx-ljfl-tfd-modal/imgs/cy_car.png`) })),\n },\n {\n title: '收集点',\n dataIndex: 'collectPointName',\n key: 'collectPointName',\n render: (text) => React.createElement(\"span\", null, text || '-'),\n },\n {\n title: '标签卡卡号',\n dataIndex: 'rfidCode',\n key: 'rfidCode',\n render: (text) => React.createElement(\"span\", null, text || '-'),\n width: 140,\n },\n {\n title: '收运桶垃圾类型',\n dataIndex: 'bucketProductTypeName',\n key: 'bucketProductTypeName',\n render: (text) => React.createElement(\"span\", null,\n text || '-',\n \" \",\n React.createElement(\"img\", { width: \"30\", height: \"30\", src: require(`../../../vtx-ljfl-tfd-modal/imgs/cy_icon.png`) })),\n },\n {\n title: '报警时间',\n dataIndex: 'alarmTime',\n key: 'alarmTime',\n render: (text) => React.createElement(\"span\", null, text || '-'),\n width: 110,\n },\n {\n title: '状态',\n dataIndex: 'statusValue',\n key: 'statusValue',\n render: (text) => React.createElement(\"span\", null, text || '-'),\n },\n {\n title: '操作',\n dataIndex: 'operation',\n key: 'operation',\n width: 50,\n render: (_text, record) => (React.createElement(\"a\", { onClick: () => {\n setState({\n detail: record,\n });\n } }, \"\\u67E5\\u770B\")),\n },\n ];\n const pageChange = (page) => {\n setState({\n pagination: Object.assign(Object.assign({}, pagination), { current: page }),\n });\n };\n const tableProps = {\n pagination: Object.assign(Object.assign({}, pagination), { total: records.total || 0, defaultPageSize: 10, onChange: pageChange }),\n height: 600,\n dataSource: records.rows || [],\n };\n return (React.createElement(React.Fragment, null,\n React.createElement(\"div\", { className: \"car-mix\" },\n React.createElement(\"div\", { className: \"car-mix-main\" },\n React.createElement(\"div\", { className: \"car-mix-main-head\" },\n React.createElement(ReloadOutlined, { onClick: () => {\n setState({\n flag: flag + 1,\n });\n }, style: {\n color: theme === 'light' ? '#222' : '#fff',\n cursor: 'pointer',\n } })),\n React.createElement(VMTable, Object.assign({ columns: columns, rowKey: \"id\" }, tableProps)))),\n !!(detail === null || detail === void 0 ? void 0 : detail.carCode) && (React.createElement(View, { detail: detail, visible: !!detail, onCancel: () => {\n setState({\n detail: {},\n });\n } }))));\n};\nexport default MixInfo;\nexport const View = props => {\n const { theme } = useSettings();\n const { detail, visible, onCancel } = props;\n const TABS_BASE = 'basicView';\n let tabs = [{ key: TABS_BASE, title: '总览信息' }];\n const baseInfo = [\n {\n label: '车牌号',\n key: 'carCode',\n value: detail.carCode,\n },\n {\n label: '车辆垃圾类型',\n key: 'carProductTypeName',\n value: detail.carProductTypeName,\n },\n {\n label: '收集点',\n key: 'collectPointName',\n value: detail.collectPointName,\n },\n {\n label: '标签卡卡号',\n key: 'rfidCode',\n value: detail.rfidCode,\n },\n {\n label: '收运桶垃圾类型',\n key: 'bucketProductTypeName',\n value: detail.bucketProductTypeName,\n },\n {\n label: '报警时间',\n key: 'alarmTime',\n value: detail.alarmTime,\n },\n {\n label: '状态',\n key: 'statusValue',\n value: detail.statusValue,\n },\n ];\n const time = (detail === null || detail === void 0 ? void 0 : detail.alarmTime) || '';\n const DomContent = () => {\n return (React.createElement(\"div\", { className: \"car-mix-view\" },\n React.createElement(Row, { gutter: 12 },\n React.createElement(Col, { span: 12 },\n React.createElement(\"div\", { className: \"car-mix-view-base\" },\n React.createElement(SubTitle, { title: \"\\u57FA\\u672C\\u4FE1\\u606F\" }),\n React.createElement(Base, { data: baseInfo, gap: 18 }))),\n React.createElement(Col, { span: 12 },\n React.createElement(\"div\", { className: \"car-mix-view-progress\" },\n React.createElement(SubTitle, { title: \"\\u529E\\u7406\\u7ECF\\u8FC7\" }),\n React.createElement(Timeline, null, [\n { title: '上报', time: time, content: '系统自动生成' },\n {\n title: '提醒',\n time: time,\n content: '提醒司机王川现场纠正混收混运行为。',\n },\n {\n title: '通知',\n time: time,\n content: '告知簇锦街道责任人存在混收混运行为,进行远程督导。',\n },\n {\n title: '通知',\n time: time,\n content: '告知武侯区城管执法队进行执法处罚。',\n },\n ].map((item, index) => (React.createElement(Timeline.Item, { key: index, color: \"#00b0ff\" },\n React.createElement(\"div\", { className: \"car-mix-view-progress-content\" },\n React.createElement(\"div\", { className: \"car-mix-view-progress-head\" },\n React.createElement(\"div\", null, item.title),\n React.createElement(\"div\", null, item.time)),\n React.createElement(\"div\", { className: \"car-mix-view-progress-main\" }, item.content)))))))))));\n };\n return (React.createElement(React.Fragment, null, visible && (React.createElement(VtxBaseModal, { title: \"\\u6DF7\\u6536\\u6DF7\\u8FD0\\u62A5\\u8B66\", width: 1000, theme: theme === 'blue' ? 'blue' : 'light', visible: visible, onCancel: onCancel, tabs: tabs, contents: {\n [TABS_BASE]: DomContent(),\n } }))));\n};\n"],"mappings":"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"}
@@ -1,49 +0,0 @@
1
- .car-mix {
2
- padding: 10px;
3
-
4
- .car-mix-main {
5
- padding: 11px 16px;
6
- background-color: var(--bg-color2);
7
- min-height: 693px;
8
-
9
- &-head {
10
- float: right;
11
- margin-bottom: 12px;
12
- }
13
- }
14
-
15
- &-view {
16
- height: 430px;
17
- padding: 12px;
18
-
19
- &-base {
20
- height: 410px;
21
- padding: 12px;
22
- background-color: var(--bg-color2);
23
- }
24
- &-progress {
25
- height: 410px;
26
- padding: 12px;
27
- background-color: var(--bg-color2);
28
-
29
- &-head {
30
- display: flex;
31
- justify-content: space-between;
32
- color: #fff;
33
- }
34
- &-main {
35
- margin-top: 6px;
36
- color: #fff;
37
- padding: 6px 8px;
38
- background-color: #045072cc;
39
- border-radius: 4px;
40
- }
41
- }
42
- .ant-timeline-item-tail {
43
- border-left-color: #00b0ffcc;
44
- }
45
- .ant-timeline-item-head {
46
- background-color: #00b0ff;
47
- }
48
- }
49
- }
@@ -1,88 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = void 0;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _ahooks = require("ahooks");
9
- var _vmTable = _interopRequireDefault(require("../../../vm-table"));
10
- var _api = require("../../api");
11
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
12
- function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
13
- 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."); }
14
- function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
15
- function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
16
- function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) { ; } } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
17
- function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
18
- var OilList = function OilList(props) {
19
- var id = props.id,
20
- startDate = props.startDate,
21
- endDate = props.endDate;
22
- var _useSetState = (0, _ahooks.useSetState)({
23
- pagination: {
24
- current: 1,
25
- pageSize: 10,
26
- total: 0
27
- },
28
- sort: ''
29
- }),
30
- _useSetState2 = _slicedToArray(_useSetState, 2),
31
- state = _useSetState2[0],
32
- setState = _useSetState2[1];
33
- var pagination = state.pagination,
34
- sort = state.sort;
35
- var _OilService$useRecord = _api.OilService.useRecord(id, startDate, endDate, pagination.current, sort),
36
- recordRes = _OilService$useRecord.recordRes;
37
- var records = {
38
- total: (recordRes === null || recordRes === void 0 ? void 0 : recordRes.total) || 0,
39
- rows: (recordRes === null || recordRes === void 0 ? void 0 : recordRes.rows) || []
40
- };
41
- var columns = [{
42
- title: '日期',
43
- dataIndex: 'day',
44
- key: 'day',
45
- sorter: true
46
- }, {
47
- title: '总油耗(L)',
48
- dataIndex: 'sumOilUse',
49
- key: 'sumOilUse'
50
- }, {
51
- title: '总里程(公里)',
52
- dataIndex: 'sumMileage',
53
- key: 'sumMileage'
54
- }, {
55
- title: '百公里油耗(L)',
56
- dataIndex: 'averageOilUse',
57
- key: 'averageOilUse'
58
- }];
59
- var pageChange = function pageChange(page) {
60
- setState({
61
- pagination: Object.assign(Object.assign({}, pagination), {
62
- current: page
63
- })
64
- });
65
- };
66
- var handleTableChange = function handleTableChange(sorter) {
67
- setState({
68
- sort: sorter.order === 'ascend' ? 'asc' : 'desc'
69
- });
70
- };
71
- var tableProps = {
72
- pagination: Object.assign(Object.assign({}, pagination), {
73
- total: records.total,
74
- defaultPageSize: 10,
75
- onChange: pageChange
76
- }),
77
- height: 320,
78
- handleTableChange: handleTableChange,
79
- dataSource: records.rows
80
- };
81
- return /*#__PURE__*/_react["default"].createElement(_vmTable["default"], Object.assign({
82
- columns: columns,
83
- rowKey: "id"
84
- }, tableProps));
85
- };
86
- var _default = OilList;
87
- exports["default"] = _default;
88
- //# sourceMappingURL=List.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"List.js","names":["OilList","props","id","startDate","endDate","useSetState","pagination","current","pageSize","total","sort","state","setState","OilService","useRecord","recordRes","records","rows","columns","title","dataIndex","key","sorter","pageChange","page","Object","assign","handleTableChange","order","tableProps","defaultPageSize","onChange","height","dataSource","React","createElement","VMTable","rowKey"],"sources":["vtx-car-adm251-modal/components/OilConsumption/List.js"],"sourcesContent":["/**\n * 油耗信息-列表\n */\nimport React from 'react';\nimport { useSetState } from 'ahooks';\nimport VMTable from '../../../vm-table';\nimport { OilService } from '../../api';\nconst OilList = props => {\n const { id, startDate, endDate } = props;\n const [state, setState] = useSetState({\n pagination: {\n current: 1,\n pageSize: 10,\n total: 0,\n },\n sort: '',\n });\n const { pagination, sort } = state;\n const { recordRes } = OilService.useRecord(id, startDate, endDate, pagination.current, sort);\n const records = {\n total: (recordRes === null || recordRes === void 0 ? void 0 : recordRes.total) || 0,\n rows: (recordRes === null || recordRes === void 0 ? void 0 : recordRes.rows) || [],\n };\n const columns = [\n {\n title: '日期',\n dataIndex: 'day',\n key: 'day',\n sorter: true,\n },\n {\n title: '总油耗(L)',\n dataIndex: 'sumOilUse',\n key: 'sumOilUse',\n },\n {\n title: '总里程(公里)',\n dataIndex: 'sumMileage',\n key: 'sumMileage',\n },\n {\n title: '百公里油耗(L)',\n dataIndex: 'averageOilUse',\n key: 'averageOilUse',\n },\n ];\n const pageChange = (page) => {\n setState({\n pagination: Object.assign(Object.assign({}, pagination), { current: page }),\n });\n };\n const handleTableChange = (sorter) => {\n setState({\n sort: sorter.order === 'ascend' ? 'asc' : 'desc',\n });\n };\n const tableProps = {\n pagination: Object.assign(Object.assign({}, pagination), { total: records.total, defaultPageSize: 10, onChange: pageChange }),\n height: 320,\n handleTableChange,\n dataSource: records.rows,\n };\n return React.createElement(VMTable, Object.assign({ columns: columns, rowKey: \"id\" }, tableProps));\n};\nexport default OilList;\n"],"mappings":"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"}
@@ -1,100 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = OilLine;
7
- var _react = _interopRequireDefault(require("react"));
8
- var _echartsForReact = _interopRequireDefault(require("echarts-for-react"));
9
- var _vmNodata = _interopRequireDefault(require("../../../vm-nodata"));
10
- var _useSettings2 = _interopRequireDefault(require("../../../vm-hooks/useSettings"));
11
- function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
12
- function OilLine(_ref) {
13
- var legends = _ref.legends,
14
- names = _ref.names,
15
- values = _ref.values;
16
- var _useSettings = (0, _useSettings2["default"])(),
17
- chartColor = _useSettings.chartColor,
18
- chartFontColor = _useSettings.chartFontColor;
19
- var lineOption = {
20
- color: chartColor,
21
- tooltip: {
22
- trigger: 'axis'
23
- },
24
- legend: {
25
- show: true,
26
- itemWith: 6,
27
- itemHeight: 6,
28
- textStyle: {
29
- color: chartFontColor,
30
- fontSize: 12
31
- },
32
- data: legends || []
33
- },
34
- grid: {
35
- top: 28,
36
- left: 24,
37
- bottom: 12,
38
- right: 36,
39
- containLabel: true
40
- },
41
- xAxis: {
42
- type: 'category',
43
- boundaryGap: false,
44
- axisTick: {
45
- show: false
46
- },
47
- axisLabel: {
48
- color: chartFontColor
49
- },
50
- data: names || []
51
- },
52
- yAxis: [{
53
- name: '(L)',
54
- type: 'value',
55
- nameTextStyle: {
56
- color: chartFontColor
57
- },
58
- axisTick: {
59
- show: false
60
- },
61
- axisLabel: {
62
- color: chartFontColor
63
- },
64
- axisLine: {
65
- show: true
66
- },
67
- splitLine: {
68
- lineStyle: {
69
- type: 'dashed',
70
- color: 'rgba(151,151,151,0.28)'
71
- }
72
- }
73
- }],
74
- series: [{
75
- type: 'line',
76
- name: '油量',
77
- data: (values === null || values === void 0 ? void 0 : values.length) > 0 ? values[0] : []
78
- }]
79
- };
80
- return /*#__PURE__*/_react["default"].createElement("div", {
81
- style: {
82
- textAlign: 'center'
83
- }
84
- }, (names === null || names === void 0 ? void 0 : names.length) > 0 ? /*#__PURE__*/_react["default"].createElement(_echartsForReact["default"], {
85
- option: lineOption,
86
- notMerge: true,
87
- lazyUpdate: true,
88
- style: {
89
- height: '180px',
90
- width: '100%'
91
- }
92
- }) : /*#__PURE__*/_react["default"].createElement(_vmNodata["default"], {
93
- style: {
94
- height: '180px',
95
- width: '60%',
96
- margin: '0 auto'
97
- }
98
- }));
99
- }
100
- //# sourceMappingURL=OilLIne.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"OilLIne.js","names":["OilLine","legends","names","values","useSettings","chartColor","chartFontColor","lineOption","color","tooltip","trigger","legend","show","itemWith","itemHeight","textStyle","fontSize","data","grid","top","left","bottom","right","containLabel","xAxis","type","boundaryGap","axisTick","axisLabel","yAxis","name","nameTextStyle","axisLine","splitLine","lineStyle","series","length","React","createElement","style","textAlign","ReactEcharts","option","notMerge","lazyUpdate","height","width","NoData","margin"],"sources":["vtx-car-adm251-modal/components/OilConsumption/OilLIne.js"],"sourcesContent":["import React from 'react';\nimport ReactEcharts from 'echarts-for-react';\nimport NoData from '../../../vm-nodata';\nimport useSettings from '../../../vm-hooks/useSettings';\nexport default function OilLine({ legends, names, values }) {\n const { chartColor, chartFontColor } = useSettings();\n const lineOption = {\n color: chartColor,\n tooltip: {\n trigger: 'axis',\n },\n legend: {\n show: true,\n itemWith: 6,\n itemHeight: 6,\n textStyle: {\n color: chartFontColor,\n fontSize: 12,\n },\n data: legends || [],\n },\n grid: {\n top: 28,\n left: 24,\n bottom: 12,\n right: 36,\n containLabel: true,\n },\n xAxis: {\n type: 'category',\n boundaryGap: false,\n axisTick: {\n show: false,\n },\n axisLabel: {\n color: chartFontColor,\n },\n data: names || [],\n },\n yAxis: [\n {\n name: '(L)',\n type: 'value',\n nameTextStyle: {\n color: chartFontColor,\n },\n axisTick: {\n show: false,\n },\n axisLabel: {\n color: chartFontColor,\n },\n axisLine: {\n show: true,\n },\n splitLine: {\n lineStyle: {\n type: 'dashed',\n color: 'rgba(151,151,151,0.28)',\n },\n },\n },\n ],\n series: [\n {\n type: 'line',\n name: '油量',\n data: (values === null || values === void 0 ? void 0 : values.length) > 0 ? values[0] : [],\n },\n ],\n };\n return (React.createElement(\"div\", { style: { textAlign: 'center' } }, (names === null || names === void 0 ? void 0 : names.length) > 0 ? (React.createElement(ReactEcharts, { option: lineOption, notMerge: true, lazyUpdate: true, style: { height: '180px', width: '100%' } })) : (React.createElement(NoData, { style: { height: '180px', width: '60%', margin: '0 auto' } }))));\n}\n"],"mappings":";;;;;;AAAA;AACA;AACA;AACA;AAAwD;AACzC,SAASA,OAAO,OAA6B;EAAA,IAA1BC,OAAO,QAAPA,OAAO;IAAEC,KAAK,QAALA,KAAK;IAAEC,MAAM,QAANA,MAAM;EACpD,mBAAuC,IAAAC,wBAAW,GAAE;IAA5CC,UAAU,gBAAVA,UAAU;IAAEC,cAAc,gBAAdA,cAAc;EAClC,IAAMC,UAAU,GAAG;IACfC,KAAK,EAAEH,UAAU;IACjBI,OAAO,EAAE;MACLC,OAAO,EAAE;IACb,CAAC;IACDC,MAAM,EAAE;MACJC,IAAI,EAAE,IAAI;MACVC,QAAQ,EAAE,CAAC;MACXC,UAAU,EAAE,CAAC;MACbC,SAAS,EAAE;QACPP,KAAK,EAAEF,cAAc;QACrBU,QAAQ,EAAE;MACd,CAAC;MACDC,IAAI,EAAEhB,OAAO,IAAI;IACrB,CAAC;IACDiB,IAAI,EAAE;MACFC,GAAG,EAAE,EAAE;MACPC,IAAI,EAAE,EAAE;MACRC,MAAM,EAAE,EAAE;MACVC,KAAK,EAAE,EAAE;MACTC,YAAY,EAAE;IAClB,CAAC;IACDC,KAAK,EAAE;MACHC,IAAI,EAAE,UAAU;MAChBC,WAAW,EAAE,KAAK;MAClBC,QAAQ,EAAE;QACNf,IAAI,EAAE;MACV,CAAC;MACDgB,SAAS,EAAE;QACPpB,KAAK,EAAEF;MACX,CAAC;MACDW,IAAI,EAAEf,KAAK,IAAI;IACnB,CAAC;IACD2B,KAAK,EAAE,CACH;MACIC,IAAI,EAAE,KAAK;MACXL,IAAI,EAAE,OAAO;MACbM,aAAa,EAAE;QACXvB,KAAK,EAAEF;MACX,CAAC;MACDqB,QAAQ,EAAE;QACNf,IAAI,EAAE;MACV,CAAC;MACDgB,SAAS,EAAE;QACPpB,KAAK,EAAEF;MACX,CAAC;MACD0B,QAAQ,EAAE;QACNpB,IAAI,EAAE;MACV,CAAC;MACDqB,SAAS,EAAE;QACPC,SAAS,EAAE;UACPT,IAAI,EAAE,QAAQ;UACdjB,KAAK,EAAE;QACX;MACJ;IACJ,CAAC,CACJ;IACD2B,MAAM,EAAE,CACJ;MACIV,IAAI,EAAE,MAAM;MACZK,IAAI,EAAE,IAAI;MACVb,IAAI,EAAE,CAACd,MAAM,KAAK,IAAI,IAAIA,MAAM,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,MAAM,CAACiC,MAAM,IAAI,CAAC,GAAGjC,MAAM,CAAC,CAAC,CAAC,GAAG;IAC5F,CAAC;EAET,CAAC;EACD,oBAAQkC,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,KAAK,EAAE;MAAEC,SAAS,EAAE;IAAS;EAAE,CAAC,EAAE,CAACtC,KAAK,KAAK,IAAI,IAAIA,KAAK,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,KAAK,CAACkC,MAAM,IAAI,CAAC,gBAAIC,iBAAK,CAACC,aAAa,CAACG,2BAAY,EAAE;IAAEC,MAAM,EAAEnC,UAAU;IAAEoC,QAAQ,EAAE,IAAI;IAAEC,UAAU,EAAE,IAAI;IAAEL,KAAK,EAAE;MAAEM,MAAM,EAAE,OAAO;MAAEC,KAAK,EAAE;IAAO;EAAE,CAAC,CAAC,gBAAKT,iBAAK,CAACC,aAAa,CAACS,oBAAM,EAAE;IAAER,KAAK,EAAE;MAAEM,MAAM,EAAE,OAAO;MAAEC,KAAK,EAAE,KAAK;MAAEE,MAAM,EAAE;IAAS;EAAE,CAAC,CAAE,CAAC;AACvX"}
@@ -1,33 +0,0 @@
1
- .oil-consumption {
2
- padding: 10px;
3
- }
4
- .oil-consumption-head-filter {
5
- display: -webkit-box;
6
- display: -ms-flexbox;
7
- display: flex;
8
- -webkit-box-pack: justify;
9
- -ms-flex-pack: justify;
10
- justify-content: space-between;
11
- -webkit-box-align: center;
12
- -ms-flex-align: center;
13
- align-items: center;
14
- }
15
- .oil-consumption-head-main {
16
- margin-top: 24px;
17
- }
18
- .oil-consumption-head-summary {
19
- padding: 20px;
20
- height: 234px;
21
- background-color: var(--bg-color2);
22
- }
23
- .oil-consumption-head-oil {
24
- padding: 20px;
25
- height: 234px;
26
- background-color: var(--bg-color2);
27
- }
28
- .oil-consumption-main {
29
- margin-top: 10px;
30
- min-height: 693px;
31
- padding: 16px;
32
- background-color: var(--bg-color2);
33
- }