@vtx/modals2 5.0.1 → 5.0.3
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.
- package/LICENSE +21 -0
- package/README.md +43 -33
- package/lib/_components/index.js +21 -0
- package/lib/_components/vm-bar-charts/index.js +181 -0
- package/lib/_components/vm-calendar/index.js +117 -0
- package/lib/_components/vm-calendar/style/index.js +1 -0
- package/lib/_components/vm-calendar/style/index.less +139 -0
- package/lib/_components/vm-card-statistics/index.js +33 -0
- package/lib/_components/vm-card-statistics/index.less +27 -0
- package/lib/_components/vm-custom/index.js +25 -0
- package/lib/_components/vm-custom/style/index.js +1 -0
- package/lib/_components/vm-custom/style/index.less +20 -0
- package/lib/_components/vm-empty/assets/no_chart.png +0 -0
- package/lib/_components/vm-empty/assets/no_data.png +0 -0
- package/lib/_components/vm-empty/assets/no_data_2.png +0 -0
- package/lib/_components/vm-empty/assets/no_news.png +0 -0
- package/lib/_components/vm-empty/assets/no_permission.png +0 -0
- package/lib/_components/vm-empty/assets/no_picture.png +0 -0
- package/lib/_components/vm-empty/assets/no_result.png +0 -0
- package/lib/_components/vm-empty/assets/no_video.png +0 -0
- package/lib/_components/vm-empty/assets/page_error.png +0 -0
- package/lib/_components/vm-empty/index.js +83 -0
- package/lib/_components/vm-empty/style/index.js +1 -0
- package/lib/_components/vm-empty/style/index.less +22 -0
- package/lib/_components/vm-extra-tab/index.js +44 -0
- package/lib/_components/vm-extra-tab/style/index.js +2 -0
- package/lib/_components/vm-extra-tab/style/index.less +43 -0
- package/lib/_components/vm-factor/index.js +85 -0
- package/lib/_components/vm-factor/style/index.js +2 -0
- package/lib/_components/vm-factor/style/index.less +42 -0
- package/lib/_components/vm-factor-list/index.js +29 -0
- package/lib/_components/vm-factor-list/index.less +11 -0
- package/lib/_components/vm-filter/index.js +148 -0
- package/lib/_components/vm-filter/style/index.js +1 -0
- package/lib/_components/vm-filter/style/index.less +237 -0
- package/lib/_components/vm-iframe-modal/index.js +43 -0
- package/lib/_components/vm-iframe-modal/index.less +9 -0
- package/lib/_components/vm-info-collection/index.js +185 -0
- package/lib/_components/vm-info-collection/style/index.js +1 -0
- package/lib/_components/vm-info-collection/style/index.less +45 -0
- package/lib/_components/vm-line-charts/index.js +151 -0
- package/lib/_components/vm-map/index.js +277 -0
- package/lib/_components/vm-map/index.less +46 -0
- package/lib/_components/vm-pie-charts/index.js +174 -0
- package/lib/_components/vm-pie-charts/index.less +26 -0
- package/lib/_components/vm-progress/index.js +83 -0
- package/lib/_components/vm-progress/style/index.js +1 -0
- package/lib/_components/vm-progress/style/index.less +28 -0
- package/lib/_components/vm-table/index.js +223 -0
- package/lib/_components/vm-table/style/index.js +1 -0
- package/lib/_components/vm-table/style/index.less +242 -0
- package/lib/_components/vm-tabs/index.js +27 -0
- package/lib/_components/vm-tabs/style/index.js +1 -0
- package/lib/_components/vm-tabs/style/index.less +22 -0
- package/lib/_components/vm-tag/index.js +25 -0
- package/lib/_components/vm-tag/style/index.js +1 -0
- package/lib/_components/vm-tag/style/index.less +62 -0
- package/lib/_components/vm-theme-provider/index.js +18 -0
- package/lib/_components/vm-title/index.js +34 -0
- package/lib/_components/vm-title/style/index.js +1 -0
- package/lib/_components/vm-title/style/index.less +53 -0
- package/lib/_components/vm-tooltip/index.js +15 -0
- package/lib/_components/vm-tooltip/style/index.js +2 -0
- package/lib/_components/vm-tooltip/style/index.less +7 -0
- package/lib/_components/vm-video/RealtimeGrid.js +48 -0
- package/lib/_components/vm-video/index.js +227 -0
- package/lib/_components/vm-video/index.less +168 -0
- package/lib/_components/vm-wrapper/imgs/chart.svg +6 -0
- package/lib/_components/vm-wrapper/imgs/list.svg +8 -0
- package/lib/_components/vm-wrapper/index.js +161 -0
- package/lib/_components/vm-wrapper/resource/ICON_CONFIG.js +127 -0
- package/lib/_components/vm-wrapper/style/index.js +1 -0
- package/lib/_components/vm-wrapper/style/index.less +81 -0
- package/lib/_hooks/useGetChannels.js +19 -0
- package/lib/_hooks/useGetConfig.js +52 -0
- package/lib/_hooks/useSettings.js +31 -0
- package/lib/_imgs/block_alarm.png +0 -0
- package/lib/_imgs/block_normal.png +0 -0
- package/lib/_service/index.js +99 -0
- package/lib/_util/http.js +277 -0
- package/lib/_util/iconSvgHtml.js +1303 -0
- package/lib/_util/index.js +203 -0
- package/lib/index.js +12 -126
- package/lib/resources/jessibuca/decoder.js +3839 -0
- package/lib/resources/jessibuca/decoder.wasm +0 -0
- package/lib/resources/jessibuca/jessibuca.js +5350 -0
- package/lib/style/index.less +262 -8
- package/lib/vtx-area-modal/api.js +165 -0
- package/lib/vtx-area-modal/components/BaseInfo/Lcfx.js +103 -0
- package/lib/vtx-area-modal/components/BaseInfo/ListZymx.js +108 -0
- package/lib/vtx-area-modal/components/BaseInfo/index.js +161 -0
- package/lib/vtx-area-modal/components/BaseInfo/index.less +133 -0
- package/lib/vtx-area-modal/components/index.js +2 -0
- package/lib/vtx-area-modal/imgs/onlinePerson.png +0 -0
- package/lib/vtx-area-modal/imgs/onlinePerson_dark.png +0 -0
- package/lib/vtx-area-modal/imgs/schdulePerson.png +0 -0
- package/lib/vtx-area-modal/imgs/schdulePerson_dark.png +0 -0
- package/lib/vtx-area-modal/imgs/todayOnline.png +0 -0
- package/lib/vtx-area-modal/imgs/todayOnline_dark.png +0 -0
- package/lib/vtx-area-modal/imgs/todayWork.png +0 -0
- package/lib/vtx-area-modal/imgs/todayWorkRate.png +0 -0
- package/lib/vtx-area-modal/imgs/todayWorkRate_dark.png +0 -0
- package/lib/vtx-area-modal/imgs/todayWork_dark.png +0 -0
- package/lib/vtx-area-modal/index.js +51 -0
- package/lib/vtx-area-modal/style/index.js +1 -0
- package/lib/vtx-area-modal/style/index.less +1 -0
- package/lib/vtx-base-modal/Header/assets/dark_star.png +0 -0
- package/lib/vtx-base-modal/Header/assets/light_star.png +0 -0
- package/lib/vtx-base-modal/Header/index.js +149 -0
- package/lib/vtx-base-modal/Header/index.less +98 -0
- package/lib/vtx-base-modal/Tabs/index.js +83 -0
- package/lib/vtx-base-modal/Tabs/index.less +31 -0
- package/lib/vtx-base-modal/index.js +159 -383
- package/lib/vtx-base-modal/service.js +39 -0
- package/lib/vtx-base-modal/style/index.js +1 -4
- package/lib/vtx-base-modal/style/index.less +78 -1075
- package/lib/vtx-car-modal/api.js +721 -545
- package/lib/vtx-car-modal/components/Info/index.js +110 -0
- package/lib/vtx-car-modal/components/Info/index.less +6 -0
- package/lib/vtx-car-modal/content/Cc/AlarmInfo/List.js +111 -0
- package/lib/vtx-car-modal/content/Cc/AlarmInfo/StaticInfo.js +77 -0
- package/lib/vtx-car-modal/content/Cc/AlarmInfo/index.js +69 -0
- package/lib/vtx-car-modal/content/Cc/BaseInfo/index.js +179 -0
- package/lib/vtx-car-modal/content/Cc/BaseInfo/index.less +24 -0
- package/lib/vtx-car-modal/content/Cc/OrderInfo/Detail.js +187 -0
- package/lib/vtx-car-modal/content/Cc/OrderInfo/index.js +200 -0
- package/lib/vtx-car-modal/content/Cc/OrderInfo/index.less +13 -0
- package/lib/vtx-car-modal/content/Cc/StaticInfo/index.js +395 -0
- package/lib/vtx-car-modal/content/Cc/WorkRecord/Detail.js +237 -0
- package/lib/vtx-car-modal/content/Cc/WorkRecord/Summary.js +139 -0
- package/lib/vtx-car-modal/content/Cc/WorkRecord/index.js +69 -0
- package/lib/vtx-car-modal/content/Cc/index.js +12 -0
- package/lib/vtx-car-modal/content/Common/AlarmInfo/List.js +160 -0
- package/lib/vtx-car-modal/content/Common/AlarmInfo/StaticInfo.js +76 -0
- package/lib/vtx-car-modal/content/Common/AlarmInfo/index.js +71 -0
- package/lib/vtx-car-modal/content/Common/BaseInfo/index.js +191 -0
- package/lib/vtx-car-modal/content/Common/DetailInfo/index.js +173 -0
- package/lib/vtx-car-modal/content/Common/DeviceInfo/index.js +92 -0
- package/lib/vtx-car-modal/content/Common/Maintenance/index.js +137 -0
- package/lib/vtx-car-modal/content/Common/Maintenance/index.less +16 -0
- package/lib/vtx-car-modal/content/Common/OilConsumption/List.js +94 -0
- package/lib/vtx-car-modal/content/Common/OilConsumption/index.js +151 -0
- package/lib/vtx-car-modal/content/Common/OilConsumption/index.less +6 -0
- package/lib/vtx-car-modal/content/Common/StaticInfo/index.js +231 -0
- package/lib/vtx-car-modal/content/Common/WaterConsumption/index.js +196 -0
- package/lib/vtx-car-modal/content/Common/WaterConsumption/index.less +6 -0
- package/lib/vtx-car-modal/content/Common/index.js +18 -0
- package/lib/vtx-car-modal/content/JXH/AlarmInfo/List.js +122 -0
- package/lib/vtx-car-modal/content/JXH/AlarmInfo/StaticInfo.js +79 -0
- package/lib/vtx-car-modal/content/JXH/AlarmInfo/index.js +71 -0
- package/lib/vtx-car-modal/content/JXH/BaseInfo/index.js +161 -0
- package/lib/vtx-car-modal/content/JXH/StaticInfo/index.js +307 -0
- package/lib/vtx-car-modal/content/JXH/WorkRecord/index.js +327 -0
- package/lib/vtx-car-modal/content/JXH/index.js +10 -0
- package/lib/vtx-car-modal/content/Ljsy/AlarmInfo/List.js +105 -0
- package/lib/vtx-car-modal/content/Ljsy/AlarmInfo/StaticInfo.js +78 -0
- package/lib/vtx-car-modal/content/Ljsy/AlarmInfo/index.js +71 -0
- package/lib/vtx-car-modal/content/Ljsy/BaseInfo/index.js +358 -0
- package/lib/vtx-car-modal/content/Ljsy/BaseInfo/index.less +24 -0
- package/lib/vtx-car-modal/content/Ljsy/StaticInfo/index.js +405 -0
- package/lib/vtx-car-modal/content/Ljsy/WorkRecord/Detail.js +128 -0
- package/lib/vtx-car-modal/content/Ljsy/WorkRecord/Summary.js +139 -0
- package/lib/vtx-car-modal/content/Ljsy/WorkRecord/index.js +69 -0
- package/lib/vtx-car-modal/content/Ljsy/index.js +10 -0
- package/lib/vtx-car-modal/content/Ljzy/BaseInfo/index.js +205 -0
- package/lib/vtx-car-modal/content/Ljzy/BaseInfo/index.less +24 -0
- package/lib/vtx-car-modal/content/Ljzy/StaticInfo/index.js +193 -0
- package/lib/vtx-car-modal/content/Ljzy/WorkRecord/Detail.js +122 -0
- package/lib/vtx-car-modal/content/Ljzy/WorkRecord/Summary.js +109 -0
- package/lib/vtx-car-modal/content/Ljzy/WorkRecord/index.js +69 -0
- package/lib/vtx-car-modal/content/Ljzy/index.js +8 -0
- package/lib/vtx-car-modal/content/index.js +6 -0
- package/lib/vtx-car-modal/imgs/calendar/alarm.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/blue_duration.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/blue_mileage.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/car_num.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/cyan_duration.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/dark_alarm.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/dark_car_num.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/dark_duration.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/dark_green_mileage.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/dark_jcl.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/dark_mileage.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/dark_point.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/duration.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/fsdf/durationqq.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/green_mileage.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/jcl.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/mileage.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar/point.png +0 -0
- package/lib/vtx-car-modal/imgs/dark_point.png +0 -0
- package/lib/vtx-car-modal/imgs/dark_trash.png +0 -0
- package/lib/vtx-car-modal/imgs/dark_trash_bg.png +0 -0
- package/lib/vtx-car-modal/imgs/dark_unplanned_point.png +0 -0
- package/lib/vtx-car-modal/imgs/dark_weight.png +0 -0
- package/lib/vtx-car-modal/imgs/dark_weight_bg.png +0 -0
- package/lib/vtx-car-modal/imgs/dark_ws_point.png +0 -0
- package/lib/vtx-car-modal/imgs/dark_ys_point.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/car_num.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_car_num.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_duration.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_jcl.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_mileage.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_oil.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_percent.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_point.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_run.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_speed.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_trash.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_water.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_weight.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/dark_ys_point.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/duration.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/jcl.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/mileage.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/oil.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/percent.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/point.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/run.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/speed.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/trash.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/water.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/weight.png +0 -0
- package/lib/vtx-car-modal/imgs/factor/ys_point.png +0 -0
- package/lib/vtx-car-modal/imgs/point.png +0 -0
- package/lib/vtx-car-modal/imgs/trash.png +0 -0
- package/lib/vtx-car-modal/imgs/trash_bg.png +0 -0
- package/lib/vtx-car-modal/imgs/unplanned_point.png +0 -0
- package/lib/vtx-car-modal/imgs/weight.png +0 -0
- package/lib/vtx-car-modal/imgs/weight_bg.png +0 -0
- package/lib/vtx-car-modal/imgs/ws_point.png +0 -0
- package/lib/vtx-car-modal/imgs/ys_point.png +0 -0
- package/lib/vtx-car-modal/index.js +227 -168
- package/lib/vtx-car-modal/style/index.js +3 -12
- package/lib/vtx-car-modal/style/index.less +35 -8
- package/lib/vtx-cp-modal/api.js +83 -100
- package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +76 -76
- package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +30 -107
- package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +50 -148
- package/lib/vtx-cp-modal/components/AlarmInfo/index.js +37 -41
- package/lib/vtx-cp-modal/components/AlarmInfo/index.less +34 -109
- package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +39 -36
- package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +67 -92
- package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +128 -116
- package/lib/vtx-cp-modal/components/BaseInfo/index.js +87 -80
- package/lib/vtx-cp-modal/components/BaseInfo/index.less +140 -156
- package/lib/vtx-cp-modal/components/ExeceptionInfo/AlarmRecord.js +200 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +29 -110
- package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +50 -148
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js +38 -42
- package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +50 -126
- package/lib/vtx-cp-modal/components/SyInfo/index.js +169 -212
- package/lib/vtx-cp-modal/components/SyInfo/index.less +18 -47
- package/lib/vtx-cp-modal/components/index.js +5 -35
- package/lib/vtx-cp-modal/imgs/allRate.png +0 -0
- package/lib/vtx-cp-modal/imgs/allRate_dark.png +0 -0
- package/lib/vtx-cp-modal/imgs/bucket.png +0 -0
- package/lib/vtx-cp-modal/imgs/bucket_dark.png +0 -0
- package/lib/vtx-cp-modal/imgs/collect.png +0 -0
- package/lib/vtx-cp-modal/imgs/collect_dark.png +0 -0
- package/lib/vtx-cp-modal/imgs/corner_cy.png +0 -0
- package/lib/vtx-cp-modal/imgs/corner_khs.png +0 -0
- package/lib/vtx-cp-modal/imgs/corner_qt.png +0 -0
- package/lib/vtx-cp-modal/imgs/corner_yh.png +0 -0
- package/lib/vtx-cp-modal/imgs/cy.png +0 -0
- package/lib/vtx-cp-modal/imgs/default.png +0 -0
- package/lib/vtx-cp-modal/imgs/jhsj.png +0 -0
- package/lib/vtx-cp-modal/imgs/jhsj_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/khs.png +0 -0
- package/lib/vtx-cp-modal/imgs/plan.png +0 -0
- package/lib/vtx-cp-modal/imgs/plan_dark.png +0 -0
- package/lib/vtx-cp-modal/imgs/qt.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjl.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjl_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjsj.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjsj_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjts.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjts_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjzl.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjzl_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/weight.png +0 -0
- package/lib/vtx-cp-modal/imgs/weight_dark.png +0 -0
- package/lib/vtx-cp-modal/imgs/yh.png +0 -0
- package/lib/vtx-cp-modal/index.js +80 -92
- package/lib/vtx-cp-modal/style/index.js +3 -5
- package/lib/vtx-cp-modal/style/index.less +1 -1
- package/lib/vtx-default-modal/api.js +37 -157
- package/lib/vtx-default-modal/components/BaseInfo/index.js +86 -71
- package/lib/vtx-default-modal/components/BaseInfo/index.less +26 -38
- package/lib/vtx-default-modal/components/index.js +2 -14
- package/lib/vtx-default-modal/index.js +93 -119
- package/lib/vtx-default-modal/style/index.js +4 -5
- package/lib/vtx-default-modal/style/index.less +1 -1
- package/lib/vtx-df-modal/api.js +124 -147
- package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +57 -153
- package/lib/vtx-df-modal/components/BaseInfo/Jczbqs.js +96 -0
- package/lib/vtx-df-modal/components/BaseInfo/Qyjcl.js +43 -0
- package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +122 -97
- package/lib/vtx-df-modal/components/BaseInfo/Situation.js +46 -59
- package/lib/vtx-df-modal/components/BaseInfo/index.js +130 -135
- package/lib/vtx-df-modal/components/BaseInfo/index.less +161 -173
- package/lib/vtx-df-modal/components/Calendar/index.js +142 -0
- package/lib/vtx-df-modal/components/Calendar/index.less +81 -0
- package/lib/vtx-df-modal/components/Metering/ChartJccc.js +51 -109
- package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +66 -127
- package/lib/vtx-df-modal/components/Metering/List.js +49 -48
- package/lib/vtx-df-modal/components/Metering/index.js +158 -146
- package/lib/vtx-df-modal/components/Metering/index.less +68 -83
- package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +173 -108
- package/lib/vtx-df-modal/components/WorkCondition/Table.js +84 -0
- package/lib/vtx-df-modal/components/WorkCondition/index.js +155 -78
- package/lib/vtx-df-modal/components/WorkCondition/index.less +113 -136
- package/lib/vtx-df-modal/components/index.js +5 -28
- package/lib/vtx-df-modal/imgs/alarm.png +0 -0
- package/lib/vtx-df-modal/imgs/alarm_light.png +0 -0
- package/lib/vtx-df-modal/imgs/c_car.png +0 -0
- package/lib/vtx-df-modal/imgs/c_jcl.png +0 -0
- package/lib/vtx-df-modal/imgs/down.png +0 -0
- package/lib/vtx-df-modal/imgs/jccc.png +0 -0
- package/lib/vtx-df-modal/imgs/jccc_dark.png +0 -0
- package/lib/vtx-df-modal/imgs/jcl.png +0 -0
- package/lib/vtx-df-modal/imgs/jcl_dark.png +0 -0
- package/lib/vtx-df-modal/imgs/normal.png +0 -0
- package/lib/vtx-df-modal/imgs/normal_light.png +0 -0
- package/lib/vtx-df-modal/imgs/rjjcl.svg +55 -0
- package/lib/vtx-df-modal/imgs/rjjcl_dark.svg +94 -0
- package/lib/vtx-df-modal/imgs/sjnl.svg +39 -0
- package/lib/vtx-df-modal/imgs/sjnl_dark.svg +78 -0
- package/lib/vtx-df-modal/imgs/tab_more.png +0 -0
- package/lib/vtx-df-modal/imgs/tab_more_light.png +0 -0
- package/lib/vtx-df-modal/imgs/up.png +0 -0
- package/lib/vtx-df-modal/imgs/zjccc.svg +44 -0
- package/lib/vtx-df-modal/imgs/zjccc_dark.svg +84 -0
- package/lib/vtx-df-modal/imgs/zjcl.svg +55 -0
- package/lib/vtx-df-modal/imgs/zjcl_dark.svg +94 -0
- package/lib/vtx-df-modal/index.js +98 -105
- package/lib/vtx-df-modal/style/index.js +4 -7
- package/lib/vtx-df-modal/style/index.less +1 -1
- package/lib/vtx-qyry-modal/api.js +129 -0
- package/lib/vtx-qyry-modal/index.js +119 -0
- package/lib/vtx-qyry-modal/style/index.js +1 -0
- package/lib/vtx-road-modal/api.js +131 -124
- package/lib/vtx-road-modal/components/BaseInfo/Rules.js +48 -57
- package/lib/vtx-road-modal/components/BaseInfo/Work.js +322 -0
- package/lib/vtx-road-modal/components/BaseInfo/index.js +78 -72
- package/lib/vtx-road-modal/components/BaseInfo/index.less +205 -133
- package/lib/vtx-road-modal/components/Calendar/index.js +155 -0
- package/lib/vtx-road-modal/components/Statistical/index.js +237 -177
- package/lib/vtx-road-modal/components/Statistical/index.less +31 -111
- package/lib/vtx-road-modal/components/index.js +4 -21
- package/lib/vtx-road-modal/imgs/calendar/dark_green_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/calendar/dark_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/calendar/green_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/calendar/mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/dark_real.png +0 -0
- package/lib/vtx-road-modal/imgs/dark_valid.png +0 -0
- package/lib/vtx-road-modal/imgs/factor/dark_over_rate.png +0 -0
- package/lib/vtx-road-modal/imgs/factor/dark_plan_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/factor/dark_valid_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/factor/over_rate.png +0 -0
- package/lib/vtx-road-modal/imgs/factor/plan_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/factor/valid_mileage.png +0 -0
- package/lib/vtx-road-modal/imgs/real.png +0 -0
- package/lib/vtx-road-modal/imgs/valid.png +0 -0
- package/lib/vtx-road-modal/index.js +68 -129
- package/lib/vtx-road-modal/style/index.js +3 -6
- package/lib/vtx-road-modal/style/index.less +26 -1
- package/lib/vtx-shxq-modal/api.js +337 -0
- package/lib/vtx-shxq-modal/components/AlarmRecord/List.js +115 -0
- package/lib/vtx-shxq-modal/components/AlarmRecord/index.js +148 -0
- package/lib/vtx-shxq-modal/components/AlarmRecord/index.less +10 -0
- package/lib/vtx-shxq-modal/components/BaseInfo/index.js +190 -0
- package/lib/vtx-shxq-modal/components/BaseInfo/index.less +25 -0
- package/lib/vtx-shxq-modal/components/Tfd/index.js +133 -0
- package/lib/vtx-shxq-modal/components/Tfd/index.less +59 -0
- package/lib/vtx-shxq-modal/components/ThrowCalendar/Chart.js +64 -0
- package/lib/vtx-shxq-modal/components/ThrowCalendar/List.js +72 -0
- package/lib/vtx-shxq-modal/components/ThrowCalendar/index.js +158 -0
- package/lib/vtx-shxq-modal/components/ThrowCalendar/index.less +24 -0
- package/lib/vtx-shxq-modal/components/ThrowRecord/List.js +133 -0
- package/lib/vtx-shxq-modal/components/ThrowRecord/index.js +165 -0
- package/lib/vtx-shxq-modal/components/ThrowRecord/index.less +10 -0
- package/lib/vtx-shxq-modal/components/index.js +6 -0
- package/lib/vtx-shxq-modal/imgs/cy.png +0 -0
- package/lib/vtx-shxq-modal/imgs/khs.png +0 -0
- package/lib/vtx-shxq-modal/imgs/ljht.png +0 -0
- package/lib/vtx-shxq-modal/imgs/ljht_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/qt.png +0 -0
- package/lib/vtx-shxq-modal/imgs/tf_cy_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/tf_khs_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/tf_qt_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/tf_total.png +0 -0
- package/lib/vtx-shxq-modal/imgs/tf_total_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/tf_yh_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/twtf.png +0 -0
- package/lib/vtx-shxq-modal/imgs/twtf_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/wgzs.png +0 -0
- package/lib/vtx-shxq-modal/imgs/wgzs_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/wpd.png +0 -0
- package/lib/vtx-shxq-modal/imgs/wpd_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/wstf.png +0 -0
- package/lib/vtx-shxq-modal/imgs/wstf_dark.png +0 -0
- package/lib/vtx-shxq-modal/imgs/yh.png +0 -0
- package/lib/vtx-shxq-modal/index.js +108 -0
- package/lib/vtx-shxq-modal/style/index.js +1 -0
- package/lib/vtx-staff-modal/api.js +195 -101
- package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +49 -171
- package/lib/vtx-staff-modal/components/AlarmInfo/List.js +30 -42
- package/lib/vtx-staff-modal/components/AlarmInfo/index.js +78 -91
- package/lib/vtx-staff-modal/components/AlarmInfo/index.less +9 -23
- package/lib/vtx-staff-modal/components/Attendance/Exeception.js +54 -101
- package/lib/vtx-staff-modal/components/Attendance/Record.js +58 -50
- package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +124 -115
- package/lib/vtx-staff-modal/components/Attendance/index.js +46 -48
- package/lib/vtx-staff-modal/components/Attendance/index.less +38 -22
- package/lib/vtx-staff-modal/components/BaseInfo/ListZymx.js +115 -0
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +32 -122
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStaticDay.js +48 -0
- package/lib/vtx-staff-modal/components/BaseInfo/index.js +168 -195
- package/lib/vtx-staff-modal/components/BaseInfo/index.less +94 -150
- package/lib/vtx-staff-modal/components/Calendar/index.js +237 -0
- package/lib/vtx-staff-modal/components/Calendar/index.less +82 -0
- package/lib/vtx-staff-modal/components/Equipment/index.js +81 -58
- package/lib/vtx-staff-modal/components/Equipment/index.less +29 -28
- package/lib/vtx-staff-modal/components/index.js +6 -35
- package/lib/vtx-staff-modal/imgs/all_time.png +0 -0
- package/lib/vtx-staff-modal/imgs/all_time_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/avg.png +0 -0
- package/lib/vtx-staff-modal/imgs/avg_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/mileage.png +0 -0
- package/lib/vtx-staff-modal/imgs/mileage_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/online.png +0 -0
- package/lib/vtx-staff-modal/imgs/online_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_alarm.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_alarm_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_level.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_level_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_over.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_over_dark.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_sum.png +0 -0
- package/lib/vtx-staff-modal/imgs/time_sum_dark.png +0 -0
- package/lib/vtx-staff-modal/index.js +78 -53
- package/lib/vtx-staff-modal/style/index.js +5 -8
- package/lib/vtx-staff-modal/style/index.less +1 -1
- package/lib/vtx-tfd-modal/api.js +119 -0
- package/lib/vtx-tfd-modal/components/BaseInfo/Jczbqs.js +96 -0
- package/lib/vtx-tfd-modal/components/BaseInfo/Qyjcl.js +43 -0
- package/lib/vtx-tfd-modal/components/BaseInfo/index.js +211 -0
- package/lib/vtx-tfd-modal/components/BaseInfo/index.less +85 -0
- package/lib/vtx-tfd-modal/components/index.js +2 -0
- package/lib/vtx-tfd-modal/imgs/dzc.png +0 -0
- package/lib/vtx-tfd-modal/imgs/dzc_light.png +0 -0
- package/lib/vtx-tfd-modal/imgs/dzc_light_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/dzc_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/fdj.png +0 -0
- package/lib/vtx-tfd-modal/imgs/fdj_light.png +0 -0
- package/lib/vtx-tfd-modal/imgs/fdj_light_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/fdj_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/hjtfl.png +0 -0
- package/lib/vtx-tfd-modal/imgs/hjtfl_light.png +0 -0
- package/lib/vtx-tfd-modal/imgs/jfdhj.png +0 -0
- package/lib/vtx-tfd-modal/imgs/jfdhj_light.png +0 -0
- package/lib/vtx-tfd-modal/imgs/jfdhj_light_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/jfdhj_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/khsl.png +0 -0
- package/lib/vtx-tfd-modal/imgs/khsl_light.png +0 -0
- package/lib/vtx-tfd-modal/imgs/sxt.png +0 -0
- package/lib/vtx-tfd-modal/imgs/sxt_light.png +0 -0
- package/lib/vtx-tfd-modal/imgs/sxt_light_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/sxt_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/xdb.png +0 -0
- package/lib/vtx-tfd-modal/imgs/xdb_light.png +0 -0
- package/lib/vtx-tfd-modal/imgs/xdb_light_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/xdb_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/zntfj.png +0 -0
- package/lib/vtx-tfd-modal/imgs/zntfj_light.png +0 -0
- package/lib/vtx-tfd-modal/imgs/zntfj_light_online.png +0 -0
- package/lib/vtx-tfd-modal/imgs/zntfj_online.png +0 -0
- package/lib/vtx-tfd-modal/index.js +106 -0
- package/lib/vtx-tfd-modal/style/index.js +1 -0
- package/lib/vtx-zzz-modal/index.js +135 -0
- package/package.json +76 -122
- package/lib/index.js.map +0 -1
- package/lib/style/css.js +0 -16
- package/lib/style/css.js.map +0 -1
- package/lib/style/index.css +0 -133
- package/lib/style/index.js +0 -16
- package/lib/style/index.js.map +0 -1
- package/lib/style/themes/dark.css +0 -133
- package/lib/style/themes/dark.less +0 -115
- package/lib/style/themes/default.css +0 -35
- package/lib/style/themes/default.less +0 -38
- package/lib/style/themes/index.css +0 -133
- package/lib/style/themes/index.less +0 -1
- package/lib/typings.d.ts +0 -17
- package/lib/util/index.js +0 -317
- package/lib/util/index.js.map +0 -1
- package/lib/vm-alarm-info/Components/AlarmRecord.js +0 -118
- package/lib/vm-alarm-info/Components/AlarmRecord.js.map +0 -1
- package/lib/vm-alarm-info/Components/AlarmStatistics.js +0 -166
- package/lib/vm-alarm-info/Components/AlarmStatistics.js.map +0 -1
- package/lib/vm-alarm-info/Components/AlarmTrend.js +0 -228
- package/lib/vm-alarm-info/Components/AlarmTrend.js.map +0 -1
- package/lib/vm-alarm-info/Components/CurrentAlarm.js +0 -110
- package/lib/vm-alarm-info/Components/CurrentAlarm.js.map +0 -1
- package/lib/vm-alarm-info/Components/CurrentAlarmNew.js +0 -88
- package/lib/vm-alarm-info/Components/CurrentAlarmNew.js.map +0 -1
- package/lib/vm-alarm-info/Components/index.css +0 -42
- package/lib/vm-alarm-info/Components/index.less +0 -43
- package/lib/vm-alarm-info/api.js +0 -171
- package/lib/vm-alarm-info/api.js.map +0 -1
- package/lib/vm-alarm-info/index.js +0 -88
- package/lib/vm-alarm-info/index.js.map +0 -1
- package/lib/vm-alarm-info/style/css.js +0 -4
- package/lib/vm-alarm-info/style/css.js.map +0 -1
- package/lib/vm-alarm-info/style/index.css +0 -19
- package/lib/vm-alarm-info/style/index.js +0 -4
- package/lib/vm-alarm-info/style/index.js.map +0 -1
- package/lib/vm-alarm-info/style/index.less +0 -16
- package/lib/vm-alarm-situation/api.js +0 -86
- package/lib/vm-alarm-situation/api.js.map +0 -1
- package/lib/vm-alarm-situation/index.js +0 -212
- package/lib/vm-alarm-situation/index.js.map +0 -1
- package/lib/vm-alarm-situation/style/css.js +0 -4
- package/lib/vm-alarm-situation/style/css.js.map +0 -1
- package/lib/vm-alarm-situation/style/index.css +0 -78
- package/lib/vm-alarm-situation/style/index.js +0 -4
- package/lib/vm-alarm-situation/style/index.js.map +0 -1
- package/lib/vm-alarm-situation/style/index.less +0 -67
- package/lib/vm-alarm-situation-pt/api.js +0 -73
- package/lib/vm-alarm-situation-pt/api.js.map +0 -1
- package/lib/vm-alarm-situation-pt/index.js +0 -145
- package/lib/vm-alarm-situation-pt/index.js.map +0 -1
- package/lib/vm-alarm-situation-pt/style/css.js +0 -4
- package/lib/vm-alarm-situation-pt/style/css.js.map +0 -1
- package/lib/vm-alarm-situation-pt/style/index.css +0 -79
- package/lib/vm-alarm-situation-pt/style/index.js +0 -4
- package/lib/vm-alarm-situation-pt/style/index.js.map +0 -1
- package/lib/vm-alarm-situation-pt/style/index.less +0 -65
- package/lib/vm-analysis-comparison/api.js +0 -177
- package/lib/vm-analysis-comparison/api.js.map +0 -1
- package/lib/vm-analysis-comparison/index.js +0 -368
- package/lib/vm-analysis-comparison/index.js.map +0 -1
- package/lib/vm-analysis-comparison/style/css.js +0 -4
- package/lib/vm-analysis-comparison/style/css.js.map +0 -1
- package/lib/vm-analysis-comparison/style/index.css +0 -13
- package/lib/vm-analysis-comparison/style/index.js +0 -4
- package/lib/vm-analysis-comparison/style/index.js.map +0 -1
- package/lib/vm-analysis-comparison/style/index.less +0 -12
- package/lib/vm-appraisal-info/AppraisalBase.js +0 -56
- package/lib/vm-appraisal-info/AppraisalBase.js.map +0 -1
- package/lib/vm-appraisal-info/AppraisalTop5.js +0 -68
- package/lib/vm-appraisal-info/AppraisalTop5.js.map +0 -1
- package/lib/vm-appraisal-info/List.js +0 -58
- package/lib/vm-appraisal-info/List.js.map +0 -1
- package/lib/vm-appraisal-info/ListKh.js +0 -174
- package/lib/vm-appraisal-info/ListKh.js.map +0 -1
- package/lib/vm-appraisal-info/ListZg.js +0 -177
- package/lib/vm-appraisal-info/ListZg.js.map +0 -1
- package/lib/vm-appraisal-info/Wtlx.js +0 -97
- package/lib/vm-appraisal-info/Wtlx.js.map +0 -1
- package/lib/vm-appraisal-info/Zgxxhz.js +0 -46
- package/lib/vm-appraisal-info/Zgxxhz.js.map +0 -1
- package/lib/vm-appraisal-info/api.js +0 -163
- package/lib/vm-appraisal-info/api.js.map +0 -1
- package/lib/vm-appraisal-info/imgs/1.png +0 -0
- package/lib/vm-appraisal-info/imgs/2.png +0 -0
- package/lib/vm-appraisal-info/imgs/3.png +0 -0
- package/lib/vm-appraisal-info/imgs/4.png +0 -0
- package/lib/vm-appraisal-info/imgs/5.png +0 -0
- package/lib/vm-appraisal-info/imgs/chart.png +0 -0
- package/lib/vm-appraisal-info/imgs/chart_active.png +0 -0
- package/lib/vm-appraisal-info/imgs/chart_active_light.png +0 -0
- package/lib/vm-appraisal-info/imgs/kfyz.png +0 -0
- package/lib/vm-appraisal-info/imgs/kfyz_light.png +0 -0
- package/lib/vm-appraisal-info/imgs/khcs.png +0 -0
- package/lib/vm-appraisal-info/imgs/khcs_light.png +0 -0
- package/lib/vm-appraisal-info/imgs/list.png +0 -0
- package/lib/vm-appraisal-info/imgs/list_active.png +0 -0
- package/lib/vm-appraisal-info/imgs/list_active_light.png +0 -0
- package/lib/vm-appraisal-info/imgs/ljkf.png +0 -0
- package/lib/vm-appraisal-info/imgs/ljkf_light.png +0 -0
- package/lib/vm-appraisal-info/imgs/wtlx.png +0 -0
- package/lib/vm-appraisal-info/imgs/wtlx_light.png +0 -0
- package/lib/vm-appraisal-info/imgs/zggd.png +0 -0
- package/lib/vm-appraisal-info/imgs/zggd_light.png +0 -0
- package/lib/vm-appraisal-info/index.js +0 -135
- package/lib/vm-appraisal-info/index.js.map +0 -1
- package/lib/vm-appraisal-info/style/css.js +0 -4
- package/lib/vm-appraisal-info/style/css.js.map +0 -1
- package/lib/vm-appraisal-info/style/index.css +0 -156
- package/lib/vm-appraisal-info/style/index.js +0 -4
- package/lib/vm-appraisal-info/style/index.js.map +0 -1
- package/lib/vm-appraisal-info/style/index.less +0 -136
- package/lib/vm-base-list/OpenArrow.js +0 -41
- package/lib/vm-base-list/OpenArrow.js.map +0 -1
- package/lib/vm-base-list/index.js +0 -85
- package/lib/vm-base-list/index.js.map +0 -1
- package/lib/vm-base-list/style/css.js +0 -4
- package/lib/vm-base-list/style/css.js.map +0 -1
- package/lib/vm-base-list/style/index.css +0 -41
- package/lib/vm-base-list/style/index.js +0 -4
- package/lib/vm-base-list/style/index.js.map +0 -1
- package/lib/vm-base-list/style/index.less +0 -39
- package/lib/vm-button/index.js +0 -26
- package/lib/vm-button/index.js.map +0 -1
- package/lib/vm-button/style/css.js +0 -4
- package/lib/vm-button/style/css.js.map +0 -1
- package/lib/vm-button/style/index.css +0 -26
- package/lib/vm-button/style/index.js +0 -4
- package/lib/vm-button/style/index.js.map +0 -1
- package/lib/vm-button/style/index.less +0 -20
- package/lib/vm-charts/Distribute1.js +0 -136
- package/lib/vm-charts/Distribute1.js.map +0 -1
- package/lib/vm-charts/Gauge1.js +0 -148
- package/lib/vm-charts/Gauge1.js.map +0 -1
- package/lib/vm-charts/Line.js +0 -211
- package/lib/vm-charts/Line.js.map +0 -1
- package/lib/vm-charts/Line1.js +0 -113
- package/lib/vm-charts/Line1.js.map +0 -1
- package/lib/vm-charts/Pie.js +0 -115
- package/lib/vm-charts/Pie.js.map +0 -1
- package/lib/vm-charts/index.css +0 -20
- package/lib/vm-charts/index.js +0 -42
- package/lib/vm-charts/index.js.map +0 -1
- package/lib/vm-charts/index.less +0 -30
- package/lib/vm-checkbox/index.js +0 -32
- package/lib/vm-checkbox/index.js.map +0 -1
- package/lib/vm-checkbox/style/css.js +0 -4
- package/lib/vm-checkbox/style/css.js.map +0 -1
- package/lib/vm-checkbox/style/index.css +0 -25
- package/lib/vm-checkbox/style/index.js +0 -4
- package/lib/vm-checkbox/style/index.js.map +0 -1
- package/lib/vm-checkbox/style/index.less +0 -25
- package/lib/vm-container/index.js +0 -33
- package/lib/vm-container/index.js.map +0 -1
- package/lib/vm-container/style/css.js +0 -4
- package/lib/vm-container/style/css.js.map +0 -1
- package/lib/vm-container/style/index.css +0 -31
- package/lib/vm-container/style/index.js +0 -4
- package/lib/vm-container/style/index.js.map +0 -1
- package/lib/vm-container/style/index.less +0 -30
- package/lib/vm-correlation-comparison/api.js +0 -236
- package/lib/vm-correlation-comparison/api.js.map +0 -1
- package/lib/vm-correlation-comparison/index.js +0 -308
- package/lib/vm-correlation-comparison/index.js.map +0 -1
- package/lib/vm-correlation-comparison/style/css.js +0 -4
- package/lib/vm-correlation-comparison/style/css.js.map +0 -1
- package/lib/vm-correlation-comparison/style/index.css +0 -19
- package/lib/vm-correlation-comparison/style/index.js +0 -4
- package/lib/vm-correlation-comparison/style/index.js.map +0 -1
- package/lib/vm-correlation-comparison/style/index.less +0 -13
- package/lib/vm-empty/index.js +0 -44
- package/lib/vm-empty/index.js.map +0 -1
- package/lib/vm-empty/style/css.js +0 -4
- package/lib/vm-empty/style/css.js.map +0 -1
- package/lib/vm-empty/style/index.css +0 -30
- package/lib/vm-empty/style/index.js +0 -4
- package/lib/vm-empty/style/index.js.map +0 -1
- package/lib/vm-empty/style/index.less +0 -23
- package/lib/vm-filter/index.js +0 -156
- package/lib/vm-filter/index.js.map +0 -1
- package/lib/vm-filter/style/css.js +0 -4
- package/lib/vm-filter/style/css.js.map +0 -1
- package/lib/vm-filter/style/index.css +0 -248
- package/lib/vm-filter/style/index.js +0 -4
- package/lib/vm-filter/style/index.js.map +0 -1
- package/lib/vm-filter/style/index.less +0 -293
- package/lib/vm-hooks/useSettings.js +0 -35
- package/lib/vm-hooks/useSettings.js.map +0 -1
- package/lib/vm-iframe-modal/index.js +0 -41
- package/lib/vm-iframe-modal/index.js.map +0 -1
- package/lib/vm-iframe-modal/style/css.js +0 -4
- package/lib/vm-iframe-modal/style/css.js.map +0 -1
- package/lib/vm-iframe-modal/style/index.css +0 -11
- package/lib/vm-iframe-modal/style/index.js +0 -4
- package/lib/vm-iframe-modal/style/index.js.map +0 -1
- package/lib/vm-iframe-modal/style/index.less +0 -9
- package/lib/vm-image-text/index.js +0 -42
- package/lib/vm-image-text/index.js.map +0 -1
- package/lib/vm-image-text/style/css.js +0 -4
- package/lib/vm-image-text/style/css.js.map +0 -1
- package/lib/vm-image-text/style/index.css +0 -35
- package/lib/vm-image-text/style/index.js +0 -4
- package/lib/vm-image-text/style/index.js.map +0 -1
- package/lib/vm-image-text/style/index.less +0 -32
- package/lib/vm-info-collection/index.js +0 -149
- package/lib/vm-info-collection/index.js.map +0 -1
- package/lib/vm-info-collection/style/css.js +0 -4
- package/lib/vm-info-collection/style/css.js.map +0 -1
- package/lib/vm-info-collection/style/index.css +0 -67
- package/lib/vm-info-collection/style/index.js +0 -4
- package/lib/vm-info-collection/style/index.js.map +0 -1
- package/lib/vm-info-collection/style/index.less +0 -47
- package/lib/vm-map/imgs/defaultMarker.png +0 -0
- package/lib/vm-map/index.js +0 -337
- package/lib/vm-map/index.js.map +0 -1
- package/lib/vm-map/mapStyle.js +0 -4723
- package/lib/vm-map/mapStyle.js.map +0 -1
- package/lib/vm-map/style/css.js +0 -4
- package/lib/vm-map/style/css.js.map +0 -1
- package/lib/vm-map/style/index.css +0 -3
- package/lib/vm-map/style/index.js +0 -4
- package/lib/vm-map/style/index.js.map +0 -1
- package/lib/vm-map/style/index.less +0 -3
- package/lib/vm-modal-table/index.js +0 -34
- package/lib/vm-modal-table/index.js.map +0 -1
- package/lib/vm-modal-table/style/css.js +0 -4
- package/lib/vm-modal-table/style/css.js.map +0 -1
- package/lib/vm-modal-table/style/index.css +0 -20
- package/lib/vm-modal-table/style/index.js +0 -4
- package/lib/vm-modal-table/style/index.js.map +0 -1
- package/lib/vm-modal-table/style/index.less +0 -23
- package/lib/vm-nodata/imgs/chart.png +0 -0
- package/lib/vm-nodata/imgs/default.png +0 -0
- package/lib/vm-nodata/index.js +0 -26
- package/lib/vm-nodata/index.js.map +0 -1
- package/lib/vm-radio/index.js +0 -27
- package/lib/vm-radio/index.js.map +0 -1
- package/lib/vm-radio/style/css.js +0 -4
- package/lib/vm-radio/style/css.js.map +0 -1
- package/lib/vm-radio/style/index.css +0 -21
- package/lib/vm-radio/style/index.js +0 -4
- package/lib/vm-radio/style/index.js.map +0 -1
- package/lib/vm-radio/style/index.less +0 -26
- package/lib/vm-real-time-monitor/api.js +0 -193
- package/lib/vm-real-time-monitor/api.js.map +0 -1
- package/lib/vm-real-time-monitor/index.js +0 -367
- package/lib/vm-real-time-monitor/index.js.map +0 -1
- package/lib/vm-real-time-monitor/style/css.js +0 -4
- package/lib/vm-real-time-monitor/style/css.js.map +0 -1
- package/lib/vm-real-time-monitor/style/index.css +0 -12
- package/lib/vm-real-time-monitor/style/index.js +0 -4
- package/lib/vm-real-time-monitor/style/index.js.map +0 -1
- package/lib/vm-real-time-monitor/style/index.less +0 -12
- package/lib/vm-repair-maintain/RmInfoSummary.js +0 -61
- package/lib/vm-repair-maintain/RmInfoSummary.js.map +0 -1
- package/lib/vm-repair-maintain/RmMonthTrend.js +0 -105
- package/lib/vm-repair-maintain/RmMonthTrend.js.map +0 -1
- package/lib/vm-repair-maintain/RmRecord.js +0 -156
- package/lib/vm-repair-maintain/RmRecord.js.map +0 -1
- package/lib/vm-repair-maintain/RmType.js +0 -105
- package/lib/vm-repair-maintain/RmType.js.map +0 -1
- package/lib/vm-repair-maintain/api.js +0 -94
- package/lib/vm-repair-maintain/api.js.map +0 -1
- package/lib/vm-repair-maintain/imgs/amount.png +0 -0
- package/lib/vm-repair-maintain/imgs/amount_light.png +0 -0
- package/lib/vm-repair-maintain/imgs/count.png +0 -0
- package/lib/vm-repair-maintain/imgs/count_light.png +0 -0
- package/lib/vm-repair-maintain/index.js +0 -55
- package/lib/vm-repair-maintain/index.js.map +0 -1
- package/lib/vm-repair-maintain/style/css.js +0 -4
- package/lib/vm-repair-maintain/style/css.js.map +0 -1
- package/lib/vm-repair-maintain/style/index.css +0 -123
- package/lib/vm-repair-maintain/style/index.js +0 -4
- package/lib/vm-repair-maintain/style/index.js.map +0 -1
- package/lib/vm-repair-maintain/style/index.less +0 -115
- package/lib/vm-round-content/index.js +0 -68
- package/lib/vm-round-content/index.js.map +0 -1
- package/lib/vm-round-content/style/css.js +0 -4
- package/lib/vm-round-content/style/css.js.map +0 -1
- package/lib/vm-round-content/style/index.css +0 -38
- package/lib/vm-round-content/style/index.js +0 -4
- package/lib/vm-round-content/style/index.js.map +0 -1
- package/lib/vm-round-content/style/index.less +0 -33
- package/lib/vm-row-col/index.js +0 -26
- package/lib/vm-row-col/index.js.map +0 -1
- package/lib/vm-row-col/style/css.js +0 -4
- package/lib/vm-row-col/style/css.js.map +0 -1
- package/lib/vm-row-col/style/index.css +0 -0
- package/lib/vm-row-col/style/index.js +0 -4
- package/lib/vm-row-col/style/index.js.map +0 -1
- package/lib/vm-row-col/style/index.less +0 -0
- package/lib/vm-select-device/index.js +0 -90
- package/lib/vm-select-device/index.js.map +0 -1
- package/lib/vm-select-device/style/css.js +0 -4
- package/lib/vm-select-device/style/css.js.map +0 -1
- package/lib/vm-select-device/style/index.css +0 -16
- package/lib/vm-select-device/style/index.js +0 -4
- package/lib/vm-select-device/style/index.js.map +0 -1
- package/lib/vm-select-device/style/index.less +0 -16
- package/lib/vm-sub-tabs/index.js +0 -40
- package/lib/vm-sub-tabs/index.js.map +0 -1
- package/lib/vm-sub-tabs/style/css.js +0 -4
- package/lib/vm-sub-tabs/style/css.js.map +0 -1
- package/lib/vm-sub-tabs/style/index.css +0 -137
- package/lib/vm-sub-tabs/style/index.js +0 -4
- package/lib/vm-sub-tabs/style/index.js.map +0 -1
- package/lib/vm-sub-tabs/style/index.less +0 -179
- package/lib/vm-sub-title/imgs/bg.png +0 -0
- package/lib/vm-sub-title/imgs/bg_blue.png +0 -0
- package/lib/vm-sub-title/imgs/bg_light.png +0 -0
- package/lib/vm-sub-title/index.js +0 -43
- package/lib/vm-sub-title/index.js.map +0 -1
- package/lib/vm-sub-title/style/css.js +0 -4
- package/lib/vm-sub-title/style/css.js.map +0 -1
- package/lib/vm-sub-title/style/index.css +0 -66
- package/lib/vm-sub-title/style/index.js +0 -4
- package/lib/vm-sub-title/style/index.js.map +0 -1
- package/lib/vm-sub-title/style/index.less +0 -68
- package/lib/vm-table/index.js +0 -194
- package/lib/vm-table/index.js.map +0 -1
- package/lib/vm-table/style/css.js +0 -4
- package/lib/vm-table/style/css.js.map +0 -1
- package/lib/vm-table/style/index.css +0 -255
- package/lib/vm-table/style/index.js +0 -4
- package/lib/vm-table/style/index.js.map +0 -1
- package/lib/vm-table/style/index.less +0 -315
- package/lib/vm-time-line/index.js +0 -25
- package/lib/vm-time-line/index.js.map +0 -1
- package/lib/vm-time-line/style/css.js +0 -4
- package/lib/vm-time-line/style/css.js.map +0 -1
- package/lib/vm-time-line/style/index.css +0 -0
- package/lib/vm-time-line/style/index.js +0 -4
- package/lib/vm-time-line/style/index.js.map +0 -1
- package/lib/vm-time-line/style/index.less +0 -0
- package/lib/vm-video/api.js +0 -29
- package/lib/vm-video/api.js.map +0 -1
- package/lib/vm-video/index.css +0 -165
- package/lib/vm-video/index.js +0 -37
- package/lib/vm-video/index.js.map +0 -1
- package/lib/vm-video/index.less +0 -36
- package/lib/vtx-base-info/imgs/tab_bg_light.png +0 -0
- package/lib/vtx-base-info/index.js +0 -62
- package/lib/vtx-base-info/index.js.map +0 -1
- package/lib/vtx-base-info/style/css.js +0 -4
- package/lib/vtx-base-info/style/css.js.map +0 -1
- package/lib/vtx-base-info/style/index.css +0 -73
- package/lib/vtx-base-info/style/index.js +0 -4
- package/lib/vtx-base-info/style/index.js.map +0 -1
- package/lib/vtx-base-info/style/index.less +0 -66
- package/lib/vtx-base-modal/api.js +0 -48
- package/lib/vtx-base-modal/api.js.map +0 -1
- package/lib/vtx-base-modal/config.js +0 -307
- package/lib/vtx-base-modal/config.js.map +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/alarm.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/alarm_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/alarm_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/base.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/base_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/base_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/cut_in.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/cut_in_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/cut_in_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/default.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/default_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/default_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/fenxi.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/fenxi_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/fenxi_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/gongdan.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/gongdan_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/gongdan_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/gongkuang.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/gongkuang_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/gongkuang_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/gongshi.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/gongshi_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/gongshi_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/jiliang.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/jiliang_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/jiliang_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/kaohe.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/kaohe_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/kaohe_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/kaoqin.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/kaoqin_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/kaoqin_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/maintenance.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/maintenance_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/maintenance_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/monitor.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/monitor_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/monitor_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/oil.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/oil_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/oil_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/paiban.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/paiban_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/paiban_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/pingjia.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/pingjia_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/pingjia_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/shebei.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/shebei_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/shebei_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/shouyun.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/shouyun_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/shouyun_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/sum.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/sum_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/sum_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/video.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/video_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/video_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/water.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/water_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/water_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/weigui.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/weigui_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/weigui_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/yichang.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/yichang_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/yichang_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/yunwei.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/yunwei_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/yunwei_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/zijian.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/zijian_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/blue/zijian_blue.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/alarm_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/alarm_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/base_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/base_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/cut_in_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/cut_in_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/default_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/default_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/fenxi_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/fenxi_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/gongdan_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/gongdan_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/gongkuang_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/gongkuang_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/gongshi_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/gongshi_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/jiliang_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/jiliang_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/kaohe_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/kaohe_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/kaoqin_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/kaoqin_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/maintenance_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/maintenance_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/monitor_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/monitor_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/oil_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/oil_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/paiban_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/paiban_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/pingjia_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/pingjia_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/shebei_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/shebei_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/shouyun_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/shouyun_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/sum_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/sum_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/video_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/video_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/water_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/water_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/weigui_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/weigui_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/yichang_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/yichang_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/yunwei_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/yunwei_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/zijian_active.svg +0 -1
- package/lib/vtx-base-modal/imgs/assets/light/zijian_light.svg +0 -1
- package/lib/vtx-base-modal/imgs/bg_blue.png +0 -0
- package/lib/vtx-base-modal/imgs/close-blue-new.png +0 -0
- package/lib/vtx-base-modal/imgs/close-blue.png +0 -0
- package/lib/vtx-base-modal/imgs/close-dark.png +0 -0
- package/lib/vtx-base-modal/imgs/close.png +0 -0
- package/lib/vtx-base-modal/imgs/collect-blue.png +0 -0
- package/lib/vtx-base-modal/imgs/collect.png +0 -0
- package/lib/vtx-base-modal/imgs/collect_light.png +0 -0
- package/lib/vtx-base-modal/imgs/modal_bg.png +0 -0
- package/lib/vtx-base-modal/imgs/panoramaLink.png +0 -0
- package/lib/vtx-base-modal/imgs/tab_bg.png +0 -0
- package/lib/vtx-base-modal/imgs/tab_bg_blue.png +0 -0
- package/lib/vtx-base-modal/imgs/tab_bg_light.png +0 -0
- package/lib/vtx-base-modal/imgs/title_bg.png +0 -0
- package/lib/vtx-base-modal/imgs/title_bg_blue.png +0 -0
- package/lib/vtx-base-modal/imgs/track.png +0 -0
- package/lib/vtx-base-modal/imgs/track_blue.png +0 -0
- package/lib/vtx-base-modal/imgs/track_light.png +0 -0
- package/lib/vtx-base-modal/index.js.map +0 -1
- package/lib/vtx-base-modal/style/css.js +0 -4
- package/lib/vtx-base-modal/style/css.js.map +0 -1
- package/lib/vtx-base-modal/style/index.css +0 -1264
- package/lib/vtx-base-modal/style/index.js.map +0 -1
- package/lib/vtx-car-modal/api.js.map +0 -1
- package/lib/vtx-car-modal/components/AlarmInfo/Charts.js +0 -213
- package/lib/vtx-car-modal/components/AlarmInfo/Charts.js.map +0 -1
- package/lib/vtx-car-modal/components/AlarmInfo/List.js +0 -187
- package/lib/vtx-car-modal/components/AlarmInfo/List.js.map +0 -1
- package/lib/vtx-car-modal/components/AlarmInfo/index.css +0 -47
- package/lib/vtx-car-modal/components/AlarmInfo/index.js +0 -141
- package/lib/vtx-car-modal/components/AlarmInfo/index.js.map +0 -1
- package/lib/vtx-car-modal/components/AlarmInfo/index.less +0 -40
- package/lib/vtx-car-modal/components/BaseInfo/Chain.js +0 -100
- package/lib/vtx-car-modal/components/BaseInfo/Chain.js.map +0 -1
- package/lib/vtx-car-modal/components/BaseInfo/Charts.js +0 -95
- package/lib/vtx-car-modal/components/BaseInfo/Charts.js.map +0 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js +0 -85
- package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js.map +0 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js +0 -53
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js.map +0 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js +0 -68
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js.map +0 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js +0 -127
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js.map +0 -1
- package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js +0 -133
- package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js.map +0 -1
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js +0 -56
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js.map +0 -1
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js +0 -117
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js.map +0 -1
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js +0 -138
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js.map +0 -1
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js +0 -136
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js.map +0 -1
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js +0 -147
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js.map +0 -1
- package/lib/vtx-car-modal/components/BaseInfo/index.css +0 -347
- package/lib/vtx-car-modal/components/BaseInfo/index.js +0 -289
- package/lib/vtx-car-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-car-modal/components/BaseInfo/index.less +0 -290
- package/lib/vtx-car-modal/components/Collection/index.css +0 -28
- package/lib/vtx-car-modal/components/Collection/index.js +0 -193
- package/lib/vtx-car-modal/components/Collection/index.js.map +0 -1
- package/lib/vtx-car-modal/components/Collection/index.less +0 -18
- package/lib/vtx-car-modal/components/DetailInfo/index.css +0 -19
- package/lib/vtx-car-modal/components/DetailInfo/index.js +0 -174
- package/lib/vtx-car-modal/components/DetailInfo/index.js.map +0 -1
- package/lib/vtx-car-modal/components/DetailInfo/index.less +0 -21
- package/lib/vtx-car-modal/components/Maintenance/index.css +0 -40
- package/lib/vtx-car-modal/components/Maintenance/index.js +0 -133
- package/lib/vtx-car-modal/components/Maintenance/index.js.map +0 -1
- package/lib/vtx-car-modal/components/Maintenance/index.less +0 -35
- package/lib/vtx-car-modal/components/OilConsumption/List.js +0 -89
- package/lib/vtx-car-modal/components/OilConsumption/List.js.map +0 -1
- package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js +0 -119
- package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js.map +0 -1
- package/lib/vtx-car-modal/components/OilConsumption/index.css +0 -36
- package/lib/vtx-car-modal/components/OilConsumption/index.js +0 -141
- package/lib/vtx-car-modal/components/OilConsumption/index.js.map +0 -1
- package/lib/vtx-car-modal/components/OilConsumption/index.less +0 -39
- package/lib/vtx-car-modal/components/StaticInfo/Charts.js +0 -83
- package/lib/vtx-car-modal/components/StaticInfo/Charts.js.map +0 -1
- package/lib/vtx-car-modal/components/StaticInfo/List.js +0 -91
- package/lib/vtx-car-modal/components/StaticInfo/List.js.map +0 -1
- package/lib/vtx-car-modal/components/StaticInfo/index.css +0 -103
- package/lib/vtx-car-modal/components/StaticInfo/index.js +0 -113
- package/lib/vtx-car-modal/components/StaticInfo/index.js.map +0 -1
- package/lib/vtx-car-modal/components/StaticInfo/index.less +0 -82
- package/lib/vtx-car-modal/components/WaterConsumption/index.css +0 -31
- package/lib/vtx-car-modal/components/WaterConsumption/index.js +0 -119
- package/lib/vtx-car-modal/components/WaterConsumption/index.js.map +0 -1
- package/lib/vtx-car-modal/components/WaterConsumption/index.less +0 -25
- package/lib/vtx-car-modal/components/WorkInfo/CarJobExe.js +0 -120
- package/lib/vtx-car-modal/components/WorkInfo/CarJobExe.js.map +0 -1
- package/lib/vtx-car-modal/components/WorkInfo/CollectItem.js +0 -100
- package/lib/vtx-car-modal/components/WorkInfo/CollectItem.js.map +0 -1
- package/lib/vtx-car-modal/components/WorkInfo/SingleCollectItem.js +0 -88
- package/lib/vtx-car-modal/components/WorkInfo/SingleCollectItem.js.map +0 -1
- package/lib/vtx-car-modal/components/WorkInfo/Wcl.js +0 -131
- package/lib/vtx-car-modal/components/WorkInfo/Wcl.js.map +0 -1
- package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js +0 -322
- package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +0 -1
- package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +0 -291
- package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js.map +0 -1
- package/lib/vtx-car-modal/components/WorkInfo/index.css +0 -294
- package/lib/vtx-car-modal/components/WorkInfo/index.js +0 -34
- package/lib/vtx-car-modal/components/WorkInfo/index.js.map +0 -1
- package/lib/vtx-car-modal/components/WorkInfo/index.less +0 -286
- package/lib/vtx-car-modal/components/index.js +0 -70
- package/lib/vtx-car-modal/components/index.js.map +0 -1
- package/lib/vtx-car-modal/imgs/bglyh.png +0 -0
- package/lib/vtx-car-modal/imgs/bglyh_light.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar-hour.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar-mile.png +0 -0
- package/lib/vtx-car-modal/imgs/car.png +0 -0
- package/lib/vtx-car-modal/imgs/ccc.png +0 -0
- package/lib/vtx-car-modal/imgs/ccts.png +0 -0
- package/lib/vtx-car-modal/imgs/ccts_light.png +0 -0
- package/lib/vtx-car-modal/imgs/daily_ws.png +0 -0
- package/lib/vtx-car-modal/imgs/daily_ys.png +0 -0
- package/lib/vtx-car-modal/imgs/dash.png +0 -0
- package/lib/vtx-car-modal/imgs/dqsd.png +0 -0
- package/lib/vtx-car-modal/imgs/dqsd_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/dqsd_light.png +0 -0
- package/lib/vtx-car-modal/imgs/jrxs.png +0 -0
- package/lib/vtx-car-modal/imgs/jrxs_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/jrxs_light.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjdw.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjdw_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjdw_light.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjts.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjts_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjts_light.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjzl.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjzl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjzl_light.png +0 -0
- package/lib/vtx-car-modal/imgs/ljwgsc.png +0 -0
- package/lib/vtx-car-modal/imgs/ljwgsc_light.png +0 -0
- package/lib/vtx-car-modal/imgs/ljwgts.png +0 -0
- package/lib/vtx-car-modal/imgs/ljwgts_light.png +0 -0
- package/lib/vtx-car-modal/imgs/outTime.png +0 -0
- package/lib/vtx-car-modal/imgs/outTime_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/outTime_light.png +0 -0
- package/lib/vtx-car-modal/imgs/out_ws.png +0 -0
- package/lib/vtx-car-modal/imgs/out_ys.png +0 -0
- package/lib/vtx-car-modal/imgs/pjwcl.png +0 -0
- package/lib/vtx-car-modal/imgs/pjwcl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/pjwcl_light.png +0 -0
- package/lib/vtx-car-modal/imgs/position.png +0 -0
- package/lib/vtx-car-modal/imgs/position_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/position_light.png +0 -0
- package/lib/vtx-car-modal/imgs/refresh.png +0 -0
- package/lib/vtx-car-modal/imgs/refresh_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/refresh_light.png +0 -0
- package/lib/vtx-car-modal/imgs/runTime.png +0 -0
- package/lib/vtx-car-modal/imgs/runTime_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/runTime_light.png +0 -0
- package/lib/vtx-car-modal/imgs/syyl.png +0 -0
- package/lib/vtx-car-modal/imgs/syyl_light.png +0 -0
- package/lib/vtx-car-modal/imgs/tab_bg.png +0 -0
- package/lib/vtx-car-modal/imgs/tab_bg_light.png +0 -0
- package/lib/vtx-car-modal/imgs/temp_ws.png +0 -0
- package/lib/vtx-car-modal/imgs/temp_ys.png +0 -0
- package/lib/vtx-car-modal/imgs/wcl.png +0 -0
- package/lib/vtx-car-modal/imgs/wcl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/wcl_light.png +0 -0
- package/lib/vtx-car-modal/imgs/wgcs.png +0 -0
- package/lib/vtx-car-modal/imgs/wgcs_light.png +0 -0
- package/lib/vtx-car-modal/imgs/xslc.png +0 -0
- package/lib/vtx-car-modal/imgs/xslc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/xslc_light.png +0 -0
- package/lib/vtx-car-modal/imgs/ysdw.png +0 -0
- package/lib/vtx-car-modal/imgs/ysdw_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ysdw_light.png +0 -0
- package/lib/vtx-car-modal/imgs/ywcdw.png +0 -0
- package/lib/vtx-car-modal/imgs/ywcdw_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ywcdw_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zlc.png +0 -0
- package/lib/vtx-car-modal/imgs/zlc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zlc_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zld.png +0 -0
- package/lib/vtx-car-modal/imgs/zld_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zld_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zsh.png +0 -0
- package/lib/vtx-car-modal/imgs/zsh_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zycs.png +0 -0
- package/lib/vtx-car-modal/imgs/zycs_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zycs_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zycssc.png +0 -0
- package/lib/vtx-car-modal/imgs/zycssc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zycssc_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zyh.png +0 -0
- package/lib/vtx-car-modal/imgs/zyh_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zyl.png +0 -0
- package/lib/vtx-car-modal/imgs/zyl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zyl_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zylc.png +0 -0
- package/lib/vtx-car-modal/imgs/zylc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zylc_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zysc.png +0 -0
- package/lib/vtx-car-modal/imgs/zysc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zysc_light.png +0 -0
- package/lib/vtx-car-modal/index.js.map +0 -1
- package/lib/vtx-car-modal/style/css.js +0 -12
- package/lib/vtx-car-modal/style/css.js.map +0 -1
- package/lib/vtx-car-modal/style/index.css +0 -143
- package/lib/vtx-car-modal/style/index.js.map +0 -1
- package/lib/vtx-cc-cp-modal/api.js +0 -402
- package/lib/vtx-cc-cp-modal/api.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js +0 -152
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js +0 -122
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js +0 -151
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.css +0 -119
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js +0 -34
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.less +0 -108
- package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js +0 -76
- package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js +0 -44
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js +0 -48
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js +0 -125
- package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.css +0 -106
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js +0 -66
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.less +0 -95
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js +0 -130
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js +0 -122
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js +0 -151
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.css +0 -119
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js +0 -34
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.less +0 -108
- package/lib/vtx-cc-cp-modal/components/OrderInfo/MonthTrend.js +0 -118
- package/lib/vtx-cc-cp-modal/components/OrderInfo/MonthTrend.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/OrderInfo/OrderRecord.js +0 -123
- package/lib/vtx-cc-cp-modal/components/OrderInfo/OrderRecord.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/OrderInfo/Summary.js +0 -147
- package/lib/vtx-cc-cp-modal/components/OrderInfo/Summary.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/OrderInfo/index.css +0 -119
- package/lib/vtx-cc-cp-modal/components/OrderInfo/index.js +0 -55
- package/lib/vtx-cc-cp-modal/components/OrderInfo/index.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/OrderInfo/index.less +0 -108
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.css +0 -8
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.js +0 -124
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.less +0 -8
- package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js +0 -129
- package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js +0 -117
- package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.css +0 -51
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.js +0 -83
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.js.map +0 -1
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.less +0 -46
- package/lib/vtx-cc-cp-modal/components/index.js +0 -42
- package/lib/vtx-cc-cp-modal/components/index.js.map +0 -1
- package/lib/vtx-cc-cp-modal/index.js +0 -76
- package/lib/vtx-cc-cp-modal/index.js.map +0 -1
- package/lib/vtx-cc-cp-modal/style/css.js +0 -5
- package/lib/vtx-cc-cp-modal/style/css.js.map +0 -1
- package/lib/vtx-cc-cp-modal/style/index.css +0 -133
- package/lib/vtx-cc-cp-modal/style/index.js +0 -5
- package/lib/vtx-cc-cp-modal/style/index.js.map +0 -1
- package/lib/vtx-cc-cp-modal/style/index.less +0 -1
- package/lib/vtx-cc-cp-modal/type.js +0 -6
- package/lib/vtx-cc-cp-modal/type.js.map +0 -1
- package/lib/vtx-cp-modal/api.js.map +0 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js.map +0 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js.map +0 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js.map +0 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/index.css +0 -119
- package/lib/vtx-cp-modal/components/AlarmInfo/index.js.map +0 -1
- package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js.map +0 -1
- package/lib/vtx-cp-modal/components/BaseInfo/Rules.js.map +0 -1
- package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js.map +0 -1
- package/lib/vtx-cp-modal/components/BaseInfo/index.css +0 -166
- package/lib/vtx-cp-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js +0 -198
- package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js.map +0 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js.map +0 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js.map +0 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.css +0 -119
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js.map +0 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.less +0 -109
- package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js.map +0 -1
- package/lib/vtx-cp-modal/components/SyInfo/index.css +0 -54
- package/lib/vtx-cp-modal/components/SyInfo/index.js.map +0 -1
- package/lib/vtx-cp-modal/components/index.js.map +0 -1
- package/lib/vtx-cp-modal/imgs/all_rate.png +0 -0
- package/lib/vtx-cp-modal/imgs/all_rate_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/cy_car.png +0 -0
- package/lib/vtx-cp-modal/imgs/cy_rate.png +0 -0
- package/lib/vtx-cp-modal/imgs/cy_rate_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/khsw.png +0 -0
- package/lib/vtx-cp-modal/imgs/khsw_car.png +0 -0
- package/lib/vtx-cp-modal/imgs/qt_car.png +0 -0
- package/lib/vtx-cp-modal/imgs/qt_rate.png +0 -0
- package/lib/vtx-cp-modal/imgs/qt_rate_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/yf_car.png +0 -0
- package/lib/vtx-cp-modal/imgs/yh_car.png +0 -0
- package/lib/vtx-cp-modal/imgs/yh_rate.png +0 -0
- package/lib/vtx-cp-modal/imgs/yh_rate_light.png +0 -0
- package/lib/vtx-cp-modal/index.js.map +0 -1
- package/lib/vtx-cp-modal/style/css.js +0 -5
- package/lib/vtx-cp-modal/style/css.js.map +0 -1
- package/lib/vtx-cp-modal/style/index.css +0 -133
- package/lib/vtx-cp-modal/style/index.js.map +0 -1
- package/lib/vtx-default-modal/api.js.map +0 -1
- package/lib/vtx-default-modal/components/BaseInfo/index.css +0 -38
- package/lib/vtx-default-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-default-modal/components/index.js.map +0 -1
- package/lib/vtx-default-modal/index.js.map +0 -1
- package/lib/vtx-default-modal/style/css.js +0 -5
- package/lib/vtx-default-modal/style/css.js.map +0 -1
- package/lib/vtx-default-modal/style/index.css +0 -133
- package/lib/vtx-default-modal/style/index.js.map +0 -1
- package/lib/vtx-device-modal/api.js +0 -211
- package/lib/vtx-device-modal/api.js.map +0 -1
- package/lib/vtx-device-modal/components/BaseInfo/index.js +0 -50
- package/lib/vtx-device-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-device-modal/components/DataAnalysis/index.js +0 -84
- package/lib/vtx-device-modal/components/DataAnalysis/index.js.map +0 -1
- package/lib/vtx-device-modal/components/FacilityFile/index.js +0 -47
- package/lib/vtx-device-modal/components/FacilityFile/index.js.map +0 -1
- package/lib/vtx-device-modal/components/LiftInfo/index.js +0 -31
- package/lib/vtx-device-modal/components/LiftInfo/index.js.map +0 -1
- package/lib/vtx-device-modal/components/OverViewInfo/Left.js +0 -28
- package/lib/vtx-device-modal/components/OverViewInfo/Left.js.map +0 -1
- package/lib/vtx-device-modal/components/OverViewInfo/index.js +0 -102
- package/lib/vtx-device-modal/components/OverViewInfo/index.js.map +0 -1
- package/lib/vtx-device-modal/components/VideoInfo/index.js +0 -35
- package/lib/vtx-device-modal/components/VideoInfo/index.js.map +0 -1
- package/lib/vtx-device-modal/config.js +0 -48
- package/lib/vtx-device-modal/config.js.map +0 -1
- package/lib/vtx-device-modal/imgs/car.png +0 -0
- package/lib/vtx-device-modal/imgs/user.png +0 -0
- package/lib/vtx-device-modal/index.js +0 -75
- package/lib/vtx-device-modal/index.js.map +0 -1
- package/lib/vtx-device-modal/style/css.js +0 -4
- package/lib/vtx-device-modal/style/css.js.map +0 -1
- package/lib/vtx-device-modal/style/index.css +0 -11
- package/lib/vtx-device-modal/style/index.js +0 -4
- package/lib/vtx-device-modal/style/index.js.map +0 -1
- package/lib/vtx-device-modal/style/index.less +0 -7
- package/lib/vtx-device-modal/types.js +0 -6
- package/lib/vtx-device-modal/types.js.map +0 -1
- package/lib/vtx-df-modal/api.js.map +0 -1
- package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js +0 -142
- package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js.map +0 -1
- package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js.map +0 -1
- package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js.map +0 -1
- package/lib/vtx-df-modal/components/BaseInfo/Situation.js.map +0 -1
- package/lib/vtx-df-modal/components/BaseInfo/index.css +0 -171
- package/lib/vtx-df-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-df-modal/components/Metering/ChartJccc.js.map +0 -1
- package/lib/vtx-df-modal/components/Metering/ChartJcqs.js.map +0 -1
- package/lib/vtx-df-modal/components/Metering/List.js.map +0 -1
- package/lib/vtx-df-modal/components/Metering/index.css +0 -96
- package/lib/vtx-df-modal/components/Metering/index.js.map +0 -1
- package/lib/vtx-df-modal/components/WorkCondition/Monitor.js.map +0 -1
- package/lib/vtx-df-modal/components/WorkCondition/Situation.js +0 -108
- package/lib/vtx-df-modal/components/WorkCondition/Situation.js.map +0 -1
- package/lib/vtx-df-modal/components/WorkCondition/index.css +0 -151
- package/lib/vtx-df-modal/components/WorkCondition/index.js.map +0 -1
- package/lib/vtx-df-modal/components/index.js.map +0 -1
- package/lib/vtx-df-modal/imgs/cljcbj.png +0 -0
- package/lib/vtx-df-modal/imgs/jcbj.png +0 -0
- package/lib/vtx-df-modal/imgs/jcbj_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/jcbj_light.png +0 -0
- package/lib/vtx-df-modal/imgs/jccc_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/jccc_light.png +0 -0
- package/lib/vtx-df-modal/imgs/jcl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/jcl_light.png +0 -0
- package/lib/vtx-df-modal/imgs/rjjcl.png +0 -0
- package/lib/vtx-df-modal/imgs/rjjcl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/rjjcl_light.png +0 -0
- package/lib/vtx-df-modal/imgs/sjnl.png +0 -0
- package/lib/vtx-df-modal/imgs/sjnl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/sjnl_light.png +0 -0
- package/lib/vtx-df-modal/imgs/yxzbbj.png +0 -0
- package/lib/vtx-df-modal/imgs/zbbj.png +0 -0
- package/lib/vtx-df-modal/imgs/zbbj_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/zbbj_light.png +0 -0
- package/lib/vtx-df-modal/imgs/zjccc.png +0 -0
- package/lib/vtx-df-modal/imgs/zjccc_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/zjccc_light.png +0 -0
- package/lib/vtx-df-modal/imgs/zjcl.png +0 -0
- package/lib/vtx-df-modal/imgs/zjcl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/zjcl_light.png +0 -0
- package/lib/vtx-df-modal/index.js.map +0 -1
- package/lib/vtx-df-modal/style/css.js +0 -7
- package/lib/vtx-df-modal/style/css.js.map +0 -1
- package/lib/vtx-df-modal/style/index.css +0 -133
- package/lib/vtx-df-modal/style/index.js.map +0 -1
- package/lib/vtx-facility-modal/api.js +0 -117
- package/lib/vtx-facility-modal/api.js.map +0 -1
- package/lib/vtx-facility-modal/components/OverView/Left.js +0 -52
- package/lib/vtx-facility-modal/components/OverView/Left.js.map +0 -1
- package/lib/vtx-facility-modal/components/OverView/index.css +0 -136
- package/lib/vtx-facility-modal/components/OverView/index.js +0 -312
- package/lib/vtx-facility-modal/components/OverView/index.js.map +0 -1
- package/lib/vtx-facility-modal/components/OverView/index.less +0 -120
- package/lib/vtx-facility-modal/components/index.js +0 -14
- package/lib/vtx-facility-modal/components/index.js.map +0 -1
- package/lib/vtx-facility-modal/config.js +0 -65
- package/lib/vtx-facility-modal/config.js.map +0 -1
- package/lib/vtx-facility-modal/imgs/car.png +0 -0
- package/lib/vtx-facility-modal/imgs/default.png +0 -0
- package/lib/vtx-facility-modal/imgs/user.png +0 -0
- package/lib/vtx-facility-modal/index.js +0 -51
- package/lib/vtx-facility-modal/index.js.map +0 -1
- package/lib/vtx-facility-modal/style/css.js +0 -5
- package/lib/vtx-facility-modal/style/css.js.map +0 -1
- package/lib/vtx-facility-modal/style/index.css +0 -0
- package/lib/vtx-facility-modal/style/index.js +0 -5
- package/lib/vtx-facility-modal/style/index.js.map +0 -1
- package/lib/vtx-facility-modal/style/index.less +0 -1
- package/lib/vtx-facility-modal/types.js +0 -6
- package/lib/vtx-facility-modal/types.js.map +0 -1
- package/lib/vtx-housing-estate-modal/api.js +0 -538
- package/lib/vtx-housing-estate-modal/api.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js +0 -406
- package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js +0 -208
- package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/MY.js +0 -289
- package/lib/vtx-housing-estate-modal/components/Alarm/MY.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js +0 -33
- package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/index.css +0 -81
- package/lib/vtx-housing-estate-modal/components/Alarm/index.js +0 -102
- package/lib/vtx-housing-estate-modal/components/Alarm/index.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/index.less +0 -66
- package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +0 -323
- package/lib/vtx-housing-estate-modal/components/OverView/Hot.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/OverView/Left.js +0 -90
- package/lib/vtx-housing-estate-modal/components/OverView/Left.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/OverView/Manage.js +0 -120
- package/lib/vtx-housing-estate-modal/components/OverView/Manage.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +0 -238
- package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/OverView/Trend.js +0 -59
- package/lib/vtx-housing-estate-modal/components/OverView/Trend.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/OverView/index.css +0 -329
- package/lib/vtx-housing-estate-modal/components/OverView/index.js +0 -45
- package/lib/vtx-housing-estate-modal/components/OverView/index.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/OverView/index.less +0 -256
- package/lib/vtx-housing-estate-modal/components/SPJK/index.css +0 -4
- package/lib/vtx-housing-estate-modal/components/SPJK/index.js +0 -57
- package/lib/vtx-housing-estate-modal/components/SPJK/index.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/SPJK/index.less +0 -6
- package/lib/vtx-housing-estate-modal/components/TFRD/index.css +0 -21
- package/lib/vtx-housing-estate-modal/components/TFRD/index.js +0 -138
- package/lib/vtx-housing-estate-modal/components/TFRD/index.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/TFRD/index.less +0 -15
- package/lib/vtx-housing-estate-modal/components/WGGS/Content.js +0 -59
- package/lib/vtx-housing-estate-modal/components/WGGS/Content.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/WGGS/index.css +0 -43
- package/lib/vtx-housing-estate-modal/components/WGGS/index.js +0 -103
- package/lib/vtx-housing-estate-modal/components/WGGS/index.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/WGGS/index.less +0 -38
- package/lib/vtx-housing-estate-modal/components/WGXW/Content.js +0 -68
- package/lib/vtx-housing-estate-modal/components/WGXW/Content.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/index.css +0 -114
- package/lib/vtx-housing-estate-modal/components/WGXW/index.js +0 -146
- package/lib/vtx-housing-estate-modal/components/WGXW/index.js.map +0 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/index.less +0 -102
- package/lib/vtx-housing-estate-modal/components/index.js +0 -49
- package/lib/vtx-housing-estate-modal/components/index.js.map +0 -1
- package/lib/vtx-housing-estate-modal/config.js +0 -85
- package/lib/vtx-housing-estate-modal/config.js.map +0 -1
- package/lib/vtx-housing-estate-modal/imgs/BOTTLE.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/CAN.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/NAPKIN.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/PLASTIC_BAG.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/avatar_empty.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/black-rank.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/bucket-cylj.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/bucket-khsw.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/bucket-qtlj.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/bucket-yhlj.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/cylj-bg.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/cylj.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/cywpd.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/garbage_default.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/ht.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/khsw-bg.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/khsw.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/left-ddypz.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/left-tfdmd.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/manage-bg-1.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/manage-bg-2.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/manage-gzcx.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/manage-hjgl.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/manage-hmd.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/manage-wgmsr.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/manage-yyxj.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/my.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/pie-chart-bg.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/qtlj-bg.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/qtlj.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/rank-bg.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/tfd.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/twtf.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/wstf.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/yhlj-bg.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/yhlj.png +0 -0
- package/lib/vtx-housing-estate-modal/index.js +0 -105
- package/lib/vtx-housing-estate-modal/index.js.map +0 -1
- package/lib/vtx-housing-estate-modal/style/css.js +0 -7
- package/lib/vtx-housing-estate-modal/style/css.js.map +0 -1
- package/lib/vtx-housing-estate-modal/style/index.css +0 -0
- package/lib/vtx-housing-estate-modal/style/index.js +0 -7
- package/lib/vtx-housing-estate-modal/style/index.js.map +0 -1
- package/lib/vtx-housing-estate-modal/style/index.less +0 -1
- package/lib/vtx-housing-estate-modal/types.js +0 -6
- package/lib/vtx-housing-estate-modal/types.js.map +0 -1
- package/lib/vtx-kh-modal/api.js +0 -73
- package/lib/vtx-kh-modal/api.js.map +0 -1
- package/lib/vtx-kh-modal/components/BaseInfo/index.css +0 -69
- package/lib/vtx-kh-modal/components/BaseInfo/index.js +0 -95
- package/lib/vtx-kh-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-kh-modal/components/BaseInfo/index.less +0 -66
- package/lib/vtx-kh-modal/components/index.js +0 -14
- package/lib/vtx-kh-modal/components/index.js.map +0 -1
- package/lib/vtx-kh-modal/index.js +0 -95
- package/lib/vtx-kh-modal/index.js.map +0 -1
- package/lib/vtx-kh-modal/style/css.js +0 -5
- package/lib/vtx-kh-modal/style/css.js.map +0 -1
- package/lib/vtx-kh-modal/style/index.css +0 -133
- package/lib/vtx-kh-modal/style/index.js +0 -5
- package/lib/vtx-kh-modal/style/index.js.map +0 -1
- package/lib/vtx-kh-modal/style/index.less +0 -1
- package/lib/vtx-pump-modal/api.js +0 -331
- package/lib/vtx-pump-modal/api.js.map +0 -1
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js +0 -160
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js.map +0 -1
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js +0 -241
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js.map +0 -1
- package/lib/vtx-pump-modal/components/AlarmRecord/index.css +0 -98
- package/lib/vtx-pump-modal/components/AlarmRecord/index.js +0 -152
- package/lib/vtx-pump-modal/components/AlarmRecord/index.js.map +0 -1
- package/lib/vtx-pump-modal/components/AlarmRecord/index.less +0 -96
- package/lib/vtx-pump-modal/components/Basic/JyqInfo.js +0 -252
- package/lib/vtx-pump-modal/components/Basic/JyqInfo.js.map +0 -1
- package/lib/vtx-pump-modal/components/Basic/PumpInfo.js +0 -173
- package/lib/vtx-pump-modal/components/Basic/PumpInfo.js.map +0 -1
- package/lib/vtx-pump-modal/components/Basic/SxInfo.js +0 -92
- package/lib/vtx-pump-modal/components/Basic/SxInfo.js.map +0 -1
- package/lib/vtx-pump-modal/components/Basic/XqInfo.js +0 -75
- package/lib/vtx-pump-modal/components/Basic/XqInfo.js.map +0 -1
- package/lib/vtx-pump-modal/components/Basic/index.css +0 -90
- package/lib/vtx-pump-modal/components/Basic/index.js +0 -79
- package/lib/vtx-pump-modal/components/Basic/index.js.map +0 -1
- package/lib/vtx-pump-modal/components/Basic/index.less +0 -74
- package/lib/vtx-pump-modal/components/Sbxl/SBXLFX.js +0 -185
- package/lib/vtx-pump-modal/components/Sbxl/SBXLFX.js.map +0 -1
- package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js +0 -187
- package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js.map +0 -1
- package/lib/vtx-pump-modal/components/Sbxl/index.css +0 -88
- package/lib/vtx-pump-modal/components/Sbxl/index.js +0 -163
- package/lib/vtx-pump-modal/components/Sbxl/index.js.map +0 -1
- package/lib/vtx-pump-modal/components/Sbxl/index.less +0 -90
- package/lib/vtx-pump-modal/components/Sjfx/index.css +0 -63
- package/lib/vtx-pump-modal/components/Sjfx/index.js +0 -698
- package/lib/vtx-pump-modal/components/Sjfx/index.js.map +0 -1
- package/lib/vtx-pump-modal/components/Sjfx/index.less +0 -60
- package/lib/vtx-pump-modal/components/Sxyx/index.css +0 -169
- package/lib/vtx-pump-modal/components/Sxyx/index.js +0 -285
- package/lib/vtx-pump-modal/components/Sxyx/index.js.map +0 -1
- package/lib/vtx-pump-modal/components/Sxyx/index.less +0 -161
- package/lib/vtx-pump-modal/components/index.js +0 -42
- package/lib/vtx-pump-modal/components/index.js.map +0 -1
- package/lib/vtx-pump-modal/config.js +0 -103
- package/lib/vtx-pump-modal/config.js.map +0 -1
- package/lib/vtx-pump-modal/imgs/bucket.png +0 -0
- package/lib/vtx-pump-modal/imgs/carNum.png +0 -0
- package/lib/vtx-pump-modal/imgs/historyIcon.png +0 -0
- package/lib/vtx-pump-modal/imgs/lineIcon.png +0 -0
- package/lib/vtx-pump-modal/imgs/weigh.png +0 -0
- package/lib/vtx-pump-modal/index.js +0 -99
- package/lib/vtx-pump-modal/index.js.map +0 -1
- package/lib/vtx-pump-modal/style/css.js +0 -5
- package/lib/vtx-pump-modal/style/css.js.map +0 -1
- package/lib/vtx-pump-modal/style/index.css +0 -0
- package/lib/vtx-pump-modal/style/index.js +0 -5
- package/lib/vtx-pump-modal/style/index.js.map +0 -1
- package/lib/vtx-pump-modal/style/index.less +0 -1
- package/lib/vtx-pump-modal/type.js +0 -6
- package/lib/vtx-pump-modal/type.js.map +0 -1
- package/lib/vtx-restaurant-modal/api.js +0 -170
- package/lib/vtx-restaurant-modal/api.js.map +0 -1
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js +0 -49
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js.map +0 -1
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +0 -78
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js.map +0 -1
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +0 -92
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js.map +0 -1
- package/lib/vtx-restaurant-modal/components/Alarm/index.css +0 -48
- package/lib/vtx-restaurant-modal/components/Alarm/index.js +0 -73
- package/lib/vtx-restaurant-modal/components/Alarm/index.js.map +0 -1
- package/lib/vtx-restaurant-modal/components/Alarm/index.less +0 -35
- package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +0 -61
- package/lib/vtx-restaurant-modal/components/Basic/DetailList.js.map +0 -1
- package/lib/vtx-restaurant-modal/components/Basic/Info.js +0 -56
- package/lib/vtx-restaurant-modal/components/Basic/Info.js.map +0 -1
- package/lib/vtx-restaurant-modal/components/Basic/Summary.js +0 -66
- package/lib/vtx-restaurant-modal/components/Basic/Summary.js.map +0 -1
- package/lib/vtx-restaurant-modal/components/Basic/index.css +0 -80
- package/lib/vtx-restaurant-modal/components/Basic/index.js +0 -47
- package/lib/vtx-restaurant-modal/components/Basic/index.js.map +0 -1
- package/lib/vtx-restaurant-modal/components/Basic/index.less +0 -59
- package/lib/vtx-restaurant-modal/components/Collection/Charts.js +0 -154
- package/lib/vtx-restaurant-modal/components/Collection/Charts.js.map +0 -1
- package/lib/vtx-restaurant-modal/components/Collection/List.js +0 -37
- package/lib/vtx-restaurant-modal/components/Collection/List.js.map +0 -1
- package/lib/vtx-restaurant-modal/components/Collection/index.css +0 -40
- package/lib/vtx-restaurant-modal/components/Collection/index.js +0 -88
- package/lib/vtx-restaurant-modal/components/Collection/index.js.map +0 -1
- package/lib/vtx-restaurant-modal/components/Collection/index.less +0 -29
- package/lib/vtx-restaurant-modal/components/index.js +0 -28
- package/lib/vtx-restaurant-modal/components/index.js.map +0 -1
- package/lib/vtx-restaurant-modal/config.js +0 -56
- package/lib/vtx-restaurant-modal/config.js.map +0 -1
- package/lib/vtx-restaurant-modal/imgs/bucket.png +0 -0
- package/lib/vtx-restaurant-modal/imgs/carNum.png +0 -0
- package/lib/vtx-restaurant-modal/imgs/weigh.png +0 -0
- package/lib/vtx-restaurant-modal/index.js +0 -64
- package/lib/vtx-restaurant-modal/index.js.map +0 -1
- package/lib/vtx-restaurant-modal/style/css.js +0 -5
- package/lib/vtx-restaurant-modal/style/css.js.map +0 -1
- package/lib/vtx-restaurant-modal/style/index.css +0 -0
- package/lib/vtx-restaurant-modal/style/index.js +0 -5
- package/lib/vtx-restaurant-modal/style/index.js.map +0 -1
- package/lib/vtx-restaurant-modal/style/index.less +0 -1
- package/lib/vtx-restaurant-modal/type.js +0 -6
- package/lib/vtx-restaurant-modal/type.js.map +0 -1
- package/lib/vtx-road-modal/api.js.map +0 -1
- package/lib/vtx-road-modal/components/BaseInfo/Rules.js.map +0 -1
- package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js +0 -162
- package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js.map +0 -1
- package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js +0 -98
- package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js.map +0 -1
- package/lib/vtx-road-modal/components/BaseInfo/index.css +0 -176
- package/lib/vtx-road-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-road-modal/components/Statistical/Zylc.js +0 -152
- package/lib/vtx-road-modal/components/Statistical/Zylc.js.map +0 -1
- package/lib/vtx-road-modal/components/Statistical/Zywcl.js +0 -119
- package/lib/vtx-road-modal/components/Statistical/Zywcl.js.map +0 -1
- package/lib/vtx-road-modal/components/Statistical/index.css +0 -130
- package/lib/vtx-road-modal/components/Statistical/index.js.map +0 -1
- package/lib/vtx-road-modal/components/index.js.map +0 -1
- package/lib/vtx-road-modal/imgs/actual.png +0 -0
- package/lib/vtx-road-modal/imgs/actual_light.png +0 -0
- package/lib/vtx-road-modal/imgs/all_rate.png +0 -0
- package/lib/vtx-road-modal/imgs/all_rate_light.png +0 -0
- package/lib/vtx-road-modal/imgs/cx_rate.png +0 -0
- package/lib/vtx-road-modal/imgs/cx_rate_light.png +0 -0
- package/lib/vtx-road-modal/imgs/js.png +0 -0
- package/lib/vtx-road-modal/imgs/plan.png +0 -0
- package/lib/vtx-road-modal/imgs/plan_light.png +0 -0
- package/lib/vtx-road-modal/imgs/ss.png +0 -0
- package/lib/vtx-road-modal/imgs/ss_rate.png +0 -0
- package/lib/vtx-road-modal/imgs/ss_rate_light.png +0 -0
- package/lib/vtx-road-modal/imgs/track.png +0 -0
- package/lib/vtx-road-modal/imgs/wp.png +0 -0
- package/lib/vtx-road-modal/imgs/xs.png +0 -0
- package/lib/vtx-road-modal/imgs/xs_rate.png +0 -0
- package/lib/vtx-road-modal/imgs/xs_rate_light.png +0 -0
- package/lib/vtx-road-modal/index.js.map +0 -1
- package/lib/vtx-road-modal/style/css.js +0 -6
- package/lib/vtx-road-modal/style/css.js.map +0 -1
- package/lib/vtx-road-modal/style/index.css +0 -133
- package/lib/vtx-road-modal/style/index.js.map +0 -1
- package/lib/vtx-staff-modal/api.js.map +0 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js.map +0 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/List.js.map +0 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/index.css +0 -27
- package/lib/vtx-staff-modal/components/AlarmInfo/index.js.map +0 -1
- package/lib/vtx-staff-modal/components/Attendance/Exeception.js.map +0 -1
- package/lib/vtx-staff-modal/components/Attendance/Record.js.map +0 -1
- package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +0 -1
- package/lib/vtx-staff-modal/components/Attendance/index.css +0 -21
- package/lib/vtx-staff-modal/components/Attendance/index.js.map +0 -1
- package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js +0 -116
- package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js.map +0 -1
- package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js +0 -40
- package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js.map +0 -1
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js.map +0 -1
- package/lib/vtx-staff-modal/components/BaseInfo/index.css +0 -162
- package/lib/vtx-staff-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-staff-modal/components/Equipment/index.css +0 -28
- package/lib/vtx-staff-modal/components/Equipment/index.js.map +0 -1
- package/lib/vtx-staff-modal/components/index.js.map +0 -1
- package/lib/vtx-staff-modal/imgs/position.png +0 -0
- package/lib/vtx-staff-modal/imgs/refresh.png +0 -0
- package/lib/vtx-staff-modal/imgs/rjzx.png +0 -0
- package/lib/vtx-staff-modal/imgs/rjzx_light.png +0 -0
- package/lib/vtx-staff-modal/imgs/staff.png +0 -0
- package/lib/vtx-staff-modal/imgs/todayOnline.png +0 -0
- package/lib/vtx-staff-modal/imgs/todayOnline_light.png +0 -0
- package/lib/vtx-staff-modal/imgs/todayWork.png +0 -0
- package/lib/vtx-staff-modal/imgs/todayWork_light.png +0 -0
- package/lib/vtx-staff-modal/imgs/zzx.png +0 -0
- package/lib/vtx-staff-modal/imgs/zzx_light.png +0 -0
- package/lib/vtx-staff-modal/index.js.map +0 -1
- package/lib/vtx-staff-modal/style/css.js +0 -8
- package/lib/vtx-staff-modal/style/css.js.map +0 -1
- package/lib/vtx-staff-modal/style/index.css +0 -133
- package/lib/vtx-staff-modal/style/index.js.map +0 -1
- package/lib/vtx-theme-provider/index.js +0 -24
- package/lib/vtx-theme-provider/index.js.map +0 -1
- package/lib/vtx-throw-point-modal/api.js +0 -572
- package/lib/vtx-throw-point-modal/api.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js +0 -389
- package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/Alarm/LDB.js +0 -208
- package/lib/vtx-throw-point-modal/components/Alarm/LDB.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/Alarm/MY.js +0 -290
- package/lib/vtx-throw-point-modal/components/Alarm/MY.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/Alarm/Rank.js +0 -33
- package/lib/vtx-throw-point-modal/components/Alarm/Rank.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/Alarm/index.css +0 -83
- package/lib/vtx-throw-point-modal/components/Alarm/index.js +0 -102
- package/lib/vtx-throw-point-modal/components/Alarm/index.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/Alarm/index.less +0 -69
- package/lib/vtx-throw-point-modal/components/OverView/Hot.js +0 -311
- package/lib/vtx-throw-point-modal/components/OverView/Hot.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/OverView/Left.js +0 -121
- package/lib/vtx-throw-point-modal/components/OverView/Left.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/OverView/Manage.js +0 -117
- package/lib/vtx-throw-point-modal/components/OverView/Manage.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js +0 -220
- package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/OverView/Trend.js +0 -59
- package/lib/vtx-throw-point-modal/components/OverView/Trend.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/OverView/index.css +0 -409
- package/lib/vtx-throw-point-modal/components/OverView/index.js +0 -43
- package/lib/vtx-throw-point-modal/components/OverView/index.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/OverView/index.less +0 -331
- package/lib/vtx-throw-point-modal/components/SBZJ/Content.js +0 -83
- package/lib/vtx-throw-point-modal/components/SBZJ/Content.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/SBZJ/index.css +0 -106
- package/lib/vtx-throw-point-modal/components/SBZJ/index.js +0 -331
- package/lib/vtx-throw-point-modal/components/SBZJ/index.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/SBZJ/index.less +0 -92
- package/lib/vtx-throw-point-modal/components/TFRD/index.css +0 -21
- package/lib/vtx-throw-point-modal/components/TFRD/index.js +0 -135
- package/lib/vtx-throw-point-modal/components/TFRD/index.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/TFRD/index.less +0 -15
- package/lib/vtx-throw-point-modal/components/WGGS/Content.js +0 -56
- package/lib/vtx-throw-point-modal/components/WGGS/Content.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/WGGS/index.css +0 -43
- package/lib/vtx-throw-point-modal/components/WGGS/index.js +0 -89
- package/lib/vtx-throw-point-modal/components/WGGS/index.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/WGGS/index.less +0 -38
- package/lib/vtx-throw-point-modal/components/WGXW/Content.js +0 -66
- package/lib/vtx-throw-point-modal/components/WGXW/Content.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/WGXW/index.css +0 -114
- package/lib/vtx-throw-point-modal/components/WGXW/index.js +0 -132
- package/lib/vtx-throw-point-modal/components/WGXW/index.js.map +0 -1
- package/lib/vtx-throw-point-modal/components/WGXW/index.less +0 -102
- package/lib/vtx-throw-point-modal/components/index.js +0 -49
- package/lib/vtx-throw-point-modal/components/index.js.map +0 -1
- package/lib/vtx-throw-point-modal/config.js +0 -64
- package/lib/vtx-throw-point-modal/config.js.map +0 -1
- package/lib/vtx-throw-point-modal/imgs/BOTTLE.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/CAN.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/NAPKIN.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/PLASTIC_BAG.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/avatar_empty.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/black-rank.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/bucket-cylj.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/bucket-khsw.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/bucket-qtlj.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/bucket-yhlj.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/camera.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/cylj-bg.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/cylj.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/cywpd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/disconnect.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/error.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/fangzi.gif +0 -0
- package/lib/vtx-throw-point-modal/imgs/garbage_default.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/getway.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/getwayBox.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/host.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/ht-tfd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/ht.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/khsw-bg.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/khsw.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/lamp.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/left-ddypz.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/left-tfdmd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/manage-bg-1.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/manage-bg-2.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/manage-gzcx.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/manage-hjgl.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/manage-hmd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/manage-wgmsr.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/manage-yyxj.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/my-tfd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/my.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/pie-chart-bg.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/point.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/qtlj-bg.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/qtlj.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/rank-bg.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/screen.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/tfd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/throwPoint.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/tingzi.gif +0 -0
- package/lib/vtx-throw-point-modal/imgs/toukou.gif +0 -0
- package/lib/vtx-throw-point-modal/imgs/twtf-tfd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/twtf.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/window.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/wpd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/wstf-tfd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/wstf.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/yhlj-bg.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/yhlj.png +0 -0
- package/lib/vtx-throw-point-modal/index.js +0 -136
- package/lib/vtx-throw-point-modal/index.js.map +0 -1
- package/lib/vtx-throw-point-modal/style/css.js +0 -7
- package/lib/vtx-throw-point-modal/style/css.js.map +0 -1
- package/lib/vtx-throw-point-modal/style/index.css +0 -0
- package/lib/vtx-throw-point-modal/style/index.js +0 -7
- package/lib/vtx-throw-point-modal/style/index.js.map +0 -1
- package/lib/vtx-throw-point-modal/style/index.less +0 -1
- package/lib/vtx-throw-point-modal/types.js +0 -6
- package/lib/vtx-throw-point-modal/types.js.map +0 -1
- package/lib/vtx-wr-modal/api.js +0 -415
- package/lib/vtx-wr-modal/api.js.map +0 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js +0 -251
- package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js.map +0 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js +0 -112
- package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js.map +0 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js +0 -181
- package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js.map +0 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/index.css +0 -117
- package/lib/vtx-wr-modal/components/AlarmInfo/index.js +0 -45
- package/lib/vtx-wr-modal/components/AlarmInfo/index.js.map +0 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/index.less +0 -106
- package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js +0 -125
- package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js +0 -49
- package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfo/Situation.js +0 -117
- package/lib/vtx-wr-modal/components/BaseInfo/Situation.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfo/index.css +0 -162
- package/lib/vtx-wr-modal/components/BaseInfo/index.js +0 -330
- package/lib/vtx-wr-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfo/index.less +0 -142
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js +0 -80
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js +0 -182
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js +0 -321
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js +0 -139
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js +0 -49
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js +0 -32
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js +0 -123
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.css +0 -672
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.js +0 -127
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.less +0 -570
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Alarm.js +0 -119
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Alarm.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jbxx.js +0 -286
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jbxx.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jcbj.js +0 -54
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jcbj.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Monitor.js +0 -364
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Monitor.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Ptss.js +0 -159
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Ptss.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Sjjg.js +0 -220
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Sjjg.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew2/index.css +0 -319
- package/lib/vtx-wr-modal/components/BaseInfoNew2/index.js +0 -112
- package/lib/vtx-wr-modal/components/BaseInfoNew2/index.js.map +0 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew2/index.less +0 -320
- package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js +0 -103
- package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js.map +0 -1
- package/lib/vtx-wr-modal/components/Evaluate/Radar.js +0 -69
- package/lib/vtx-wr-modal/components/Evaluate/Radar.js.map +0 -1
- package/lib/vtx-wr-modal/components/Evaluate/Summary.js +0 -143
- package/lib/vtx-wr-modal/components/Evaluate/Summary.js.map +0 -1
- package/lib/vtx-wr-modal/components/Evaluate/index.css +0 -124
- package/lib/vtx-wr-modal/components/Evaluate/index.js +0 -48
- package/lib/vtx-wr-modal/components/Evaluate/index.js.map +0 -1
- package/lib/vtx-wr-modal/components/Evaluate/index.less +0 -124
- package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js +0 -158
- package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js.map +0 -1
- package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js +0 -164
- package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js.map +0 -1
- package/lib/vtx-wr-modal/components/Monitor/index.css +0 -106
- package/lib/vtx-wr-modal/components/Monitor/index.js +0 -27
- package/lib/vtx-wr-modal/components/Monitor/index.js.map +0 -1
- package/lib/vtx-wr-modal/components/Monitor/index.less +0 -82
- package/lib/vtx-wr-modal/components/Score/index.css +0 -133
- package/lib/vtx-wr-modal/components/Score/index.js +0 -248
- package/lib/vtx-wr-modal/components/Score/index.js.map +0 -1
- package/lib/vtx-wr-modal/components/Score/index.less +0 -134
- package/lib/vtx-wr-modal/components/Ztt/index.js +0 -27
- package/lib/vtx-wr-modal/components/Ztt/index.js.map +0 -1
- package/lib/vtx-wr-modal/components/index.js +0 -63
- package/lib/vtx-wr-modal/components/index.js.map +0 -1
- package/lib/vtx-wr-modal/imgs/2/aq.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/cqz.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/dswsj.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/dswsjC.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/dws.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/female.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/lhq.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/male.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/mys.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/rll.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/sd.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/ty.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/tywsj.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/wd.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/xbd.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/ydl.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/ydlBg.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/ysl.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/yslBg.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/zsp.png +0 -0
- package/lib/vtx-wr-modal/imgs/2/zws.png +0 -0
- package/lib/vtx-wr-modal/imgs/address.png +0 -0
- package/lib/vtx-wr-modal/imgs/alarm.png +0 -0
- package/lib/vtx-wr-modal/imgs/bad.png +0 -0
- package/lib/vtx-wr-modal/imgs/chart_bg.png +0 -0
- package/lib/vtx-wr-modal/imgs/cqzf.png +0 -0
- package/lib/vtx-wr-modal/imgs/cqzm.png +0 -0
- package/lib/vtx-wr-modal/imgs/daMen.png +0 -0
- package/lib/vtx-wr-modal/imgs/dswsj.png +0 -0
- package/lib/vtx-wr-modal/imgs/dwm.png +0 -0
- package/lib/vtx-wr-modal/imgs/dww.png +0 -0
- package/lib/vtx-wr-modal/imgs/electric.png +0 -0
- package/lib/vtx-wr-modal/imgs/electric_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/female.png +0 -0
- package/lib/vtx-wr-modal/imgs/femaleB.png +0 -0
- package/lib/vtx-wr-modal/imgs/female_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/good.png +0 -0
- package/lib/vtx-wr-modal/imgs/humidity.png +0 -0
- package/lib/vtx-wr-modal/imgs/humidity_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/level1.png +0 -0
- package/lib/vtx-wr-modal/imgs/level2.png +0 -0
- package/lib/vtx-wr-modal/imgs/level3.png +0 -0
- package/lib/vtx-wr-modal/imgs/level4.png +0 -0
- package/lib/vtx-wr-modal/imgs/level5.png +0 -0
- package/lib/vtx-wr-modal/imgs/lhqf.png +0 -0
- package/lib/vtx-wr-modal/imgs/lhqm.png +0 -0
- package/lib/vtx-wr-modal/imgs/male.png +0 -0
- package/lib/vtx-wr-modal/imgs/maleB.png +0 -0
- package/lib/vtx-wr-modal/imgs/male_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/man.png +0 -0
- package/lib/vtx-wr-modal/imgs/mys.png +0 -0
- package/lib/vtx-wr-modal/imgs/pmf.png +0 -0
- package/lib/vtx-wr-modal/imgs/pmm.png +0 -0
- package/lib/vtx-wr-modal/imgs/point.png +0 -0
- package/lib/vtx-wr-modal/imgs/qf.png +0 -0
- package/lib/vtx-wr-modal/imgs/qm.png +0 -0
- package/lib/vtx-wr-modal/imgs/realtime_bg.png +0 -0
- package/lib/vtx-wr-modal/imgs/realtime_bg_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/rllf.png +0 -0
- package/lib/vtx-wr-modal/imgs/rllm.png +0 -0
- package/lib/vtx-wr-modal/imgs/score_avg.png +0 -0
- package/lib/vtx-wr-modal/imgs/score_avg_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/sdf.png +0 -0
- package/lib/vtx-wr-modal/imgs/sdm.png +0 -0
- package/lib/vtx-wr-modal/imgs/stench.png +0 -0
- package/lib/vtx-wr-modal/imgs/stench_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/temperature.png +0 -0
- package/lib/vtx-wr-modal/imgs/temperature_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/time.png +0 -0
- package/lib/vtx-wr-modal/imgs/titleBg.png +0 -0
- package/lib/vtx-wr-modal/imgs/traffic.png +0 -0
- package/lib/vtx-wr-modal/imgs/traffic_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/water.png +0 -0
- package/lib/vtx-wr-modal/imgs/water_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/wdf.png +0 -0
- package/lib/vtx-wr-modal/imgs/wdm.png +0 -0
- package/lib/vtx-wr-modal/imgs/woman.png +0 -0
- package/lib/vtx-wr-modal/imgs/women.png +0 -0
- package/lib/vtx-wr-modal/imgs/xbd.png +0 -0
- package/lib/vtx-wr-modal/imgs/ydlf.png +0 -0
- package/lib/vtx-wr-modal/imgs/ydlm.png +0 -0
- package/lib/vtx-wr-modal/imgs/yingYe.png +0 -0
- package/lib/vtx-wr-modal/imgs/yslf.png +0 -0
- package/lib/vtx-wr-modal/imgs/yslm.png +0 -0
- package/lib/vtx-wr-modal/imgs/zsp.png +0 -0
- package/lib/vtx-wr-modal/imgs/zwm.png +0 -0
- package/lib/vtx-wr-modal/imgs/zww.png +0 -0
- package/lib/vtx-wr-modal/index.js +0 -250
- package/lib/vtx-wr-modal/index.js.map +0 -1
- package/lib/vtx-wr-modal/style/css.js +0 -9
- package/lib/vtx-wr-modal/style/css.js.map +0 -1
- package/lib/vtx-wr-modal/style/index.css +0 -133
- package/lib/vtx-wr-modal/style/index.js +0 -9
- package/lib/vtx-wr-modal/style/index.js.map +0 -1
- package/lib/vtx-wr-modal/style/index.less +0 -1
- package/lib/vtx-zg-modal/api.js +0 -68
- package/lib/vtx-zg-modal/api.js.map +0 -1
- package/lib/vtx-zg-modal/components/BaseInfo/index.css +0 -95
- package/lib/vtx-zg-modal/components/BaseInfo/index.js +0 -180
- package/lib/vtx-zg-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-zg-modal/components/BaseInfo/index.less +0 -88
- package/lib/vtx-zg-modal/components/index.js +0 -14
- package/lib/vtx-zg-modal/components/index.js.map +0 -1
- package/lib/vtx-zg-modal/index.js +0 -100
- package/lib/vtx-zg-modal/index.js.map +0 -1
- package/lib/vtx-zg-modal/style/css.js +0 -5
- package/lib/vtx-zg-modal/style/css.js.map +0 -1
- package/lib/vtx-zg-modal/style/index.css +0 -133
- package/lib/vtx-zg-modal/style/index.js +0 -5
- package/lib/vtx-zg-modal/style/index.js.map +0 -1
- package/lib/vtx-zg-modal/style/index.less +0 -1
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports["default"] = void 0;
|
|
8
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
9
|
-
var _util = require("../../../util");
|
|
10
|
-
var _vmInfoCollection = _interopRequireDefault(require("../../../vm-info-collection"));
|
|
11
|
-
var _index = require("../../index");
|
|
12
|
-
var _api = require("../../api");
|
|
13
|
-
require("./index.less");
|
|
14
|
-
var _vmSubTitle = _interopRequireDefault(require("../../../vm-sub-title"));
|
|
15
|
-
var _components = require("@vtx/components");
|
|
16
|
-
var _antd = require("antd");
|
|
17
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
18
|
-
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
19
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
|
|
20
|
-
function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
|
|
21
|
-
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
22
|
-
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
23
|
-
function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
|
|
24
|
-
function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
|
|
25
|
-
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
26
|
-
var TabPane = _antd.Tabs.TabPane;
|
|
27
|
-
var SxInfo = function SxInfo() {
|
|
28
|
-
var _useContext = (0, _react.useContext)(_index.PumpContext),
|
|
29
|
-
id = _useContext.id;
|
|
30
|
-
var dataList = _api.BasicService.sxInfo(id).map(function (item) {
|
|
31
|
-
return Object.assign(Object.assign({}, item), item.dataJson);
|
|
32
|
-
});
|
|
33
|
-
var viewDetails = _api.BasicService.viewDetail('sx');
|
|
34
|
-
var getFields = function getFields(data) {
|
|
35
|
-
return [].concat(_toConsumableArray((viewDetails === null || viewDetails === void 0 ? void 0 : viewDetails.baseFields) || []), _toConsumableArray((viewDetails === null || viewDetails === void 0 ? void 0 : viewDetails.customFields) || [])).map(function (item) {
|
|
36
|
-
return Object.assign(Object.assign({}, item), {
|
|
37
|
-
label: item.showName,
|
|
38
|
-
value: data === null || data === void 0 ? void 0 : data[item.showKey],
|
|
39
|
-
render: item.showKey === 'photoIds' ? function () {
|
|
40
|
-
var photos = JSON.parse(data.photoIds || '[]');
|
|
41
|
-
return /*#__PURE__*/_react["default"].createElement(_components.VtxImage.PreviewGroup, null, photos.map(function (each) {
|
|
42
|
-
return /*#__PURE__*/_react["default"].createElement(_components.VtxImage, {
|
|
43
|
-
style: {
|
|
44
|
-
width: 80,
|
|
45
|
-
height: 80,
|
|
46
|
-
marginRight: 8
|
|
47
|
-
},
|
|
48
|
-
key: each.id,
|
|
49
|
-
thumb: "/vortex/rest/cloud/np/file/downloadFileThumbnail?outputQuality=0.5&scale=0.2&id=".concat(each.id, "&token=").concat((0, _util.getUrlPara)('token')),
|
|
50
|
-
src: "/cloudFile/common/downloadFile?id=".concat(each.id, "&token=").concat((0, _util.getUrlPara)('token')),
|
|
51
|
-
alt: each.name
|
|
52
|
-
});
|
|
53
|
-
}));
|
|
54
|
-
} : item.showKey === 'geometryInfo' ? function () {
|
|
55
|
-
var _a;
|
|
56
|
-
return /*#__PURE__*/_react["default"].createElement("span", null, "\u7ECF\u7EAC\u5EA6\uFF1A", (_a = data === null || data === void 0 ? void 0 : data.geometryInfo) === null || _a === void 0 ? void 0 : _a.lngLats);
|
|
57
|
-
} : item.showKey === 'fj' ? function () {
|
|
58
|
-
var fileList = JSON.parse(data.fj || '[]');
|
|
59
|
-
return /*#__PURE__*/_react["default"].createElement(_components.VtxUpload, {
|
|
60
|
-
name: "file",
|
|
61
|
-
viewMode: true,
|
|
62
|
-
fileList: fileList,
|
|
63
|
-
flag: Math.random(),
|
|
64
|
-
downloadUrl: "/cloudFile/common/downloadFile?id="
|
|
65
|
-
});
|
|
66
|
-
} : undefined
|
|
67
|
-
});
|
|
68
|
-
});
|
|
69
|
-
};
|
|
70
|
-
return /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement(_antd.Tabs, {
|
|
71
|
-
type: "card"
|
|
72
|
-
}, dataList.map(function (item) {
|
|
73
|
-
return /*#__PURE__*/_react["default"].createElement(TabPane, {
|
|
74
|
-
tabKey: item.id,
|
|
75
|
-
tab: item.name,
|
|
76
|
-
key: item.id
|
|
77
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
78
|
-
style: {
|
|
79
|
-
paddingTop: 10
|
|
80
|
-
}
|
|
81
|
-
}, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
|
|
82
|
-
title: "\u57FA\u672C\u4FE1\u606F"
|
|
83
|
-
}), /*#__PURE__*/_react["default"].createElement(_vmInfoCollection["default"], {
|
|
84
|
-
data: getFields(item),
|
|
85
|
-
horizontal: true,
|
|
86
|
-
width: "50%",
|
|
87
|
-
ellipsis: true
|
|
88
|
-
})));
|
|
89
|
-
})));
|
|
90
|
-
};
|
|
91
|
-
var _default = exports["default"] = SxInfo;
|
|
92
|
-
//# sourceMappingURL=SxInfo.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"SxInfo.js","names":["_react","_interopRequireWildcard","require","_util","_vmInfoCollection","_interopRequireDefault","_index","_api","_vmSubTitle","_components","_antd","e","__esModule","_getRequireWildcardCache","WeakMap","r","t","_typeof","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","_toConsumableArray","_arrayWithoutHoles","_iterableToArray","_unsupportedIterableToArray","_nonIterableSpread","TypeError","_arrayLikeToArray","toString","slice","constructor","name","Array","from","test","Symbol","iterator","isArray","length","TabPane","Tabs","SxInfo","_useContext","useContext","PumpContext","id","dataList","BasicService","sxInfo","map","item","assign","dataJson","viewDetails","viewDetail","getFields","data","concat","baseFields","customFields","label","showName","value","showKey","render","photos","JSON","parse","photoIds","React","createElement","VtxImage","PreviewGroup","each","style","width","height","marginRight","key","thumb","getUrlPara","src","alt","_a","geometryInfo","lngLats","fileList","fj","VtxUpload","viewMode","flag","Math","random","downloadUrl","undefined","type","tabKey","tab","paddingTop","VmSubTitle","title","VmInfoCollection","horizontal","ellipsis","_default","exports"],"sources":["vtx-pump-modal/components/Basic/SxInfo.js"],"sourcesContent":["import React, { useContext } from 'react';\nimport { getUrlPara } from '../../../util';\nimport VmInfoCollection from '../../../vm-info-collection';\nimport { PumpContext } from '../../index';\nimport { BasicService } from '../../api';\nimport './index.less';\nimport VmSubTitle from \"../../../vm-sub-title\";\nimport { VtxUpload, VtxImage } from '@vtx/components';\nimport { Tabs } from 'antd';\nconst { TabPane } = Tabs;\nconst SxInfo = () => {\n const { id } = useContext(PumpContext);\n let dataList = BasicService.sxInfo(id)\n .map((item) => (Object.assign(Object.assign({}, item), item.dataJson)));\n const viewDetails = BasicService.viewDetail('sx');\n const getFields = (data) => {\n return [\n ...(viewDetails === null || viewDetails === void 0 ? void 0 : viewDetails.baseFields) || [],\n ...(viewDetails === null || viewDetails === void 0 ? void 0 : viewDetails.customFields) || [],\n ].map(item => (Object.assign(Object.assign({}, item), { label: item.showName, value: data === null || data === void 0 ? void 0 : data[item.showKey], render: item.showKey === 'photoIds'\n ? () => {\n const photos = JSON.parse(data.photoIds || '[]');\n return (React.createElement(VtxImage.PreviewGroup, null, photos.map((each) => (React.createElement(VtxImage, { style: { width: 80, height: 80, marginRight: 8 }, key: each.id, thumb: `/vortex/rest/cloud/np/file/downloadFileThumbnail?outputQuality=0.5&scale=0.2&id=${each.id}&token=${getUrlPara('token')}`, src: `/cloudFile/common/downloadFile?id=${each.id}&token=${getUrlPara('token')}`, alt: each.name })))));\n }\n : item.showKey === 'geometryInfo'\n ? () => {\n var _a;\n return (React.createElement(\"span\", null,\n \"\\u7ECF\\u7EAC\\u5EA6\\uFF1A\", (_a = data === null || data === void 0 ? void 0 : data.geometryInfo) === null || _a === void 0 ? void 0 :\n _a.lngLats));\n } : item.showKey === 'fj'\n ? () => {\n let fileList = JSON.parse(data.fj || '[]');\n return (React.createElement(VtxUpload, { name: \"file\", viewMode: true, fileList: fileList, flag: Math.random(), downloadUrl: \"/cloudFile/common/downloadFile?id=\" }));\n } : undefined })));\n };\n return (React.createElement(\"div\", null,\n React.createElement(Tabs, { type: \"card\" }, dataList.map((item) => (React.createElement(TabPane, { tabKey: item.id, tab: item.name, key: item.id },\n React.createElement(\"div\", { style: { paddingTop: 10 } },\n React.createElement(VmSubTitle, { title: \"\\u57FA\\u672C\\u4FE1\\u606F\" }),\n React.createElement(VmInfoCollection, { data: getFields(item), horizontal: true, width: \"50%\", ellipsis: true }))))))));\n};\nexport default SxInfo;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,75 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports["default"] = void 0;
|
|
8
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
9
|
-
var _util = require("../../../util");
|
|
10
|
-
var _vmInfoCollection = _interopRequireDefault(require("../../../vm-info-collection"));
|
|
11
|
-
var _index = require("../../index");
|
|
12
|
-
var _api = require("../../api");
|
|
13
|
-
require("./index.less");
|
|
14
|
-
var _vmSubTitle = _interopRequireDefault(require("../../../vm-sub-title"));
|
|
15
|
-
var _components = require("@vtx/components");
|
|
16
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
17
|
-
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
18
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
|
|
19
|
-
function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
|
|
20
|
-
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
21
|
-
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
22
|
-
function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
|
|
23
|
-
function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
|
|
24
|
-
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
25
|
-
var XqInfo = function XqInfo() {
|
|
26
|
-
var _useContext = (0, _react.useContext)(_index.PumpContext),
|
|
27
|
-
id = _useContext.id;
|
|
28
|
-
var data = _api.BasicService.xqInfo(id);
|
|
29
|
-
data = Object.assign(Object.assign({}, data), data.dataJson);
|
|
30
|
-
var viewDetails = _api.BasicService.viewDetail('gsxq');
|
|
31
|
-
var allFields = [].concat(_toConsumableArray((viewDetails === null || viewDetails === void 0 ? void 0 : viewDetails.baseFields) || []), _toConsumableArray((viewDetails === null || viewDetails === void 0 ? void 0 : viewDetails.customFields) || [])).map(function (item) {
|
|
32
|
-
return Object.assign(Object.assign({}, item), {
|
|
33
|
-
label: item.showName,
|
|
34
|
-
value: data === null || data === void 0 ? void 0 : data[item.showKey],
|
|
35
|
-
render: item.showKey === 'photoIds' ? function () {
|
|
36
|
-
var photos = JSON.parse(data.photoIds || '[]');
|
|
37
|
-
return /*#__PURE__*/_react["default"].createElement(_components.VtxImage.PreviewGroup, null, photos.map(function (each) {
|
|
38
|
-
return /*#__PURE__*/_react["default"].createElement(_components.VtxImage, {
|
|
39
|
-
style: {
|
|
40
|
-
width: 80,
|
|
41
|
-
height: 80,
|
|
42
|
-
marginRight: 8
|
|
43
|
-
},
|
|
44
|
-
key: each.id,
|
|
45
|
-
thumb: "/vortex/rest/cloud/np/file/downloadFileThumbnail?outputQuality=0.5&scale=0.2&id=".concat(each.id, "&token=").concat((0, _util.getUrlPara)('token')),
|
|
46
|
-
src: "/cloudFile/common/downloadFile?id=".concat(each.id, "&token=").concat((0, _util.getUrlPara)('token')),
|
|
47
|
-
alt: each.name
|
|
48
|
-
});
|
|
49
|
-
}));
|
|
50
|
-
} : item.showKey === 'geometryInfo' ? function () {
|
|
51
|
-
var _a;
|
|
52
|
-
return /*#__PURE__*/_react["default"].createElement("span", null, "\u7ECF\u7EAC\u5EA6\uFF1A", (_a = data === null || data === void 0 ? void 0 : data.geometryInfo) === null || _a === void 0 ? void 0 : _a.lngLats);
|
|
53
|
-
} : item.showKey === 'fj' ? function () {
|
|
54
|
-
var fileList = JSON.parse(data.fj || '[]');
|
|
55
|
-
return /*#__PURE__*/_react["default"].createElement(_components.VtxUpload, {
|
|
56
|
-
name: "file",
|
|
57
|
-
viewMode: true,
|
|
58
|
-
fileList: fileList,
|
|
59
|
-
flag: Math.random(),
|
|
60
|
-
downloadUrl: "/cloudFile/common/downloadFile?id="
|
|
61
|
-
});
|
|
62
|
-
} : undefined
|
|
63
|
-
});
|
|
64
|
-
});
|
|
65
|
-
return /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
|
|
66
|
-
title: "\u57FA\u672C\u4FE1\u606F"
|
|
67
|
-
}), /*#__PURE__*/_react["default"].createElement(_vmInfoCollection["default"], {
|
|
68
|
-
data: allFields,
|
|
69
|
-
horizontal: true,
|
|
70
|
-
width: "50%",
|
|
71
|
-
ellipsis: true
|
|
72
|
-
}));
|
|
73
|
-
};
|
|
74
|
-
var _default = exports["default"] = XqInfo;
|
|
75
|
-
//# sourceMappingURL=XqInfo.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"XqInfo.js","names":["_react","_interopRequireWildcard","require","_util","_vmInfoCollection","_interopRequireDefault","_index","_api","_vmSubTitle","_components","e","__esModule","_getRequireWildcardCache","WeakMap","r","t","_typeof","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","_toConsumableArray","_arrayWithoutHoles","_iterableToArray","_unsupportedIterableToArray","_nonIterableSpread","TypeError","_arrayLikeToArray","toString","slice","constructor","name","Array","from","test","Symbol","iterator","isArray","length","XqInfo","_useContext","useContext","PumpContext","id","data","BasicService","xqInfo","assign","dataJson","viewDetails","viewDetail","allFields","concat","baseFields","customFields","map","item","label","showName","value","showKey","render","photos","JSON","parse","photoIds","React","createElement","VtxImage","PreviewGroup","each","style","width","height","marginRight","key","thumb","getUrlPara","src","alt","_a","geometryInfo","lngLats","fileList","fj","VtxUpload","viewMode","flag","Math","random","downloadUrl","undefined","VmSubTitle","title","VmInfoCollection","horizontal","ellipsis","_default","exports"],"sources":["vtx-pump-modal/components/Basic/XqInfo.js"],"sourcesContent":["import React, { useContext } from 'react';\nimport { getUrlPara } from '../../../util';\nimport VmInfoCollection from '../../../vm-info-collection';\nimport { PumpContext } from '../../index';\nimport { BasicService } from '../../api';\nimport './index.less';\nimport VmSubTitle from \"../../../vm-sub-title\";\nimport { VtxUpload, VtxImage } from '@vtx/components';\nconst XqInfo = () => {\n const { id } = useContext(PumpContext);\n let data = BasicService.xqInfo(id);\n data = Object.assign(Object.assign({}, data), data.dataJson);\n const viewDetails = BasicService.viewDetail('gsxq');\n const allFields = [\n ...(viewDetails === null || viewDetails === void 0 ? void 0 : viewDetails.baseFields) || [],\n ...(viewDetails === null || viewDetails === void 0 ? void 0 : viewDetails.customFields) || [],\n ].map(item => (Object.assign(Object.assign({}, item), { label: item.showName, value: data === null || data === void 0 ? void 0 : data[item.showKey], render: item.showKey === 'photoIds'\n ? () => {\n const photos = JSON.parse(data.photoIds || '[]');\n return (React.createElement(VtxImage.PreviewGroup, null, photos.map((each) => (React.createElement(VtxImage, { style: { width: 80, height: 80, marginRight: 8 }, key: each.id, thumb: `/vortex/rest/cloud/np/file/downloadFileThumbnail?outputQuality=0.5&scale=0.2&id=${each.id}&token=${getUrlPara('token')}`, src: `/cloudFile/common/downloadFile?id=${each.id}&token=${getUrlPara('token')}`, alt: each.name })))));\n }\n : item.showKey === 'geometryInfo'\n ? () => {\n var _a;\n return (React.createElement(\"span\", null,\n \"\\u7ECF\\u7EAC\\u5EA6\\uFF1A\", (_a = data === null || data === void 0 ? void 0 : data.geometryInfo) === null || _a === void 0 ? void 0 :\n _a.lngLats));\n } : item.showKey === 'fj'\n ? () => {\n let fileList = JSON.parse(data.fj || '[]');\n return (React.createElement(VtxUpload, { name: \"file\", viewMode: true, fileList: fileList, flag: Math.random(), downloadUrl: \"/cloudFile/common/downloadFile?id=\" }));\n } : undefined })));\n return (React.createElement(\"div\", null,\n React.createElement(VmSubTitle, { title: \"\\u57FA\\u672C\\u4FE1\\u606F\" }),\n React.createElement(VmInfoCollection, { data: allFields, horizontal: true, width: \"50%\", ellipsis: true })));\n};\nexport default XqInfo;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
.pump-basic {
|
|
2
|
-
display: -webkit-box;
|
|
3
|
-
display: -ms-flexbox;
|
|
4
|
-
display: flex;
|
|
5
|
-
gap: 10px;
|
|
6
|
-
height: 600px;
|
|
7
|
-
padding: 6px 10px;
|
|
8
|
-
}
|
|
9
|
-
.pump-basic-left {
|
|
10
|
-
width: 100%;
|
|
11
|
-
-webkit-box-flex: 1;
|
|
12
|
-
-ms-flex: 1;
|
|
13
|
-
flex: 1;
|
|
14
|
-
height: 100%;
|
|
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
|
-
gap: 10px;
|
|
23
|
-
}
|
|
24
|
-
.pump-basic-left .ant-tabs .ant-tabs-nav {
|
|
25
|
-
margin: 0;
|
|
26
|
-
}
|
|
27
|
-
.pump-basic-left .ant-tabs .ant-tabs-nav .ant-tabs-nav-wrap {
|
|
28
|
-
padding-left: 20px;
|
|
29
|
-
}
|
|
30
|
-
.pump-basic-left--info {
|
|
31
|
-
-webkit-box-flex: 1;
|
|
32
|
-
-ms-flex: 1;
|
|
33
|
-
flex: 1;
|
|
34
|
-
padding: 20px;
|
|
35
|
-
background: var(--bg-color2);
|
|
36
|
-
border: 1px solid var(--bg-border-color2);
|
|
37
|
-
overflow-y: auto;
|
|
38
|
-
}
|
|
39
|
-
.pump-basic-left--summary {
|
|
40
|
-
height: 150px;
|
|
41
|
-
padding: 20px;
|
|
42
|
-
background: var(--bg-color2);
|
|
43
|
-
border: 1px solid var(--bg-border-color2);
|
|
44
|
-
}
|
|
45
|
-
.pump-basic-right {
|
|
46
|
-
-webkit-box-flex: 1;
|
|
47
|
-
-ms-flex: 1;
|
|
48
|
-
flex: 1;
|
|
49
|
-
display: -webkit-box;
|
|
50
|
-
display: -ms-flexbox;
|
|
51
|
-
display: flex;
|
|
52
|
-
-webkit-box-orient: vertical;
|
|
53
|
-
-webkit-box-direction: normal;
|
|
54
|
-
-ms-flex-direction: column;
|
|
55
|
-
flex-direction: column;
|
|
56
|
-
gap: 10px;
|
|
57
|
-
height: 100%;
|
|
58
|
-
background: var(--bg-color2);
|
|
59
|
-
border: 1px solid var(--bg-border-color2);
|
|
60
|
-
padding: 20px;
|
|
61
|
-
}
|
|
62
|
-
.pump-summary {
|
|
63
|
-
display: -webkit-box;
|
|
64
|
-
display: -ms-flexbox;
|
|
65
|
-
display: flex;
|
|
66
|
-
-ms-flex-pack: distribute;
|
|
67
|
-
justify-content: space-around;
|
|
68
|
-
-webkit-box-align: center;
|
|
69
|
-
-ms-flex-align: center;
|
|
70
|
-
align-items: center;
|
|
71
|
-
}
|
|
72
|
-
.pump-summary-item {
|
|
73
|
-
display: -webkit-box;
|
|
74
|
-
display: -ms-flexbox;
|
|
75
|
-
display: flex;
|
|
76
|
-
gap: 10px;
|
|
77
|
-
-webkit-box-align: center;
|
|
78
|
-
-ms-flex-align: center;
|
|
79
|
-
align-items: center;
|
|
80
|
-
}
|
|
81
|
-
.pump-summary-item .right .name {
|
|
82
|
-
color: rgba(0, 0, 0, 0.65);
|
|
83
|
-
}
|
|
84
|
-
.pump-summary-item .right .num {
|
|
85
|
-
color: rgba(0, 0, 0, 0.85);
|
|
86
|
-
font-size: 22px;
|
|
87
|
-
}
|
|
88
|
-
.pump-summary-item .right .num > span {
|
|
89
|
-
font-size: 12px;
|
|
90
|
-
}
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
|
|
4
|
-
Object.defineProperty(exports, "__esModule", {
|
|
5
|
-
value: true
|
|
6
|
-
});
|
|
7
|
-
exports["default"] = void 0;
|
|
8
|
-
var _react = _interopRequireWildcard(require("react"));
|
|
9
|
-
var _PumpInfo = _interopRequireDefault(require("./PumpInfo"));
|
|
10
|
-
var _XqInfo = _interopRequireDefault(require("./XqInfo"));
|
|
11
|
-
var _JyqInfo = _interopRequireDefault(require("./JyqInfo"));
|
|
12
|
-
var _SxInfo = _interopRequireDefault(require("./SxInfo"));
|
|
13
|
-
var _index = require("../../index");
|
|
14
|
-
require("./index.less");
|
|
15
|
-
var _antd = require("antd");
|
|
16
|
-
var _api = require("../../api");
|
|
17
|
-
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
18
|
-
function _getRequireWildcardCache(e) { if ("function" != typeof WeakMap) return null; var r = new WeakMap(), t = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(e) { return e ? t : r; })(e); }
|
|
19
|
-
function _interopRequireWildcard(e, r) { if (!r && e && e.__esModule) return e; if (null === e || "object" != _typeof(e) && "function" != typeof e) return { "default": e }; var t = _getRequireWildcardCache(r); if (t && t.has(e)) return t.get(e); var n = { __proto__: null }, a = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var u in e) if ("default" !== u && {}.hasOwnProperty.call(e, u)) { var i = a ? Object.getOwnPropertyDescriptor(e, u) : null; i && (i.get || i.set) ? Object.defineProperty(n, u, i) : n[u] = e[u]; } return n["default"] = e, t && t.set(e, n), n; }
|
|
20
|
-
function _toConsumableArray(r) { return _arrayWithoutHoles(r) || _iterableToArray(r) || _unsupportedIterableToArray(r) || _nonIterableSpread(); }
|
|
21
|
-
function _nonIterableSpread() { throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
22
|
-
function _iterableToArray(r) { if ("undefined" != typeof Symbol && null != r[Symbol.iterator] || null != r["@@iterator"]) return Array.from(r); }
|
|
23
|
-
function _arrayWithoutHoles(r) { if (Array.isArray(r)) return _arrayLikeToArray(r); }
|
|
24
|
-
function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
|
|
25
|
-
function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
|
|
26
|
-
function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
|
|
27
|
-
function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
|
|
28
|
-
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
29
|
-
function _unsupportedIterableToArray(r, a) { if (r) { if ("string" == typeof r) return _arrayLikeToArray(r, a); var t = {}.toString.call(r).slice(8, -1); return "Object" === t && r.constructor && (t = r.constructor.name), "Map" === t || "Set" === t ? Array.from(r) : "Arguments" === t || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(t) ? _arrayLikeToArray(r, a) : void 0; } }
|
|
30
|
-
function _arrayLikeToArray(r, a) { (null == a || a > r.length) && (a = r.length); for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; return n; }
|
|
31
|
-
function _iterableToArrayLimit(r, l) { var t = null == r ? null : "undefined" != typeof Symbol && r[Symbol.iterator] || r["@@iterator"]; if (null != t) { var e, n, i, u, a = [], f = !0, o = !1; try { if (i = (t = t.call(r)).next, 0 === l) { if (Object(t) !== t) return; f = !1; } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0); } catch (r) { o = !0, n = r; } finally { try { if (!f && null != t["return"] && (u = t["return"](), Object(u) !== u)) return; } finally { if (o) throw n; } } return a; } }
|
|
32
|
-
function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
|
|
33
|
-
var TabPane = _antd.Tabs.TabPane;
|
|
34
|
-
var Basic = function Basic() {
|
|
35
|
-
var _useContext = (0, _react.useContext)(_index.PumpContext),
|
|
36
|
-
prefix = _useContext.prefix,
|
|
37
|
-
id = _useContext.id;
|
|
38
|
-
var _useState = (0, _react.useState)('pump'),
|
|
39
|
-
_useState2 = _slicedToArray(_useState, 2),
|
|
40
|
-
activeTab = _useState2[0],
|
|
41
|
-
setActiveTab = _useState2[1];
|
|
42
|
-
var sxDataList = _api.BasicService.sxInfo(id);
|
|
43
|
-
var renderTabContent = _defineProperty(_defineProperty(_defineProperty(_defineProperty({}, 'pump', /*#__PURE__*/_react["default"].createElement(_PumpInfo["default"], null)), 'xq', /*#__PURE__*/_react["default"].createElement(_XqInfo["default"], null)), 'jyq', /*#__PURE__*/_react["default"].createElement(_JyqInfo["default"], null)), 'sx', /*#__PURE__*/_react["default"].createElement(_SxInfo["default"], null));
|
|
44
|
-
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
45
|
-
className: "".concat(prefix, "-basic")
|
|
46
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
47
|
-
className: "".concat(prefix, "-basic-left")
|
|
48
|
-
}, /*#__PURE__*/_react["default"].createElement(_antd.Tabs, {
|
|
49
|
-
activeKey: activeTab,
|
|
50
|
-
onChange: function onChange(e) {
|
|
51
|
-
setActiveTab(e);
|
|
52
|
-
},
|
|
53
|
-
style: {
|
|
54
|
-
background: '#FFFFFF'
|
|
55
|
-
}
|
|
56
|
-
}, [{
|
|
57
|
-
name: '泵房信息',
|
|
58
|
-
key: 'pump'
|
|
59
|
-
}, {
|
|
60
|
-
name: '小区信息',
|
|
61
|
-
key: 'xq'
|
|
62
|
-
}, {
|
|
63
|
-
name: '加压区信息',
|
|
64
|
-
key: 'jyq'
|
|
65
|
-
}].concat(_toConsumableArray(sxDataList.length ? [{
|
|
66
|
-
name: '水箱信息',
|
|
67
|
-
key: 'sx'
|
|
68
|
-
}] : [])).map(function (item) {
|
|
69
|
-
return /*#__PURE__*/_react["default"].createElement(TabPane, {
|
|
70
|
-
tabKey: item.key,
|
|
71
|
-
key: item.key,
|
|
72
|
-
tab: item.name
|
|
73
|
-
});
|
|
74
|
-
})), /*#__PURE__*/_react["default"].createElement("div", {
|
|
75
|
-
className: "".concat(prefix, "-basic-left--info")
|
|
76
|
-
}, renderTabContent[activeTab])));
|
|
77
|
-
};
|
|
78
|
-
var _default = exports["default"] = Basic;
|
|
79
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["_react","_interopRequireWildcard","require","_PumpInfo","_interopRequireDefault","_XqInfo","_JyqInfo","_SxInfo","_index","_antd","_api","e","__esModule","_getRequireWildcardCache","WeakMap","r","t","_typeof","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","_toConsumableArray","_arrayWithoutHoles","_iterableToArray","_unsupportedIterableToArray","_nonIterableSpread","TypeError","Symbol","iterator","Array","from","isArray","_arrayLikeToArray","_defineProperty","_toPropertyKey","value","enumerable","configurable","writable","_toPrimitive","toPrimitive","String","Number","_slicedToArray","_arrayWithHoles","_iterableToArrayLimit","_nonIterableRest","toString","slice","constructor","name","test","length","l","f","o","next","done","push","TabPane","Tabs","Basic","_useContext","useContext","PumpContext","prefix","id","_useState","useState","_useState2","activeTab","setActiveTab","sxDataList","BasicService","sxInfo","renderTabContent","React","createElement","PumpInfo","XqInfo","JyqInfo","SxInfo","className","concat","activeKey","onChange","style","background","key","map","item","tabKey","tab","_default","exports"],"sources":["vtx-pump-modal/components/Basic/index.js"],"sourcesContent":["import React, { useContext, useState } from 'react';\nimport PumpInfo from './PumpInfo';\nimport XqInfo from \"./XqInfo\";\nimport JyqInfo from \"./JyqInfo\";\nimport SxInfo from \"./SxInfo\";\nimport { PumpContext } from '../../index';\nimport './index.less';\nimport { Tabs } from 'antd';\nimport { BasicService } from '../../api';\nconst { TabPane } = Tabs;\nconst Basic = () => {\n const { prefix, id } = useContext(PumpContext);\n const [activeTab, setActiveTab] = useState('pump');\n let sxDataList = BasicService.sxInfo(id);\n const renderTabContent = {\n ['pump']: React.createElement(PumpInfo, null),\n ['xq']: React.createElement(XqInfo, null),\n ['jyq']: React.createElement(JyqInfo, null),\n ['sx']: React.createElement(SxInfo, null),\n };\n return (React.createElement(\"div\", { className: `${prefix}-basic` },\n React.createElement(\"div\", { className: `${prefix}-basic-left` },\n React.createElement(Tabs, { activeKey: activeTab, onChange: e => {\n setActiveTab(e);\n }, style: {\n background: '#FFFFFF'\n } }, [\n { name: '泵房信息', key: 'pump' },\n { name: '小区信息', key: 'xq' },\n { name: '加压区信息', key: 'jyq' },\n ...(sxDataList.length ?\n [{ name: '水箱信息', key: 'sx' }] : [])\n ].map(item => (React.createElement(TabPane, { tabKey: item.key, key: item.key, tab: item.name })))),\n React.createElement(\"div\", { className: `${prefix}-basic-left--info` }, renderTabContent[activeTab]))));\n};\nexport default Basic;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -1,74 +0,0 @@
|
|
|
1
|
-
@import '../../style/index';
|
|
2
|
-
|
|
3
|
-
.@{prefix-cls}-basic {
|
|
4
|
-
display: flex;
|
|
5
|
-
gap: 10px;
|
|
6
|
-
height: 600px;
|
|
7
|
-
padding: 6px 10px;
|
|
8
|
-
&-left {
|
|
9
|
-
width: 100%;
|
|
10
|
-
flex: 1;
|
|
11
|
-
height: 100%;
|
|
12
|
-
display: flex;
|
|
13
|
-
flex-direction: column;
|
|
14
|
-
gap: 10px;
|
|
15
|
-
|
|
16
|
-
.ant-tabs {
|
|
17
|
-
.ant-tabs-nav {
|
|
18
|
-
margin: 0;
|
|
19
|
-
.ant-tabs-nav-wrap {
|
|
20
|
-
padding-left: 20px;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
&--info {
|
|
26
|
-
flex: 1;
|
|
27
|
-
padding: 20px;
|
|
28
|
-
background: var(--bg-color2);
|
|
29
|
-
border: 1px solid var(--bg-border-color2);
|
|
30
|
-
|
|
31
|
-
overflow-y: auto;
|
|
32
|
-
}
|
|
33
|
-
&--summary {
|
|
34
|
-
height: 150px;
|
|
35
|
-
padding: 20px;
|
|
36
|
-
background: var(--bg-color2);
|
|
37
|
-
border: 1px solid var(--bg-border-color2);
|
|
38
|
-
}
|
|
39
|
-
}
|
|
40
|
-
&-right {
|
|
41
|
-
flex: 1;
|
|
42
|
-
display: flex;
|
|
43
|
-
flex-direction: column;
|
|
44
|
-
gap: 10px;
|
|
45
|
-
height: 100%;
|
|
46
|
-
background: var(--bg-color2);
|
|
47
|
-
border: 1px solid var(--bg-border-color2);
|
|
48
|
-
|
|
49
|
-
padding: 20px;
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
.@{prefix-cls}-summary {
|
|
54
|
-
display: flex;
|
|
55
|
-
justify-content: space-around;
|
|
56
|
-
align-items: center;
|
|
57
|
-
&-item {
|
|
58
|
-
display: flex;
|
|
59
|
-
gap: 10px;
|
|
60
|
-
align-items: center;
|
|
61
|
-
.right {
|
|
62
|
-
.name {
|
|
63
|
-
color: rgba(0, 0, 0, 0.65);
|
|
64
|
-
}
|
|
65
|
-
.num {
|
|
66
|
-
color: rgba(0, 0, 0, 0.85);
|
|
67
|
-
font-size: 22px;
|
|
68
|
-
& > span {
|
|
69
|
-
font-size: 12px;
|
|
70
|
-
}
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
}
|