@vtx/modals2 3.3.18 → 4.0.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/lib/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 -3
- 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 +126 -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 -35
- package/lib/vtx-base-modal/style/index.js.map +1 -1
- package/lib/vtx-base-modal/style/index.less +37 -37
- 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 -179
- 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 -7
- 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 +57 -83
- 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,115 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = void 0;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
|
-
var _ahooks = require("ahooks");
|
|
9
|
-
var _vmTable = _interopRequireDefault(require("../../../vm-table"));
|
|
10
|
-
var _api = require("../../api");
|
|
11
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
12
|
-
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
13
|
-
function _nonIterableRest() { throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method."); }
|
|
14
|
-
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
15
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
16
|
-
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) { ; } } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
17
|
-
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
18
|
-
var List = function List(props) {
|
|
19
|
-
var code = props.code,
|
|
20
|
-
startDate = props.startDate,
|
|
21
|
-
endDate = props.endDate;
|
|
22
|
-
var _useSetState = (0, _ahooks.useSetState)({
|
|
23
|
-
pagination: {
|
|
24
|
-
current: 1,
|
|
25
|
-
pageSize: 10,
|
|
26
|
-
total: 0
|
|
27
|
-
}
|
|
28
|
-
}),
|
|
29
|
-
_useSetState2 = _slicedToArray(_useSetState, 2),
|
|
30
|
-
state = _useSetState2[0],
|
|
31
|
-
setState = _useSetState2[1];
|
|
32
|
-
var pagination = state.pagination;
|
|
33
|
-
var _MeteringService$useR = _api.MeteringService.useRecord(code, "".concat(startDate, " 00:00:00"), "".concat(endDate, " 23:59:59"), pagination.current),
|
|
34
|
-
records = _MeteringService$useR.records;
|
|
35
|
-
var columns = [{
|
|
36
|
-
title: '车牌号',
|
|
37
|
-
dataIndex: 'carNo',
|
|
38
|
-
key: 'carNo'
|
|
39
|
-
}, {
|
|
40
|
-
title: '货物名称',
|
|
41
|
-
dataIndex: 'productName',
|
|
42
|
-
key: 'productName'
|
|
43
|
-
}, {
|
|
44
|
-
title: '发货单位',
|
|
45
|
-
dataIndex: 'sourceUnit',
|
|
46
|
-
key: 'sourceUnit',
|
|
47
|
-
width: 180,
|
|
48
|
-
ellipsis: true
|
|
49
|
-
}, {
|
|
50
|
-
title: '区域',
|
|
51
|
-
dataIndex: 'area',
|
|
52
|
-
key: 'area'
|
|
53
|
-
}, {
|
|
54
|
-
title: '毛重(吨)',
|
|
55
|
-
dataIndex: 'grossWeight',
|
|
56
|
-
key: 'grossWeight',
|
|
57
|
-
render: function render(text) {
|
|
58
|
-
return /*#__PURE__*/_react["default"].createElement("span", {
|
|
59
|
-
className: "grossWeight-color"
|
|
60
|
-
}, text);
|
|
61
|
-
}
|
|
62
|
-
}, {
|
|
63
|
-
title: '皮重(吨)',
|
|
64
|
-
dataIndex: 'tareWeight',
|
|
65
|
-
key: 'tareWeight',
|
|
66
|
-
render: function render(text) {
|
|
67
|
-
return /*#__PURE__*/_react["default"].createElement("span", {
|
|
68
|
-
className: "tareWeight-color"
|
|
69
|
-
}, text);
|
|
70
|
-
}
|
|
71
|
-
}, {
|
|
72
|
-
title: '净重(吨)',
|
|
73
|
-
dataIndex: 'netWeight',
|
|
74
|
-
key: 'netWeight',
|
|
75
|
-
render: function render(text) {
|
|
76
|
-
return /*#__PURE__*/_react["default"].createElement("span", {
|
|
77
|
-
className: "netWeight-color"
|
|
78
|
-
}, text);
|
|
79
|
-
}
|
|
80
|
-
}, {
|
|
81
|
-
title: '称重时间',
|
|
82
|
-
dataIndex: 'grossTimeStr',
|
|
83
|
-
key: 'grossTimeStr'
|
|
84
|
-
}];
|
|
85
|
-
var pageChange = function pageChange(page) {
|
|
86
|
-
setState({
|
|
87
|
-
pagination: Object.assign(Object.assign({}, pagination), {
|
|
88
|
-
current: page
|
|
89
|
-
})
|
|
90
|
-
});
|
|
91
|
-
};
|
|
92
|
-
var tableProps = {
|
|
93
|
-
pagination: Object.assign(Object.assign({}, pagination), {
|
|
94
|
-
total: records.total,
|
|
95
|
-
defaultPageSize: 10,
|
|
96
|
-
onChange: pageChange
|
|
97
|
-
}),
|
|
98
|
-
scroll: {
|
|
99
|
-
y: 440
|
|
100
|
-
},
|
|
101
|
-
height: 440,
|
|
102
|
-
dataSource: records.rows
|
|
103
|
-
};
|
|
104
|
-
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
105
|
-
className: "appraisal-content-list"
|
|
106
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
107
|
-
className: "appraisal-content-list-table"
|
|
108
|
-
}, /*#__PURE__*/_react["default"].createElement(_vmTable["default"], Object.assign({
|
|
109
|
-
columns: columns,
|
|
110
|
-
rowKey: "id"
|
|
111
|
-
}, tableProps))));
|
|
112
|
-
};
|
|
113
|
-
var _default = List;
|
|
114
|
-
exports["default"] = _default;
|
|
115
|
-
//# sourceMappingURL=List.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"List.js","names":["List","props","code","startDate","endDate","useSetState","pagination","current","pageSize","total","state","setState","MeteringService","useRecord","records","columns","title","dataIndex","key","width","ellipsis","render","text","React","createElement","className","pageChange","page","Object","assign","tableProps","defaultPageSize","onChange","scroll","y","height","dataSource","rows","VMTable","rowKey"],"sources":["vtx-df-modal/components/OdorAlarm/List.js"],"sourcesContent":["/**\n * 臭气实时监控-列表\n */\nimport React from 'react';\nimport { useSetState } from 'ahooks';\nimport VMTable from '../../../vm-table';\nimport { MeteringService } from '../../api';\nconst List = (props) => {\n const { code, startDate, endDate } = props;\n const [state, setState] = useSetState({\n pagination: {\n current: 1,\n pageSize: 10,\n total: 0,\n },\n });\n const { pagination } = state;\n const { records } = MeteringService.useRecord(code, `${startDate} 00:00:00`, `${endDate} 23:59:59`, pagination.current);\n const columns = [\n {\n title: '车牌号',\n dataIndex: 'carNo',\n key: 'carNo',\n },\n {\n title: '货物名称',\n dataIndex: 'productName',\n key: 'productName',\n },\n {\n title: '发货单位',\n dataIndex: 'sourceUnit',\n key: 'sourceUnit',\n width: 180,\n ellipsis: true,\n },\n {\n title: '区域',\n dataIndex: 'area',\n key: 'area',\n },\n {\n title: '毛重(吨)',\n dataIndex: 'grossWeight',\n key: 'grossWeight',\n render: (text) => {\n return React.createElement(\"span\", { className: \"grossWeight-color\" }, text);\n },\n },\n {\n title: '皮重(吨)',\n dataIndex: 'tareWeight',\n key: 'tareWeight',\n render: (text) => {\n return React.createElement(\"span\", { className: \"tareWeight-color\" }, text);\n },\n },\n {\n title: '净重(吨)',\n dataIndex: 'netWeight',\n key: 'netWeight',\n render: (text) => {\n return React.createElement(\"span\", { className: \"netWeight-color\" }, text);\n },\n },\n {\n title: '称重时间',\n dataIndex: 'grossTimeStr',\n key: 'grossTimeStr',\n },\n ];\n const pageChange = (page) => {\n setState({\n pagination: Object.assign(Object.assign({}, pagination), { current: page }),\n });\n };\n const tableProps = {\n pagination: Object.assign(Object.assign({}, pagination), { total: records.total, defaultPageSize: 10, onChange: pageChange }),\n scroll: {\n y: 440,\n },\n height: 440,\n dataSource: records.rows,\n };\n return (React.createElement(\"div\", { className: \"appraisal-content-list\" },\n React.createElement(\"div\", { className: \"appraisal-content-list-table\" },\n React.createElement(VMTable, Object.assign({ columns: columns, rowKey: \"id\" }, tableProps)))));\n};\nexport default List;\n"],"mappings":"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"}
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -1,198 +0,0 @@
|
|
|
1
|
-
.odor {
|
|
2
|
-
padding: 10px;
|
|
3
|
-
}
|
|
4
|
-
.odor-content-main {
|
|
5
|
-
padding: 16px;
|
|
6
|
-
background-color: var(--bg-color2);
|
|
7
|
-
display: -webkit-box;
|
|
8
|
-
display: -ms-flexbox;
|
|
9
|
-
display: flex;
|
|
10
|
-
-webkit-box-pack: start;
|
|
11
|
-
-ms-flex-pack: start;
|
|
12
|
-
justify-content: start;
|
|
13
|
-
-ms-flex-line-pack: center;
|
|
14
|
-
align-content: center;
|
|
15
|
-
}
|
|
16
|
-
.odor-content-main-item {
|
|
17
|
-
display: -webkit-box;
|
|
18
|
-
display: -ms-flexbox;
|
|
19
|
-
display: flex;
|
|
20
|
-
-webkit-box-pack: start;
|
|
21
|
-
-ms-flex-pack: start;
|
|
22
|
-
justify-content: start;
|
|
23
|
-
-ms-flex-line-pack: center;
|
|
24
|
-
align-content: center;
|
|
25
|
-
margin-right: 80px;
|
|
26
|
-
}
|
|
27
|
-
.odor-content-main-item img {
|
|
28
|
-
width: 46px;
|
|
29
|
-
height: 46px;
|
|
30
|
-
margin-right: 18px;
|
|
31
|
-
}
|
|
32
|
-
.odor-content-main-item--name {
|
|
33
|
-
color: var(--label-color);
|
|
34
|
-
}
|
|
35
|
-
.odor-content-main-item--value {
|
|
36
|
-
color: var(--info-color);
|
|
37
|
-
font-size: 12px;
|
|
38
|
-
}
|
|
39
|
-
.odor-content-main-item--value span {
|
|
40
|
-
font-size: 22px;
|
|
41
|
-
}
|
|
42
|
-
.odor-info {
|
|
43
|
-
display: -webkit-box;
|
|
44
|
-
display: -ms-flexbox;
|
|
45
|
-
display: flex;
|
|
46
|
-
-webkit-box-orient: vertical;
|
|
47
|
-
-webkit-box-direction: normal;
|
|
48
|
-
-ms-flex-direction: column;
|
|
49
|
-
flex-direction: column;
|
|
50
|
-
padding: 16px;
|
|
51
|
-
margin-top: 10px;
|
|
52
|
-
background-color: var(--bg-color2);
|
|
53
|
-
height: 500px;
|
|
54
|
-
}
|
|
55
|
-
.odor-info-top {
|
|
56
|
-
width: 100%;
|
|
57
|
-
color: var(--title-color);
|
|
58
|
-
}
|
|
59
|
-
.odor-info-top > span {
|
|
60
|
-
font-size: 14px;
|
|
61
|
-
font-weight: 600;
|
|
62
|
-
}
|
|
63
|
-
.odor-info-top .title {
|
|
64
|
-
width: 100%;
|
|
65
|
-
height: 40px;
|
|
66
|
-
line-height: 40px;
|
|
67
|
-
border-radius: 6px 6px 0 0;
|
|
68
|
-
background: -webkit-gradient(linear, left top, left bottom, from(rgba(233, 52, 52, 0.3)), to(transparent));
|
|
69
|
-
background: linear-gradient(180deg, rgba(233, 52, 52, 0.3), transparent);
|
|
70
|
-
overflow-x: auto;
|
|
71
|
-
}
|
|
72
|
-
.odor-info-top .title img {
|
|
73
|
-
margin: 0 10px;
|
|
74
|
-
}
|
|
75
|
-
.odor-info-bottom {
|
|
76
|
-
width: 100%;
|
|
77
|
-
display: -webkit-box;
|
|
78
|
-
display: -ms-flexbox;
|
|
79
|
-
display: flex;
|
|
80
|
-
margin-top: 10px;
|
|
81
|
-
height: 400px;
|
|
82
|
-
}
|
|
83
|
-
.odor-info-bottom-left {
|
|
84
|
-
width: 45%;
|
|
85
|
-
}
|
|
86
|
-
.odor-info-bottom-right {
|
|
87
|
-
-webkit-box-flex: 1;
|
|
88
|
-
-ms-flex: 1;
|
|
89
|
-
flex: 1;
|
|
90
|
-
height: 100%;
|
|
91
|
-
padding: 0 40px;
|
|
92
|
-
}
|
|
93
|
-
.odor-info-bottom-right .timeline {
|
|
94
|
-
-webkit-box-flex: 1;
|
|
95
|
-
-ms-flex: 1;
|
|
96
|
-
flex: 1;
|
|
97
|
-
padding-top: 8px;
|
|
98
|
-
width: 100%;
|
|
99
|
-
height: 100%;
|
|
100
|
-
overflow-y: auto;
|
|
101
|
-
}
|
|
102
|
-
.odor-info-bottom-right .timeline .routeName {
|
|
103
|
-
font-size: 15px;
|
|
104
|
-
font-family: PingFang SC-Regular, PingFang SC;
|
|
105
|
-
color: rgba(0, 0, 0, 0.85);
|
|
106
|
-
line-height: 15px;
|
|
107
|
-
cursor: pointer;
|
|
108
|
-
margin-right: 4px;
|
|
109
|
-
}
|
|
110
|
-
.odor-info-bottom-right .timeline .rightText {
|
|
111
|
-
font-size: 14px;
|
|
112
|
-
font-family: PingFang SC;
|
|
113
|
-
font-weight: 400;
|
|
114
|
-
color: #666666;
|
|
115
|
-
line-height: 25px;
|
|
116
|
-
}
|
|
117
|
-
.odor-info-bottom-right .timeline .photos {
|
|
118
|
-
margin: 4px 0;
|
|
119
|
-
height: 73px;
|
|
120
|
-
overflow: hidden;
|
|
121
|
-
}
|
|
122
|
-
.odor-info-bottom-right .timeline .problemsDots {
|
|
123
|
-
color: #ff4d4f;
|
|
124
|
-
}
|
|
125
|
-
.odor-info-bottom-right .timeline .dots {
|
|
126
|
-
display: inline-block;
|
|
127
|
-
width: 8px;
|
|
128
|
-
height: 8px;
|
|
129
|
-
margin-right: 10px;
|
|
130
|
-
background: -webkit-gradient(linear, left bottom, left top, from(#fe8f90), to(#ff4d4f));
|
|
131
|
-
background: linear-gradient(0deg, #fe8f90 0%, #ff4d4f 100%);
|
|
132
|
-
-webkit-box-shadow: 0px 0px 4px 1px rgba(226, 88, 82, 0.64);
|
|
133
|
-
box-shadow: 0px 0px 4px 1px rgba(226, 88, 82, 0.64);
|
|
134
|
-
border-radius: 100%;
|
|
135
|
-
}
|
|
136
|
-
.odor-info-bottom-right .timeline .timelineTime {
|
|
137
|
-
font-family: PingFang SC-Regular, PingFang SC;
|
|
138
|
-
color: rgba(0, 0, 0, 0.65);
|
|
139
|
-
line-height: 11px;
|
|
140
|
-
font-size: 14px;
|
|
141
|
-
line-height: 24px;
|
|
142
|
-
margin-right: 8px;
|
|
143
|
-
}
|
|
144
|
-
.odor-info-bottom-right .timeline .problemsInfo {
|
|
145
|
-
padding: 12px;
|
|
146
|
-
width: 368px;
|
|
147
|
-
background: url('./imgs/cq_bg.png') no-repeat;
|
|
148
|
-
font-size: 100% 100%;
|
|
149
|
-
border-radius: 8px;
|
|
150
|
-
}
|
|
151
|
-
.odor-info-bottom-right .timeline .problemsInfoTop {
|
|
152
|
-
padding-top: 3.5px;
|
|
153
|
-
padding-bottom: 2px;
|
|
154
|
-
font-size: 500;
|
|
155
|
-
font-family: PingFang SC;
|
|
156
|
-
display: -webkit-box;
|
|
157
|
-
display: -ms-flexbox;
|
|
158
|
-
display: flex;
|
|
159
|
-
-webkit-box-pack: justify;
|
|
160
|
-
-ms-flex-pack: justify;
|
|
161
|
-
justify-content: space-between;
|
|
162
|
-
-webkit-box-align: center;
|
|
163
|
-
-ms-flex-align: center;
|
|
164
|
-
align-items: center;
|
|
165
|
-
}
|
|
166
|
-
.odor-info-bottom-right .timeline .problemsInfoTop img {
|
|
167
|
-
margin-right: 8px;
|
|
168
|
-
}
|
|
169
|
-
.odor-info-bottom-right .timeline .ant-timeline-item {
|
|
170
|
-
padding: 0;
|
|
171
|
-
}
|
|
172
|
-
.odor-info-bottom-right .timeline .ant-timeline-item-tail {
|
|
173
|
-
border: none;
|
|
174
|
-
}
|
|
175
|
-
.odor-info-bottom-right .timeline .ant-timeline-item-head-custom {
|
|
176
|
-
left: 40px;
|
|
177
|
-
z-index: 99;
|
|
178
|
-
}
|
|
179
|
-
.odor-info-bottom-right .timeline .ant-timeline-item-content {
|
|
180
|
-
left: 18px;
|
|
181
|
-
top: 20px;
|
|
182
|
-
padding: 0 10px;
|
|
183
|
-
border-left: 1px solid #ff4d503c;
|
|
184
|
-
width: 300px;
|
|
185
|
-
min-height: 130px;
|
|
186
|
-
}
|
|
187
|
-
.odor-info-bottom-right .timeline .ant-timeline-item-last .ant-timeline-item-content {
|
|
188
|
-
border-left: none !important;
|
|
189
|
-
}
|
|
190
|
-
.odor .grossWeight-color {
|
|
191
|
-
color: #00FFEC;
|
|
192
|
-
}
|
|
193
|
-
.odor .tareWeight-color {
|
|
194
|
-
color: #FFE6B0;
|
|
195
|
-
}
|
|
196
|
-
.odor .netWeight-color {
|
|
197
|
-
color: #78C7FC;
|
|
198
|
-
}
|
|
@@ -1,196 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
|
|
3
|
-
Object.defineProperty(exports, "__esModule", {
|
|
4
|
-
value: true
|
|
5
|
-
});
|
|
6
|
-
exports["default"] = exports.MainItem = void 0;
|
|
7
|
-
var _react = _interopRequireDefault(require("react"));
|
|
8
|
-
var _useSettings2 = _interopRequireDefault(require("../../../vm-hooks/useSettings"));
|
|
9
|
-
var _vmTable = _interopRequireDefault(require("../../../vm-table"));
|
|
10
|
-
var _api = require("../../api");
|
|
11
|
-
require("./index.less");
|
|
12
|
-
var _bjzx = _interopRequireDefault(require("../../imgs/bjzx.png"));
|
|
13
|
-
var _jcdw = _interopRequireDefault(require("../../imgs/jcdw.png"));
|
|
14
|
-
var _bjdw = _interopRequireDefault(require("../../imgs/bjdw.png"));
|
|
15
|
-
var _ahooks = require("ahooks");
|
|
16
|
-
var _antd = require("antd");
|
|
17
|
-
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
18
|
-
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
19
|
-
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."); }
|
|
20
|
-
function _unsupportedIterableToArray(o, minLen) { if (!o) return; if (typeof o === "string") return _arrayLikeToArray(o, minLen); var n = Object.prototype.toString.call(o).slice(8, -1); if (n === "Object" && o.constructor) n = o.constructor.name; if (n === "Map" || n === "Set") return Array.from(o); if (n === "Arguments" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return _arrayLikeToArray(o, minLen); }
|
|
21
|
-
function _arrayLikeToArray(arr, len) { if (len == null || len > arr.length) len = arr.length; for (var i = 0, arr2 = new Array(len); i < len; i++) { arr2[i] = arr[i]; } return arr2; }
|
|
22
|
-
function _iterableToArrayLimit(arr, i) { var _i = null == arr ? null : "undefined" != typeof Symbol && arr[Symbol.iterator] || arr["@@iterator"]; if (null != _i) { var _s, _e, _x, _r, _arr = [], _n = !0, _d = !1; try { if (_x = (_i = _i.call(arr)).next, 0 === i) { if (Object(_i) !== _i) return; _n = !1; } else for (; !(_n = (_s = _x.call(_i)).done) && (_arr.push(_s.value), _arr.length !== i); _n = !0) { ; } } catch (err) { _d = !0, _e = err; } finally { try { if (!_n && null != _i["return"] && (_r = _i["return"](), Object(_r) !== _r)) return; } finally { if (_d) throw _e; } } return _arr; } }
|
|
23
|
-
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
24
|
-
var OdorAlarm = function OdorAlarm(props) {
|
|
25
|
-
var id = props.id;
|
|
26
|
-
var _useSettings = (0, _useSettings2["default"])(),
|
|
27
|
-
isDark = _useSettings.isDark,
|
|
28
|
-
theme = _useSettings.theme;
|
|
29
|
-
var _OdorAlarmService$use = _api.OdorAlarmService.useBaseInfo(id),
|
|
30
|
-
statistic = _OdorAlarmService$use.statistic;
|
|
31
|
-
var _useSetState = (0, _ahooks.useSetState)({
|
|
32
|
-
sorter: ''
|
|
33
|
-
}),
|
|
34
|
-
_useSetState2 = _slicedToArray(_useSetState, 2),
|
|
35
|
-
state = _useSetState2[0],
|
|
36
|
-
setState = _useSetState2[1];
|
|
37
|
-
var sorter = state.sorter;
|
|
38
|
-
var _OdorAlarmService$use2 = _api.OdorAlarmService.useSitePage(id, sorter),
|
|
39
|
-
pageData = _OdorAlarmService$use2.pageData;
|
|
40
|
-
// 臭气实时报警
|
|
41
|
-
var _OdorAlarmService$ala = _api.OdorAlarmService.alarmPoint(id),
|
|
42
|
-
_OdorAlarmService$ala2 = _OdorAlarmService$ala.alarmList,
|
|
43
|
-
alarmList = _OdorAlarmService$ala2 === void 0 ? [] : _OdorAlarmService$ala2;
|
|
44
|
-
var columns = [{
|
|
45
|
-
title: '监测点位',
|
|
46
|
-
dataIndex: 'siteName'
|
|
47
|
-
}, {
|
|
48
|
-
title: '状态',
|
|
49
|
-
dataIndex: 'status',
|
|
50
|
-
width: 140,
|
|
51
|
-
render: function render(_) {
|
|
52
|
-
return /*#__PURE__*/_react["default"].createElement(_antd.Tag, {
|
|
53
|
-
color: _ == '正常' ? 'green' : 'red'
|
|
54
|
-
}, _);
|
|
55
|
-
},
|
|
56
|
-
sorter: function sorter(a, b) {
|
|
57
|
-
return a.status - b.status;
|
|
58
|
-
}
|
|
59
|
-
}];
|
|
60
|
-
var handleTableChange = function handleTableChange(sorter) {
|
|
61
|
-
setState({
|
|
62
|
-
sorter: "".concat(sorter.field, ",").concat(sorter.order === 'ascend' ? 'ASC' : 'DESC')
|
|
63
|
-
});
|
|
64
|
-
};
|
|
65
|
-
var tableProps = {
|
|
66
|
-
height: 440,
|
|
67
|
-
handleTableChange: handleTableChange,
|
|
68
|
-
dataSource: pageData || []
|
|
69
|
-
};
|
|
70
|
-
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
71
|
-
className: "odor"
|
|
72
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
73
|
-
className: "odor-content"
|
|
74
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
75
|
-
className: "odor-content-main"
|
|
76
|
-
}, /*#__PURE__*/_react["default"].createElement(MainItem, {
|
|
77
|
-
src: isDark ? _jcdw["default"] : theme == 'light' ? _jcdw["default"] : _jcdw["default"],
|
|
78
|
-
name: "\u76D1\u6D4B\u70B9\u4F4D",
|
|
79
|
-
value: (statistic === null || statistic === void 0 ? void 0 : statistic.siteNum) || 0,
|
|
80
|
-
unit: "\u4E2A"
|
|
81
|
-
}), /*#__PURE__*/_react["default"].createElement(MainItem, {
|
|
82
|
-
src: isDark ? _bjdw["default"] : theme == 'light' ? _bjdw["default"] : _bjdw["default"],
|
|
83
|
-
name: "\u62A5\u8B66\u70B9\u4F4D",
|
|
84
|
-
value: (statistic === null || statistic === void 0 ? void 0 : statistic.alarmSiteNum) || 0,
|
|
85
|
-
unit: "\u4E2A"
|
|
86
|
-
}))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
87
|
-
className: 'odor-info'
|
|
88
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
89
|
-
className: 'odor-info-top'
|
|
90
|
-
}, /*#__PURE__*/_react["default"].createElement("span", null, "\u81ED\u6C14\u5B9E\u65F6\u76D1\u6D4B"), !!(pageData === null || pageData === void 0 ? void 0 : pageData.length) && /*#__PURE__*/_react["default"].createElement("div", {
|
|
91
|
-
className: 'title'
|
|
92
|
-
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
93
|
-
src: _bjzx["default"]
|
|
94
|
-
}), pageData.map(function (item, index) {
|
|
95
|
-
return "".concat(index + 1, "\u3001").concat(item.siteName, ";");
|
|
96
|
-
}))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
97
|
-
className: 'odor-info-bottom'
|
|
98
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
99
|
-
className: 'odor-info-bottom-left'
|
|
100
|
-
}, /*#__PURE__*/_react["default"].createElement(_vmTable["default"], Object.assign({
|
|
101
|
-
columns: columns,
|
|
102
|
-
rowKey: "index"
|
|
103
|
-
}, tableProps))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
104
|
-
className: 'odor-info-bottom-right'
|
|
105
|
-
}, (alarmList === null || alarmList === void 0 ? void 0 : alarmList.length) ? /*#__PURE__*/_react["default"].createElement("div", {
|
|
106
|
-
className: 'timeline'
|
|
107
|
-
}, /*#__PURE__*/_react["default"].createElement(_antd.Timeline, null, alarmList === null || alarmList === void 0 ? void 0 : alarmList.map(function (item, index) {
|
|
108
|
-
return /*#__PURE__*/_react["default"].createElement(_antd.Timeline.Item, {
|
|
109
|
-
key: index,
|
|
110
|
-
dot: /*#__PURE__*/_react["default"].createElement("div", {
|
|
111
|
-
style: {
|
|
112
|
-
marginLeft: 4
|
|
113
|
-
}
|
|
114
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
115
|
-
style: {
|
|
116
|
-
width: '14px',
|
|
117
|
-
height: '14px',
|
|
118
|
-
border: '1px solid red',
|
|
119
|
-
borderRadius: '50%',
|
|
120
|
-
padding: 2
|
|
121
|
-
}
|
|
122
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
123
|
-
style: {
|
|
124
|
-
width: '8px',
|
|
125
|
-
height: '8px',
|
|
126
|
-
background: '#FF4D4F',
|
|
127
|
-
border: '2px solid rgba(255,255,255,0.3)',
|
|
128
|
-
borderRadius: '50%',
|
|
129
|
-
position: 'absolute'
|
|
130
|
-
}
|
|
131
|
-
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
132
|
-
style: {
|
|
133
|
-
position: 'relative',
|
|
134
|
-
top: -6,
|
|
135
|
-
fontSize: 16,
|
|
136
|
-
fontFamily: 'PingFang SC',
|
|
137
|
-
fontWeight: 500,
|
|
138
|
-
color: '#262626',
|
|
139
|
-
width: 200,
|
|
140
|
-
display: 'block'
|
|
141
|
-
}
|
|
142
|
-
}, item.alarmTime))))
|
|
143
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
144
|
-
className: 'problemsInfo'
|
|
145
|
-
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
146
|
-
className: 'problemsInfoTop'
|
|
147
|
-
}, /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("img", {
|
|
148
|
-
src: require('./imgs/position_red.png')
|
|
149
|
-
}), /*#__PURE__*/_react["default"].createElement("span", {
|
|
150
|
-
className: 'routeName'
|
|
151
|
-
}, item.alarmPoint)), /*#__PURE__*/_react["default"].createElement(_antd.Tag, {
|
|
152
|
-
color: "yellow"
|
|
153
|
-
}, item.alarmStatus)), /*#__PURE__*/_react["default"].createElement("div", {
|
|
154
|
-
className: 'rightText'
|
|
155
|
-
}, /*#__PURE__*/_react["default"].createElement("span", {
|
|
156
|
-
style: {
|
|
157
|
-
color: '#723F3F'
|
|
158
|
-
}
|
|
159
|
-
}, "\u62A5\u8B66\uFF1A"), item.alarmInfo)));
|
|
160
|
-
}))) : /*#__PURE__*/_react["default"].createElement("div", {
|
|
161
|
-
style: {
|
|
162
|
-
height: '190px',
|
|
163
|
-
textAlign: 'center',
|
|
164
|
-
marginTop: 50
|
|
165
|
-
}
|
|
166
|
-
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
167
|
-
src: require('./imgs/noData.png'),
|
|
168
|
-
style: {
|
|
169
|
-
width: '80%'
|
|
170
|
-
}
|
|
171
|
-
}), /*#__PURE__*/_react["default"].createElement("br", null), /*#__PURE__*/_react["default"].createElement("span", {
|
|
172
|
-
style: {
|
|
173
|
-
color: '#ccc',
|
|
174
|
-
fontSize: 16
|
|
175
|
-
}
|
|
176
|
-
}, " \u6682\u65E0\u6570\u636E"))))));
|
|
177
|
-
};
|
|
178
|
-
var MainItem = function MainItem(props) {
|
|
179
|
-
var src = props.src,
|
|
180
|
-
name = props.name,
|
|
181
|
-
value = props.value,
|
|
182
|
-
unit = props.unit;
|
|
183
|
-
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
184
|
-
className: "odor-content-main-item"
|
|
185
|
-
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
186
|
-
src: src
|
|
187
|
-
}), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement("div", {
|
|
188
|
-
className: "odor-content-main-item--name"
|
|
189
|
-
}, name), /*#__PURE__*/_react["default"].createElement("div", {
|
|
190
|
-
className: "odor-content-main-item--value"
|
|
191
|
-
}, /*#__PURE__*/_react["default"].createElement("span", null, value), unit)));
|
|
192
|
-
};
|
|
193
|
-
exports.MainItem = MainItem;
|
|
194
|
-
var _default = OdorAlarm;
|
|
195
|
-
exports["default"] = _default;
|
|
196
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","names":["OdorAlarm","props","id","useSettings","isDark","theme","OdorAlarmService","useBaseInfo","statistic","useSetState","sorter","state","setState","useSitePage","pageData","alarmPoint","alarmList","columns","title","dataIndex","width","render","_","React","createElement","Tag","color","a","b","status","handleTableChange","field","order","tableProps","height","dataSource","className","MainItem","src","jcdw","jcdwLight","jcdwBlue","name","value","siteNum","unit","bjdw","bjdwLight","bjdwBlue","alarmSiteNum","length","bjzx","map","item","index","siteName","VMTable","Object","assign","rowKey","Timeline","Item","key","dot","style","marginLeft","border","borderRadius","padding","background","position","top","fontSize","fontFamily","fontWeight","display","alarmTime","require","alarmStatus","alarmInfo","textAlign","marginTop"],"sources":["vtx-df-modal/components/OdorAlarm/index.js"],"sourcesContent":["/**\n * 终端-臭气报警-只有转运站需要\n */\nimport React from 'react';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport VMTable from '../../../vm-table';\nimport { OdorAlarmService } from '../../api';\nimport './index.less';\nimport bjzx from '../../imgs/bjzx.png';\nimport jcdw from '../../imgs/jcdw.png';\nimport bjdw from '../../imgs/bjdw.png';\nimport jcdwLight from '../../imgs/jcdw.png';\nimport bjdwLight from '../../imgs/bjdw.png';\nimport jcdwBlue from '../../imgs/jcdw.png';\nimport bjdwBlue from '../../imgs/bjdw.png';\nimport { useSetState } from 'ahooks';\nimport { Tag, Timeline } from 'antd';\nconst OdorAlarm = props => {\n const { id } = props;\n const { isDark, theme } = useSettings();\n const { statistic } = OdorAlarmService.useBaseInfo(id);\n const [state, setState] = useSetState({\n sorter: '',\n });\n const { sorter } = state;\n const { pageData } = OdorAlarmService.useSitePage(id, sorter);\n // 臭气实时报警\n const { alarmList = [] } = OdorAlarmService.alarmPoint(id);\n const columns = [\n {\n title: '监测点位',\n dataIndex: 'siteName',\n },\n {\n title: '状态',\n dataIndex: 'status',\n width: 140,\n render: (_) => React.createElement(Tag, { color: _ == '正常' ? 'green' : 'red' }, _),\n sorter: (a, b) => a.status - b.status,\n }\n ];\n const handleTableChange = (sorter) => {\n setState({\n sorter: `${sorter.field},${sorter.order === 'ascend' ? 'ASC' : 'DESC'}`,\n });\n };\n const tableProps = {\n height: 440,\n handleTableChange,\n dataSource: pageData || []\n };\n return (React.createElement(\"div\", { className: \"odor\" },\n React.createElement(\"div\", { className: \"odor-content\" },\n React.createElement(\"div\", { className: \"odor-content-main\" },\n React.createElement(MainItem, { src: isDark ? jcdw : theme == 'light' ? jcdwLight : jcdwBlue, name: \"\\u76D1\\u6D4B\\u70B9\\u4F4D\", value: (statistic === null || statistic === void 0 ? void 0 : statistic.siteNum) || 0, unit: \"\\u4E2A\" }),\n React.createElement(MainItem, { src: isDark ? bjdw : theme == 'light' ? bjdwLight : bjdwBlue, name: \"\\u62A5\\u8B66\\u70B9\\u4F4D\", value: (statistic === null || statistic === void 0 ? void 0 : statistic.alarmSiteNum) || 0, unit: \"\\u4E2A\" }))),\n React.createElement(\"div\", { className: 'odor-info' },\n React.createElement(\"div\", { className: 'odor-info-top' },\n React.createElement(\"span\", null, \"\\u81ED\\u6C14\\u5B9E\\u65F6\\u76D1\\u6D4B\"),\n !!(pageData === null || pageData === void 0 ? void 0 : pageData.length) && React.createElement(\"div\", { className: 'title' },\n React.createElement(\"img\", { src: bjzx }),\n pageData.map((item, index) => `${index + 1}、${item.siteName};`))),\n React.createElement(\"div\", { className: 'odor-info-bottom' },\n React.createElement(\"div\", { className: 'odor-info-bottom-left' },\n React.createElement(VMTable, Object.assign({ columns: columns, rowKey: \"index\" }, tableProps))),\n React.createElement(\"div\", { className: 'odor-info-bottom-right' }, (alarmList === null || alarmList === void 0 ? void 0 : alarmList.length) ? (React.createElement(\"div\", { className: 'timeline' },\n React.createElement(Timeline, null, alarmList === null || alarmList === void 0 ? void 0 : alarmList.map((item, index) => {\n return (React.createElement(Timeline.Item, { key: index, dot: React.createElement(\"div\", { style: {\n marginLeft: 4,\n } },\n React.createElement(\"div\", { style: {\n width: '14px',\n height: '14px',\n border: '1px solid red',\n borderRadius: '50%',\n padding: 2,\n } },\n React.createElement(\"div\", { style: {\n width: '8px',\n height: '8px',\n background: '#FF4D4F',\n border: '2px solid rgba(255,255,255,0.3)',\n borderRadius: '50%',\n position: 'absolute',\n } },\n React.createElement(\"span\", { style: {\n position: 'relative',\n top: -6,\n fontSize: 16,\n fontFamily: 'PingFang SC',\n fontWeight: 500,\n color: '#262626',\n width: 200,\n display: 'block',\n } }, item.alarmTime)))) },\n React.createElement(\"div\", { className: 'problemsInfo' },\n React.createElement(\"div\", { className: 'problemsInfoTop' },\n React.createElement(\"div\", null,\n React.createElement(\"img\", { src: require('./imgs/position_red.png') }),\n React.createElement(\"span\", { className: 'routeName' }, item.alarmPoint)),\n React.createElement(Tag, { color: \"yellow\" }, item.alarmStatus)),\n React.createElement(\"div\", { className: 'rightText' },\n React.createElement(\"span\", { style: { color: '#723F3F' } }, \"\\u62A5\\u8B66\\uFF1A\"),\n item.alarmInfo))));\n })))) : (React.createElement(\"div\", { style: { height: '190px', textAlign: 'center', marginTop: 50 } },\n React.createElement(\"img\", { src: require('./imgs/noData.png'), style: { width: '80%' } }),\n React.createElement(\"br\", null),\n React.createElement(\"span\", { style: { color: '#ccc', fontSize: 16 } }, \" \\u6682\\u65E0\\u6570\\u636E\"))))))));\n};\nexport const MainItem = (props) => {\n const { src, name, value, unit } = props;\n return (React.createElement(\"div\", { className: \"odor-content-main-item\" },\n React.createElement(\"img\", { src: src }),\n React.createElement(\"div\", null,\n React.createElement(\"div\", { className: \"odor-content-main-item--name\" }, name),\n React.createElement(\"div\", { className: \"odor-content-main-item--value\" },\n React.createElement(\"span\", null, value),\n unit))));\n};\nexport default OdorAlarm;\n"],"mappings":"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"}
|