@vtx/modals2 4.0.7 → 5.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/style/css.js +3 -0
- package/lib/style/css.js.map +1 -1
- package/lib/style/index.css +52 -3
- package/lib/style/index.js +3 -0
- package/lib/style/index.js.map +1 -1
- package/lib/style/themes/dark.css +52 -3
- package/lib/style/themes/dark.less +47 -1
- package/lib/style/themes/default.css +5 -2
- package/lib/style/themes/default.less +6 -2
- package/lib/style/themes/index.css +52 -3
- package/lib/typings.d.ts +2 -0
- package/lib/util/index.js +293 -1
- package/lib/util/index.js.map +1 -1
- package/lib/vm-alarm-info/Components/index.css +3 -0
- package/lib/vm-alarm-info/Components/index.less +3 -0
- package/lib/vm-alarm-situation/index.js +1 -1
- package/lib/vm-alarm-situation/index.js.map +1 -1
- package/lib/vm-appraisal-info/ListKh.js +26 -8
- package/lib/vm-appraisal-info/ListKh.js.map +1 -1
- package/lib/vm-appraisal-info/ListZg.js +22 -6
- package/lib/vm-appraisal-info/ListZg.js.map +1 -1
- package/lib/vm-appraisal-info/Wtlx.js +6 -4
- package/lib/vm-appraisal-info/Wtlx.js.map +1 -1
- package/lib/vm-appraisal-info/index.js +4 -3
- package/lib/vm-appraisal-info/index.js.map +1 -1
- package/lib/vm-appraisal-info/style/index.css +9 -1
- package/lib/vm-appraisal-info/style/index.less +15 -1
- package/lib/vm-base-list/OpenArrow.js +2 -8
- package/lib/vm-base-list/OpenArrow.js.map +1 -1
- package/lib/vm-charts/Line.js +1 -3
- package/lib/vm-charts/Line.js.map +1 -1
- package/lib/vm-charts/Line1.js +19 -1
- package/lib/vm-charts/Line1.js.map +1 -1
- package/lib/vm-container/style/index.css +1 -0
- package/lib/vm-container/style/index.less +2 -0
- package/lib/vm-filter/index.js +0 -3
- package/lib/vm-filter/index.js.map +1 -1
- package/lib/vm-filter/style/index.css +109 -2
- package/lib/vm-filter/style/index.less +128 -1
- package/lib/vm-hooks/useSettings.js +1 -0
- package/lib/vm-hooks/useSettings.js.map +1 -1
- package/lib/vm-iframe-modal/style/index.css +2 -1
- package/lib/vm-iframe-modal/style/index.less +2 -1
- package/lib/vm-image-text/index.js +2 -1
- package/lib/vm-image-text/index.js.map +1 -1
- package/lib/vm-image-text/style/index.css +2 -0
- package/lib/vm-image-text/style/index.less +2 -0
- package/lib/vm-info-collection/index.js +110 -8
- package/lib/vm-info-collection/index.js.map +1 -1
- package/lib/vm-info-collection/style/index.css +19 -23
- package/lib/vm-info-collection/style/index.less +13 -23
- package/lib/vm-map/imgs/defaultMarker.png +0 -0
- package/lib/vm-map/index.js +71 -27
- package/lib/vm-map/index.js.map +1 -1
- package/lib/vm-map/style/css.js +4 -0
- package/lib/vm-map/style/css.js.map +1 -0
- package/lib/vm-map/style/index.css +3 -0
- package/lib/vm-map/style/index.js +4 -0
- package/lib/vm-map/style/index.js.map +1 -0
- package/lib/vm-map/style/index.less +3 -0
- package/lib/vm-repair-maintain/RmMonthTrend.js +12 -10
- package/lib/vm-repair-maintain/RmMonthTrend.js.map +1 -1
- package/lib/vm-repair-maintain/RmType.js +6 -4
- package/lib/vm-repair-maintain/RmType.js.map +1 -1
- package/lib/vm-repair-maintain/style/index.css +4 -0
- package/lib/vm-repair-maintain/style/index.less +7 -0
- package/lib/vm-sub-tabs/style/index.css +46 -0
- package/lib/vm-sub-tabs/style/index.less +61 -1
- package/lib/vm-sub-title/imgs/bg_blue.png +0 -0
- package/lib/vm-sub-title/index.js +18 -2
- package/lib/vm-sub-title/index.js.map +1 -1
- package/lib/vm-sub-title/style/index.css +44 -1
- package/lib/vm-sub-title/style/index.less +46 -1
- package/lib/vm-table/index.js +1 -7
- package/lib/vm-table/index.js.map +1 -1
- package/lib/vm-table/style/index.css +89 -10
- package/lib/vm-table/style/index.less +101 -10
- package/lib/vm-video/index.css +76 -3
- package/lib/vm-video/index.js +6 -4
- package/lib/vm-video/index.js.map +1 -1
- package/lib/vm-video/index.less +26 -0
- package/lib/vtx-base-info/index.js +11 -2
- package/lib/vtx-base-info/index.js.map +1 -1
- package/lib/vtx-base-info/style/index.css +4 -0
- package/lib/vtx-base-info/style/index.less +4 -0
- package/lib/vtx-base-modal/api.js +8 -1
- package/lib/vtx-base-modal/api.js.map +1 -1
- package/lib/vtx-base-modal/config.js +307 -0
- package/lib/vtx-base-modal/config.js.map +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/alarm.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/alarm_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/alarm_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/base.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/base_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/base_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/cut_in.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/cut_in_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/cut_in_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/default.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/default_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/default_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/fenxi.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/fenxi_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/fenxi_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongdan.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongdan_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongdan_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongkuang.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongkuang_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongkuang_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongshi.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongshi_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/gongshi_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/jiliang.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/jiliang_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/jiliang_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/kaohe.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/kaohe_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/kaohe_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/kaoqin.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/kaoqin_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/kaoqin_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/maintenance.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/maintenance_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/maintenance_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/monitor.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/monitor_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/monitor_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/oil.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/oil_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/oil_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/paiban.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/paiban_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/paiban_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/pingjia.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/pingjia_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/pingjia_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/shebei.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/shebei_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/shebei_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/shouyun.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/shouyun_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/shouyun_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/sum.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/sum_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/sum_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/video.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/video_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/video_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/water.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/water_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/water_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/weigui.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/weigui_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/weigui_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/yichang.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/yichang_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/yichang_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/yunwei.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/yunwei_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/yunwei_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/zijian.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/zijian_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/blue/zijian_blue.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/alarm_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/alarm_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/base_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/base_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/cut_in_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/cut_in_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/default_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/default_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/fenxi_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/fenxi_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/gongdan_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/gongdan_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/gongkuang_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/gongkuang_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/gongshi_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/gongshi_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/jiliang_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/jiliang_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/kaohe_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/kaohe_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/kaoqin_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/kaoqin_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/maintenance_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/maintenance_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/monitor_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/monitor_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/oil_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/oil_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/paiban_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/paiban_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/pingjia_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/pingjia_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/shebei_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/shebei_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/shouyun_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/shouyun_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/sum_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/sum_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/video_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/video_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/water_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/water_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/weigui_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/weigui_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/yichang_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/yichang_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/yunwei_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/yunwei_light.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/zijian_active.svg +1 -0
- package/lib/vtx-base-modal/imgs/assets/light/zijian_light.svg +1 -0
- 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/collect-blue.png +0 -0
- package/lib/vtx-base-modal/imgs/collect_light.png +0 -0
- package/lib/vtx-base-modal/imgs/tab_bg_blue.png +0 -0
- package/lib/vtx-base-modal/imgs/title_bg_blue.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 +162 -36
- package/lib/vtx-base-modal/index.js.map +1 -1
- package/lib/vtx-base-modal/style/index.css +731 -4
- package/lib/vtx-base-modal/style/index.less +506 -6
- package/lib/vtx-car-modal/api.js +301 -65
- package/lib/vtx-car-modal/api.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/Charts.js +27 -11
- package/lib/vtx-car-modal/components/AlarmInfo/Charts.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/List.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/index.css +2 -0
- package/lib/vtx-car-modal/components/AlarmInfo/index.js +6 -5
- package/lib/vtx-car-modal/components/AlarmInfo/index.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/index.less +2 -0
- package/lib/vtx-car-modal/components/BaseInfo/Chain.js +100 -0
- package/lib/vtx-car-modal/components/BaseInfo/Chain.js.map +1 -0
- package/lib/vtx-car-modal/components/BaseInfo/Charts.js +37 -8
- package/lib/vtx-car-modal/components/BaseInfo/Charts.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js +5 -3
- package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js +6 -4
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js +21 -9
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js +25 -7
- package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js +19 -4
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js +6 -5
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js +20 -9
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js +29 -18
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/index.css +70 -5
- package/lib/vtx-car-modal/components/BaseInfo/index.js +100 -41
- package/lib/vtx-car-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/index.less +57 -6
- package/lib/vtx-car-modal/components/Collection/index.css +28 -0
- package/lib/vtx-car-modal/components/Collection/index.js +193 -0
- package/lib/vtx-car-modal/components/Collection/index.js.map +1 -0
- package/lib/vtx-car-modal/components/Collection/index.less +18 -0
- package/lib/vtx-car-modal/components/DetailInfo/index.css +19 -0
- package/lib/vtx-car-modal/components/DetailInfo/index.js +174 -0
- package/lib/vtx-car-modal/components/DetailInfo/index.js.map +1 -0
- package/lib/vtx-car-modal/components/DetailInfo/index.less +21 -0
- package/lib/vtx-car-modal/components/Maintenance/index.css +1 -0
- package/lib/vtx-car-modal/components/Maintenance/index.less +1 -0
- package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js +25 -6
- package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js.map +1 -1
- package/lib/vtx-car-modal/components/OilConsumption/index.css +3 -0
- package/lib/vtx-car-modal/components/OilConsumption/index.less +3 -0
- package/lib/vtx-car-modal/components/StaticInfo/Charts.js +17 -3
- package/lib/vtx-car-modal/components/StaticInfo/Charts.js.map +1 -1
- package/lib/vtx-car-modal/components/StaticInfo/index.css +10 -0
- package/lib/vtx-car-modal/components/StaticInfo/index.js +24 -11
- package/lib/vtx-car-modal/components/StaticInfo/index.js.map +1 -1
- package/lib/vtx-car-modal/components/StaticInfo/index.less +11 -1
- package/lib/vtx-car-modal/components/WaterConsumption/index.css +2 -0
- package/lib/vtx-car-modal/components/WaterConsumption/index.less +3 -0
- package/lib/vtx-car-modal/components/WorkInfo/CarJobExe.js +120 -0
- package/lib/vtx-car-modal/components/WorkInfo/CarJobExe.js.map +1 -0
- package/lib/vtx-car-modal/components/WorkInfo/CollectItem.js +100 -0
- package/lib/vtx-car-modal/components/WorkInfo/CollectItem.js.map +1 -0
- package/lib/vtx-car-modal/components/WorkInfo/SingleCollectItem.js +88 -0
- package/lib/vtx-car-modal/components/WorkInfo/SingleCollectItem.js.map +1 -0
- package/lib/vtx-car-modal/components/WorkInfo/Wcl.js +17 -7
- package/lib/vtx-car-modal/components/WorkInfo/Wcl.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js +37 -32
- package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +54 -12
- package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/index.css +197 -2
- package/lib/vtx-car-modal/components/WorkInfo/index.less +226 -2
- package/lib/vtx-car-modal/components/index.js +14 -0
- package/lib/vtx-car-modal/components/index.js.map +1 -1
- package/lib/vtx-car-modal/imgs/ccc.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_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/jrxs_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjdw_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjts_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjzl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/outTime_blue.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_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/position_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/refresh_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/runTime_blue.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_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/xslc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ysdw_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/ywcdw_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zlc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zld_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zycs_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zycssc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zyl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zylc_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/zysc_blue.png +0 -0
- package/lib/vtx-car-modal/index.js +112 -48
- package/lib/vtx-car-modal/index.js.map +1 -1
- package/lib/vtx-car-modal/style/index.css +58 -3
- package/lib/vtx-car-modal/style/index.less +2 -0
- package/lib/vtx-cc-cp-modal/api.js +150 -51
- package/lib/vtx-cc-cp-modal/api.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js +25 -6
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js +22 -5
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.css +3 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.less +4 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.css +4 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.less +6 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js +25 -6
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js +22 -5
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.css +3 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.less +4 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/MonthTrend.js +118 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/MonthTrend.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/OrderRecord.js +123 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/OrderRecord.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/Summary.js +147 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/Summary.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/index.css +119 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/index.js +55 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/OrderInfo/index.less +108 -0
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.css +1 -0
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.js +1 -1
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.less +1 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js +25 -6
- package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js.map +1 -1
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.css +5 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.less +7 -1
- package/lib/vtx-cc-cp-modal/index.js +14 -2
- package/lib/vtx-cc-cp-modal/index.js.map +1 -1
- package/lib/vtx-cc-cp-modal/style/index.css +52 -3
- package/lib/vtx-cp-modal/api.js +81 -51
- package/lib/vtx-cp-modal/api.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +17 -6
- package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +22 -5
- package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/index.css +3 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/index.less +4 -0
- package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +22 -37
- package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +75 -152
- package/lib/vtx-cp-modal/components/BaseInfo/Rules.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +11 -4
- package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/index.css +45 -203
- package/lib/vtx-cp-modal/components/BaseInfo/index.js +4 -41
- package/lib/vtx-cp-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/index.less +40 -110
- package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +17 -6
- package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +22 -5
- package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js.map +1 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.css +3 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.less +4 -0
- package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +20 -9
- package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js.map +1 -1
- package/lib/vtx-cp-modal/components/SyInfo/index.css +14 -0
- package/lib/vtx-cp-modal/components/SyInfo/index.js +5 -3
- package/lib/vtx-cp-modal/components/SyInfo/index.js.map +1 -1
- package/lib/vtx-cp-modal/components/SyInfo/index.less +10 -1
- package/lib/vtx-cp-modal/imgs/cy_car.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/yf_car.png +0 -0
- package/lib/vtx-cp-modal/imgs/yh_car.png +0 -0
- package/lib/vtx-cp-modal/index.js +57 -15
- package/lib/vtx-cp-modal/index.js.map +1 -1
- package/lib/vtx-cp-modal/style/index.css +52 -3
- package/lib/vtx-default-modal/api.js +264 -22
- package/lib/vtx-default-modal/api.js.map +1 -1
- package/lib/vtx-default-modal/components/BaseInfo/index.css +12 -2
- package/lib/vtx-default-modal/components/BaseInfo/index.js +45 -15
- package/lib/vtx-default-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-default-modal/components/BaseInfo/index.less +16 -3
- package/lib/vtx-default-modal/index.js +77 -26
- package/lib/vtx-default-modal/index.js.map +1 -1
- package/lib/vtx-default-modal/style/index.css +52 -3
- package/lib/vtx-device-modal/components/OverViewInfo/Left.js +5 -3
- package/lib/vtx-device-modal/components/OverViewInfo/Left.js.map +1 -1
- package/lib/vtx-device-modal/config.js +8 -12
- package/lib/vtx-device-modal/config.js.map +1 -1
- package/lib/vtx-device-modal/index.js +4 -2
- package/lib/vtx-device-modal/index.js.map +1 -1
- package/lib/vtx-df-modal/api.js +97 -63
- package/lib/vtx-df-modal/api.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js +48 -20
- package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +30 -18
- package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +5 -4
- package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/Situation.js +31 -23
- package/lib/vtx-df-modal/components/BaseInfo/Situation.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/index.css +39 -174
- package/lib/vtx-df-modal/components/BaseInfo/index.js +74 -68
- package/lib/vtx-df-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/index.less +45 -63
- package/lib/vtx-df-modal/components/Metering/ChartJccc.js +12 -9
- package/lib/vtx-df-modal/components/Metering/ChartJccc.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +19 -13
- package/lib/vtx-df-modal/components/Metering/ChartJcqs.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/List.js +16 -3
- package/lib/vtx-df-modal/components/Metering/List.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/index.css +11 -4
- package/lib/vtx-df-modal/components/Metering/index.js +3 -2
- package/lib/vtx-df-modal/components/Metering/index.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/index.less +14 -6
- package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +1 -1
- package/lib/vtx-df-modal/components/WorkCondition/Monitor.js.map +1 -1
- package/lib/vtx-df-modal/components/WorkCondition/index.css +18 -2
- package/lib/vtx-df-modal/components/WorkCondition/index.less +24 -1
- package/lib/vtx-df-modal/imgs/cljcbj.png +0 -0
- package/lib/vtx-df-modal/imgs/jcbj_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/jccc.png +0 -0
- package/lib/vtx-df-modal/imgs/jccc_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/jcl.png +0 -0
- package/lib/vtx-df-modal/imgs/jcl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/rjjcl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/sjnl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/yxzbbj.png +0 -0
- package/lib/vtx-df-modal/imgs/zbbj_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/zjccc_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/zjcl_blue.png +0 -0
- package/lib/vtx-df-modal/index.js +66 -41
- package/lib/vtx-df-modal/index.js.map +1 -1
- package/lib/vtx-df-modal/style/index.css +52 -3
- package/lib/vtx-facility-modal/components/OverView/Left.js +7 -3
- package/lib/vtx-facility-modal/components/OverView/Left.js.map +1 -1
- package/lib/vtx-facility-modal/components/OverView/index.css +3 -0
- package/lib/vtx-facility-modal/components/OverView/index.js +38 -10
- package/lib/vtx-facility-modal/components/OverView/index.js.map +1 -1
- package/lib/vtx-facility-modal/components/OverView/index.less +4 -0
- package/lib/vtx-facility-modal/config.js +7 -10
- package/lib/vtx-facility-modal/config.js.map +1 -1
- package/lib/vtx-facility-modal/imgs/default.png +0 -0
- package/lib/vtx-facility-modal/index.js +9 -5
- package/lib/vtx-facility-modal/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/api.js +52 -40
- package/lib/vtx-housing-estate-modal/api.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js +19 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/index.js +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +67 -33
- package/lib/vtx-housing-estate-modal/components/OverView/Hot.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/Left.js +5 -3
- package/lib/vtx-housing-estate-modal/components/OverView/Left.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +37 -10
- package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/index.css +5 -0
- package/lib/vtx-housing-estate-modal/components/OverView/index.js +8 -3
- package/lib/vtx-housing-estate-modal/components/OverView/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/index.less +10 -0
- package/lib/vtx-housing-estate-modal/components/SPJK/index.js +3 -3
- package/lib/vtx-housing-estate-modal/components/SPJK/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/WGGS/Content.js +2 -1
- package/lib/vtx-housing-estate-modal/components/WGGS/Content.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/Content.js +2 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/Content.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/index.css +21 -0
- package/lib/vtx-housing-estate-modal/components/WGXW/index.js +7 -2
- package/lib/vtx-housing-estate-modal/components/WGXW/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/index.less +26 -0
- package/lib/vtx-housing-estate-modal/config.js +2 -2
- package/lib/vtx-housing-estate-modal/config.js.map +1 -1
- package/lib/vtx-housing-estate-modal/index.js +9 -2
- package/lib/vtx-housing-estate-modal/index.js.map +1 -1
- package/lib/vtx-kh-modal/components/BaseInfo/index.css +3 -0
- package/lib/vtx-kh-modal/components/BaseInfo/index.js +6 -4
- package/lib/vtx-kh-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-kh-modal/components/BaseInfo/index.less +4 -0
- package/lib/vtx-kh-modal/index.js +3 -1
- package/lib/vtx-kh-modal/index.js.map +1 -1
- package/lib/vtx-kh-modal/style/index.css +52 -3
- package/lib/vtx-pump-modal/api.js +71 -38
- package/lib/vtx-pump-modal/api.js.map +1 -1
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js +22 -5
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js.map +1 -1
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js +22 -4
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js.map +1 -1
- package/lib/vtx-pump-modal/components/AlarmRecord/index.css +10 -9
- package/lib/vtx-pump-modal/components/AlarmRecord/index.js +4 -4
- package/lib/vtx-pump-modal/components/AlarmRecord/index.js.map +1 -1
- package/lib/vtx-pump-modal/components/AlarmRecord/index.less +16 -11
- package/lib/vtx-pump-modal/components/Basic/JyqInfo.js +12 -9
- package/lib/vtx-pump-modal/components/Basic/JyqInfo.js.map +1 -1
- package/lib/vtx-pump-modal/components/Basic/PumpInfo.js +4 -4
- package/lib/vtx-pump-modal/components/Basic/PumpInfo.js.map +1 -1
- package/lib/vtx-pump-modal/components/Basic/SxInfo.js +3 -3
- package/lib/vtx-pump-modal/components/Basic/SxInfo.js.map +1 -1
- package/lib/vtx-pump-modal/components/Basic/XqInfo.js +3 -3
- package/lib/vtx-pump-modal/components/Basic/XqInfo.js.map +1 -1
- package/lib/vtx-pump-modal/components/Basic/index.css +4 -0
- package/lib/vtx-pump-modal/components/Basic/index.less +6 -1
- package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js +7 -7
- package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js.map +1 -1
- package/lib/vtx-pump-modal/components/Sbxl/index.css +10 -9
- package/lib/vtx-pump-modal/components/Sbxl/index.js +1 -1
- package/lib/vtx-pump-modal/components/Sbxl/index.js.map +1 -1
- package/lib/vtx-pump-modal/components/Sbxl/index.less +16 -17
- package/lib/vtx-pump-modal/components/Sjfx/index.css +3 -1
- package/lib/vtx-pump-modal/components/Sjfx/index.js +29 -29
- package/lib/vtx-pump-modal/components/Sjfx/index.js.map +1 -1
- package/lib/vtx-pump-modal/components/Sjfx/index.less +8 -6
- package/lib/vtx-pump-modal/components/Sxyx/index.css +7 -5
- package/lib/vtx-pump-modal/components/Sxyx/index.js +7 -4
- package/lib/vtx-pump-modal/components/Sxyx/index.js.map +1 -1
- package/lib/vtx-pump-modal/components/Sxyx/index.less +16 -11
- package/lib/vtx-pump-modal/config.js +3 -3
- package/lib/vtx-pump-modal/config.js.map +1 -1
- package/lib/vtx-pump-modal/index.js +21 -4
- package/lib/vtx-pump-modal/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/api.js +52 -34
- package/lib/vtx-restaurant-modal/api.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +6 -5
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +4 -3
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Alarm/index.css +3 -0
- package/lib/vtx-restaurant-modal/components/Alarm/index.less +3 -0
- package/lib/vtx-restaurant-modal/components/Basic/Info.js +3 -3
- package/lib/vtx-restaurant-modal/components/Basic/Info.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Basic/Summary.js +1 -3
- package/lib/vtx-restaurant-modal/components/Basic/Summary.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Basic/index.css +3 -0
- package/lib/vtx-restaurant-modal/components/Basic/index.less +4 -0
- package/lib/vtx-restaurant-modal/components/Collection/Charts.js +154 -0
- package/lib/vtx-restaurant-modal/components/Collection/Charts.js.map +1 -0
- package/lib/vtx-restaurant-modal/components/Collection/List.js +37 -0
- package/lib/vtx-restaurant-modal/components/Collection/List.js.map +1 -0
- package/lib/vtx-restaurant-modal/components/Collection/index.css +12 -0
- package/lib/vtx-restaurant-modal/components/Collection/index.js +44 -19
- package/lib/vtx-restaurant-modal/components/Collection/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Collection/index.less +6 -0
- package/lib/vtx-restaurant-modal/index.js +9 -3
- package/lib/vtx-restaurant-modal/index.js.map +1 -1
- package/lib/vtx-road-modal/api.js +104 -28
- package/lib/vtx-road-modal/api.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/Rules.js +3 -1
- package/lib/vtx-road-modal/components/BaseInfo/Rules.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js +16 -6
- package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js +17 -5
- package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/index.css +16 -9
- package/lib/vtx-road-modal/components/BaseInfo/index.js +36 -15
- package/lib/vtx-road-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/index.less +18 -9
- package/lib/vtx-road-modal/components/Statistical/Zylc.js +20 -9
- package/lib/vtx-road-modal/components/Statistical/Zylc.js.map +1 -1
- package/lib/vtx-road-modal/components/Statistical/Zywcl.js +13 -4
- package/lib/vtx-road-modal/components/Statistical/Zywcl.js.map +1 -1
- package/lib/vtx-road-modal/components/Statistical/index.css +4 -0
- package/lib/vtx-road-modal/components/Statistical/index.less +2 -0
- package/lib/vtx-road-modal/index.js +90 -15
- package/lib/vtx-road-modal/index.js.map +1 -1
- package/lib/vtx-road-modal/style/index.css +52 -3
- package/lib/vtx-staff-modal/api.js +59 -35
- package/lib/vtx-staff-modal/api.js.map +1 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +24 -9
- package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js.map +1 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/index.css +1 -0
- package/lib/vtx-staff-modal/components/AlarmInfo/index.js +5 -4
- package/lib/vtx-staff-modal/components/AlarmInfo/index.js.map +1 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/index.less +1 -0
- package/lib/vtx-staff-modal/components/Attendance/Exeception.js +11 -4
- package/lib/vtx-staff-modal/components/Attendance/Exeception.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/Record.js +25 -35
- package/lib/vtx-staff-modal/components/Attendance/Record.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +7 -6
- package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/index.css +3 -0
- package/lib/vtx-staff-modal/components/Attendance/index.less +3 -0
- package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js +16 -5
- package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +12 -4
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/index.css +6 -2
- package/lib/vtx-staff-modal/components/BaseInfo/index.js +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/index.less +8 -2
- package/lib/vtx-staff-modal/components/Equipment/index.css +1 -0
- package/lib/vtx-staff-modal/components/Equipment/index.less +1 -0
- package/lib/vtx-staff-modal/index.js +28 -14
- package/lib/vtx-staff-modal/index.js.map +1 -1
- package/lib/vtx-staff-modal/style/index.css +52 -3
- package/lib/vtx-theme-provider/index.js +1 -0
- package/lib/vtx-theme-provider/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/api.js +102 -47
- package/lib/vtx-throw-point-modal/api.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/Alarm/index.css +2 -0
- package/lib/vtx-throw-point-modal/components/Alarm/index.less +3 -0
- package/lib/vtx-throw-point-modal/components/OverView/Hot.js +67 -33
- package/lib/vtx-throw-point-modal/components/OverView/Hot.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/Left.js +6 -5
- package/lib/vtx-throw-point-modal/components/OverView/Left.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js +18 -9
- package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/index.css +6 -1
- package/lib/vtx-throw-point-modal/components/OverView/index.js +8 -3
- package/lib/vtx-throw-point-modal/components/OverView/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/index.less +11 -1
- package/lib/vtx-throw-point-modal/components/SBZJ/index.js +1 -2
- package/lib/vtx-throw-point-modal/components/SBZJ/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGGS/Content.js +2 -1
- package/lib/vtx-throw-point-modal/components/WGGS/Content.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGXW/Content.js +2 -1
- package/lib/vtx-throw-point-modal/components/WGXW/Content.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGXW/index.css +21 -0
- package/lib/vtx-throw-point-modal/components/WGXW/index.js +7 -2
- package/lib/vtx-throw-point-modal/components/WGXW/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGXW/index.less +26 -0
- package/lib/vtx-throw-point-modal/index.js +66 -30
- package/lib/vtx-throw-point-modal/index.js.map +1 -1
- package/lib/vtx-wr-modal/api.js +89 -51
- package/lib/vtx-wr-modal/api.js.map +1 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js +6 -5
- package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js +22 -5
- package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js.map +1 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/index.css +3 -0
- package/lib/vtx-wr-modal/components/AlarmInfo/index.less +3 -0
- package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js +24 -8
- package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js +8 -4
- package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/Situation.js +17 -8
- package/lib/vtx-wr-modal/components/BaseInfo/Situation.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/index.css +8 -0
- package/lib/vtx-wr-modal/components/BaseInfo/index.js +3 -3
- package/lib/vtx-wr-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/index.less +10 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js +9 -13
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js +53 -23
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js +9 -4
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.js +28 -12
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Alarm.js +119 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Alarm.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jbxx.js +286 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jbxx.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jcbj.js +54 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Jcbj.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Monitor.js +364 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Monitor.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Ptss.js +159 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Ptss.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Sjjg.js +220 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/components/Sjjg.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/index.css +319 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/index.js +112 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/index.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew2/index.less +320 -0
- package/lib/vtx-wr-modal/components/Evaluate/index.css +3 -0
- package/lib/vtx-wr-modal/components/Evaluate/index.less +3 -0
- package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js +6 -5
- package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js.map +1 -1
- package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js +34 -31
- package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js.map +1 -1
- package/lib/vtx-wr-modal/components/Monitor/index.css +2 -0
- package/lib/vtx-wr-modal/components/Monitor/index.less +4 -0
- package/lib/vtx-wr-modal/components/Score/index.css +11 -0
- package/lib/vtx-wr-modal/components/Score/index.js +7 -8
- package/lib/vtx-wr-modal/components/Score/index.js.map +1 -1
- package/lib/vtx-wr-modal/components/Score/index.less +33 -16
- package/lib/vtx-wr-modal/components/Ztt/index.js +27 -0
- package/lib/vtx-wr-modal/components/Ztt/index.js.map +1 -0
- package/lib/vtx-wr-modal/components/index.js +14 -0
- package/lib/vtx-wr-modal/components/index.js.map +1 -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/daMen.png +0 -0
- package/lib/vtx-wr-modal/imgs/yingYe.png +0 -0
- package/lib/vtx-wr-modal/index.js +163 -39
- package/lib/vtx-wr-modal/index.js.map +1 -1
- package/lib/vtx-wr-modal/style/index.css +52 -3
- package/lib/vtx-zg-modal/components/BaseInfo/index.css +3 -0
- package/lib/vtx-zg-modal/components/BaseInfo/index.js +6 -4
- package/lib/vtx-zg-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-zg-modal/components/BaseInfo/index.less +6 -0
- package/lib/vtx-zg-modal/index.js +6 -2
- package/lib/vtx-zg-modal/index.js.map +1 -1
- package/lib/vtx-zg-modal/style/index.css +52 -3
- package/package.json +4 -3
- package/lib/vtx-cp-modal/components/BaseInfo/Rules copy.js +0 -180
- package/lib/vtx-cp-modal/components/BaseInfo/Rules copy.js.map +0 -1
- package/lib/vtx-cp-modal/imgs/cylj.png +0 -0
- package/lib/vtx-cp-modal/imgs/qtlj.png +0 -0
- package/lib/vtx-cp-modal/imgs/shlj.png +0 -0
- package/lib/vtx-cp-modal/imgs/yhlj.png +0 -0
|
@@ -1,87 +1,3 @@
|
|
|
1
|
-
.vtx-business-modal-wrap {
|
|
2
|
-
--modal-content-bg: #f7f9fb;
|
|
3
|
-
--modal-border-color: #fff;
|
|
4
|
-
--head-bg: #fff;
|
|
5
|
-
--bg-color2: #fff;
|
|
6
|
-
--label-color: rgba(0, 0, 0, 0.65);
|
|
7
|
-
--table-head-bg: rgba(24, 144, 255, 0.1);
|
|
8
|
-
--title-color: #222;
|
|
9
|
-
--title-color2: #222;
|
|
10
|
-
--block-bg-color: rgba(0, 0, 0, 0.1);
|
|
11
|
-
--block-bg-color2: #1890ff;
|
|
12
|
-
--calendar-border: #ececec;
|
|
13
|
-
--calendar-thead-bg: #fff;
|
|
14
|
-
--calendar-bg: #fff;
|
|
15
|
-
--info-danger: #fd3a15;
|
|
16
|
-
--info-warnning: #f7d93d;
|
|
17
|
-
--info-active: #222;
|
|
18
|
-
--info-active2: #222;
|
|
19
|
-
--info-active3: #fff;
|
|
20
|
-
--bg-color: white;
|
|
21
|
-
--sub-bg-color: #f3f3f380;
|
|
22
|
-
--title-bg-color: white;
|
|
23
|
-
--title-border: 1px solid #dbdbdbff;
|
|
24
|
-
--sub-title-color: #222;
|
|
25
|
-
--info-color: #222;
|
|
26
|
-
--border-color: '#DADADAFF';
|
|
27
|
-
--scroll-bar-bg: #c0c0c0;
|
|
28
|
-
--scroll-bar-hover-bg: #adadad;
|
|
29
|
-
--scroll-bar-track-bg: #fafafa;
|
|
30
|
-
--button-checked-color: #1890ff;
|
|
31
|
-
--button-color: #222;
|
|
32
|
-
}
|
|
33
|
-
*::-webkit-scrollbar {
|
|
34
|
-
width: 0px;
|
|
35
|
-
height: 0px;
|
|
36
|
-
}
|
|
37
|
-
*::-webkit-scrollbar-track {
|
|
38
|
-
background: transparent;
|
|
39
|
-
border-radius: 5px;
|
|
40
|
-
}
|
|
41
|
-
*::-webkit-scrollbar-thumb {
|
|
42
|
-
background: transparent;
|
|
43
|
-
border-radius: 5px;
|
|
44
|
-
}
|
|
45
|
-
*::-webkit-scrollbar-corner {
|
|
46
|
-
background-color: transparent;
|
|
47
|
-
}
|
|
48
|
-
.vtx-business-modal-wrap.dark {
|
|
49
|
-
--modal-content-bg: #0b1315;
|
|
50
|
-
--modal-border-color: #69958a;
|
|
51
|
-
--head-bg: #122a2c;
|
|
52
|
-
--bg-color: linear-gradient(0deg, #081e21cc, #000c);
|
|
53
|
-
--bg-color2: #162123;
|
|
54
|
-
--sub-bg-color: #ffffff0d;
|
|
55
|
-
--title-bg-color: #1a292bff;
|
|
56
|
-
--title-border: 1px solid transparent;
|
|
57
|
-
--title-color: white;
|
|
58
|
-
--title-color2: #a9d5d3;
|
|
59
|
-
--sub-title-color: #00f0ff;
|
|
60
|
-
--label-color: #cafdffff;
|
|
61
|
-
--info-color: #ffffffff;
|
|
62
|
-
--border-color: '#3C7073FF';
|
|
63
|
-
--scroll-bar-bg: #39cbc3aa;
|
|
64
|
-
--scroll-bar-hover-bg: #39cbc3ff;
|
|
65
|
-
--scroll-bar-track-bg: transparent;
|
|
66
|
-
--button-text-color--defalut: #c9e6e8;
|
|
67
|
-
--button-text-color--active: #ffffff;
|
|
68
|
-
--button-background-color--default: #1a5561;
|
|
69
|
-
--button-background-color--active: linear-gradient(0deg, #3195aa, #0f5160);
|
|
70
|
-
--button-checked-color: #1890ff;
|
|
71
|
-
--arrow-icon-color: #355e5f;
|
|
72
|
-
--block-bg-color: rgba(255, 255, 255, 0.1);
|
|
73
|
-
--block-bg-color2: rgba(48, 118, 114, 0.2);
|
|
74
|
-
--info-active: #40ffd3;
|
|
75
|
-
--info-active2: #52c41a;
|
|
76
|
-
--info-active3: #40ffd3;
|
|
77
|
-
--info-danger: #fd3a15;
|
|
78
|
-
--info-warnning: #f7d93d;
|
|
79
|
-
--table-head-bg: rgba(0, 173, 177, 0.1);
|
|
80
|
-
--timeline-active: #24f2ff;
|
|
81
|
-
--calendar-border: #35444c;
|
|
82
|
-
--calendar-thead-bg: #29373e;
|
|
83
|
-
--calendar-bg: rgba(255, 255, 255, 0.1);
|
|
84
|
-
}
|
|
85
1
|
.flex-start {
|
|
86
2
|
display: -webkit-box;
|
|
87
3
|
display: -ms-flexbox;
|
|
@@ -103,11 +19,13 @@
|
|
|
103
19
|
height: 280px;
|
|
104
20
|
padding: 20px;
|
|
105
21
|
background-color: var(--bg-color2);
|
|
22
|
+
border: 1px solid var(--bg-border-color2);
|
|
106
23
|
}
|
|
107
24
|
.cp-baseContent .base-top-twork {
|
|
108
25
|
height: 280px;
|
|
109
26
|
padding: 20px;
|
|
110
27
|
background-color: var(--bg-color2);
|
|
28
|
+
border: 1px solid var(--bg-border-color2);
|
|
111
29
|
overflow-y: auto;
|
|
112
30
|
}
|
|
113
31
|
.cp-baseContent .base-top-twork .twork--item {
|
|
@@ -147,74 +65,70 @@
|
|
|
147
65
|
.cp-baseContent .base-top-twork .twork--item-block-item {
|
|
148
66
|
width: 25%;
|
|
149
67
|
}
|
|
150
|
-
.cp-baseContent .base-top-twork .twork--item-block-item-
|
|
68
|
+
.cp-baseContent .base-top-twork .twork--item-block-item-value {
|
|
151
69
|
color: var(--info-active);
|
|
152
70
|
line-height: 20px;
|
|
153
71
|
}
|
|
154
|
-
.cp-baseContent .base-top-twork .twork--item-block-item-
|
|
72
|
+
.cp-baseContent .base-top-twork .twork--item-block-item-value span {
|
|
155
73
|
font-size: 20px;
|
|
156
74
|
}
|
|
157
|
-
.cp-baseContent .base-top .default-base {
|
|
158
|
-
height: 74%;
|
|
159
|
-
margin-right: 10px;
|
|
160
|
-
background-color: var(--bg-color2);
|
|
161
|
-
}
|
|
162
|
-
.cp-baseContent .base-top .default-base img {
|
|
163
|
-
height: 160px;
|
|
164
|
-
width: 100%;
|
|
165
|
-
}
|
|
166
|
-
.cp-baseContent .base-top .default-base-img {
|
|
167
|
-
margin-bottom: 24px;
|
|
168
|
-
}
|
|
169
|
-
.cp-baseContent .base-top .default-base-img img {
|
|
170
|
-
height: 160px;
|
|
171
|
-
width: 100%;
|
|
172
|
-
}
|
|
173
75
|
.cp-baseContent .base-bottom-syrules {
|
|
174
76
|
height: 335px;
|
|
175
77
|
padding: 20px;
|
|
176
78
|
background-color: var(--bg-color2);
|
|
79
|
+
border: 1px solid var(--bg-border-color2);
|
|
177
80
|
overflow-y: auto;
|
|
178
81
|
}
|
|
179
82
|
.cp-baseContent .base-bottom-syrules .syrules-item {
|
|
180
83
|
width: 100%;
|
|
181
|
-
|
|
84
|
+
padding: 16px 20px;
|
|
85
|
+
border-radius: 16px;
|
|
86
|
+
border: 1px dashed;
|
|
87
|
+
color: var(--info-color);
|
|
88
|
+
margin-bottom: 24px;
|
|
89
|
+
font-size: 14px;
|
|
90
|
+
}
|
|
91
|
+
.cp-baseContent .base-bottom-syrules .syrules-item--info {
|
|
182
92
|
display: -webkit-box;
|
|
183
93
|
display: -ms-flexbox;
|
|
184
94
|
display: flex;
|
|
185
|
-
-webkit-box-
|
|
186
|
-
-ms-flex-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
align-items: start;
|
|
191
|
-
background: var(--block-bg-color);
|
|
192
|
-
color: var(--info-color);
|
|
193
|
-
margin-bottom: 24px;
|
|
95
|
+
-webkit-box-align: center;
|
|
96
|
+
-ms-flex-align: center;
|
|
97
|
+
align-items: center;
|
|
98
|
+
gap: 12px;
|
|
99
|
+
margin-bottom: 10px;
|
|
194
100
|
}
|
|
195
|
-
.cp-baseContent .base-bottom-syrules .syrules-item--
|
|
196
|
-
width:
|
|
197
|
-
height:
|
|
198
|
-
font-size: 14px;
|
|
199
|
-
font-family: PingFangSC-Medium, PingFang SC;
|
|
200
|
-
font-weight: 500;
|
|
201
|
-
text-align: center;
|
|
202
|
-
line-height: 30px;
|
|
203
|
-
background-repeat: no-repeat;
|
|
101
|
+
.cp-baseContent .base-bottom-syrules .syrules-item--icon {
|
|
102
|
+
width: 50px;
|
|
103
|
+
height: 28px;
|
|
204
104
|
background-size: 100% 100%;
|
|
205
|
-
|
|
105
|
+
background-position: center;
|
|
106
|
+
margin-left: 6px;
|
|
206
107
|
}
|
|
207
|
-
.cp-baseContent .base-bottom-syrules .syrules-item--
|
|
208
|
-
background-image: url('../../imgs/
|
|
108
|
+
.cp-baseContent .base-bottom-syrules .syrules-item--icon.qt {
|
|
109
|
+
background-image: url('../../imgs/qt_car.png');
|
|
209
110
|
}
|
|
210
|
-
.cp-baseContent .base-bottom-syrules .syrules-item--
|
|
211
|
-
background-image: url('../../imgs/
|
|
111
|
+
.cp-baseContent .base-bottom-syrules .syrules-item--icon.cy {
|
|
112
|
+
background-image: url('../../imgs/cy_car.png');
|
|
212
113
|
}
|
|
213
|
-
.cp-baseContent .base-bottom-syrules .syrules-item--
|
|
214
|
-
background-image: url('../../imgs/
|
|
114
|
+
.cp-baseContent .base-bottom-syrules .syrules-item--icon.yh {
|
|
115
|
+
background-image: url('../../imgs/yh_car.png');
|
|
215
116
|
}
|
|
216
|
-
.cp-baseContent .base-bottom-syrules .syrules-item--
|
|
217
|
-
background-image: url('../../imgs/
|
|
117
|
+
.cp-baseContent .base-bottom-syrules .syrules-item--icon.yf {
|
|
118
|
+
background-image: url('../../imgs/yf_car.png');
|
|
119
|
+
}
|
|
120
|
+
.cp-baseContent .base-bottom-syrules .syrules-item--icon.khsw {
|
|
121
|
+
background-image: url('../../imgs/khsw_car.png');
|
|
122
|
+
}
|
|
123
|
+
.cp-baseContent .base-bottom-syrules .syrules-item--label {
|
|
124
|
+
color: var(--label-color);
|
|
125
|
+
width: 60px;
|
|
126
|
+
}
|
|
127
|
+
.cp-baseContent .base-bottom-syrules .syrules-item--name {
|
|
128
|
+
width: 70px;
|
|
129
|
+
height: 100%;
|
|
130
|
+
font-size: 16px;
|
|
131
|
+
font-weight: 700;
|
|
218
132
|
}
|
|
219
133
|
.cp-baseContent .base-bottom-syrules .syrules-item--content {
|
|
220
134
|
width: calc(100% - 70px);
|
|
@@ -247,78 +161,6 @@
|
|
|
247
161
|
.cp-baseContent .base-bottom-table {
|
|
248
162
|
height: 335px;
|
|
249
163
|
background-color: var(--bg-color2);
|
|
164
|
+
border: 1px solid var(--bg-border-color2);
|
|
250
165
|
padding: 10px;
|
|
251
166
|
}
|
|
252
|
-
.cp-baseContent .showRule {
|
|
253
|
-
width: 100%;
|
|
254
|
-
border-radius: 16px;
|
|
255
|
-
position: relative;
|
|
256
|
-
border: 1px solid #aec8de;
|
|
257
|
-
background-size: 100% 64px !important;
|
|
258
|
-
background-repeat: no-repeat !important;
|
|
259
|
-
padding: 10px 13px;
|
|
260
|
-
margin-bottom: 14px;
|
|
261
|
-
}
|
|
262
|
-
.cp-baseContent .line {
|
|
263
|
-
width: 4px;
|
|
264
|
-
height: 16px;
|
|
265
|
-
background: #1890ff;
|
|
266
|
-
display: inline-block;
|
|
267
|
-
margin-right: 10px;
|
|
268
|
-
}
|
|
269
|
-
.cp-baseContent .rowItemCheckbox {
|
|
270
|
-
margin-bottom: 6px;
|
|
271
|
-
display: -webkit-box;
|
|
272
|
-
display: -ms-flexbox;
|
|
273
|
-
display: flex;
|
|
274
|
-
-webkit-box-align: center;
|
|
275
|
-
-ms-flex-align: center;
|
|
276
|
-
align-items: center;
|
|
277
|
-
font-family: PingFang SC;
|
|
278
|
-
font-weight: 500;
|
|
279
|
-
font-size: 16px;
|
|
280
|
-
}
|
|
281
|
-
.cp-baseContent .title {
|
|
282
|
-
font-weight: 600;
|
|
283
|
-
display: -webkit-box;
|
|
284
|
-
display: -ms-flexbox;
|
|
285
|
-
display: flex;
|
|
286
|
-
-webkit-box-align: center;
|
|
287
|
-
-ms-flex-align: center;
|
|
288
|
-
align-items: center;
|
|
289
|
-
margin: 8px 0 10px 0;
|
|
290
|
-
}
|
|
291
|
-
.cp-baseContent .rowItem {
|
|
292
|
-
position: relative;
|
|
293
|
-
color: var(--label-color);
|
|
294
|
-
display: -webkit-box;
|
|
295
|
-
display: -ms-flexbox;
|
|
296
|
-
display: flex;
|
|
297
|
-
-webkit-box-align: center;
|
|
298
|
-
-ms-flex-align: center;
|
|
299
|
-
align-items: center;
|
|
300
|
-
line-height: 30px;
|
|
301
|
-
}
|
|
302
|
-
.cp-baseContent .rowItem .rowItemSingle {
|
|
303
|
-
width: 50%;
|
|
304
|
-
display: -webkit-box;
|
|
305
|
-
display: -ms-flexbox;
|
|
306
|
-
display: flex;
|
|
307
|
-
}
|
|
308
|
-
.cp-baseContent .rowItem .questionCircle {
|
|
309
|
-
position: absolute;
|
|
310
|
-
right: -5px;
|
|
311
|
-
top: 1px;
|
|
312
|
-
}
|
|
313
|
-
.cp-baseContent .rowItem .minusItem {
|
|
314
|
-
color: red;
|
|
315
|
-
position: absolute;
|
|
316
|
-
right: 0px;
|
|
317
|
-
}
|
|
318
|
-
.cp-baseContent .rowItemDGSD .rowItemSingle {
|
|
319
|
-
width: 100%;
|
|
320
|
-
}
|
|
321
|
-
.cp-baseContent .rowItemDGSD .rowItemTitle,
|
|
322
|
-
.cp-baseContent .rowItemDGSD .rowItemSingle {
|
|
323
|
-
word-wrap: break-word;
|
|
324
|
-
}
|
|
@@ -15,14 +15,10 @@ var _TodayWork = _interopRequireDefault(require("./TodayWork"));
|
|
|
15
15
|
var _CarWork = _interopRequireDefault(require("./CarWork"));
|
|
16
16
|
var _api = require("../../api");
|
|
17
17
|
require("./index.less");
|
|
18
|
-
var _utils = require("@vtx/utils");
|
|
19
|
-
var _components = require("@vtx/components");
|
|
20
|
-
var _vmNodata = _interopRequireDefault(require("../../../vm-nodata"));
|
|
21
18
|
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
22
19
|
var BaseInfo = function BaseInfo(props) {
|
|
23
20
|
var id = props.id,
|
|
24
|
-
baseInfo = props.baseInfo
|
|
25
|
-
info = props.info;
|
|
21
|
+
baseInfo = props.baseInfo;
|
|
26
22
|
var _useSettings = (0, _useSettings2["default"])(),
|
|
27
23
|
theme = _useSettings.theme,
|
|
28
24
|
isDark = _useSettings.isDark;
|
|
@@ -48,43 +44,10 @@ var BaseInfo = function BaseInfo(props) {
|
|
|
48
44
|
className: "base-top-base"
|
|
49
45
|
}, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
|
|
50
46
|
title: "\u57FA\u672C\u4FE1\u606F"
|
|
51
|
-
}),
|
|
52
|
-
className: "default-base"
|
|
53
|
-
}, JSON.parse((info === null || info === void 0 ? void 0 : info.photoIds) || '[]').length ? ( /*#__PURE__*/_react["default"].createElement(_components.VtxImage.PreviewGroup, {
|
|
54
|
-
style: {
|
|
55
|
-
height: '100%'
|
|
56
|
-
}
|
|
57
|
-
}, /*#__PURE__*/_react["default"].createElement(_antd.Carousel
|
|
58
|
-
// autoplay
|
|
59
|
-
// dotPosition={'bottom'}
|
|
60
|
-
, {
|
|
61
|
-
// autoplay
|
|
62
|
-
// dotPosition={'bottom'}
|
|
63
|
-
style: {
|
|
64
|
-
width: '370px',
|
|
65
|
-
height: '160px',
|
|
66
|
-
overflow: 'hidden'
|
|
67
|
-
}
|
|
68
|
-
}, JSON.parse((info === null || info === void 0 ? void 0 : info.photoIds) || '[]').map(function (item) {
|
|
69
|
-
return /*#__PURE__*/_react["default"].createElement(_components.VtxImage, {
|
|
70
|
-
key: item.id,
|
|
71
|
-
src: "/cloudFile/common/downloadFile?id=".concat(item.id, "&token=").concat((0, _utils.getVtxToken)('token') || 'be7c4279-1a76-432b-a069-8fd89a9eb06b'),
|
|
72
|
-
alt: item.name,
|
|
73
|
-
style: {
|
|
74
|
-
maxHeight: '175px',
|
|
75
|
-
overflow: 'hidden',
|
|
76
|
-
height: 160
|
|
77
|
-
}
|
|
78
|
-
});
|
|
79
|
-
})))) : ( /*#__PURE__*/_react["default"].createElement(_vmNodata["default"], {
|
|
80
|
-
style: {
|
|
81
|
-
height: '175px'
|
|
82
|
-
}
|
|
83
|
-
})))), /*#__PURE__*/_react["default"].createElement(_vmInfoCollection["default"], {
|
|
47
|
+
}), /*#__PURE__*/_react["default"].createElement(_vmInfoCollection["default"], {
|
|
84
48
|
data: baseInfo,
|
|
85
49
|
horizontal: true,
|
|
86
|
-
gap:
|
|
87
|
-
infoData: info
|
|
50
|
+
gap: 16
|
|
88
51
|
}))), /*#__PURE__*/_react["default"].createElement(_antd.Col, {
|
|
89
52
|
xxl: 15,
|
|
90
53
|
xl: 15,
|
|
@@ -108,7 +71,7 @@ var BaseInfo = function BaseInfo(props) {
|
|
|
108
71
|
}, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
|
|
109
72
|
title: "\u6536\u8FD0\u89C4\u5219"
|
|
110
73
|
}), /*#__PURE__*/_react["default"].createElement(_Rules["default"], {
|
|
111
|
-
|
|
74
|
+
id: id
|
|
112
75
|
}))), /*#__PURE__*/_react["default"].createElement(_antd.Col, {
|
|
113
76
|
xxl: 15,
|
|
114
77
|
xl: 15,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["_react","_interopRequireDefault","require","_moment","_antd","_useSettings2","_vmSubTitle","_vmInfoCollection","_Rules","_TodayWork","_CarWork","_api","
|
|
1
|
+
{"version":3,"file":"index.js","names":["_react","_interopRequireDefault","require","_moment","_antd","_useSettings2","_vmSubTitle","_vmInfoCollection","_Rules","_TodayWork","_CarWork","_api","e","__esModule","BaseInfo","props","id","baseInfo","_useSettings","useSettings","theme","isDark","nowDate","moment","format","_BaseService$useBaseI","BaseService","useBaseInfo","todayWorkRes","dataSource","_BaseService$useConfi","useConfig","paramConfigsList","productTypes","React","createElement","className","concat","Row","gutter","Col","xxl","xl","lg","md","SubTitle","title","Base","data","horizontal","gap","TodayWork","Rules","CarWork","_default","exports"],"sources":["vtx-cp-modal/components/BaseInfo/index.js"],"sourcesContent":["import React from 'react';\nimport moment from 'moment';\nimport { Row, Col } from 'antd';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport SubTitle from '../../../vm-sub-title';\nimport Base from '../../../vm-info-collection';\nimport Rules from './Rules';\nimport TodayWork from './TodayWork';\nimport CarWork from './CarWork';\nimport { BaseService } from '../../api';\nimport './index.less';\nconst BaseInfo = (props) => {\n const { id, baseInfo } = props;\n const { theme, isDark } = useSettings();\n const nowDate = moment().format('YYYY-MM-DD');\n const { todayWorkRes, dataSource } = BaseService.useBaseInfo(id, nowDate, nowDate);\n const { paramConfigsList, productTypes } = BaseService.useConfig();\n return (React.createElement(\"div\", { className: `cp-baseContent ${theme}` },\n React.createElement(\"div\", { className: \"base-top\" },\n React.createElement(Row, { gutter: [10, 10] },\n React.createElement(Col, { xxl: 9, xl: 9, lg: 9, md: 12 },\n React.createElement(\"div\", { className: \"base-top-base\" },\n React.createElement(SubTitle, { title: \"\\u57FA\\u672C\\u4FE1\\u606F\" }),\n React.createElement(Base, { data: baseInfo, horizontal: true, gap: 16 }))),\n React.createElement(Col, { xxl: 15, xl: 15, lg: 15, md: 12 },\n React.createElement(\"div\", { className: \"base-top-twork\" },\n React.createElement(SubTitle, { title: \"\\u4ECA\\u65E5\\u4F5C\\u4E1A\" }),\n React.createElement(TodayWork, { data: todayWorkRes, paramConfigsList: paramConfigsList, productTypes: productTypes }))),\n React.createElement(Col, { xxl: 9, xl: 9, lg: 9, md: 12 },\n React.createElement(\"div\", { className: \"base-bottom-syrules\" },\n React.createElement(SubTitle, { title: \"\\u6536\\u8FD0\\u89C4\\u5219\" }),\n React.createElement(Rules, { id: id }))),\n React.createElement(Col, { xxl: 15, xl: 15, lg: 15, md: 12 },\n React.createElement(\"div\", { className: \"base-bottom-table\" },\n React.createElement(CarWork, { dataSource: dataSource, isDark: isDark, paramConfigsList: paramConfigsList })))))));\n};\nexport default BaseInfo;\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,OAAA,GAAAF,sBAAA,CAAAC,OAAA;AACA,IAAAE,KAAA,GAAAF,OAAA;AACA,IAAAG,aAAA,GAAAJ,sBAAA,CAAAC,OAAA;AACA,IAAAI,WAAA,GAAAL,sBAAA,CAAAC,OAAA;AACA,IAAAK,iBAAA,GAAAN,sBAAA,CAAAC,OAAA;AACA,IAAAM,MAAA,GAAAP,sBAAA,CAAAC,OAAA;AACA,IAAAO,UAAA,GAAAR,sBAAA,CAAAC,OAAA;AACA,IAAAQ,QAAA,GAAAT,sBAAA,CAAAC,OAAA;AACA,IAAAS,IAAA,GAAAT,OAAA;AACAA,OAAA;AAAsB,SAAAD,uBAAAW,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAC,UAAA,GAAAD,CAAA,gBAAAA,CAAA;AACtB,IAAME,QAAQ,GAAG,SAAXA,QAAQA,CAAIC,KAAK,EAAK;EACxB,IAAQC,EAAE,GAAeD,KAAK,CAAtBC,EAAE;IAAEC,QAAQ,GAAKF,KAAK,CAAlBE,QAAQ;EACpB,IAAAC,YAAA,GAA0B,IAAAC,wBAAW,EAAC,CAAC;IAA/BC,KAAK,GAAAF,YAAA,CAALE,KAAK;IAAEC,MAAM,GAAAH,YAAA,CAANG,MAAM;EACrB,IAAMC,OAAO,GAAG,IAAAC,kBAAM,EAAC,CAAC,CAACC,MAAM,CAAC,YAAY,CAAC;EAC7C,IAAAC,qBAAA,GAAqCC,gBAAW,CAACC,WAAW,CAACX,EAAE,EAAEM,OAAO,EAAEA,OAAO,CAAC;IAA1EM,YAAY,GAAAH,qBAAA,CAAZG,YAAY;IAAEC,UAAU,GAAAJ,qBAAA,CAAVI,UAAU;EAChC,IAAAC,qBAAA,GAA2CJ,gBAAW,CAACK,SAAS,CAAC,CAAC;IAA1DC,gBAAgB,GAAAF,qBAAA,CAAhBE,gBAAgB;IAAEC,YAAY,GAAAH,qBAAA,CAAZG,YAAY;EACtC,oBAAQC,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,oBAAAC,MAAA,CAAoBjB,KAAK;EAAG,CAAC,eACvEc,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAW,CAAC,eAChDF,iBAAK,CAACC,aAAa,CAACG,SAAG,EAAE;IAAEC,MAAM,EAAE,CAAC,EAAE,EAAE,EAAE;EAAE,CAAC,eACzCL,iBAAK,CAACC,aAAa,CAACK,SAAG,EAAE;IAAEC,GAAG,EAAE,CAAC;IAAEC,EAAE,EAAE,CAAC;IAAEC,EAAE,EAAE,CAAC;IAAEC,EAAE,EAAE;EAAG,CAAC,eACrDV,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAgB,CAAC,eACrDF,iBAAK,CAACC,aAAa,CAACU,sBAAQ,EAAE;IAAEC,KAAK,EAAE;EAA2B,CAAC,CAAC,eACpEZ,iBAAK,CAACC,aAAa,CAACY,4BAAI,EAAE;IAAEC,IAAI,EAAE/B,QAAQ;IAAEgC,UAAU,EAAE,IAAI;IAAEC,GAAG,EAAE;EAAG,CAAC,CAAC,CAAC,CAAC,eAClFhB,iBAAK,CAACC,aAAa,CAACK,SAAG,EAAE;IAAEC,GAAG,EAAE,EAAE;IAAEC,EAAE,EAAE,EAAE;IAAEC,EAAE,EAAE,EAAE;IAAEC,EAAE,EAAE;EAAG,CAAC,eACxDV,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAiB,CAAC,eACtDF,iBAAK,CAACC,aAAa,CAACU,sBAAQ,EAAE;IAAEC,KAAK,EAAE;EAA2B,CAAC,CAAC,eACpEZ,iBAAK,CAACC,aAAa,CAACgB,qBAAS,EAAE;IAAEH,IAAI,EAAEpB,YAAY;IAAEI,gBAAgB,EAAEA,gBAAgB;IAAEC,YAAY,EAAEA;EAAa,CAAC,CAAC,CAAC,CAAC,eAChIC,iBAAK,CAACC,aAAa,CAACK,SAAG,EAAE;IAAEC,GAAG,EAAE,CAAC;IAAEC,EAAE,EAAE,CAAC;IAAEC,EAAE,EAAE,CAAC;IAAEC,EAAE,EAAE;EAAG,CAAC,eACrDV,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAsB,CAAC,eAC3DF,iBAAK,CAACC,aAAa,CAACU,sBAAQ,EAAE;IAAEC,KAAK,EAAE;EAA2B,CAAC,CAAC,eACpEZ,iBAAK,CAACC,aAAa,CAACiB,iBAAK,EAAE;IAAEpC,EAAE,EAAEA;EAAG,CAAC,CAAC,CAAC,CAAC,eAChDkB,iBAAK,CAACC,aAAa,CAACK,SAAG,EAAE;IAAEC,GAAG,EAAE,EAAE;IAAEC,EAAE,EAAE,EAAE;IAAEC,EAAE,EAAE,EAAE;IAAEC,EAAE,EAAE;EAAG,CAAC,eACxDV,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAoB,CAAC,eACzDF,iBAAK,CAACC,aAAa,CAACkB,mBAAO,EAAE;IAAExB,UAAU,EAAEA,UAAU;IAAER,MAAM,EAAEA,MAAM;IAAEW,gBAAgB,EAAEA;EAAiB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AACzI,CAAC;AAAC,IAAAsB,QAAA,GAAAC,OAAA,cACazC,QAAQ","ignoreList":[]}
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
@import '../../style/index.less';
|
|
2
1
|
.flex-start {
|
|
3
2
|
display: flex;
|
|
4
3
|
justify-content: start;
|
|
@@ -17,11 +16,14 @@
|
|
|
17
16
|
height: 280px;
|
|
18
17
|
padding: 20px;
|
|
19
18
|
background-color: var(--bg-color2);
|
|
19
|
+
border: 1px solid var(--bg-border-color2);
|
|
20
20
|
}
|
|
21
21
|
&-twork {
|
|
22
22
|
height: 280px;
|
|
23
23
|
padding: 20px;
|
|
24
24
|
background-color: var(--bg-color2);
|
|
25
|
+
border: 1px solid var(--bg-border-color2);
|
|
26
|
+
|
|
25
27
|
overflow-y: auto;
|
|
26
28
|
.twork {
|
|
27
29
|
&--item {
|
|
@@ -46,7 +48,7 @@
|
|
|
46
48
|
justify-content: start;
|
|
47
49
|
&-item {
|
|
48
50
|
width: 25%;
|
|
49
|
-
&-
|
|
51
|
+
&-value {
|
|
50
52
|
color: var(--info-active);
|
|
51
53
|
line-height: 20px;
|
|
52
54
|
span {
|
|
@@ -58,24 +60,6 @@
|
|
|
58
60
|
}
|
|
59
61
|
}
|
|
60
62
|
}
|
|
61
|
-
.default-base {
|
|
62
|
-
// width: 430px;
|
|
63
|
-
height: 74%;
|
|
64
|
-
// padding: 24px;
|
|
65
|
-
margin-right: 10px;
|
|
66
|
-
background-color: var(--bg-color2);
|
|
67
|
-
img {
|
|
68
|
-
height:160px;
|
|
69
|
-
width: 100%;
|
|
70
|
-
}
|
|
71
|
-
&-img {
|
|
72
|
-
margin-bottom: 24px;
|
|
73
|
-
img {
|
|
74
|
-
height:160px;
|
|
75
|
-
width: 100%;
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
}
|
|
79
63
|
}
|
|
80
64
|
|
|
81
65
|
.base-bottom {
|
|
@@ -83,39 +67,55 @@
|
|
|
83
67
|
height: 335px;
|
|
84
68
|
padding: 20px;
|
|
85
69
|
background-color: var(--bg-color2);
|
|
70
|
+
border: 1px solid var(--bg-border-color2);
|
|
71
|
+
|
|
86
72
|
overflow-y: auto;
|
|
87
73
|
.syrules-item {
|
|
88
74
|
width: 100%;
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
75
|
+
padding: 16px 20px;
|
|
76
|
+
border-radius: 16px;
|
|
77
|
+
border: 1px dashed;
|
|
92
78
|
color: var(--info-color);
|
|
93
79
|
margin-bottom: 24px;
|
|
94
|
-
|
|
95
|
-
&--
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
80
|
+
font-size: 14px;
|
|
81
|
+
&--info {
|
|
82
|
+
display: flex;
|
|
83
|
+
align-items: center;
|
|
84
|
+
gap: 12px;
|
|
85
|
+
margin-bottom: 10px;
|
|
86
|
+
}
|
|
87
|
+
&--icon {
|
|
88
|
+
width: 50px;
|
|
89
|
+
height: 28px;
|
|
104
90
|
background-size: 100% 100%;
|
|
105
|
-
|
|
91
|
+
background-position: center;
|
|
92
|
+
margin-left: 6px;
|
|
106
93
|
&.qt {
|
|
107
|
-
background-image: url('../../imgs/
|
|
94
|
+
background-image: url('../../imgs/qt_car.png');
|
|
108
95
|
}
|
|
109
96
|
&.cy {
|
|
110
|
-
background-image: url('../../imgs/
|
|
97
|
+
background-image: url('../../imgs/cy_car.png');
|
|
111
98
|
}
|
|
112
99
|
&.yh {
|
|
113
|
-
background-image: url('../../imgs/
|
|
100
|
+
background-image: url('../../imgs/yh_car.png');
|
|
101
|
+
}
|
|
102
|
+
&.yf {
|
|
103
|
+
background-image: url('../../imgs/yf_car.png');
|
|
114
104
|
}
|
|
115
105
|
&.khsw {
|
|
116
|
-
background-image: url('../../imgs/
|
|
106
|
+
background-image: url('../../imgs/khsw_car.png');
|
|
117
107
|
}
|
|
118
108
|
}
|
|
109
|
+
&--label {
|
|
110
|
+
color: var(--label-color);
|
|
111
|
+
width: 60px;
|
|
112
|
+
}
|
|
113
|
+
&--name {
|
|
114
|
+
width: 70px;
|
|
115
|
+
height: 100%;
|
|
116
|
+
font-size: 16px;
|
|
117
|
+
font-weight: 700;
|
|
118
|
+
}
|
|
119
119
|
&--content {
|
|
120
120
|
width: calc(~'100% - 70px');
|
|
121
121
|
padding: 4px 8px 4px 24px;
|
|
@@ -148,79 +148,9 @@
|
|
|
148
148
|
&-table {
|
|
149
149
|
height: 335px;
|
|
150
150
|
background-color: var(--bg-color2);
|
|
151
|
-
|
|
152
|
-
}
|
|
153
|
-
}
|
|
154
|
-
.showRule {
|
|
155
|
-
width: 100%;
|
|
156
|
-
// height: 160px;
|
|
157
|
-
border-radius: 16px;
|
|
158
|
-
position: relative;
|
|
159
|
-
border: 1px solid #aec8de;
|
|
160
|
-
// background: linear-gradient(180deg, #dae8f4, #ffffff) no-repeat;
|
|
161
|
-
background-size: 100% 64px !important;
|
|
162
|
-
background-repeat: no-repeat !important;
|
|
163
|
-
|
|
164
|
-
padding: 10px 13px;
|
|
165
|
-
margin-bottom: 14px;
|
|
166
|
-
}
|
|
167
|
-
|
|
168
|
-
.line {
|
|
169
|
-
width: 4px;
|
|
170
|
-
height: 16px;
|
|
171
|
-
background: #1890ff;
|
|
172
|
-
display: inline-block;
|
|
173
|
-
margin-right: 10px;
|
|
174
|
-
}
|
|
175
|
-
.rowItemCheckbox {
|
|
176
|
-
margin-bottom: 6px;
|
|
177
|
-
// width: 132px;
|
|
178
|
-
// text-align: center;
|
|
179
|
-
// line-height:30px;
|
|
180
|
-
display: flex;
|
|
181
|
-
align-items: center;
|
|
151
|
+
border: 1px solid var(--bg-border-color2);
|
|
182
152
|
|
|
183
|
-
|
|
184
|
-
font-weight: 500;
|
|
185
|
-
font-size: 16px;
|
|
186
|
-
// color: #0e4e90;
|
|
187
|
-
}
|
|
188
|
-
.title {
|
|
189
|
-
font-weight: 600;
|
|
190
|
-
display: flex;
|
|
191
|
-
align-items: center;
|
|
192
|
-
margin: 8px 0 10px 0;
|
|
193
|
-
}
|
|
194
|
-
.rowItem {
|
|
195
|
-
position: relative;
|
|
196
|
-
color: var(--label-color);
|
|
197
|
-
display: flex;
|
|
198
|
-
align-items: center;
|
|
199
|
-
line-height: 30px;
|
|
200
|
-
|
|
201
|
-
.rowItemSingle {
|
|
202
|
-
width: 50%;
|
|
203
|
-
display: flex;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
.questionCircle {
|
|
207
|
-
position: absolute;
|
|
208
|
-
right: -5px;
|
|
209
|
-
top: 1px;
|
|
210
|
-
}
|
|
211
|
-
.minusItem {
|
|
212
|
-
color: red;
|
|
213
|
-
position: absolute;
|
|
214
|
-
right: 0px;
|
|
215
|
-
}
|
|
216
|
-
|
|
217
|
-
}
|
|
218
|
-
.rowItemDGSD{
|
|
219
|
-
.rowItemSingle{
|
|
220
|
-
width: 100%;
|
|
221
|
-
}
|
|
222
|
-
.rowItemTitle,.rowItemSingle{
|
|
223
|
-
word-wrap: break-word;
|
|
153
|
+
padding: 10px;
|
|
224
154
|
}
|
|
225
155
|
}
|
|
226
156
|
}
|
|
@@ -19,7 +19,8 @@ var MonthTrend = function MonthTrend(_ref) {
|
|
|
19
19
|
var id = _ref.id;
|
|
20
20
|
var _useSettings = (0, _useSettings2["default"])(),
|
|
21
21
|
chartColor = _useSettings.chartColor,
|
|
22
|
-
chartFontColor = _useSettings.chartFontColor
|
|
22
|
+
chartFontColor = _useSettings.chartFontColor,
|
|
23
|
+
theme = _useSettings.theme;
|
|
23
24
|
var _ExeceptionService$us = _api.ExeceptionService.useAlarmMonthTrend(id, (0, _moment["default"])().subtract(6, 'M').format('YYYY-MM-DD'), (0, _moment["default"])().format('YYYY-MM-DD')),
|
|
24
25
|
alarmMonthTrend = _ExeceptionService$us.alarmMonthTrend;
|
|
25
26
|
var legends = alarmMonthTrend.legends,
|
|
@@ -28,7 +29,17 @@ var MonthTrend = function MonthTrend(_ref) {
|
|
|
28
29
|
var option = {
|
|
29
30
|
color: chartColor,
|
|
30
31
|
tooltip: {
|
|
31
|
-
trigger: 'axis'
|
|
32
|
+
trigger: 'axis',
|
|
33
|
+
formatter: function formatter(params) {
|
|
34
|
+
var _a, _b;
|
|
35
|
+
var str = "<div style=\"text-align:left\">".concat((_a = params === null || params === void 0 ? void 0 : params[0]) === null || _a === void 0 ? void 0 : _a.axisValue, "<?div>");
|
|
36
|
+
var color = (_b = params[0].color) === null || _b === void 0 ? void 0 : _b.colorStops; // 获取系列的颜色
|
|
37
|
+
params.map(function (item, index) {
|
|
38
|
+
var _a;
|
|
39
|
+
str += "<div style=\"text-align:left\"><span style=\"color:".concat(item.color && typeof item.color == 'string' ? item.color : (_a = color === null || color === void 0 ? void 0 : color[index]) === null || _a === void 0 ? void 0 : _a.color, "\">\u2022</span> ").concat(item.seriesName, " ").concat(item.value, '次', "</div>");
|
|
40
|
+
});
|
|
41
|
+
return str; // 返回带点的字符串
|
|
42
|
+
}
|
|
32
43
|
},
|
|
33
44
|
legend: {
|
|
34
45
|
show: true,
|
|
@@ -36,7 +47,7 @@ var MonthTrend = function MonthTrend(_ref) {
|
|
|
36
47
|
itemHeight: 6,
|
|
37
48
|
top: 20,
|
|
38
49
|
textStyle: {
|
|
39
|
-
color: chartFontColor,
|
|
50
|
+
color: theme === 'blue' ? '#fff' : chartFontColor,
|
|
40
51
|
fontSize: 12
|
|
41
52
|
},
|
|
42
53
|
data: legends || []
|
|
@@ -55,7 +66,7 @@ var MonthTrend = function MonthTrend(_ref) {
|
|
|
55
66
|
show: false
|
|
56
67
|
},
|
|
57
68
|
axisLabel: {
|
|
58
|
-
color: chartFontColor
|
|
69
|
+
color: theme === 'blue' ? '#fff' : chartFontColor
|
|
59
70
|
},
|
|
60
71
|
data: names || []
|
|
61
72
|
},
|
|
@@ -63,13 +74,13 @@ var MonthTrend = function MonthTrend(_ref) {
|
|
|
63
74
|
name: '单位(次)',
|
|
64
75
|
type: 'value',
|
|
65
76
|
nameTextStyle: {
|
|
66
|
-
color: chartFontColor
|
|
77
|
+
color: theme === 'blue' ? '#fff' : chartFontColor
|
|
67
78
|
},
|
|
68
79
|
axisTick: {
|
|
69
80
|
show: false
|
|
70
81
|
},
|
|
71
82
|
axisLabel: {
|
|
72
|
-
color: chartFontColor
|
|
83
|
+
color: theme === 'blue' ? '#fff' : chartFontColor
|
|
73
84
|
},
|
|
74
85
|
axisLine: {
|
|
75
86
|
show: true
|