@vtx/modals2 3.3.17 → 3.3.19

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