@vtx/modals2 3.3.19 → 4.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/index.js +17 -24
- package/lib/index.js.map +1 -1
- package/lib/style/css.js +1 -3
- package/lib/style/css.js.map +1 -1
- package/lib/style/index.css +1 -49
- package/lib/style/index.js +1 -3
- package/lib/style/index.js.map +1 -1
- package/lib/style/themes/dark.css +1 -49
- package/lib/style/themes/dark.less +0 -45
- package/lib/style/themes/default.css +1 -5
- package/lib/style/themes/default.less +1 -5
- package/lib/style/themes/index.css +1 -49
- package/lib/typings.d.ts +1 -4
- package/lib/util/index.js.map +1 -1
- package/lib/vm-alarm-info/Components/AlarmRecord.js +118 -0
- package/lib/vm-alarm-info/Components/AlarmRecord.js.map +1 -0
- package/lib/vm-alarm-info/Components/AlarmStatistics.js +166 -0
- package/lib/vm-alarm-info/Components/AlarmStatistics.js.map +1 -0
- package/lib/vm-alarm-info/Components/AlarmTrend.js +228 -0
- package/lib/vm-alarm-info/Components/AlarmTrend.js.map +1 -0
- package/lib/vm-alarm-info/Components/CurrentAlarm.js +110 -0
- package/lib/vm-alarm-info/Components/CurrentAlarm.js.map +1 -0
- package/lib/vm-alarm-info/Components/CurrentAlarmNew.js +88 -0
- package/lib/vm-alarm-info/Components/CurrentAlarmNew.js.map +1 -0
- package/lib/vm-alarm-info/Components/index.css +39 -0
- package/lib/vm-alarm-info/Components/index.less +40 -0
- package/lib/vm-alarm-info/api.js +171 -0
- package/lib/vm-alarm-info/api.js.map +1 -0
- package/lib/vm-alarm-info/index.js +88 -0
- package/lib/vm-alarm-info/index.js.map +1 -0
- package/lib/vm-alarm-info/style/css.js.map +1 -0
- package/lib/vm-alarm-info/style/index.css +19 -0
- package/lib/vm-alarm-info/style/index.js.map +1 -0
- package/lib/vm-alarm-info/style/index.less +16 -0
- package/lib/vm-alarm-situation/api.js +86 -0
- package/lib/vm-alarm-situation/api.js.map +1 -0
- package/lib/vm-alarm-situation/index.js +212 -0
- package/lib/vm-alarm-situation/index.js.map +1 -0
- package/lib/vm-alarm-situation/style/css.js +4 -0
- package/lib/vm-alarm-situation/style/css.js.map +1 -0
- package/lib/vm-alarm-situation/style/index.css +78 -0
- package/lib/vm-alarm-situation/style/index.js +4 -0
- package/lib/vm-alarm-situation/style/index.js.map +1 -0
- package/lib/vm-alarm-situation/style/index.less +67 -0
- package/lib/vm-alarm-situation-pt/api.js +73 -0
- package/lib/vm-alarm-situation-pt/api.js.map +1 -0
- package/lib/vm-alarm-situation-pt/index.js +145 -0
- package/lib/vm-alarm-situation-pt/index.js.map +1 -0
- package/lib/vm-alarm-situation-pt/style/css.js +4 -0
- package/lib/vm-alarm-situation-pt/style/css.js.map +1 -0
- package/lib/vm-alarm-situation-pt/style/index.css +79 -0
- package/lib/vm-alarm-situation-pt/style/index.js +4 -0
- package/lib/vm-alarm-situation-pt/style/index.js.map +1 -0
- package/lib/vm-alarm-situation-pt/style/index.less +65 -0
- package/lib/vm-analysis-comparison/api.js +177 -0
- package/lib/vm-analysis-comparison/api.js.map +1 -0
- package/lib/vm-analysis-comparison/index.js +368 -0
- package/lib/vm-analysis-comparison/index.js.map +1 -0
- package/lib/vm-analysis-comparison/style/css.js +4 -0
- package/lib/vm-analysis-comparison/style/css.js.map +1 -0
- package/lib/vm-analysis-comparison/style/index.css +13 -0
- package/lib/vm-analysis-comparison/style/index.js +4 -0
- package/lib/vm-analysis-comparison/style/index.js.map +1 -0
- package/lib/vm-analysis-comparison/style/index.less +12 -0
- package/lib/vm-appraisal-info/AppraisalBase.js +5 -26
- package/lib/vm-appraisal-info/AppraisalBase.js.map +1 -1
- package/lib/vm-appraisal-info/AppraisalTop5.js +4 -5
- package/lib/vm-appraisal-info/AppraisalTop5.js.map +1 -1
- package/lib/vm-appraisal-info/List.js +9 -8
- package/lib/vm-appraisal-info/List.js.map +1 -1
- package/lib/vm-appraisal-info/ListKh.js +13 -11
- package/lib/vm-appraisal-info/ListKh.js.map +1 -1
- package/lib/vm-appraisal-info/ListZg.js +13 -11
- package/lib/vm-appraisal-info/ListZg.js.map +1 -1
- package/lib/vm-appraisal-info/Wtlx.js +5 -6
- package/lib/vm-appraisal-info/Wtlx.js.map +1 -1
- package/lib/vm-appraisal-info/Zgxxhz.js +4 -21
- package/lib/vm-appraisal-info/Zgxxhz.js.map +1 -1
- package/lib/vm-appraisal-info/api.js +1 -2
- package/lib/vm-appraisal-info/api.js.map +1 -1
- package/lib/vm-appraisal-info/index.js +23 -49
- package/lib/vm-appraisal-info/index.js.map +1 -1
- package/lib/vm-appraisal-info/style/css.js.map +1 -1
- package/lib/vm-appraisal-info/style/index.js.map +1 -1
- package/lib/vm-base-list/OpenArrow.js +47 -0
- package/lib/vm-base-list/OpenArrow.js.map +1 -0
- package/lib/vm-base-list/index.js +85 -0
- package/lib/vm-base-list/index.js.map +1 -0
- package/lib/vm-base-list/style/css.js +4 -0
- package/lib/vm-base-list/style/css.js.map +1 -0
- package/lib/vm-base-list/style/index.css +41 -0
- package/lib/vm-base-list/style/index.js +4 -0
- package/lib/vm-base-list/style/index.js.map +1 -0
- package/lib/vm-base-list/style/index.less +39 -0
- package/lib/vm-button/index.js +2 -3
- package/lib/vm-button/index.js.map +1 -1
- package/lib/vm-button/style/css.js.map +1 -1
- package/lib/vm-button/style/index.js.map +1 -1
- package/lib/vm-charts/Distribute1.js +7 -8
- package/lib/vm-charts/Distribute1.js.map +1 -1
- package/lib/vm-charts/Gauge1.js +2 -3
- package/lib/vm-charts/Gauge1.js.map +1 -1
- package/lib/vm-charts/Line.js +213 -0
- package/lib/vm-charts/Line.js.map +1 -0
- package/lib/vm-charts/Line1.js +3 -4
- package/lib/vm-charts/Line1.js.map +1 -1
- package/lib/vm-charts/Pie.js +115 -0
- package/lib/vm-charts/Pie.js.map +1 -0
- package/lib/vm-charts/index.css +20 -0
- package/lib/vm-charts/index.js +15 -1
- package/lib/vm-charts/index.js.map +1 -1
- package/lib/vm-charts/index.less +30 -0
- package/lib/vm-checkbox/index.js +32 -0
- package/lib/vm-checkbox/index.js.map +1 -0
- package/lib/vm-checkbox/style/css.js +4 -0
- package/lib/vm-checkbox/style/css.js.map +1 -0
- package/lib/vm-checkbox/style/index.css +25 -0
- package/lib/vm-checkbox/style/index.js +4 -0
- package/lib/vm-checkbox/style/index.js.map +1 -0
- package/lib/vm-checkbox/style/index.less +25 -0
- package/lib/vm-container/index.js +33 -0
- package/lib/vm-container/index.js.map +1 -0
- package/lib/vm-container/style/css.js +4 -0
- package/lib/vm-container/style/css.js.map +1 -0
- package/lib/vm-container/style/index.css +30 -0
- package/lib/vm-container/style/index.js +4 -0
- package/lib/vm-container/style/index.js.map +1 -0
- package/lib/vm-container/style/index.less +28 -0
- package/lib/vm-correlation-comparison/api.js +236 -0
- package/lib/vm-correlation-comparison/api.js.map +1 -0
- package/lib/vm-correlation-comparison/index.js +308 -0
- package/lib/vm-correlation-comparison/index.js.map +1 -0
- package/lib/vm-correlation-comparison/style/css.js +4 -0
- package/lib/vm-correlation-comparison/style/css.js.map +1 -0
- package/lib/vm-correlation-comparison/style/index.css +19 -0
- package/lib/vm-correlation-comparison/style/index.js +4 -0
- package/lib/vm-correlation-comparison/style/index.js.map +1 -0
- package/lib/vm-correlation-comparison/style/index.less +13 -0
- package/lib/vm-empty/index.js +44 -0
- package/lib/vm-empty/index.js.map +1 -0
- package/lib/vm-empty/style/css.js +4 -0
- package/lib/vm-empty/style/css.js.map +1 -0
- package/lib/vm-empty/style/index.css +30 -0
- package/lib/vm-empty/style/index.js +4 -0
- package/lib/vm-empty/style/index.js.map +1 -0
- package/lib/vm-empty/style/index.less +23 -0
- package/lib/vm-filter/index.js +110 -121
- package/lib/vm-filter/index.js.map +1 -1
- package/lib/vm-filter/style/css.js.map +1 -1
- package/lib/vm-filter/style/index.css +32 -22
- package/lib/vm-filter/style/index.js.map +1 -1
- package/lib/vm-filter/style/index.less +24 -29
- package/lib/vm-hooks/useSettings.js +5 -4
- package/lib/vm-hooks/useSettings.js.map +1 -1
- package/lib/vm-iframe-modal/index.js +40 -0
- package/lib/vm-iframe-modal/index.js.map +1 -0
- package/lib/vm-iframe-modal/style/css.js +4 -0
- package/lib/vm-iframe-modal/style/css.js.map +1 -0
- package/lib/vm-iframe-modal/style/index.css +10 -0
- package/lib/vm-iframe-modal/style/index.js +4 -0
- package/lib/vm-iframe-modal/style/index.js.map +1 -0
- package/lib/vm-iframe-modal/style/index.less +8 -0
- package/lib/vm-image-text/index.js +10 -5
- package/lib/vm-image-text/index.js.map +1 -1
- package/lib/vm-image-text/style/css.js.map +1 -1
- package/lib/vm-image-text/style/index.css +2 -5
- package/lib/vm-image-text/style/index.js.map +1 -1
- package/lib/vm-image-text/style/index.less +2 -5
- package/lib/vm-info-collection/index.js +9 -21
- package/lib/vm-info-collection/index.js.map +1 -1
- package/lib/vm-info-collection/style/css.js.map +1 -1
- package/lib/vm-info-collection/style/index.css +21 -0
- package/lib/vm-info-collection/style/index.js.map +1 -1
- package/lib/vm-info-collection/style/index.less +19 -0
- package/lib/vm-map/index.js +125 -166
- package/lib/vm-map/index.js.map +1 -1
- package/lib/vm-map/mapStyle.js +7 -14
- package/lib/vm-map/mapStyle.js.map +1 -1
- package/lib/vm-modal-table/index.js +34 -0
- package/lib/vm-modal-table/index.js.map +1 -0
- package/lib/vm-modal-table/style/css.js +4 -0
- package/lib/vm-modal-table/style/css.js.map +1 -0
- package/lib/vm-modal-table/style/index.css +20 -0
- package/lib/vm-modal-table/style/index.js +4 -0
- package/lib/vm-modal-table/style/index.js.map +1 -0
- package/lib/vm-modal-table/style/index.less +23 -0
- package/lib/vm-nodata/imgs/chart.png +0 -0
- package/lib/vm-nodata/index.js +7 -3
- package/lib/vm-nodata/index.js.map +1 -1
- package/lib/vm-radio/index.js +27 -0
- package/lib/vm-radio/index.js.map +1 -0
- package/lib/vm-radio/style/css.js +4 -0
- package/lib/vm-radio/style/css.js.map +1 -0
- package/lib/vm-radio/style/index.css +21 -0
- package/lib/vm-radio/style/index.js +4 -0
- package/lib/vm-radio/style/index.js.map +1 -0
- package/lib/vm-radio/style/index.less +26 -0
- package/lib/vm-real-time-monitor/api.js +193 -0
- package/lib/vm-real-time-monitor/api.js.map +1 -0
- package/lib/vm-real-time-monitor/index.js +367 -0
- package/lib/vm-real-time-monitor/index.js.map +1 -0
- package/lib/vm-real-time-monitor/style/css.js +4 -0
- package/lib/vm-real-time-monitor/style/css.js.map +1 -0
- package/lib/vm-real-time-monitor/style/index.css +12 -0
- package/lib/vm-real-time-monitor/style/index.js +4 -0
- package/lib/vm-real-time-monitor/style/index.js.map +1 -0
- package/lib/vm-real-time-monitor/style/index.less +12 -0
- package/lib/vm-repair-maintain/RmInfoSummary.js +6 -7
- package/lib/vm-repair-maintain/RmInfoSummary.js.map +1 -1
- package/lib/vm-repair-maintain/RmMonthTrend.js +2 -3
- package/lib/vm-repair-maintain/RmMonthTrend.js.map +1 -1
- package/lib/vm-repair-maintain/RmRecord.js +12 -7
- package/lib/vm-repair-maintain/RmRecord.js.map +1 -1
- package/lib/vm-repair-maintain/RmType.js +5 -6
- package/lib/vm-repair-maintain/RmType.js.map +1 -1
- package/lib/vm-repair-maintain/api.js +1 -2
- package/lib/vm-repair-maintain/api.js.map +1 -1
- package/lib/vm-repair-maintain/index.js +2 -3
- package/lib/vm-repair-maintain/index.js.map +1 -1
- package/lib/vm-repair-maintain/style/css.js.map +1 -1
- package/lib/vm-repair-maintain/style/index.js.map +1 -1
- package/lib/vm-round-content/index.js +68 -0
- package/lib/vm-round-content/index.js.map +1 -0
- package/lib/vm-round-content/style/css.js +4 -0
- package/lib/vm-round-content/style/css.js.map +1 -0
- package/lib/vm-round-content/style/index.css +38 -0
- package/lib/vm-round-content/style/index.js +4 -0
- package/lib/vm-round-content/style/index.js.map +1 -0
- package/lib/vm-round-content/style/index.less +33 -0
- package/lib/vm-row-col/index.js +26 -0
- package/lib/vm-row-col/index.js.map +1 -0
- package/lib/vm-row-col/style/css.js +4 -0
- package/lib/vm-row-col/style/css.js.map +1 -0
- package/lib/vm-row-col/style/index.css +0 -0
- package/lib/vm-row-col/style/index.js +4 -0
- package/lib/vm-row-col/style/index.js.map +1 -0
- package/lib/vm-row-col/style/index.less +0 -0
- package/lib/vm-select-device/index.js +90 -0
- package/lib/vm-select-device/index.js.map +1 -0
- package/lib/vm-select-device/style/css.js +4 -0
- package/lib/vm-select-device/style/css.js.map +1 -0
- package/lib/vm-select-device/style/index.css +16 -0
- package/lib/vm-select-device/style/index.js +4 -0
- package/lib/vm-select-device/style/index.js.map +1 -0
- package/lib/vm-select-device/style/index.less +16 -0
- package/lib/vm-sub-tabs/index.js +4 -7
- package/lib/vm-sub-tabs/index.js.map +1 -1
- package/lib/vm-sub-tabs/style/css.js.map +1 -1
- package/lib/vm-sub-tabs/style/index.css +8 -31
- package/lib/vm-sub-tabs/style/index.js.map +1 -1
- package/lib/vm-sub-tabs/style/index.less +26 -48
- package/lib/vm-sub-title/index.js +4 -5
- package/lib/vm-sub-title/index.js.map +1 -1
- package/lib/vm-sub-title/style/css.js.map +1 -1
- package/lib/vm-sub-title/style/index.css +3 -10
- package/lib/vm-sub-title/style/index.js.map +1 -1
- package/lib/vm-sub-title/style/index.less +3 -10
- package/lib/vm-table/index.js +25 -25
- package/lib/vm-table/index.js.map +1 -1
- package/lib/vm-table/style/css.js.map +1 -1
- package/lib/vm-table/style/index.css +31 -56
- package/lib/vm-table/style/index.js.map +1 -1
- package/lib/vm-table/style/index.less +54 -80
- package/lib/vm-time-line/index.js +25 -0
- package/lib/vm-time-line/index.js.map +1 -0
- package/lib/vm-time-line/style/css.js +4 -0
- package/lib/vm-time-line/style/css.js.map +1 -0
- package/lib/vm-time-line/style/index.css +0 -0
- package/lib/vm-time-line/style/index.js +4 -0
- package/lib/vm-time-line/style/index.js.map +1 -0
- package/lib/vm-time-line/style/index.less +0 -0
- package/lib/vm-video/api.js +1 -2
- package/lib/vm-video/api.js.map +1 -1
- package/lib/vm-video/index.css +1 -49
- package/lib/vm-video/index.js +7 -25
- package/lib/vm-video/index.js.map +1 -1
- package/lib/vtx-base-info/index.js +53 -0
- package/lib/vtx-base-info/index.js.map +1 -0
- package/lib/vtx-base-info/style/css.js +4 -0
- package/lib/vtx-base-info/style/css.js.map +1 -0
- package/lib/vtx-base-info/style/index.css +69 -0
- package/lib/vtx-base-info/style/index.js +4 -0
- package/lib/vtx-base-info/style/index.js.map +1 -0
- package/lib/vtx-base-info/style/index.less +62 -0
- package/lib/vtx-base-modal/api.js +13 -7
- package/lib/vtx-base-modal/api.js.map +1 -1
- 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/index.js +128 -47
- package/lib/vtx-base-modal/index.js.map +1 -1
- package/lib/vtx-base-modal/style/css.js.map +1 -1
- package/lib/vtx-base-modal/style/index.css +32 -38
- package/lib/vtx-base-modal/style/index.js.map +1 -1
- package/lib/vtx-base-modal/style/index.less +38 -38
- package/lib/vtx-car-modal/api.js +106 -132
- package/lib/vtx-car-modal/api.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/Charts.js +6 -7
- package/lib/vtx-car-modal/components/AlarmInfo/Charts.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/List.js +18 -17
- package/lib/vtx-car-modal/components/AlarmInfo/List.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/index.css +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/index.js +41 -27
- package/lib/vtx-car-modal/components/AlarmInfo/index.js.map +1 -1
- package/lib/vtx-car-modal/components/AlarmInfo/index.less +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/Charts.js +9 -21
- package/lib/vtx-car-modal/components/BaseInfo/Charts.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js +4 -6
- package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js +51 -0
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkCC.js.map +1 -0
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js +5 -4
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js +7 -18
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js +4 -5
- package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js +3 -18
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js +137 -0
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js.map +1 -0
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js +14 -12
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js +11 -10
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/index.css +6 -4
- package/lib/vtx-car-modal/components/BaseInfo/index.js +42 -36
- package/lib/vtx-car-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-car-modal/components/BaseInfo/index.less +4 -4
- package/lib/vtx-car-modal/components/Maintenance/index.js +6 -7
- package/lib/vtx-car-modal/components/Maintenance/index.js.map +1 -1
- package/lib/vtx-car-modal/components/OilConsumption/List.js +9 -8
- package/lib/vtx-car-modal/components/OilConsumption/List.js.map +1 -1
- package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js +4 -4
- package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js.map +1 -1
- package/lib/vtx-car-modal/components/OilConsumption/index.js +14 -11
- package/lib/vtx-car-modal/components/OilConsumption/index.js.map +1 -1
- package/lib/vtx-car-modal/components/StaticInfo/Charts.js +5 -6
- package/lib/vtx-car-modal/components/StaticInfo/Charts.js.map +1 -1
- package/lib/vtx-car-modal/components/StaticInfo/List.js +2 -3
- package/lib/vtx-car-modal/components/StaticInfo/List.js.map +1 -1
- package/lib/vtx-car-modal/components/StaticInfo/index.css +3 -7
- package/lib/vtx-car-modal/components/StaticInfo/index.js +26 -19
- package/lib/vtx-car-modal/components/StaticInfo/index.js.map +1 -1
- package/lib/vtx-car-modal/components/StaticInfo/index.less +3 -6
- package/lib/vtx-car-modal/components/WaterConsumption/index.js +14 -11
- package/lib/vtx-car-modal/components/WaterConsumption/index.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/Wcl.js +8 -9
- package/lib/vtx-car-modal/components/WorkInfo/Wcl.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js +37 -33
- package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +30 -262
- package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/index.css +2 -166
- package/lib/vtx-car-modal/components/WorkInfo/index.js +6 -13
- package/lib/vtx-car-modal/components/WorkInfo/index.js.map +1 -1
- package/lib/vtx-car-modal/components/WorkInfo/index.less +2 -160
- package/lib/vtx-car-modal/components/index.js +1 -15
- package/lib/vtx-car-modal/components/index.js.map +1 -1
- package/lib/vtx-car-modal/index.js +58 -88
- package/lib/vtx-car-modal/index.js.map +1 -1
- package/lib/vtx-car-modal/style/css.js +1 -0
- package/lib/vtx-car-modal/style/css.js.map +1 -1
- package/lib/vtx-car-modal/style/index.css +1 -49
- package/lib/vtx-car-modal/style/index.js +1 -0
- package/lib/vtx-car-modal/style/index.js.map +1 -1
- package/lib/vtx-cc-cp-modal/api.js +303 -0
- package/lib/vtx-cc-cp-modal/api.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js +152 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js +103 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js +134 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.css +116 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js +34 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/index.less +104 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js +76 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js +44 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js +48 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js +125 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.css +102 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js +66 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/index.less +89 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js +130 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js +103 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js +134 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.css +116 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js +34 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/index.less +104 -0
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.css +7 -0
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.js +124 -0
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/Restaurant/index.less +7 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js +110 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js +117 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.css +46 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.js +83 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/index.less +40 -0
- package/lib/vtx-cc-cp-modal/components/index.js +42 -0
- package/lib/vtx-cc-cp-modal/components/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/index.js +64 -0
- package/lib/vtx-cc-cp-modal/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/style/css.js +5 -0
- package/lib/vtx-cc-cp-modal/style/css.js.map +1 -0
- package/lib/vtx-cc-cp-modal/style/index.css +84 -0
- package/lib/vtx-cc-cp-modal/style/index.js +5 -0
- package/lib/vtx-cc-cp-modal/style/index.js.map +1 -0
- package/lib/vtx-cc-cp-modal/type.js +6 -0
- package/lib/vtx-cc-cp-modal/type.js.map +1 -0
- package/lib/vtx-cp-modal/api.js +36 -28
- package/lib/vtx-cp-modal/api.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +12 -14
- package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +2 -3
- package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +20 -21
- package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js.map +1 -1
- package/lib/vtx-cp-modal/components/AlarmInfo/index.js +2 -3
- package/lib/vtx-cp-modal/components/AlarmInfo/index.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +52 -42
- package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/Rules copy.js +180 -0
- package/lib/vtx-cp-modal/components/BaseInfo/Rules copy.js.map +1 -0
- package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +161 -39
- package/lib/vtx-cp-modal/components/BaseInfo/Rules.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +34 -42
- package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/index.css +178 -10
- package/lib/vtx-cp-modal/components/BaseInfo/index.js +53 -15
- package/lib/vtx-cp-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-cp-modal/components/BaseInfo/index.less +95 -8
- package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js +11 -9
- package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js.map +1 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +2 -3
- package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +18 -17
- package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js.map +1 -1
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js +2 -3
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js.map +1 -1
- package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +8 -9
- package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js.map +1 -1
- package/lib/vtx-cp-modal/components/SyInfo/index.js +56 -80
- package/lib/vtx-cp-modal/components/SyInfo/index.js.map +1 -1
- package/lib/vtx-cp-modal/components/index.js +1 -1
- package/lib/vtx-cp-modal/components/index.js.map +1 -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
- package/lib/vtx-cp-modal/index.js +26 -36
- package/lib/vtx-cp-modal/index.js.map +1 -1
- package/lib/vtx-cp-modal/style/css.js.map +1 -1
- package/lib/vtx-cp-modal/style/index.css +1 -49
- package/lib/vtx-cp-modal/style/index.js.map +1 -1
- package/lib/vtx-default-modal/api.js +8 -43
- package/lib/vtx-default-modal/api.js.map +1 -1
- package/lib/vtx-default-modal/components/BaseInfo/index.css +1 -3
- package/lib/vtx-default-modal/components/BaseInfo/index.js +22 -21
- package/lib/vtx-default-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-default-modal/components/BaseInfo/index.less +1 -3
- package/lib/vtx-default-modal/components/index.js +1 -1
- package/lib/vtx-default-modal/components/index.js.map +1 -1
- package/lib/vtx-default-modal/index.js +49 -35
- package/lib/vtx-default-modal/index.js.map +1 -1
- package/lib/vtx-default-modal/style/css.js.map +1 -1
- package/lib/vtx-default-modal/style/index.css +1 -49
- package/lib/vtx-default-modal/style/index.js.map +1 -1
- package/lib/vtx-device-modal/api.js +211 -0
- package/lib/vtx-device-modal/api.js.map +1 -0
- package/lib/vtx-device-modal/components/BaseInfo/index.js +50 -0
- package/lib/vtx-device-modal/components/BaseInfo/index.js.map +1 -0
- package/lib/vtx-device-modal/components/DataAnalysis/index.js +84 -0
- package/lib/vtx-device-modal/components/DataAnalysis/index.js.map +1 -0
- package/lib/vtx-device-modal/components/FacilityFile/index.js +47 -0
- package/lib/vtx-device-modal/components/FacilityFile/index.js.map +1 -0
- package/lib/vtx-device-modal/components/LiftInfo/index.js +31 -0
- package/lib/vtx-device-modal/components/LiftInfo/index.js.map +1 -0
- package/lib/vtx-device-modal/components/OverViewInfo/Left.js +26 -0
- package/lib/vtx-device-modal/components/OverViewInfo/Left.js.map +1 -0
- package/lib/vtx-device-modal/components/OverViewInfo/index.js +102 -0
- package/lib/vtx-device-modal/components/OverViewInfo/index.js.map +1 -0
- package/lib/vtx-device-modal/components/VideoInfo/index.js +35 -0
- package/lib/vtx-device-modal/components/VideoInfo/index.js.map +1 -0
- package/lib/vtx-device-modal/config.js +52 -0
- package/lib/vtx-device-modal/config.js.map +1 -0
- 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 +73 -0
- package/lib/vtx-device-modal/index.js.map +1 -0
- package/lib/vtx-device-modal/style/css.js +4 -0
- package/lib/vtx-device-modal/style/css.js.map +1 -0
- package/lib/vtx-device-modal/style/index.css +11 -0
- package/lib/vtx-device-modal/style/index.js +4 -0
- package/lib/vtx-device-modal/style/index.js.map +1 -0
- package/lib/vtx-device-modal/style/index.less +7 -0
- package/lib/vtx-device-modal/types.js.map +1 -0
- package/lib/vtx-df-modal/api.js +9 -67
- package/lib/vtx-df-modal/api.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js +5 -6
- package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +10 -10
- package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +15 -14
- package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/Situation.js +3 -3
- package/lib/vtx-df-modal/components/BaseInfo/Situation.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/index.css +4 -63
- package/lib/vtx-df-modal/components/BaseInfo/index.js +21 -19
- package/lib/vtx-df-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-df-modal/components/BaseInfo/index.less +3 -58
- package/lib/vtx-df-modal/components/Metering/ChartJccc.js +11 -16
- package/lib/vtx-df-modal/components/Metering/ChartJccc.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +18 -20
- package/lib/vtx-df-modal/components/Metering/ChartJcqs.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/List.js +10 -14
- package/lib/vtx-df-modal/components/Metering/List.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/index.css +4 -7
- package/lib/vtx-df-modal/components/Metering/index.js +32 -32
- package/lib/vtx-df-modal/components/Metering/index.js.map +1 -1
- package/lib/vtx-df-modal/components/Metering/index.less +4 -7
- package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +16 -15
- package/lib/vtx-df-modal/components/WorkCondition/Monitor.js.map +1 -1
- package/lib/vtx-df-modal/components/WorkCondition/Situation.js +16 -24
- package/lib/vtx-df-modal/components/WorkCondition/Situation.js.map +1 -1
- package/lib/vtx-df-modal/components/WorkCondition/index.css +10 -45
- package/lib/vtx-df-modal/components/WorkCondition/index.js +18 -26
- package/lib/vtx-df-modal/components/WorkCondition/index.js.map +1 -1
- package/lib/vtx-df-modal/components/WorkCondition/index.less +7 -48
- package/lib/vtx-df-modal/components/index.js +1 -8
- package/lib/vtx-df-modal/components/index.js.map +1 -1
- package/lib/vtx-df-modal/imgs/situation_parent_bg.png +0 -0
- package/lib/vtx-df-modal/index.js +25 -43
- package/lib/vtx-df-modal/index.js.map +1 -1
- package/lib/vtx-df-modal/style/css.js.map +1 -1
- package/lib/vtx-df-modal/style/index.css +1 -49
- package/lib/vtx-df-modal/style/index.js.map +1 -1
- package/lib/vtx-facility-modal/api.js +31 -37
- package/lib/vtx-facility-modal/api.js.map +1 -1
- package/lib/vtx-facility-modal/components/OverView/Left.js +2 -3
- package/lib/vtx-facility-modal/components/OverView/Left.js.map +1 -1
- package/lib/vtx-facility-modal/components/OverView/index.js +18 -19
- package/lib/vtx-facility-modal/components/OverView/index.js.map +1 -1
- package/lib/vtx-facility-modal/components/index.js +1 -1
- package/lib/vtx-facility-modal/components/index.js.map +1 -1
- package/lib/vtx-facility-modal/config.js +13 -13
- package/lib/vtx-facility-modal/config.js.map +1 -1
- package/lib/vtx-facility-modal/index.js +2 -3
- package/lib/vtx-facility-modal/index.js.map +1 -1
- package/lib/vtx-facility-modal/style/css.js.map +1 -1
- package/lib/vtx-facility-modal/style/index.js.map +1 -1
- package/lib/vtx-facility-modal/types.js.map +1 -1
- package/lib/vtx-housing-estate-modal/api.js +153 -240
- package/lib/vtx-housing-estate-modal/api.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js +13 -15
- package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js +14 -15
- package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/MY.js +17 -18
- package/lib/vtx-housing-estate-modal/components/Alarm/MY.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js +2 -3
- package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/Alarm/index.js +15 -17
- package/lib/vtx-housing-estate-modal/components/Alarm/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +235 -127
- package/lib/vtx-housing-estate-modal/components/OverView/Hot.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/Left.js +55 -28
- package/lib/vtx-housing-estate-modal/components/OverView/Left.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/Manage.js +11 -13
- package/lib/vtx-housing-estate-modal/components/OverView/Manage.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +11 -13
- package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/Trend.js +12 -157
- package/lib/vtx-housing-estate-modal/components/OverView/Trend.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/index.css +3 -13
- package/lib/vtx-housing-estate-modal/components/OverView/index.js +11 -28
- package/lib/vtx-housing-estate-modal/components/OverView/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/OverView/index.less +3 -7
- package/lib/vtx-housing-estate-modal/components/SPJK/index.js +11 -12
- package/lib/vtx-housing-estate-modal/components/SPJK/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/TFRD/index.css +0 -9
- package/lib/vtx-housing-estate-modal/components/TFRD/index.js +79 -242
- package/lib/vtx-housing-estate-modal/components/TFRD/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/TFRD/index.less +0 -7
- package/lib/vtx-housing-estate-modal/components/WGGS/Content.js +5 -6
- package/lib/vtx-housing-estate-modal/components/WGGS/Content.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/WGGS/index.js +10 -11
- package/lib/vtx-housing-estate-modal/components/WGGS/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/Content.js +5 -6
- package/lib/vtx-housing-estate-modal/components/WGXW/Content.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/WGXW/index.js +13 -14
- package/lib/vtx-housing-estate-modal/components/WGXW/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/components/index.js +1 -1
- package/lib/vtx-housing-estate-modal/components/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/config.js +27 -21
- package/lib/vtx-housing-estate-modal/config.js.map +1 -1
- 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/index.js +36 -26
- package/lib/vtx-housing-estate-modal/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/style/css.js.map +1 -1
- package/lib/vtx-housing-estate-modal/style/index.js.map +1 -1
- package/lib/vtx-housing-estate-modal/types.js.map +1 -1
- package/lib/vtx-kh-modal/api.js +1 -2
- package/lib/vtx-kh-modal/api.js.map +1 -1
- package/lib/vtx-kh-modal/components/BaseInfo/index.js +5 -5
- package/lib/vtx-kh-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-kh-modal/components/index.js +1 -1
- package/lib/vtx-kh-modal/components/index.js.map +1 -1
- package/lib/vtx-kh-modal/index.js +10 -9
- package/lib/vtx-kh-modal/index.js.map +1 -1
- package/lib/vtx-kh-modal/style/css.js.map +1 -1
- package/lib/vtx-kh-modal/style/index.css +1 -49
- package/lib/vtx-kh-modal/style/index.js.map +1 -1
- package/lib/vtx-pump-modal/api.js +298 -0
- package/lib/vtx-pump-modal/api.js.map +1 -0
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js +143 -0
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTotal.js.map +1 -0
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js +223 -0
- package/lib/vtx-pump-modal/components/AlarmRecord/AlarmTrend.js.map +1 -0
- package/lib/vtx-pump-modal/components/AlarmRecord/index.css +97 -0
- package/lib/vtx-pump-modal/components/AlarmRecord/index.js +152 -0
- package/lib/vtx-pump-modal/components/AlarmRecord/index.js.map +1 -0
- package/lib/vtx-pump-modal/components/AlarmRecord/index.less +91 -0
- package/lib/vtx-pump-modal/components/Basic/JyqInfo.js +249 -0
- package/lib/vtx-pump-modal/components/Basic/JyqInfo.js.map +1 -0
- package/lib/vtx-pump-modal/components/Basic/PumpInfo.js +173 -0
- package/lib/vtx-pump-modal/components/Basic/PumpInfo.js.map +1 -0
- package/lib/vtx-pump-modal/components/Basic/SxInfo.js +92 -0
- package/lib/vtx-pump-modal/components/Basic/SxInfo.js.map +1 -0
- package/lib/vtx-pump-modal/components/Basic/XqInfo.js +75 -0
- package/lib/vtx-pump-modal/components/Basic/XqInfo.js.map +1 -0
- package/lib/vtx-pump-modal/components/Basic/index.css +86 -0
- package/lib/vtx-pump-modal/components/Basic/index.js +79 -0
- package/lib/vtx-pump-modal/components/Basic/index.js.map +1 -0
- package/lib/vtx-pump-modal/components/Basic/index.less +69 -0
- package/lib/vtx-pump-modal/components/Sbxl/SBXLFX.js +185 -0
- package/lib/vtx-pump-modal/components/Sbxl/SBXLFX.js.map +1 -0
- package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js +187 -0
- package/lib/vtx-pump-modal/components/Sbxl/SBYXQK.js.map +1 -0
- package/lib/vtx-pump-modal/components/Sbxl/index.css +87 -0
- package/lib/vtx-pump-modal/components/Sbxl/index.js +163 -0
- package/lib/vtx-pump-modal/components/Sbxl/index.js.map +1 -0
- package/lib/vtx-pump-modal/components/Sbxl/index.less +91 -0
- package/lib/vtx-pump-modal/components/Sjfx/index.css +61 -0
- package/lib/vtx-pump-modal/components/Sjfx/index.js +698 -0
- package/lib/vtx-pump-modal/components/Sjfx/index.js.map +1 -0
- package/lib/vtx-pump-modal/components/Sjfx/index.less +58 -0
- package/lib/vtx-pump-modal/components/Sxyx/index.css +167 -0
- package/lib/vtx-pump-modal/components/Sxyx/index.js +282 -0
- package/lib/vtx-pump-modal/components/Sxyx/index.js.map +1 -0
- package/lib/vtx-pump-modal/components/Sxyx/index.less +156 -0
- package/lib/vtx-pump-modal/components/index.js +42 -0
- package/lib/vtx-pump-modal/components/index.js.map +1 -0
- package/lib/vtx-pump-modal/config.js +103 -0
- package/lib/vtx-pump-modal/config.js.map +1 -0
- 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 +82 -0
- package/lib/vtx-pump-modal/index.js.map +1 -0
- package/lib/vtx-pump-modal/style/css.js +5 -0
- package/lib/vtx-pump-modal/style/css.js.map +1 -0
- package/lib/vtx-pump-modal/style/index.css +0 -0
- package/lib/vtx-pump-modal/style/index.js +5 -0
- package/lib/vtx-pump-modal/style/index.js.map +1 -0
- package/lib/vtx-pump-modal/style/index.less +1 -0
- package/lib/vtx-pump-modal/type.js +6 -0
- package/lib/vtx-pump-modal/type.js.map +1 -0
- package/lib/vtx-restaurant-modal/api.js +60 -61
- package/lib/vtx-restaurant-modal/api.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js +9 -10
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +26 -9
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +22 -15
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Alarm/index.js +10 -11
- package/lib/vtx-restaurant-modal/components/Alarm/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +31 -20
- package/lib/vtx-restaurant-modal/components/Basic/DetailList.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Basic/Info.js +19 -14
- package/lib/vtx-restaurant-modal/components/Basic/Info.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Basic/Summary.js +13 -12
- package/lib/vtx-restaurant-modal/components/Basic/Summary.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Basic/index.css +2 -4
- package/lib/vtx-restaurant-modal/components/Basic/index.js +7 -8
- package/lib/vtx-restaurant-modal/components/Basic/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/Basic/index.less +2 -4
- package/lib/vtx-restaurant-modal/components/Collection/index.js +12 -13
- package/lib/vtx-restaurant-modal/components/Collection/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/components/index.js +1 -1
- package/lib/vtx-restaurant-modal/components/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/config.js +10 -9
- package/lib/vtx-restaurant-modal/config.js.map +1 -1
- package/lib/vtx-restaurant-modal/index.js +18 -17
- package/lib/vtx-restaurant-modal/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/style/css.js.map +1 -1
- package/lib/vtx-restaurant-modal/style/index.js.map +1 -1
- package/lib/vtx-restaurant-modal/type.js.map +1 -1
- package/lib/vtx-road-modal/api.js +18 -18
- package/lib/vtx-road-modal/api.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/Rules.js +2 -2
- package/lib/vtx-road-modal/components/BaseInfo/Rules.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js +5 -15
- package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js +8 -14
- package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/index.css +7 -4
- package/lib/vtx-road-modal/components/BaseInfo/index.js +12 -12
- package/lib/vtx-road-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-road-modal/components/BaseInfo/index.less +7 -4
- package/lib/vtx-road-modal/components/Statistical/Zylc.js +7 -8
- package/lib/vtx-road-modal/components/Statistical/Zylc.js.map +1 -1
- package/lib/vtx-road-modal/components/Statistical/Zywcl.js +7 -8
- package/lib/vtx-road-modal/components/Statistical/Zywcl.js.map +1 -1
- package/lib/vtx-road-modal/components/Statistical/index.css +3 -4
- package/lib/vtx-road-modal/components/Statistical/index.js +21 -19
- package/lib/vtx-road-modal/components/Statistical/index.js.map +1 -1
- package/lib/vtx-road-modal/components/Statistical/index.less +3 -4
- package/lib/vtx-road-modal/components/index.js +1 -1
- package/lib/vtx-road-modal/components/index.js.map +1 -1
- package/lib/vtx-road-modal/index.js +30 -41
- package/lib/vtx-road-modal/index.js.map +1 -1
- package/lib/vtx-road-modal/style/css.js.map +1 -1
- package/lib/vtx-road-modal/style/index.css +1 -49
- package/lib/vtx-road-modal/style/index.js.map +1 -1
- package/lib/vtx-staff-modal/api.js +11 -13
- package/lib/vtx-staff-modal/api.js.map +1 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +6 -7
- package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js.map +1 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/List.js +11 -10
- package/lib/vtx-staff-modal/components/AlarmInfo/List.js.map +1 -1
- package/lib/vtx-staff-modal/components/AlarmInfo/index.js +18 -17
- package/lib/vtx-staff-modal/components/AlarmInfo/index.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/Exeception.js +3 -3
- package/lib/vtx-staff-modal/components/Attendance/Exeception.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/Record.js +12 -8
- package/lib/vtx-staff-modal/components/Attendance/Record.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +3 -3
- package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +1 -1
- package/lib/vtx-staff-modal/components/Attendance/index.js +2 -3
- package/lib/vtx-staff-modal/components/Attendance/index.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js +8 -9
- package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js +3 -3
- package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +3 -3
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/index.css +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/index.js +16 -40
- package/lib/vtx-staff-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-staff-modal/components/BaseInfo/index.less +1 -1
- package/lib/vtx-staff-modal/components/Equipment/index.js +2 -3
- package/lib/vtx-staff-modal/components/Equipment/index.js.map +1 -1
- package/lib/vtx-staff-modal/components/index.js +1 -1
- package/lib/vtx-staff-modal/components/index.js.map +1 -1
- package/lib/vtx-staff-modal/index.js +20 -20
- package/lib/vtx-staff-modal/index.js.map +1 -1
- package/lib/vtx-staff-modal/style/css.js.map +1 -1
- package/lib/vtx-staff-modal/style/index.css +1 -49
- package/lib/vtx-staff-modal/style/index.js.map +1 -1
- package/lib/vtx-theme-provider/index.js +7 -6
- package/lib/vtx-theme-provider/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/api.js +39 -53
- package/lib/vtx-throw-point-modal/api.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js +13 -15
- package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/Alarm/LDB.js +14 -15
- package/lib/vtx-throw-point-modal/components/Alarm/LDB.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/Alarm/MY.js +17 -18
- package/lib/vtx-throw-point-modal/components/Alarm/MY.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/Alarm/Rank.js +2 -3
- package/lib/vtx-throw-point-modal/components/Alarm/Rank.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/Alarm/index.js +15 -17
- package/lib/vtx-throw-point-modal/components/Alarm/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/Hot.js +12 -13
- package/lib/vtx-throw-point-modal/components/OverView/Hot.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/Left.js +7 -7
- package/lib/vtx-throw-point-modal/components/OverView/Left.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/Manage.js +11 -13
- package/lib/vtx-throw-point-modal/components/OverView/Manage.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js +11 -13
- package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/Trend.js +2 -3
- package/lib/vtx-throw-point-modal/components/OverView/Trend.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/OverView/index.js +4 -5
- package/lib/vtx-throw-point-modal/components/OverView/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/SBZJ/Content.js +2 -3
- package/lib/vtx-throw-point-modal/components/SBZJ/Content.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/SBZJ/index.js +14 -15
- package/lib/vtx-throw-point-modal/components/SBZJ/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/TFRD/index.js +13 -14
- package/lib/vtx-throw-point-modal/components/TFRD/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGGS/Content.js +5 -6
- package/lib/vtx-throw-point-modal/components/WGGS/Content.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGGS/index.js +12 -13
- package/lib/vtx-throw-point-modal/components/WGGS/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGXW/Content.js +5 -6
- package/lib/vtx-throw-point-modal/components/WGXW/Content.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/WGXW/index.js +15 -16
- package/lib/vtx-throw-point-modal/components/WGXW/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/components/index.js +1 -1
- package/lib/vtx-throw-point-modal/components/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/config.js +8 -11
- package/lib/vtx-throw-point-modal/config.js.map +1 -1
- package/lib/vtx-throw-point-modal/index.js +15 -19
- package/lib/vtx-throw-point-modal/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/style/css.js.map +1 -1
- package/lib/vtx-throw-point-modal/style/index.js.map +1 -1
- package/lib/vtx-throw-point-modal/types.js.map +1 -1
- package/lib/vtx-wr-modal/api.js +4 -8
- package/lib/vtx-wr-modal/api.js.map +1 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js +11 -9
- package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js.map +1 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js +5 -6
- package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js.map +1 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js +20 -21
- package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js.map +1 -1
- package/lib/vtx-wr-modal/components/AlarmInfo/index.js +2 -3
- package/lib/vtx-wr-modal/components/AlarmInfo/index.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js +2 -3
- package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js +10 -5
- package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/Situation.js +2 -11
- package/lib/vtx-wr-modal/components/BaseInfo/Situation.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/index.css +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/index.js +15 -15
- package/lib/vtx-wr-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-wr-modal/components/BaseInfo/index.less +1 -1
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js +84 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js +152 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js +321 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js +139 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js +49 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js +32 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js +118 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.css +672 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.js +111 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/index.less +570 -0
- package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js +8 -6
- package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js.map +1 -1
- package/lib/vtx-wr-modal/components/Evaluate/Radar.js +1 -1
- package/lib/vtx-wr-modal/components/Evaluate/Radar.js.map +1 -1
- package/lib/vtx-wr-modal/components/Evaluate/Summary.js +11 -9
- package/lib/vtx-wr-modal/components/Evaluate/Summary.js.map +1 -1
- package/lib/vtx-wr-modal/components/Evaluate/index.js +9 -8
- package/lib/vtx-wr-modal/components/Evaluate/index.js.map +1 -1
- package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js +12 -11
- package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js.map +1 -1
- package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js +6 -17
- package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js.map +1 -1
- package/lib/vtx-wr-modal/components/Monitor/index.js +2 -3
- package/lib/vtx-wr-modal/components/Monitor/index.js.map +1 -1
- package/lib/vtx-wr-modal/components/Score/index.css +122 -0
- package/lib/vtx-wr-modal/components/Score/index.js +249 -0
- package/lib/vtx-wr-modal/components/Score/index.js.map +1 -0
- package/lib/vtx-wr-modal/components/Score/index.less +117 -0
- package/lib/vtx-wr-modal/components/index.js +15 -1
- package/lib/vtx-wr-modal/components/index.js.map +1 -1
- package/lib/vtx-wr-modal/imgs/address.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/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/femaleB.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/maleB.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/rllf.png +0 -0
- package/lib/vtx-wr-modal/imgs/rllm.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/time.png +0 -0
- package/lib/vtx-wr-modal/imgs/titleBg.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/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 +75 -49
- package/lib/vtx-wr-modal/index.js.map +1 -1
- package/lib/vtx-wr-modal/style/css.js +1 -0
- package/lib/vtx-wr-modal/style/css.js.map +1 -1
- package/lib/vtx-wr-modal/style/index.css +1 -49
- package/lib/vtx-wr-modal/style/index.js +1 -0
- package/lib/vtx-wr-modal/style/index.js.map +1 -1
- package/lib/vtx-zg-modal/api.js +1 -2
- package/lib/vtx-zg-modal/api.js.map +1 -1
- package/lib/vtx-zg-modal/components/BaseInfo/index.js +18 -18
- package/lib/vtx-zg-modal/components/BaseInfo/index.js.map +1 -1
- package/lib/vtx-zg-modal/components/index.js +1 -1
- package/lib/vtx-zg-modal/components/index.js.map +1 -1
- package/lib/vtx-zg-modal/index.js +10 -9
- package/lib/vtx-zg-modal/index.js.map +1 -1
- package/lib/vtx-zg-modal/style/css.js.map +1 -1
- package/lib/vtx-zg-modal/style/index.css +1 -49
- package/lib/vtx-zg-modal/style/index.js.map +1 -1
- package/package.json +3 -5
- package/lib/vm-appraisal-info/imgs/chart_active_blue.png +0 -0
- package/lib/vm-appraisal-info/imgs/kfyz_blue.png +0 -0
- package/lib/vm-appraisal-info/imgs/khcs_blue.png +0 -0
- package/lib/vm-appraisal-info/imgs/list_active_blue.png +0 -0
- package/lib/vm-appraisal-info/imgs/ljkf_blue.png +0 -0
- package/lib/vm-appraisal-info/imgs/wtlx_blue.png +0 -0
- package/lib/vm-appraisal-info/imgs/zggd_blue.png +0 -0
- package/lib/vm-case-modal/api.js +0 -43
- package/lib/vm-case-modal/api.js.map +0 -1
- package/lib/vm-case-modal/components/BaseInfo/fields.js +0 -83
- package/lib/vm-case-modal/components/BaseInfo/fields.js.map +0 -1
- package/lib/vm-case-modal/components/BaseInfo/index.css +0 -185
- package/lib/vm-case-modal/components/BaseInfo/index.js +0 -139
- package/lib/vm-case-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vm-case-modal/components/BaseInfo/index.less +0 -137
- package/lib/vm-case-modal/components/Picture/index.css +0 -111
- package/lib/vm-case-modal/components/Picture/index.js +0 -423
- package/lib/vm-case-modal/components/Picture/index.js.map +0 -1
- package/lib/vm-case-modal/components/Picture/index.less +0 -106
- package/lib/vm-case-modal/components/index.js +0 -21
- package/lib/vm-case-modal/components/index.js.map +0 -1
- package/lib/vm-case-modal/imgs/bg.png +0 -0
- package/lib/vm-case-modal/imgs/close-blue.png +0 -0
- package/lib/vm-case-modal/imgs/close-dark.png +0 -0
- package/lib/vm-case-modal/imgs/close.png +0 -0
- package/lib/vm-case-modal/imgs/collect.png +0 -0
- package/lib/vm-case-modal/imgs/collect_light.png +0 -0
- package/lib/vm-case-modal/imgs/dot.png +0 -0
- package/lib/vm-case-modal/imgs/point.png +0 -0
- package/lib/vm-case-modal/imgs/tab_bg.png +0 -0
- package/lib/vm-case-modal/imgs/tab_bg_blue.png +0 -0
- package/lib/vm-case-modal/imgs/tab_selected.png +0 -0
- package/lib/vm-case-modal/imgs/tab_unsel.png +0 -0
- package/lib/vm-case-modal/imgs/title_bg.png +0 -0
- package/lib/vm-case-modal/imgs/title_bg_blue.png +0 -0
- package/lib/vm-case-modal/imgs/track.png +0 -0
- package/lib/vm-case-modal/imgs/track_light.png +0 -0
- package/lib/vm-case-modal/index.js +0 -102
- package/lib/vm-case-modal/index.js.map +0 -1
- package/lib/vm-case-modal/style/css.js.map +0 -1
- package/lib/vm-case-modal/style/index.css +0 -557
- package/lib/vm-case-modal/style/index.js.map +0 -1
- package/lib/vm-case-modal/style/index.less +0 -589
- package/lib/vm-map/imgs/close.png +0 -0
- package/lib/vm-map/imgs/close_active.png +0 -0
- package/lib/vm-map/imgs/cpTitle.png +0 -0
- package/lib/vm-map/imgs/detail.png +0 -0
- package/lib/vm-map/imgs/detail_active.png +0 -0
- package/lib/vm-map/imgs/track.png +0 -0
- package/lib/vm-map/imgs/track_active.png +0 -0
- package/lib/vm-map/index.css +0 -234
- package/lib/vm-map/index.less +0 -178
- package/lib/vm-sub-title/imgs/bg_blue.png +0 -0
- package/lib/vtx-base-modal/imgs/close-blue.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-car-adm251-modal/api.js +0 -627
- package/lib/vtx-car-adm251-modal/api.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/AlarmInfo/Charts.js +0 -198
- package/lib/vtx-car-adm251-modal/components/AlarmInfo/Charts.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/AlarmInfo/List.js +0 -186
- package/lib/vtx-car-adm251-modal/components/AlarmInfo/List.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.css +0 -45
- package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.js +0 -126
- package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/AlarmInfo/index.less +0 -37
- package/lib/vtx-car-adm251-modal/components/BaseInfo/Charts.js +0 -78
- package/lib/vtx-car-adm251-modal/components/BaseInfo/Charts.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayRun.js +0 -85
- package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayRun.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkJXH.js +0 -67
- package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkJXH.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkLJSY.js +0 -126
- package/lib/vtx-car-adm251-modal/components/BaseInfo/TodayWorkLJSY.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/Wgfx.js +0 -116
- package/lib/vtx-car-adm251-modal/components/BaseInfo/Wgfx.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummary.js +0 -56
- package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummary.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummaryJxh.js +0 -117
- package/lib/vtx-car-adm251-modal/components/BaseInfo/WorkSummaryJxh.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxJXH.js +0 -123
- package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxJXH.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxLJSY.js +0 -135
- package/lib/vtx-car-adm251-modal/components/BaseInfo/ZyfxLJSY.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/index.css +0 -277
- package/lib/vtx-car-adm251-modal/components/BaseInfo/index.js +0 -231
- package/lib/vtx-car-adm251-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/BaseInfo/index.less +0 -239
- package/lib/vtx-car-adm251-modal/components/Maintenance/index.css +0 -39
- package/lib/vtx-car-adm251-modal/components/Maintenance/index.js +0 -134
- package/lib/vtx-car-adm251-modal/components/Maintenance/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/Maintenance/index.less +0 -34
- package/lib/vtx-car-adm251-modal/components/Mix/index.css +0 -48
- package/lib/vtx-car-adm251-modal/components/Mix/index.js +0 -280
- package/lib/vtx-car-adm251-modal/components/Mix/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/Mix/index.less +0 -49
- package/lib/vtx-car-adm251-modal/components/OilConsumption/List.js +0 -88
- package/lib/vtx-car-adm251-modal/components/OilConsumption/List.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/OilConsumption/OilLIne.js +0 -100
- package/lib/vtx-car-adm251-modal/components/OilConsumption/OilLIne.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/OilConsumption/index.css +0 -33
- package/lib/vtx-car-adm251-modal/components/OilConsumption/index.js +0 -138
- package/lib/vtx-car-adm251-modal/components/OilConsumption/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/OilConsumption/index.less +0 -36
- package/lib/vtx-car-adm251-modal/components/StaticInfo/Charts.js +0 -70
- package/lib/vtx-car-adm251-modal/components/StaticInfo/Charts.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/StaticInfo/List.js +0 -92
- package/lib/vtx-car-adm251-modal/components/StaticInfo/List.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/StaticInfo/index.css +0 -97
- package/lib/vtx-car-adm251-modal/components/StaticInfo/index.js +0 -93
- package/lib/vtx-car-adm251-modal/components/StaticInfo/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/StaticInfo/index.less +0 -75
- package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.css +0 -29
- package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.js +0 -116
- package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/WaterConsumption/index.less +0 -22
- package/lib/vtx-car-adm251-modal/components/WorkInfo/Wcl.js +0 -122
- package/lib/vtx-car-adm251-modal/components/WorkInfo/Wcl.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkJxh.js +0 -313
- package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkJxh.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkLjsy.js +0 -396
- package/lib/vtx-car-adm251-modal/components/WorkInfo/WorkLjsy.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/WorkInfo/index.css +0 -263
- package/lib/vtx-car-adm251-modal/components/WorkInfo/index.js +0 -35
- package/lib/vtx-car-adm251-modal/components/WorkInfo/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/components/WorkInfo/index.less +0 -221
- package/lib/vtx-car-adm251-modal/components/index.js +0 -63
- package/lib/vtx-car-adm251-modal/components/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/imgs/bglyh.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/bglyh_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/calendar-hour.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/calendar-mile.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/car.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ccts.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ccts_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/dqsd.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/dqsd_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/dqsd_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/jrxs.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/jrxs_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/jrxs_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjdw.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjdw_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjdw_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjts.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjts_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjts_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjzl.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjzl_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsjzl_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_car.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_car_cy.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_fish.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name_active.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_cp_name_un.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_diamond.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_diamond_active.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_left.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljsy_right.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljwgsc.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljwgsc_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljwgts.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ljwgts_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/outTime.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/outTime_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/outTime_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/pjwcl.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/pjwcl_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/pjwcl_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/position.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/position_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/position_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/realCarImg.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/refresh.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/refresh_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/refresh_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/runTime.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/runTime_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/runTime_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/syyl.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/syyl_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/warn.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/wcl.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/wcl_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/wcl_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/wgcs.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/wgcs_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/work_cp_bg.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/xslc.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/xslc_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/xslc_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ysdw.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ysdw_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ysdw_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ywcdw.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ywcdw_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/ywcdw_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zlc.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zlc_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zlc_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zld.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zld_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zld_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zsh.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zsh_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zycs.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zycs_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zycs_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zycssc.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zycssc_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zycssc_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zyh.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zyh_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zyl.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zyl_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zyl_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zylc.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zylc_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zylc_light.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zysc.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zysc_blue.png +0 -0
- package/lib/vtx-car-adm251-modal/imgs/zysc_light.png +0 -0
- package/lib/vtx-car-adm251-modal/index.js +0 -129
- package/lib/vtx-car-adm251-modal/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/style/css.js +0 -11
- package/lib/vtx-car-adm251-modal/style/css.js.map +0 -1
- package/lib/vtx-car-adm251-modal/style/index.css +0 -136
- package/lib/vtx-car-adm251-modal/style/index.js +0 -11
- package/lib/vtx-car-adm251-modal/style/index.js.map +0 -1
- package/lib/vtx-car-adm251-modal/style/index.less +0 -6
- package/lib/vtx-car-modal/components/Mixsy/index.css +0 -48
- package/lib/vtx-car-modal/components/Mixsy/index.js +0 -277
- package/lib/vtx-car-modal/components/Mixsy/index.js.map +0 -1
- package/lib/vtx-car-modal/components/Mixsy/index.less +0 -49
- package/lib/vtx-car-modal/components/RunAna/index.css +0 -6
- package/lib/vtx-car-modal/components/RunAna/index.js +0 -131
- package/lib/vtx-car-modal/components/RunAna/index.js.map +0 -1
- package/lib/vtx-car-modal/components/RunAna/index.less +0 -6
- 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/ljsy_car.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsy_cp_fish.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsy_cp_name.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsy_cp_name_active.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsy_cp_name_un.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsy_diamond.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsy_diamond_active.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsy_left.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsy_right.png +0 -0
- package/lib/vtx-car-modal/imgs/outTime_blue.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/realCarImg.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/wcl_blue.png +0 -0
- package/lib/vtx-car-modal/imgs/work_cp_bg.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-temp/api.js +0 -633
- package/lib/vtx-car-modal-temp/api.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/AlarmInfo/Charts.js +0 -198
- package/lib/vtx-car-modal-temp/components/AlarmInfo/Charts.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/AlarmInfo/List.js +0 -186
- package/lib/vtx-car-modal-temp/components/AlarmInfo/List.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/AlarmInfo/index.css +0 -45
- package/lib/vtx-car-modal-temp/components/AlarmInfo/index.js +0 -126
- package/lib/vtx-car-modal-temp/components/AlarmInfo/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/AlarmInfo/index.less +0 -38
- package/lib/vtx-car-modal-temp/components/BaseInfo/Charts.js +0 -81
- package/lib/vtx-car-modal-temp/components/BaseInfo/Charts.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/TodayRun.js +0 -85
- package/lib/vtx-car-modal-temp/components/BaseInfo/TodayRun.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkJXH.js +0 -67
- package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkJXH.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkLJSY.js +0 -126
- package/lib/vtx-car-modal-temp/components/BaseInfo/TodayWorkLJSY.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/Wgfx.js +0 -116
- package/lib/vtx-car-modal-temp/components/BaseInfo/Wgfx.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummary.js +0 -56
- package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummary.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummaryJxh.js +0 -117
- package/lib/vtx-car-modal-temp/components/BaseInfo/WorkSummaryJxh.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxJXH.js +0 -123
- package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxJXH.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxLJSY.js +0 -147
- package/lib/vtx-car-modal-temp/components/BaseInfo/ZyfxLJSY.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/index.css +0 -280
- package/lib/vtx-car-modal-temp/components/BaseInfo/index.js +0 -252
- package/lib/vtx-car-modal-temp/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/BaseInfo/index.less +0 -239
- package/lib/vtx-car-modal-temp/components/Maintenance/index.css +0 -39
- package/lib/vtx-car-modal-temp/components/Maintenance/index.js +0 -134
- package/lib/vtx-car-modal-temp/components/Maintenance/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/Maintenance/index.less +0 -34
- package/lib/vtx-car-modal-temp/components/Mixsy/index.css +0 -48
- package/lib/vtx-car-modal-temp/components/Mixsy/index.js +0 -277
- package/lib/vtx-car-modal-temp/components/Mixsy/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/Mixsy/index.less +0 -49
- package/lib/vtx-car-modal-temp/components/OilConsumption/List.js +0 -88
- package/lib/vtx-car-modal-temp/components/OilConsumption/List.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/OilConsumption/OilLIne.js +0 -100
- package/lib/vtx-car-modal-temp/components/OilConsumption/OilLIne.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/OilConsumption/index.css +0 -33
- package/lib/vtx-car-modal-temp/components/OilConsumption/index.js +0 -138
- package/lib/vtx-car-modal-temp/components/OilConsumption/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/OilConsumption/index.less +0 -36
- package/lib/vtx-car-modal-temp/components/RunAna/index.css +0 -6
- package/lib/vtx-car-modal-temp/components/RunAna/index.js +0 -130
- package/lib/vtx-car-modal-temp/components/RunAna/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/RunAna/index.less +0 -6
- package/lib/vtx-car-modal-temp/components/StaticInfo/Charts.js +0 -70
- package/lib/vtx-car-modal-temp/components/StaticInfo/Charts.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/StaticInfo/List.js +0 -92
- package/lib/vtx-car-modal-temp/components/StaticInfo/List.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/StaticInfo/index.css +0 -97
- package/lib/vtx-car-modal-temp/components/StaticInfo/index.js +0 -93
- package/lib/vtx-car-modal-temp/components/StaticInfo/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/StaticInfo/index.less +0 -75
- package/lib/vtx-car-modal-temp/components/WaterConsumption/index.css +0 -29
- package/lib/vtx-car-modal-temp/components/WaterConsumption/index.js +0 -116
- package/lib/vtx-car-modal-temp/components/WaterConsumption/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/WaterConsumption/index.less +0 -22
- package/lib/vtx-car-modal-temp/components/WorkInfo/Wcl.js +0 -128
- package/lib/vtx-car-modal-temp/components/WorkInfo/Wcl.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/WorkInfo/WorkJxh.js +0 -309
- package/lib/vtx-car-modal-temp/components/WorkInfo/WorkJxh.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/WorkInfo/WorkLjsy.js +0 -495
- package/lib/vtx-car-modal-temp/components/WorkInfo/WorkLjsy.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/WorkInfo/index.css +0 -263
- package/lib/vtx-car-modal-temp/components/WorkInfo/index.js +0 -35
- package/lib/vtx-car-modal-temp/components/WorkInfo/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/components/WorkInfo/index.less +0 -220
- package/lib/vtx-car-modal-temp/components/index.js +0 -70
- package/lib/vtx-car-modal-temp/components/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/imgs/bglyh.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/bglyh_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/calendar-hour.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/calendar-mile.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/car.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ccts.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ccts_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/dqsd.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/dqsd_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/dqsd_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/jrxs.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/jrxs_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/jrxs_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjdw.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjdw_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjdw_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjts.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjts_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjts_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjzl.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjzl_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsjzl_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_car.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_cp_fish.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name_active.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_cp_name_un.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_diamond.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_diamond_active.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_left.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljsy_right.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljwgsc.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljwgsc_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljwgts.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ljwgts_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/outTime.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/outTime_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/outTime_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/pjwcl.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/pjwcl_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/pjwcl_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/position.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/position_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/position_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/realCarImg.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/refresh.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/refresh_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/refresh_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/runTime.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/runTime_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/runTime_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/syyl.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/syyl_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/warn.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/wcl.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/wcl_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/wcl_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/wgcs.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/wgcs_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/work_cp_bg.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/xslc.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/xslc_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/xslc_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ysdw.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ysdw_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ysdw_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ywcdw.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ywcdw_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/ywcdw_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zlc.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zlc_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zlc_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zld.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zld_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zld_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zsh.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zsh_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zycs.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zycs_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zycs_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zycssc.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zycssc_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zycssc_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zyh.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zyh_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zyl.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zyl_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zyl_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zylc.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zylc_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zylc_light.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zysc.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zysc_blue.png +0 -0
- package/lib/vtx-car-modal-temp/imgs/zysc_light.png +0 -0
- package/lib/vtx-car-modal-temp/index.js +0 -156
- package/lib/vtx-car-modal-temp/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/style/css.js +0 -11
- package/lib/vtx-car-modal-temp/style/css.js.map +0 -1
- package/lib/vtx-car-modal-temp/style/index.css +0 -136
- package/lib/vtx-car-modal-temp/style/index.js +0 -11
- package/lib/vtx-car-modal-temp/style/index.js.map +0 -1
- package/lib/vtx-car-modal-temp/style/index.less +0 -6
- package/lib/vtx-cp-modal/imgs/alarm_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/all_rate_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/cy_rate_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/jhsj_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/khs_rate_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/qt_rate_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjl_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjsj_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjts_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjzl_blue.png +0 -0
- package/lib/vtx-cp-modal/imgs/yh_rate_blue.png +0 -0
- package/lib/vtx-df-modal/components/OdorAlarm/List.js +0 -115
- package/lib/vtx-df-modal/components/OdorAlarm/List.js.map +0 -1
- package/lib/vtx-df-modal/components/OdorAlarm/imgs/cq_bg.png +0 -0
- package/lib/vtx-df-modal/components/OdorAlarm/imgs/noData.png +0 -0
- package/lib/vtx-df-modal/components/OdorAlarm/imgs/position_red.png +0 -0
- package/lib/vtx-df-modal/components/OdorAlarm/index.css +0 -198
- package/lib/vtx-df-modal/components/OdorAlarm/index.js +0 -196
- package/lib/vtx-df-modal/components/OdorAlarm/index.js.map +0 -1
- package/lib/vtx-df-modal/components/OdorAlarm/index.less +0 -179
- package/lib/vtx-df-modal/imgs/bjdw.png +0 -0
- package/lib/vtx-df-modal/imgs/bjzx.png +0 -0
- package/lib/vtx-df-modal/imgs/hb.png +0 -0
- package/lib/vtx-df-modal/imgs/jcbj_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/jccc_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/jcdw.png +0 -0
- package/lib/vtx-df-modal/imgs/jcl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/monitor_bg.png +0 -0
- package/lib/vtx-df-modal/imgs/rjjcl_blue.png +0 -0
- package/lib/vtx-df-modal/imgs/run.png +0 -0
- package/lib/vtx-df-modal/imgs/sjnl_blue.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-ljfl-tfd-modal/api.js +0 -601
- package/lib/vtx-ljfl-tfd-modal/api.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/components/OverView/index.css +0 -55
- package/lib/vtx-ljfl-tfd-modal/components/OverView/index.js +0 -100
- package/lib/vtx-ljfl-tfd-modal/components/OverView/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/components/OverView/index.less +0 -49
- package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.css +0 -153
- package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.js +0 -238
- package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/components/TFRD/index.less +0 -15
- package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.css +0 -162
- package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.js +0 -341
- package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/components/WGXX/index.less +0 -22
- package/lib/vtx-ljfl-tfd-modal/components/index.js +0 -28
- package/lib/vtx-ljfl-tfd-modal/components/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/config.js +0 -73
- package/lib/vtx-ljfl-tfd-modal/config.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/imgs/BOTTLE.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/CAN.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/NAPKIN.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/PLASTIC_BAG.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/avatar_empty.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/black-rank.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/bucket-cylj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/bucket-khsw.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/bucket-qtlj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/bucket-yhlj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/camera.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/car_cy.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/car_khs.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/car_qt.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/car_yh.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/cy_car.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/cy_icon.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/cylj-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/cylj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/cywpd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/disconnect.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/error.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/fangzi.gif +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/garbage_default.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/getway.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/getwayBox.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/host.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/ht-tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/ht.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/khsw-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/khsw.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/lamp.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/left-ddypz.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/left-tfdmd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/manage-bg-1.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/manage-bg-2.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/manage-gzcx.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/manage-hjgl.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/manage-hmd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/manage-wgmsr.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/manage-yyxj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/my-tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/my.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/pie-chart-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/point.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/qtlj-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/qtlj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/rank-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/screen.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/throwPoint.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/tingzi.gif +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/toukou.gif +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/twtf-tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/twtf.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/window.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/wpd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/wstf-tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/wstf.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/yhlj-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/imgs/yhlj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal/index.js +0 -96
- package/lib/vtx-ljfl-tfd-modal/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/style/css.js +0 -5
- package/lib/vtx-ljfl-tfd-modal/style/css.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/style/index.css +0 -132
- package/lib/vtx-ljfl-tfd-modal/style/index.js +0 -5
- package/lib/vtx-ljfl-tfd-modal/style/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal/style/index.less +0 -3
- package/lib/vtx-ljfl-tfd-modal/types.js +0 -6
- package/lib/vtx-ljfl-tfd-modal/types.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/api.js +0 -601
- package/lib/vtx-ljfl-tfd-modal-temp/api.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.css +0 -55
- package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.js +0 -124
- package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/components/OverView/index.less +0 -49
- package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.css +0 -153
- package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.js +0 -238
- package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/components/TFRD/index.less +0 -15
- package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.css +0 -162
- package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.js +0 -341
- package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/components/WGXX/index.less +0 -22
- package/lib/vtx-ljfl-tfd-modal-temp/components/index.js +0 -28
- package/lib/vtx-ljfl-tfd-modal-temp/components/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.css +0 -140
- package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.js +0 -32
- package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/components/video/index.less +0 -10
- package/lib/vtx-ljfl-tfd-modal-temp/config.js +0 -80
- package/lib/vtx-ljfl-tfd-modal-temp/config.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/BOTTLE.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/CAN.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/KRAFT_PAPER_BOX.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/NAPKIN.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/PLASTIC_BAG.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/avatar_empty.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/black-rank.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-cylj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-khsw.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-qtlj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/bucket-yhlj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/camera.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_cy.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_khs.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_qt.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/car_yh.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/cy_car.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/cy_icon.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/cylj-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/cylj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/cywpd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/disconnect.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/error.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/fangzi.gif +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/garbage_default.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/getway.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/getwayBox.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/host.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/ht-tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/ht.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/khsw-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/khsw.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/lamp.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/left-ddypz.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/left-tfdmd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-bg-1.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-bg-2.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-gzcx.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-hjgl.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-hmd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-wgmsr.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/manage-yyxj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/my-tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/my.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/pie-chart-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/point.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/qtlj-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/qtlj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/rank-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/screen.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/throwPoint.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/tingzi.gif +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/toukou.gif +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/twtf-tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/twtf.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/window.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/wpd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/wstf-tfd.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/wstf.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/yhlj-bg.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/imgs/yhlj.png +0 -0
- package/lib/vtx-ljfl-tfd-modal-temp/index.js +0 -101
- package/lib/vtx-ljfl-tfd-modal-temp/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/style/css.js +0 -5
- package/lib/vtx-ljfl-tfd-modal-temp/style/css.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/style/index.css +0 -132
- package/lib/vtx-ljfl-tfd-modal-temp/style/index.js +0 -5
- package/lib/vtx-ljfl-tfd-modal-temp/style/index.js.map +0 -1
- package/lib/vtx-ljfl-tfd-modal-temp/style/index.less +0 -3
- package/lib/vtx-ljfl-tfd-modal-temp/types.js.map +0 -1
- package/lib/vtx-road-modal/imgs/actual_blue.png +0 -0
- package/lib/vtx-road-modal/imgs/all_rate_blue.png +0 -0
- package/lib/vtx-road-modal/imgs/cx_rate_blue.png +0 -0
- package/lib/vtx-road-modal/imgs/plan_blue.png +0 -0
- package/lib/vtx-road-modal/imgs/ss_rate_blue.png +0 -0
- package/lib/vtx-road-modal/imgs/xs_rate_blue.png +0 -0
- package/lib/vtx-staff-modal/imgs/todayOnline_blue.png +0 -0
- package/lib/vtx-staff-modal/imgs/todayWork_blue.png +0 -0
- package/lib/vtx-wr-modal/imgs/alarm_blue.png +0 -0
- package/lib/vtx-zyz-modal/api.js +0 -323
- package/lib/vtx-zyz-modal/api.js.map +0 -1
- package/lib/vtx-zyz-modal/components/BaseInfo/BaseTable.js +0 -83
- package/lib/vtx-zyz-modal/components/BaseInfo/BaseTable.js.map +0 -1
- package/lib/vtx-zyz-modal/components/BaseInfo/index.css +0 -79
- package/lib/vtx-zyz-modal/components/BaseInfo/index.js +0 -166
- package/lib/vtx-zyz-modal/components/BaseInfo/index.js.map +0 -1
- package/lib/vtx-zyz-modal/components/BaseInfo/index.less +0 -73
- package/lib/vtx-zyz-modal/components/Metering/ChartJccc.js +0 -126
- package/lib/vtx-zyz-modal/components/Metering/ChartJccc.js.map +0 -1
- package/lib/vtx-zyz-modal/components/Metering/ChartJcqs.js +0 -134
- package/lib/vtx-zyz-modal/components/Metering/ChartJcqs.js.map +0 -1
- package/lib/vtx-zyz-modal/components/Metering/List.js +0 -115
- package/lib/vtx-zyz-modal/components/Metering/List.js.map +0 -1
- package/lib/vtx-zyz-modal/components/Metering/index.css +0 -101
- package/lib/vtx-zyz-modal/components/Metering/index.js +0 -182
- package/lib/vtx-zyz-modal/components/Metering/index.js.map +0 -1
- package/lib/vtx-zyz-modal/components/Metering/index.less +0 -84
- package/lib/vtx-zyz-modal/components/index.js +0 -21
- package/lib/vtx-zyz-modal/components/index.js.map +0 -1
- package/lib/vtx-zyz-modal/imgs/car_normal.png +0 -0
- package/lib/vtx-zyz-modal/imgs/hb.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jcbj.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jcbj_blue.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jcbj_light.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jccc.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jccc_blue.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jccc_light.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jcl.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jcl_blue.png +0 -0
- package/lib/vtx-zyz-modal/imgs/jcl_light.png +0 -0
- package/lib/vtx-zyz-modal/imgs/monitor_bg.png +0 -0
- package/lib/vtx-zyz-modal/imgs/normal.png +0 -0
- package/lib/vtx-zyz-modal/imgs/normal_light.png +0 -0
- package/lib/vtx-zyz-modal/imgs/rjjcl.png +0 -0
- package/lib/vtx-zyz-modal/imgs/rjjcl_blue.png +0 -0
- package/lib/vtx-zyz-modal/imgs/rjjcl_light.png +0 -0
- package/lib/vtx-zyz-modal/imgs/run.png +0 -0
- package/lib/vtx-zyz-modal/imgs/situation_parent.png +0 -0
- package/lib/vtx-zyz-modal/imgs/situation_parent_bg.png +0 -0
- package/lib/vtx-zyz-modal/imgs/sjnl.png +0 -0
- package/lib/vtx-zyz-modal/imgs/sjnl_blue.png +0 -0
- package/lib/vtx-zyz-modal/imgs/sjnl_light.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zbbj.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zbbj_blue.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zbbj_light.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zjccc.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zjccc_blue.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zjccc_light.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zjcl.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zjcl_blue.png +0 -0
- package/lib/vtx-zyz-modal/imgs/zjcl_light.png +0 -0
- package/lib/vtx-zyz-modal/index.js +0 -98
- package/lib/vtx-zyz-modal/index.js.map +0 -1
- package/lib/vtx-zyz-modal/style/css.js +0 -5
- package/lib/vtx-zyz-modal/style/css.js.map +0 -1
- package/lib/vtx-zyz-modal/style/index.css +0 -132
- package/lib/vtx-zyz-modal/style/index.js +0 -5
- package/lib/vtx-zyz-modal/style/index.js.map +0 -1
- /package/lib/{vm-case-modal → vm-alarm-info}/style/css.js +0 -0
- /package/lib/{vm-case-modal → vm-alarm-info}/style/index.js +0 -0
- /package/lib/{vm-case-modal → vtx-base-info}/imgs/tab_bg_light.png +0 -0
- /package/lib/{vtx-zyz-modal → vtx-cc-cp-modal}/style/index.less +0 -0
- /package/lib/{vtx-ljfl-tfd-modal-temp → vtx-device-modal}/types.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Situation.js","names":["Situation","code","alarm","useSettings","theme","nowDate","moment","format","BaseService","useSituation","situationRes","React","createElement","className","dailyInWeight","dailyCarNum","carInAlarmCount"],"sources":["vtx-df-modal/components/BaseInfo/Situation.js"],"sourcesContent":["/**\n * 实时运行情况\n */\nimport React from 'react';\nimport moment from 'moment';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport { BaseService } from '../../api';\nexport default function Situation({ code, alarm }) {\n const { theme } = useSettings();\n const nowDate = moment().format('YYYY-MM-DD');\n const { situationRes } = BaseService.useSituation(code, nowDate, nowDate);\n return (React.createElement(\"div\", { className: `df-situation ${theme}` },\n React.createElement(\"div\", { className: `df-situation-item1 ${theme}` },\n React.createElement(\"div\", { className: \"df-situation-item-name\" }, \"\\u8FDB\\u573A\\u91CF\"),\n React.createElement(\"div\", { className: \"df-situation-item-value\" },\n React.createElement(\"span\", null, (situationRes === null || situationRes === void 0 ? void 0 : situationRes.dailyInWeight) || 0),\n \"\\u5428\")),\n React.createElement(\"div\", { className: `df-situation-item2 ${theme}` },\n React.createElement(\"div\", { className: \"df-situation-item-name\" }, \"\\u8FDB\\u573A\\u8F66\\u6B21\"),\n React.createElement(\"div\", { className: \"df-situation-item-value\" },\n React.createElement(\"span\", null, (situationRes === null || situationRes === void 0 ? void 0 : situationRes.dailyCarNum) || 0),\n \"\\u6B21\")),\n React.createElement(\"div\", { className: `df-situation-item3 ${theme}` },\n React.createElement(\"div\", { className: \"df-situation-item-name\" }, \"\\u8F66\\u8F86\\u8FDB\\u573A\\u62A5\\u8B66\"),\n React.createElement(\"div\", { className: \"df-situation-item-value\" },\n React.createElement(\"span\", null, (situationRes === null || situationRes === void 0 ? void 0 : situationRes.carInAlarmCount) || 0),\n \"\\u6B21\")),\n alarm !== null && (React.createElement(\"div\", { className: `df-situation-item4 ${theme}` },\n React.createElement(\"div\", { className: \"df-situation-item-name\" }, \"\\u8FD0\\u884C\\u6307\\u6807\\u62A5\\u8B66\"),\n React.createElement(\"div\", { className: \"df-situation-item-value\" },\n React.createElement(\"span\", null, alarm || 0),\n \"\\u6B21\")))));\n}\n"],"mappings":";;;;;;AAGA;AACA;AACA;AACA;AAAwC;AANxC;AACA;AACA;;AAKe,SAASA,
|
|
1
|
+
{"version":3,"file":"Situation.js","names":["_react","_interopRequireDefault","require","_moment","_useSettings2","_api","e","__esModule","Situation","_ref","code","alarm","_useSettings","useSettings","theme","nowDate","moment","format","_BaseService$useSitua","BaseService","useSituation","situationRes","React","createElement","className","concat","dailyInWeight","dailyCarNum","carInAlarmCount"],"sources":["vtx-df-modal/components/BaseInfo/Situation.js"],"sourcesContent":["/**\n * 实时运行情况\n */\nimport React from 'react';\nimport moment from 'moment';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport { BaseService } from '../../api';\nexport default function Situation({ code, alarm }) {\n const { theme } = useSettings();\n const nowDate = moment().format('YYYY-MM-DD');\n const { situationRes } = BaseService.useSituation(code, nowDate, nowDate);\n return (React.createElement(\"div\", { className: `df-situation ${theme}` },\n React.createElement(\"div\", { className: `df-situation-item1 ${theme}` },\n React.createElement(\"div\", { className: \"df-situation-item-name\" }, \"\\u8FDB\\u573A\\u91CF\"),\n React.createElement(\"div\", { className: \"df-situation-item-value\" },\n React.createElement(\"span\", null, (situationRes === null || situationRes === void 0 ? void 0 : situationRes.dailyInWeight) || 0),\n \"\\u5428\")),\n React.createElement(\"div\", { className: `df-situation-item2 ${theme}` },\n React.createElement(\"div\", { className: \"df-situation-item-name\" }, \"\\u8FDB\\u573A\\u8F66\\u6B21\"),\n React.createElement(\"div\", { className: \"df-situation-item-value\" },\n React.createElement(\"span\", null, (situationRes === null || situationRes === void 0 ? void 0 : situationRes.dailyCarNum) || 0),\n \"\\u6B21\")),\n React.createElement(\"div\", { className: `df-situation-item3 ${theme}` },\n React.createElement(\"div\", { className: \"df-situation-item-name\" }, \"\\u8F66\\u8F86\\u8FDB\\u573A\\u62A5\\u8B66\"),\n React.createElement(\"div\", { className: \"df-situation-item-value\" },\n React.createElement(\"span\", null, (situationRes === null || situationRes === void 0 ? void 0 : situationRes.carInAlarmCount) || 0),\n \"\\u6B21\")),\n alarm !== null && (React.createElement(\"div\", { className: `df-situation-item4 ${theme}` },\n React.createElement(\"div\", { className: \"df-situation-item-name\" }, \"\\u8FD0\\u884C\\u6307\\u6807\\u62A5\\u8B66\"),\n React.createElement(\"div\", { className: \"df-situation-item-value\" },\n React.createElement(\"span\", null, alarm || 0),\n \"\\u6B21\")))));\n}\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -139,17 +139,6 @@
|
|
|
139
139
|
.df-baseContent .df-situation-item1.light {
|
|
140
140
|
background-image: url('../../imgs/jcl_light.png');
|
|
141
141
|
}
|
|
142
|
-
.df-baseContent .df-situation-item1.blue {
|
|
143
|
-
background-image: url('../../imgs/jcl_blue.png');
|
|
144
|
-
}
|
|
145
|
-
.df-baseContent .df-situation-item1.blue .df-situation-item-name,
|
|
146
|
-
.df-baseContent .df-situation-item1.blue .df-situation-item-value {
|
|
147
|
-
color: #fff;
|
|
148
|
-
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #ffffff), to(#00ebed));
|
|
149
|
-
background: linear-gradient(180deg, #ffffff 0%, #ffffff 30%, #00ebed 100%);
|
|
150
|
-
-webkit-background-clip: text;
|
|
151
|
-
-webkit-text-fill-color: transparent;
|
|
152
|
-
}
|
|
153
142
|
.df-baseContent .df-situation-item2 {
|
|
154
143
|
width: 316px;
|
|
155
144
|
height: 65px;
|
|
@@ -185,17 +174,6 @@
|
|
|
185
174
|
.df-baseContent .df-situation-item2.light {
|
|
186
175
|
background-image: url('../../imgs/jccc_light.png');
|
|
187
176
|
}
|
|
188
|
-
.df-baseContent .df-situation-item2.blue {
|
|
189
|
-
background-image: url('../../imgs/jccc_blue.png');
|
|
190
|
-
}
|
|
191
|
-
.df-baseContent .df-situation-item2.blue .df-situation-item-name,
|
|
192
|
-
.df-baseContent .df-situation-item2.blue .df-situation-item-value {
|
|
193
|
-
color: #fff;
|
|
194
|
-
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #ffffff), to(#00ebed));
|
|
195
|
-
background: linear-gradient(180deg, #ffffff 0%, #ffffff 30%, #00ebed 100%);
|
|
196
|
-
-webkit-background-clip: text;
|
|
197
|
-
-webkit-text-fill-color: transparent;
|
|
198
|
-
}
|
|
199
177
|
.df-baseContent .df-situation-item3 {
|
|
200
178
|
width: 316px;
|
|
201
179
|
height: 65px;
|
|
@@ -231,17 +209,6 @@
|
|
|
231
209
|
.df-baseContent .df-situation-item3.light {
|
|
232
210
|
background-image: url('../../imgs/jcbj_light.png');
|
|
233
211
|
}
|
|
234
|
-
.df-baseContent .df-situation-item3.blue {
|
|
235
|
-
background-image: url('../../imgs/jcbj_blue.png');
|
|
236
|
-
}
|
|
237
|
-
.df-baseContent .df-situation-item3.blue .df-situation-item-name,
|
|
238
|
-
.df-baseContent .df-situation-item3.blue .df-situation-item-value {
|
|
239
|
-
color: #fff;
|
|
240
|
-
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #ffffff), to(#ff6f6f));
|
|
241
|
-
background: linear-gradient(180deg, #ffffff 0%, #ffffff 30%, #ff6f6f 100%);
|
|
242
|
-
-webkit-background-clip: text;
|
|
243
|
-
-webkit-text-fill-color: transparent;
|
|
244
|
-
}
|
|
245
212
|
.df-baseContent .df-situation-item4 {
|
|
246
213
|
width: 316px;
|
|
247
214
|
height: 65px;
|
|
@@ -277,29 +244,15 @@
|
|
|
277
244
|
.df-baseContent .df-situation-item4.light {
|
|
278
245
|
background-image: url('../../imgs/zbbj_light.png');
|
|
279
246
|
}
|
|
280
|
-
.df-baseContent .df-situation-item4.blue {
|
|
281
|
-
background-image: url('../../imgs/zbbj_blue.png');
|
|
282
|
-
}
|
|
283
|
-
.df-baseContent .df-situation-item4.blue .df-situation-item-name,
|
|
284
|
-
.df-baseContent .df-situation-item4.blue .df-situation-item-value {
|
|
285
|
-
color: #fff;
|
|
286
|
-
background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(30%, #ffffff), to(#ff6f6f));
|
|
287
|
-
background: linear-gradient(180deg, #ffffff 0%, #ffffff 30%, #ff6f6f 100%);
|
|
288
|
-
-webkit-background-clip: text;
|
|
289
|
-
-webkit-text-fill-color: transparent;
|
|
290
|
-
}
|
|
291
247
|
.df-baseContent .df-monitor-head {
|
|
292
248
|
display: -webkit-box;
|
|
293
249
|
display: -ms-flexbox;
|
|
294
250
|
display: flex;
|
|
295
|
-
-
|
|
296
|
-
-
|
|
297
|
-
justify-content: start;
|
|
251
|
+
-ms-flex-pack: distribute;
|
|
252
|
+
justify-content: space-around;
|
|
298
253
|
-webkit-box-align: center;
|
|
299
254
|
-ms-flex-align: center;
|
|
300
255
|
align-items: center;
|
|
301
|
-
width: 100%;
|
|
302
|
-
overflow-x: auto;
|
|
303
256
|
}
|
|
304
257
|
.df-baseContent .df-monitor-head-item {
|
|
305
258
|
display: -webkit-box;
|
|
@@ -320,17 +273,12 @@
|
|
|
320
273
|
.df-baseContent .df-monitor-head-item img {
|
|
321
274
|
width: 40px;
|
|
322
275
|
height: 40px;
|
|
323
|
-
margin-right:
|
|
276
|
+
margin-right: 15px;
|
|
324
277
|
display: inline-block;
|
|
325
278
|
}
|
|
326
279
|
.df-baseContent .df-monitor-head-item-right-name {
|
|
327
280
|
color: var(--title-color);
|
|
328
281
|
font-size: 12px;
|
|
329
|
-
min-width: 30px;
|
|
330
|
-
max-width: 60px;
|
|
331
|
-
overflow: hidden;
|
|
332
|
-
text-overflow: ellipsis;
|
|
333
|
-
white-space: nowrap;
|
|
334
282
|
}
|
|
335
283
|
.df-baseContent .df-monitor-head-item-right-valueNormal {
|
|
336
284
|
color: var(--info-active);
|
|
@@ -354,12 +302,5 @@
|
|
|
354
302
|
font-size: 20px;
|
|
355
303
|
}
|
|
356
304
|
.df-baseContent .df-monitor-table {
|
|
357
|
-
|
|
358
|
-
margin-top: 12px;
|
|
359
|
-
}
|
|
360
|
-
.df-baseContent *::-webkit-scrollbar {
|
|
361
|
-
height: 5px !important;
|
|
362
|
-
}
|
|
363
|
-
.df-baseContent *::-webkit-scrollbar-thumb {
|
|
364
|
-
background: #e2e2e2 !important;
|
|
305
|
+
margin-top: 18px;
|
|
365
306
|
}
|
|
@@ -7,6 +7,7 @@ exports["default"] = void 0;
|
|
|
7
7
|
var _react = _interopRequireDefault(require("react"));
|
|
8
8
|
var _ahooks = require("ahooks");
|
|
9
9
|
var _moment = _interopRequireDefault(require("moment"));
|
|
10
|
+
var _utils = require("@vtx/utils");
|
|
10
11
|
var _components = require("@vtx/components");
|
|
11
12
|
var _antd = require("antd");
|
|
12
13
|
var _vmInfoCollection = _interopRequireDefault(require("../../../vm-info-collection"));
|
|
@@ -18,18 +19,17 @@ var _AlarmDetail = _interopRequireDefault(require("./AlarmDetail"));
|
|
|
18
19
|
var _api = require("../../api");
|
|
19
20
|
var _RealtimeMonitor = _interopRequireDefault(require("./RealtimeMonitor"));
|
|
20
21
|
require("./index.less");
|
|
21
|
-
function _interopRequireDefault(
|
|
22
|
-
function _slicedToArray(
|
|
22
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
23
|
+
function _slicedToArray(r, e) { return _arrayWithHoles(r) || _iterableToArrayLimit(r, e) || _unsupportedIterableToArray(r, e) || _nonIterableRest(); }
|
|
23
24
|
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
24
|
-
function _unsupportedIterableToArray(
|
|
25
|
-
function _arrayLikeToArray(
|
|
26
|
-
function _iterableToArrayLimit(
|
|
27
|
-
function _arrayWithHoles(
|
|
25
|
+
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; } }
|
|
26
|
+
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; }
|
|
27
|
+
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; } }
|
|
28
|
+
function _arrayWithHoles(r) { if (Array.isArray(r)) return r; }
|
|
28
29
|
var BaseInfo = function BaseInfo(props) {
|
|
29
30
|
var baseInfo = props.baseInfo,
|
|
30
31
|
photos = props.photos,
|
|
31
|
-
code = props.code
|
|
32
|
-
factoryTypeCode = props.factoryTypeCode;
|
|
32
|
+
code = props.code;
|
|
33
33
|
var nowDate = (0, _moment["default"])().format('YYYY-MM-DD');
|
|
34
34
|
var _useSetState = (0, _ahooks.useSetState)({
|
|
35
35
|
startDate: (0, _moment["default"])().startOf('M').format('YYYY-MM-DD'),
|
|
@@ -61,7 +61,7 @@ var BaseInfo = function BaseInfo(props) {
|
|
|
61
61
|
className: "base-top-img"
|
|
62
62
|
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
63
63
|
className: "base-top-desc"
|
|
64
|
-
}, execeptionPoint || execeptionCar || ''), photos.length ? /*#__PURE__*/_react["default"].createElement(_components.VtxImage.PreviewGroup, null, /*#__PURE__*/_react["default"].createElement(_antd.Carousel, {
|
|
64
|
+
}, execeptionPoint || execeptionCar || ''), photos.length ? ( /*#__PURE__*/_react["default"].createElement(_components.VtxImage.PreviewGroup, null, /*#__PURE__*/_react["default"].createElement(_antd.Carousel, {
|
|
65
65
|
style: {
|
|
66
66
|
width: '315px',
|
|
67
67
|
height: '200px',
|
|
@@ -70,15 +70,19 @@ var BaseInfo = function BaseInfo(props) {
|
|
|
70
70
|
}, photos.map(function (item) {
|
|
71
71
|
return /*#__PURE__*/_react["default"].createElement(_components.VtxImage, {
|
|
72
72
|
key: item.id,
|
|
73
|
-
src: "/cloudFile/common/downloadFile?id=".concat(item.id),
|
|
73
|
+
src: "/cloudFile/common/downloadFile?id=".concat(item.id, "&token=").concat((0, _utils.getVtxToken)('token')),
|
|
74
74
|
alt: item.name,
|
|
75
|
-
isDark: true
|
|
75
|
+
isDark: true,
|
|
76
|
+
style: {
|
|
77
|
+
maxHeight: '200px',
|
|
78
|
+
overflow: 'hidden'
|
|
79
|
+
}
|
|
76
80
|
});
|
|
77
|
-
}))) : /*#__PURE__*/_react["default"].createElement(_vmNodata["default"], {
|
|
81
|
+
})))) : ( /*#__PURE__*/_react["default"].createElement(_vmNodata["default"], {
|
|
78
82
|
style: {
|
|
79
83
|
height: '80%'
|
|
80
84
|
}
|
|
81
|
-
}))), /*#__PURE__*/_react["default"].createElement(_antd.Col, {
|
|
85
|
+
})))), /*#__PURE__*/_react["default"].createElement(_antd.Col, {
|
|
82
86
|
xxl: 7,
|
|
83
87
|
xl: 7,
|
|
84
88
|
lg: 12,
|
|
@@ -123,15 +127,13 @@ var BaseInfo = function BaseInfo(props) {
|
|
|
123
127
|
xl: 17,
|
|
124
128
|
lg: 12,
|
|
125
129
|
md: 12
|
|
126
|
-
}, situationAlarmRes >= 0
|
|
130
|
+
}, situationAlarmRes >= 0 ? ( /*#__PURE__*/_react["default"].createElement(_RealtimeMonitor["default"], {
|
|
127
131
|
code: code
|
|
128
|
-
}) : /*#__PURE__*/_react["default"].createElement(_AlarmDetail["default"], {
|
|
132
|
+
})) : ( /*#__PURE__*/_react["default"].createElement(_AlarmDetail["default"], {
|
|
129
133
|
code: code,
|
|
130
134
|
startDate: startDate,
|
|
131
135
|
endDate: endDate
|
|
132
|
-
})
|
|
133
|
-
))));
|
|
136
|
+
}))))));
|
|
134
137
|
};
|
|
135
|
-
var _default = BaseInfo;
|
|
136
|
-
exports["default"] = _default;
|
|
138
|
+
var _default = exports["default"] = BaseInfo;
|
|
137
139
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["BaseInfo","props","baseInfo","photos","code","factoryTypeCode","nowDate","moment","format","useSetState","startDate","startOf","endDate","state","setState","BaseService","useSituationAlarm","situationAlarmRes","useMonitorCarExeception","execeptionCar","useMonitorPointExeception","execeptionPoint","React","createElement","className","Row","gutter","Col","xxl","xl","lg","md","length","VtxImage","PreviewGroup","Carousel","style","width","height","overflow","map","item","key","id","src","alt","name","isDark","NoData","SubTitle","title","Base","data","Jcqsfx","setDate","start","end","Situation","alarm","RealtimeMonitor","AlarmDetail"],"sources":["vtx-df-modal/components/BaseInfo/index.js"],"sourcesContent":["import React from 'react';\nimport { useSetState } from 'ahooks';\nimport moment from 'moment';\nimport { VtxImage } from '@vtx/components';\nimport { Carousel, Row, Col } from 'antd';\nimport Base from '../../../vm-info-collection';\nimport NoData from '../../../vm-nodata';\nimport SubTitle from '../../../vm-sub-title';\nimport Jcqsfx from './Jcqsfx';\nimport Situation from './Situation';\nimport AlarmDetail from './AlarmDetail';\nimport { BaseService } from '../../api';\nimport RealtimeMonitor from './RealtimeMonitor';\nimport './index.less';\nconst BaseInfo = (props) => {\n const { baseInfo, photos, code, factoryTypeCode } = props;\n const nowDate = moment().format('YYYY-MM-DD');\n const [state, setState] = useSetState({\n startDate: moment()\n .startOf('M')\n .format('YYYY-MM-DD'),\n endDate: nowDate,\n });\n const { startDate, endDate } = state;\n const { situationAlarmRes } = BaseService.useSituationAlarm(code, nowDate, nowDate);\n const { execeptionCar } = BaseService.useMonitorCarExeception(code, nowDate, situationAlarmRes);\n const { execeptionPoint } = BaseService.useMonitorPointExeception(code, situationAlarmRes);\n return (React.createElement(\"div\", { className: \"df-baseContent\" },\n React.createElement(\"div\", { className: \"base-top\" },\n React.createElement(Row, { gutter: [10, 10] },\n React.createElement(Col, { xxl: 7, xl: 7, lg: 12, md: 12 },\n React.createElement(\"div\", { className: \"base-top-img\" },\n React.createElement(\"div\", { className: \"base-top-desc\" }, execeptionPoint || execeptionCar || ''),\n photos.length ? (React.createElement(VtxImage.PreviewGroup, null,\n React.createElement(Carousel, { style: {\n width: '315px',\n height: '200px',\n overflow: 'hidden',\n } }, photos.map((item) => {\n return (React.createElement(VtxImage, { key: item.id, src: `/cloudFile/common/downloadFile?id=${item.id}`, alt: item.name, isDark: true }));\n })))) : (React.createElement(NoData, { style: { height: '80%' } })))),\n React.createElement(Col, { xxl: 7, xl: 7, lg: 12, 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 }))),\n React.createElement(Col, { xxl: 10, xl: 10, lg: 24, md: 24 },\n React.createElement(Jcqsfx, { code: code, setDate: (start, end) => {\n setState({\n startDate: start,\n endDate: end,\n });\n } })))),\n React.createElement(\"div\", { className: \"base-bottom\" },\n React.createElement(Row, { gutter: [10, 10] },\n React.createElement(Col, { xxl: 7, xl: 7, lg: 12, md: 12 },\n React.createElement(\"div\", { className: \"base-bottom--left\" },\n React.createElement(SubTitle, { title: \"\\u5B9E\\u65F6\\u8FD0\\u884C\\u60C5\\u51B5\" }),\n React.createElement(Situation, { code: code, alarm: situationAlarmRes }))),\n React.createElement(Col, { xxl: 17, xl: 17, lg: 12, md: 12 }, situationAlarmRes >= 0 && factoryTypeCode != 'FSC' ? (React.createElement(RealtimeMonitor, { code: code })) : (React.createElement(AlarmDetail, { code: code, startDate: startDate, endDate: endDate }) // 报警\n ))))));\n};\nexport default BaseInfo;\n"],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","names":["_react","_interopRequireDefault","require","_ahooks","_moment","_utils","_components","_antd","_vmInfoCollection","_vmNodata","_vmSubTitle","_Jcqsfx","_Situation","_AlarmDetail","_api","_RealtimeMonitor","e","__esModule","_slicedToArray","r","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","TypeError","a","_arrayLikeToArray","t","toString","call","slice","constructor","name","Array","from","test","length","n","l","Symbol","iterator","i","u","f","o","next","Object","done","push","value","isArray","BaseInfo","props","baseInfo","photos","code","nowDate","moment","format","_useSetState","useSetState","startDate","startOf","endDate","_useSetState2","state","setState","_BaseService$useSitua","BaseService","useSituationAlarm","situationAlarmRes","_BaseService$useMonit","useMonitorCarExeception","execeptionCar","_BaseService$useMonit2","useMonitorPointExeception","execeptionPoint","React","createElement","className","Row","gutter","Col","xxl","xl","lg","md","VtxImage","PreviewGroup","Carousel","style","width","height","overflow","map","item","key","id","src","concat","getVtxToken","alt","isDark","maxHeight","NoData","SubTitle","title","Base","data","Jcqsfx","setDate","start","end","Situation","alarm","RealtimeMonitor","AlarmDetail","_default","exports"],"sources":["vtx-df-modal/components/BaseInfo/index.js"],"sourcesContent":["import React from 'react';\nimport { useSetState } from 'ahooks';\nimport moment from 'moment';\nimport { getVtxToken } from '@vtx/utils';\nimport { VtxImage } from '@vtx/components';\nimport { Carousel, Row, Col } from 'antd';\nimport Base from '../../../vm-info-collection';\nimport NoData from '../../../vm-nodata';\nimport SubTitle from '../../../vm-sub-title';\nimport Jcqsfx from './Jcqsfx';\nimport Situation from './Situation';\nimport AlarmDetail from './AlarmDetail';\nimport { BaseService } from '../../api';\nimport RealtimeMonitor from './RealtimeMonitor';\nimport './index.less';\nconst BaseInfo = (props) => {\n const { baseInfo, photos, code } = props;\n const nowDate = moment().format('YYYY-MM-DD');\n const [state, setState] = useSetState({\n startDate: moment()\n .startOf('M')\n .format('YYYY-MM-DD'),\n endDate: nowDate,\n });\n const { startDate, endDate } = state;\n const { situationAlarmRes } = BaseService.useSituationAlarm(code, nowDate, nowDate);\n const { execeptionCar } = BaseService.useMonitorCarExeception(code, nowDate, situationAlarmRes);\n const { execeptionPoint } = BaseService.useMonitorPointExeception(code, situationAlarmRes);\n return (React.createElement(\"div\", { className: \"df-baseContent\" },\n React.createElement(\"div\", { className: \"base-top\" },\n React.createElement(Row, { gutter: [10, 10] },\n React.createElement(Col, { xxl: 7, xl: 7, lg: 12, md: 12 },\n React.createElement(\"div\", { className: \"base-top-img\" },\n React.createElement(\"div\", { className: \"base-top-desc\" }, execeptionPoint || execeptionCar || ''),\n photos.length ? (React.createElement(VtxImage.PreviewGroup, null,\n React.createElement(Carousel, { style: {\n width: '315px',\n height: '200px',\n overflow: 'hidden',\n } }, photos.map((item) => {\n return (React.createElement(VtxImage, { key: item.id, src: `/cloudFile/common/downloadFile?id=${item.id}&token=${getVtxToken('token')}`, alt: item.name, isDark: true, style: { maxHeight: '200px', overflow: 'hidden' } }));\n })))) : (React.createElement(NoData, { style: { height: '80%' } })))),\n React.createElement(Col, { xxl: 7, xl: 7, lg: 12, 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 }))),\n React.createElement(Col, { xxl: 10, xl: 10, lg: 24, md: 24 },\n React.createElement(Jcqsfx, { code: code, setDate: (start, end) => {\n setState({\n startDate: start,\n endDate: end,\n });\n } })))),\n React.createElement(\"div\", { className: \"base-bottom\" },\n React.createElement(Row, { gutter: [10, 10] },\n React.createElement(Col, { xxl: 7, xl: 7, lg: 12, md: 12 },\n React.createElement(\"div\", { className: \"base-bottom--left\" },\n React.createElement(SubTitle, { title: \"\\u5B9E\\u65F6\\u8FD0\\u884C\\u60C5\\u51B5\" }),\n React.createElement(Situation, { code: code, alarm: situationAlarmRes }))),\n React.createElement(Col, { xxl: 17, xl: 17, lg: 12, md: 12 }, situationAlarmRes >= 0 ? (React.createElement(RealtimeMonitor, { code: code })) : (React.createElement(AlarmDetail, { code: code, startDate: startDate, endDate: endDate })))))));\n};\nexport default BaseInfo;\n"],"mappings":"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","ignoreList":[]}
|
|
@@ -110,16 +110,6 @@
|
|
|
110
110
|
&.light {
|
|
111
111
|
background-image: url('../../imgs/jcl_light.png');
|
|
112
112
|
}
|
|
113
|
-
&.blue {
|
|
114
|
-
.df-situation-item-name,
|
|
115
|
-
.df-situation-item-value {
|
|
116
|
-
color: #fff;
|
|
117
|
-
background: linear-gradient(180deg, #ffffff 0%, #ffffff 30%, #00ebed 100%);
|
|
118
|
-
-webkit-background-clip: text;
|
|
119
|
-
-webkit-text-fill-color: transparent;
|
|
120
|
-
}
|
|
121
|
-
background-image: url('../../imgs/jcl_blue.png');
|
|
122
|
-
}
|
|
123
113
|
}
|
|
124
114
|
&-item2 {
|
|
125
115
|
.df-situation-item();
|
|
@@ -127,16 +117,6 @@
|
|
|
127
117
|
&.light {
|
|
128
118
|
background-image: url('../../imgs/jccc_light.png');
|
|
129
119
|
}
|
|
130
|
-
&.blue {
|
|
131
|
-
.df-situation-item-name,
|
|
132
|
-
.df-situation-item-value {
|
|
133
|
-
color: #fff;
|
|
134
|
-
background: linear-gradient(180deg, #ffffff 0%, #ffffff 30%, #00ebed 100%);
|
|
135
|
-
-webkit-background-clip: text;
|
|
136
|
-
-webkit-text-fill-color: transparent;
|
|
137
|
-
}
|
|
138
|
-
background-image: url('../../imgs/jccc_blue.png');
|
|
139
|
-
}
|
|
140
120
|
}
|
|
141
121
|
&-item3 {
|
|
142
122
|
.df-situation-item();
|
|
@@ -144,16 +124,6 @@
|
|
|
144
124
|
&.light {
|
|
145
125
|
background-image: url('../../imgs/jcbj_light.png');
|
|
146
126
|
}
|
|
147
|
-
&.blue {
|
|
148
|
-
.df-situation-item-name,
|
|
149
|
-
.df-situation-item-value {
|
|
150
|
-
color: #fff;
|
|
151
|
-
background: linear-gradient(180deg, #ffffff 0%, #ffffff 30%, #ff6f6f 100%);
|
|
152
|
-
-webkit-background-clip: text;
|
|
153
|
-
-webkit-text-fill-color: transparent;
|
|
154
|
-
}
|
|
155
|
-
background-image: url('../../imgs/jcbj_blue.png');
|
|
156
|
-
}
|
|
157
127
|
}
|
|
158
128
|
&-item4 {
|
|
159
129
|
.df-situation-item();
|
|
@@ -161,25 +131,13 @@
|
|
|
161
131
|
&.light {
|
|
162
132
|
background-image: url('../../imgs/zbbj_light.png');
|
|
163
133
|
}
|
|
164
|
-
&.blue {
|
|
165
|
-
.df-situation-item-name,
|
|
166
|
-
.df-situation-item-value {
|
|
167
|
-
color: #fff;
|
|
168
|
-
background: linear-gradient(180deg, #ffffff 0%, #ffffff 30%, #ff6f6f 100%);
|
|
169
|
-
-webkit-background-clip: text;
|
|
170
|
-
-webkit-text-fill-color: transparent;
|
|
171
|
-
}
|
|
172
|
-
background-image: url('../../imgs/zbbj_blue.png');
|
|
173
|
-
}
|
|
174
134
|
}
|
|
175
135
|
}
|
|
176
136
|
.df-monitor {
|
|
177
137
|
&-head {
|
|
178
138
|
display: flex;
|
|
179
|
-
justify-content:
|
|
139
|
+
justify-content: space-around;
|
|
180
140
|
align-items: center;
|
|
181
|
-
width: 100%;
|
|
182
|
-
overflow-x: auto;
|
|
183
141
|
|
|
184
142
|
&-item {
|
|
185
143
|
display: flex;
|
|
@@ -193,18 +151,13 @@
|
|
|
193
151
|
img {
|
|
194
152
|
width: 40px;
|
|
195
153
|
height: 40px;
|
|
196
|
-
margin-right:
|
|
154
|
+
margin-right: 15px;
|
|
197
155
|
display: inline-block;
|
|
198
156
|
}
|
|
199
157
|
&-right {
|
|
200
158
|
&-name {
|
|
201
159
|
color: var(--title-color);
|
|
202
160
|
font-size: 12px;
|
|
203
|
-
min-width: 30px;
|
|
204
|
-
max-width: 60px;
|
|
205
|
-
overflow: hidden;
|
|
206
|
-
text-overflow: ellipsis;
|
|
207
|
-
white-space: nowrap;
|
|
208
161
|
}
|
|
209
162
|
&-valueNormal {
|
|
210
163
|
color: var(--info-active);
|
|
@@ -232,15 +185,7 @@
|
|
|
232
185
|
}
|
|
233
186
|
}
|
|
234
187
|
&-table {
|
|
235
|
-
|
|
236
|
-
margin-top: 12px;
|
|
188
|
+
margin-top: 18px;
|
|
237
189
|
}
|
|
238
190
|
}
|
|
239
|
-
|
|
240
|
-
*::-webkit-scrollbar {
|
|
241
|
-
height: 5px !important;
|
|
242
|
-
}
|
|
243
|
-
*::-webkit-scrollbar-thumb {
|
|
244
|
-
background: #e2e2e2 !important;
|
|
245
|
-
}
|
|
246
191
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
function _typeof(
|
|
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
4
|
Object.defineProperty(exports, "__esModule", {
|
|
5
5
|
value: true
|
|
6
6
|
});
|
|
@@ -12,9 +12,9 @@ var _vmSubTitle = _interopRequireDefault(require("../../../vm-sub-title"));
|
|
|
12
12
|
var _useSettings2 = _interopRequireDefault(require("../../../vm-hooks/useSettings"));
|
|
13
13
|
var _vmNodata = _interopRequireDefault(require("../../../vm-nodata"));
|
|
14
14
|
var _api = require("../../api");
|
|
15
|
-
function _getRequireWildcardCache(
|
|
16
|
-
function _interopRequireWildcard(
|
|
17
|
-
function _interopRequireDefault(
|
|
15
|
+
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); }
|
|
16
|
+
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; }
|
|
17
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
18
18
|
/**
|
|
19
19
|
* 计量信息-图表-进场车次时间分布
|
|
20
20
|
*/
|
|
@@ -81,10 +81,10 @@ var ChartJccc = function ChartJccc(_ref) {
|
|
|
81
81
|
itemStyle: {
|
|
82
82
|
color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [{
|
|
83
83
|
offset: 0,
|
|
84
|
-
color: '#
|
|
84
|
+
color: '#1B89FF'
|
|
85
85
|
}, {
|
|
86
86
|
offset: 1,
|
|
87
|
-
color: '#
|
|
87
|
+
color: '#51D0FF'
|
|
88
88
|
}])
|
|
89
89
|
}
|
|
90
90
|
}]
|
|
@@ -99,13 +99,9 @@ var ChartJccc = function ChartJccc(_ref) {
|
|
|
99
99
|
title: "\u8FDB\u573A\u8F66\u6B21\u65F6\u95F4\u5206\u5E03"
|
|
100
100
|
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
101
101
|
className: "metering-content-charts-jccc-desc"
|
|
102
|
-
}, "\u8FDB\u573A\u9AD8\u5CF0\u96C6\u4E2D\u5728", /*#__PURE__*/_react["default"].createElement("
|
|
103
|
-
className: 'metering-content-charts-jccc-warning'
|
|
104
|
-
}, (dates === null || dates === void 0 ? void 0 : dates.join('点、')) || 0), "\u70B9\uFF0C\u8FDB\u573A\u8F66\u6B21\u5206\u522B\u4E3A", /*#__PURE__*/_react["default"].createElement("span", {
|
|
105
|
-
className: 'metering-content-charts-jccc-warning'
|
|
106
|
-
}, (count === null || count === void 0 ? void 0 : count.join('次、')) || '-'), "\u6B21\uFF0C\u6CE8\u610F\u5408\u7406\u8C03\u5EA6\uFF0C \u7F13\u89E3\u5382\u533A\u6392\u961F\u60C5\u51B5\u3002"), /*#__PURE__*/_react["default"].createElement("div", {
|
|
102
|
+
}, "\u8FDB\u573A\u9AD8\u5CF0\u96C6\u4E2D\u5728", (dates === null || dates === void 0 ? void 0 : dates.join('点、')) || 0, "\u70B9\uFF0C\u8FDB\u573A\u8F66\u6B21\u5206\u522B\u4E3A", (count === null || count === void 0 ? void 0 : count.join('次、')) || '-', "\u6B21\uFF0C\u6CE8\u610F\u5408\u7406\u8C03\u5EA6\uFF0C \u7F13\u89E3\u5382\u533A\u6392\u961F\u60C5\u51B5\u3002"), /*#__PURE__*/_react["default"].createElement("div", {
|
|
107
103
|
className: "metering-content-charts-chart"
|
|
108
|
-
}, ((_c = jcccsjfbRes.values) === null || _c === void 0 ? void 0 : _c.length) > 0 ? /*#__PURE__*/_react["default"].createElement(_echartsForReact["default"], {
|
|
104
|
+
}, ((_c = jcccsjfbRes.values) === null || _c === void 0 ? void 0 : _c.length) > 0 ? ( /*#__PURE__*/_react["default"].createElement(_echartsForReact["default"], {
|
|
109
105
|
option: option,
|
|
110
106
|
notMerge: true,
|
|
111
107
|
lazyUpdate: true,
|
|
@@ -113,13 +109,12 @@ var ChartJccc = function ChartJccc(_ref) {
|
|
|
113
109
|
height: '330px',
|
|
114
110
|
width: '100%'
|
|
115
111
|
}
|
|
116
|
-
}) : /*#__PURE__*/_react["default"].createElement(_vmNodata["default"], {
|
|
112
|
+
})) : ( /*#__PURE__*/_react["default"].createElement(_vmNodata["default"], {
|
|
117
113
|
style: {
|
|
118
114
|
height: '300px',
|
|
119
115
|
width: '100%'
|
|
120
116
|
}
|
|
121
|
-
})));
|
|
117
|
+
}))));
|
|
122
118
|
};
|
|
123
|
-
var _default = ChartJccc;
|
|
124
|
-
exports["default"] = _default;
|
|
119
|
+
var _default = exports["default"] = ChartJccc;
|
|
125
120
|
//# sourceMappingURL=ChartJccc.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ChartJccc.js","names":["ChartJccc","code","startDate","endDate","_a","_b","_c","useSettings","chartFontColor","BaseService","useJcccsjfb","jcccsjfbRes","option","tooltip","trigger","grid","left","right","bottom","legend","show","xAxis","type","data","names","axisPointer","axisTick","axisLabel","color","yAxis","name","min","nameTextStyle","splitNumber","splitLine","lineStyle","series","barWidth","values","itemStyle","
|
|
1
|
+
{"version":3,"file":"ChartJccc.js","names":["_react","_interopRequireDefault","require","echarts","_interopRequireWildcard","_echartsForReact","_vmSubTitle","_useSettings2","_vmNodata","_api","_getRequireWildcardCache","e","WeakMap","r","t","__esModule","_typeof","has","get","n","__proto__","a","Object","defineProperty","getOwnPropertyDescriptor","u","hasOwnProperty","call","i","set","ChartJccc","_ref","code","startDate","endDate","_a","_b","_c","_useSettings","useSettings","chartFontColor","_BaseService$useJcccs","BaseService","useJcccsjfb","jcccsjfbRes","option","tooltip","trigger","grid","left","right","bottom","legend","show","xAxis","type","data","names","axisPointer","axisTick","axisLabel","color","yAxis","name","min","nameTextStyle","splitNumber","splitLine","lineStyle","series","barWidth","values","itemStyle","graphic","LinearGradient","offset","dates","extraData","length","map","ele","date","count","React","createElement","Fragment","SubTitle","title","className","join","ReactEcharts","notMerge","lazyUpdate","style","height","width","NoData","_default","exports"],"sources":["vtx-df-modal/components/Metering/ChartJccc.js"],"sourcesContent":["/**\n * 计量信息-图表-进场车次时间分布\n */\nimport React from 'react';\nimport * as echarts from 'echarts';\nimport ReactEcharts from 'echarts-for-react';\nimport SubTitle from '../../../vm-sub-title';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport NoData from '../../../vm-nodata';\nimport { BaseService } from '../../api';\nconst ChartJccc = ({ code, startDate, endDate }) => {\n var _a, _b, _c;\n const { chartFontColor } = useSettings();\n const { jcccsjfbRes } = BaseService.useJcccsjfb(code, startDate, endDate);\n let option = {\n tooltip: {\n trigger: 'axis',\n },\n grid: {\n left: '8%',\n right: '5%',\n bottom: 20,\n },\n legend: {\n show: false,\n },\n xAxis: [\n {\n type: 'category',\n data: (jcccsjfbRes === null || jcccsjfbRes === void 0 ? void 0 : jcccsjfbRes.names) || [],\n axisPointer: {\n type: 'shadow',\n },\n axisTick: {\n show: false,\n },\n axisLabel: {\n color: chartFontColor,\n },\n },\n ],\n yAxis: [\n {\n type: 'value',\n name: '(次)',\n min: 0,\n nameTextStyle: {\n color: chartFontColor,\n },\n splitNumber: 5,\n axisTick: {\n show: false,\n },\n axisLabel: {\n color: chartFontColor,\n },\n splitLine: {\n lineStyle: {\n type: 'dashed',\n color: 'rgba(151,151,151,0.28)',\n },\n },\n },\n ],\n series: [\n {\n type: 'bar',\n barWidth: 14,\n data: (jcccsjfbRes === null || jcccsjfbRes === void 0 ? void 0 : jcccsjfbRes.values) ? jcccsjfbRes.values[0] : [],\n itemStyle: {\n color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [\n {\n offset: 0,\n color: '#1B89FF',\n },\n {\n offset: 1,\n color: '#51D0FF',\n },\n ]),\n },\n },\n ],\n };\n const dates = ((_a = jcccsjfbRes === null || jcccsjfbRes === void 0 ? void 0 : jcccsjfbRes.extraData) === null || _a === void 0 ? void 0 : _a.length) > 0 ? jcccsjfbRes.extraData.map((ele) => ele.date) : [];\n const count = ((_b = jcccsjfbRes === null || jcccsjfbRes === void 0 ? void 0 : jcccsjfbRes.extraData) === null || _b === void 0 ? void 0 : _b.length) > 0\n ? jcccsjfbRes.extraData.map((ele) => ele.count)\n : [];\n return (React.createElement(React.Fragment, null,\n React.createElement(SubTitle, { title: \"\\u8FDB\\u573A\\u8F66\\u6B21\\u65F6\\u95F4\\u5206\\u5E03\" }),\n React.createElement(\"div\", { className: \"metering-content-charts-jccc-desc\" },\n \"\\u8FDB\\u573A\\u9AD8\\u5CF0\\u96C6\\u4E2D\\u5728\",\n (dates === null || dates === void 0 ? void 0 : dates.join('点、')) || 0,\n \"\\u70B9\\uFF0C\\u8FDB\\u573A\\u8F66\\u6B21\\u5206\\u522B\\u4E3A\",\n (count === null || count === void 0 ? void 0 : count.join('次、')) || '-',\n \"\\u6B21\\uFF0C\\u6CE8\\u610F\\u5408\\u7406\\u8C03\\u5EA6\\uFF0C \\u7F13\\u89E3\\u5382\\u533A\\u6392\\u961F\\u60C5\\u51B5\\u3002\"),\n React.createElement(\"div\", { className: \"metering-content-charts-chart\" }, ((_c = jcccsjfbRes.values) === null || _c === void 0 ? void 0 : _c.length) > 0 ? (React.createElement(ReactEcharts, { option: option, notMerge: true, lazyUpdate: true, style: { height: '330px', width: '100%' } })) : (React.createElement(NoData, { style: { height: '300px', width: '100%' } })))));\n};\nexport default ChartJccc;\n"],"mappings":";;;;;;;AAGA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,OAAA,GAAAC,uBAAA,CAAAF,OAAA;AACA,IAAAG,gBAAA,GAAAJ,sBAAA,CAAAC,OAAA;AACA,IAAAI,WAAA,GAAAL,sBAAA,CAAAC,OAAA;AACA,IAAAK,aAAA,GAAAN,sBAAA,CAAAC,OAAA;AACA,IAAAM,SAAA,GAAAP,sBAAA,CAAAC,OAAA;AACA,IAAAO,IAAA,GAAAP,OAAA;AAAwC,SAAAQ,yBAAAC,CAAA,6BAAAC,OAAA,mBAAAC,CAAA,OAAAD,OAAA,IAAAE,CAAA,OAAAF,OAAA,YAAAF,wBAAA,YAAAA,yBAAAC,CAAA,WAAAA,CAAA,GAAAG,CAAA,GAAAD,CAAA,KAAAF,CAAA;AAAA,SAAAP,wBAAAO,CAAA,EAAAE,CAAA,SAAAA,CAAA,IAAAF,CAAA,IAAAA,CAAA,CAAAI,UAAA,SAAAJ,CAAA,eAAAA,CAAA,gBAAAK,OAAA,CAAAL,CAAA,0BAAAA,CAAA,sBAAAA,CAAA,QAAAG,CAAA,GAAAJ,wBAAA,CAAAG,CAAA,OAAAC,CAAA,IAAAA,CAAA,CAAAG,GAAA,CAAAN,CAAA,UAAAG,CAAA,CAAAI,GAAA,CAAAP,CAAA,OAAAQ,CAAA,KAAAC,SAAA,UAAAC,CAAA,GAAAC,MAAA,CAAAC,cAAA,IAAAD,MAAA,CAAAE,wBAAA,WAAAC,CAAA,IAAAd,CAAA,oBAAAc,CAAA,OAAAC,cAAA,CAAAC,IAAA,CAAAhB,CAAA,EAAAc,CAAA,SAAAG,CAAA,GAAAP,CAAA,GAAAC,MAAA,CAAAE,wBAAA,CAAAb,CAAA,EAAAc,CAAA,UAAAG,CAAA,KAAAA,CAAA,CAAAV,GAAA,IAAAU,CAAA,CAAAC,GAAA,IAAAP,MAAA,CAAAC,cAAA,CAAAJ,CAAA,EAAAM,CAAA,EAAAG,CAAA,IAAAT,CAAA,CAAAM,CAAA,IAAAd,CAAA,CAAAc,CAAA,YAAAN,CAAA,cAAAR,CAAA,EAAAG,CAAA,IAAAA,CAAA,CAAAe,GAAA,CAAAlB,CAAA,EAAAQ,CAAA,GAAAA,CAAA;AAAA,SAAAlB,uBAAAU,CAAA,WAAAA,CAAA,IAAAA,CAAA,CAAAI,UAAA,GAAAJ,CAAA,gBAAAA,CAAA;AATxC;AACA;AACA;;AAQA,IAAMmB,SAAS,GAAG,SAAZA,SAASA,CAAAC,IAAA,EAAqC;EAAA,IAA/BC,IAAI,GAAAD,IAAA,CAAJC,IAAI;IAAEC,SAAS,GAAAF,IAAA,CAATE,SAAS;IAAEC,OAAO,GAAAH,IAAA,CAAPG,OAAO;EACzC,IAAIC,EAAE,EAAEC,EAAE,EAAEC,EAAE;EACd,IAAAC,YAAA,GAA2B,IAAAC,wBAAW,EAAC,CAAC;IAAhCC,cAAc,GAAAF,YAAA,CAAdE,cAAc;EACtB,IAAAC,qBAAA,GAAwBC,gBAAW,CAACC,WAAW,CAACX,IAAI,EAAEC,SAAS,EAAEC,OAAO,CAAC;IAAjEU,WAAW,GAAAH,qBAAA,CAAXG,WAAW;EACnB,IAAIC,MAAM,GAAG;IACTC,OAAO,EAAE;MACLC,OAAO,EAAE;IACb,CAAC;IACDC,IAAI,EAAE;MACFC,IAAI,EAAE,IAAI;MACVC,KAAK,EAAE,IAAI;MACXC,MAAM,EAAE;IACZ,CAAC;IACDC,MAAM,EAAE;MACJC,IAAI,EAAE;IACV,CAAC;IACDC,KAAK,EAAE,CACH;MACIC,IAAI,EAAE,UAAU;MAChBC,IAAI,EAAE,CAACZ,WAAW,KAAK,IAAI,IAAIA,WAAW,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,WAAW,CAACa,KAAK,KAAK,EAAE;MACzFC,WAAW,EAAE;QACTH,IAAI,EAAE;MACV,CAAC;MACDI,QAAQ,EAAE;QACNN,IAAI,EAAE;MACV,CAAC;MACDO,SAAS,EAAE;QACPC,KAAK,EAAErB;MACX;IACJ,CAAC,CACJ;IACDsB,KAAK,EAAE,CACH;MACIP,IAAI,EAAE,OAAO;MACbQ,IAAI,EAAE,KAAK;MACXC,GAAG,EAAE,CAAC;MACNC,aAAa,EAAE;QACXJ,KAAK,EAAErB;MACX,CAAC;MACD0B,WAAW,EAAE,CAAC;MACdP,QAAQ,EAAE;QACNN,IAAI,EAAE;MACV,CAAC;MACDO,SAAS,EAAE;QACPC,KAAK,EAAErB;MACX,CAAC;MACD2B,SAAS,EAAE;QACPC,SAAS,EAAE;UACPb,IAAI,EAAE,QAAQ;UACdM,KAAK,EAAE;QACX;MACJ;IACJ,CAAC,CACJ;IACDQ,MAAM,EAAE,CACJ;MACId,IAAI,EAAE,KAAK;MACXe,QAAQ,EAAE,EAAE;MACZd,IAAI,EAAE,CAACZ,WAAW,KAAK,IAAI,IAAIA,WAAW,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,WAAW,CAAC2B,MAAM,IAAI3B,WAAW,CAAC2B,MAAM,CAAC,CAAC,CAAC,GAAG,EAAE;MACjHC,SAAS,EAAE;QACPX,KAAK,EAAE,IAAI1D,OAAO,CAACsE,OAAO,CAACC,cAAc,CAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAClD;UACIC,MAAM,EAAE,CAAC;UACTd,KAAK,EAAE;QACX,CAAC,EACD;UACIc,MAAM,EAAE,CAAC;UACTd,KAAK,EAAE;QACX,CAAC,CACJ;MACL;IACJ,CAAC;EAET,CAAC;EACD,IAAMe,KAAK,GAAG,CAAC,CAACzC,EAAE,GAAGS,WAAW,KAAK,IAAI,IAAIA,WAAW,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,WAAW,CAACiC,SAAS,MAAM,IAAI,IAAI1C,EAAE,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,EAAE,CAAC2C,MAAM,IAAI,CAAC,GAAGlC,WAAW,CAACiC,SAAS,CAACE,GAAG,CAAC,UAACC,GAAG;IAAA,OAAKA,GAAG,CAACC,IAAI;EAAA,EAAC,GAAG,EAAE;EAC7M,IAAMC,KAAK,GAAG,CAAC,CAAC9C,EAAE,GAAGQ,WAAW,KAAK,IAAI,IAAIA,WAAW,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,WAAW,CAACiC,SAAS,MAAM,IAAI,IAAIzC,EAAE,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,EAAE,CAAC0C,MAAM,IAAI,CAAC,GACnJlC,WAAW,CAACiC,SAAS,CAACE,GAAG,CAAC,UAACC,GAAG;IAAA,OAAKA,GAAG,CAACE,KAAK;EAAA,EAAC,GAC7C,EAAE;EACR,oBAAQC,iBAAK,CAACC,aAAa,CAACD,iBAAK,CAACE,QAAQ,EAAE,IAAI,eAC5CF,iBAAK,CAACC,aAAa,CAACE,sBAAQ,EAAE;IAAEC,KAAK,EAAE;EAAmD,CAAC,CAAC,eAC5FJ,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEI,SAAS,EAAE;EAAoC,CAAC,EACzE,4CAA4C,EAC5C,CAACZ,KAAK,KAAK,IAAI,IAAIA,KAAK,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,KAAK,CAACa,IAAI,CAAC,IAAI,CAAC,KAAK,CAAC,EACrE,wDAAwD,EACxD,CAACP,KAAK,KAAK,IAAI,IAAIA,KAAK,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,KAAK,CAACO,IAAI,CAAC,IAAI,CAAC,KAAK,GAAG,EACvE,+GAA+G,CAAC,eACpHN,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEI,SAAS,EAAE;EAAgC,CAAC,EAAE,CAAC,CAACnD,EAAE,GAAGO,WAAW,CAAC2B,MAAM,MAAM,IAAI,IAAIlC,EAAE,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,EAAE,CAACyC,MAAM,IAAI,CAAC,kBAAIK,iBAAK,CAACC,aAAa,CAACM,2BAAY,EAAE;IAAE7C,MAAM,EAAEA,MAAM;IAAE8C,QAAQ,EAAE,IAAI;IAAEC,UAAU,EAAE,IAAI;IAAEC,KAAK,EAAE;MAAEC,MAAM,EAAE,OAAO;MAAEC,KAAK,EAAE;IAAO;EAAE,CAAC,CAAC,mBAAKZ,iBAAK,CAACC,aAAa,CAACY,oBAAM,EAAE;IAAEH,KAAK,EAAE;MAAEC,MAAM,EAAE,OAAO;MAAEC,KAAK,EAAE;IAAO;EAAE,CAAC,CAAC,CAAC,CAAC,CAAC;AACzX,CAAC;AAAC,IAAAE,QAAA,GAAAC,OAAA,cACapE,SAAS","ignoreList":[]}
|
|
@@ -1,22 +1,24 @@
|
|
|
1
1
|
"use strict";
|
|
2
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); }
|
|
3
4
|
Object.defineProperty(exports, "__esModule", {
|
|
4
5
|
value: true
|
|
5
6
|
});
|
|
6
7
|
exports["default"] = void 0;
|
|
7
8
|
var _react = _interopRequireDefault(require("react"));
|
|
8
9
|
var _lodash = require("lodash");
|
|
10
|
+
var echarts = _interopRequireWildcard(require("echarts"));
|
|
9
11
|
var _echartsForReact = _interopRequireDefault(require("echarts-for-react"));
|
|
10
12
|
var _useSettings2 = _interopRequireDefault(require("../../../vm-hooks/useSettings"));
|
|
11
13
|
var _vmSubTitle = _interopRequireDefault(require("../../../vm-sub-title"));
|
|
12
14
|
var _vmNodata = _interopRequireDefault(require("../../../vm-nodata"));
|
|
13
|
-
function
|
|
15
|
+
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); }
|
|
16
|
+
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; }
|
|
17
|
+
function _interopRequireDefault(e) { return e && e.__esModule ? e : { "default": e }; }
|
|
14
18
|
/**
|
|
15
19
|
* 计量信息-图表-进场趋势分析
|
|
16
20
|
*/
|
|
17
21
|
|
|
18
|
-
// import * as echarts from 'echarts';
|
|
19
|
-
|
|
20
22
|
var ChartJcqs = function ChartJcqs(props) {
|
|
21
23
|
var _a, _b;
|
|
22
24
|
var _useSettings = (0, _useSettings2["default"])(),
|
|
@@ -80,24 +82,21 @@ var ChartJcqs = function ChartJcqs(props) {
|
|
|
80
82
|
name: '进场量',
|
|
81
83
|
type: 'line',
|
|
82
84
|
data: values,
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
// },
|
|
93
|
-
// ]),
|
|
94
|
-
// },
|
|
85
|
+
areaStyle: {
|
|
86
|
+
color: new echarts.graphic.LinearGradient(0, 1, 0, 0, [{
|
|
87
|
+
offset: 0,
|
|
88
|
+
color: 'rgba(0, 0, 0, 0.5)'
|
|
89
|
+
}, {
|
|
90
|
+
offset: 1,
|
|
91
|
+
color: '#00FFE7'
|
|
92
|
+
}])
|
|
93
|
+
},
|
|
95
94
|
markLine: {
|
|
96
95
|
data: [{
|
|
97
96
|
yAxis: (props === null || props === void 0 ? void 0 : props.values) ? props.values[1][0] : 0,
|
|
98
97
|
lineStyle: {
|
|
99
98
|
normal: {
|
|
100
|
-
color: '#
|
|
99
|
+
color: '#FFE25D'
|
|
101
100
|
}
|
|
102
101
|
},
|
|
103
102
|
name: '设计能力'
|
|
@@ -119,7 +118,7 @@ var ChartJcqs = function ChartJcqs(props) {
|
|
|
119
118
|
title: "\u8FDB\u573A\u8D8B\u52BF\u5206\u6790"
|
|
120
119
|
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
121
120
|
className: "metering-content-charts-chart"
|
|
122
|
-
}, ((_b = props === null || props === void 0 ? void 0 : props.names) === null || _b === void 0 ? void 0 : _b.length) > 0 ? /*#__PURE__*/_react["default"].createElement(_echartsForReact["default"], {
|
|
121
|
+
}, ((_b = props === null || props === void 0 ? void 0 : props.names) === null || _b === void 0 ? void 0 : _b.length) > 0 ? ( /*#__PURE__*/_react["default"].createElement(_echartsForReact["default"], {
|
|
123
122
|
option: option,
|
|
124
123
|
notMerge: true,
|
|
125
124
|
lazyUpdate: true,
|
|
@@ -127,8 +126,7 @@ var ChartJcqs = function ChartJcqs(props) {
|
|
|
127
126
|
height: '100%',
|
|
128
127
|
width: '100%'
|
|
129
128
|
}
|
|
130
|
-
}) : /*#__PURE__*/_react["default"].createElement(_vmNodata["default"], null)));
|
|
129
|
+
})) : ( /*#__PURE__*/_react["default"].createElement(_vmNodata["default"], null))));
|
|
131
130
|
};
|
|
132
|
-
var _default = ChartJcqs;
|
|
133
|
-
exports["default"] = _default;
|
|
131
|
+
var _default = exports["default"] = ChartJcqs;
|
|
134
132
|
//# sourceMappingURL=ChartJcqs.js.map
|