@vtx/modals2 2.5.0
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 +33 -0
- package/lib/index.js +126 -0
- package/lib/index.js.map +1 -0
- package/lib/style/css.js +16 -0
- package/lib/style/css.js.map +1 -0
- package/lib/style/index.css +84 -0
- package/lib/style/index.js +16 -0
- package/lib/style/index.js.map +1 -0
- package/lib/style/index.less +8 -0
- package/lib/style/themes/dark.css +84 -0
- package/lib/style/themes/dark.less +69 -0
- package/lib/style/themes/default.css +32 -0
- package/lib/style/themes/default.less +34 -0
- package/lib/style/themes/index.css +84 -0
- package/lib/style/themes/index.less +1 -0
- package/lib/typings.d.ts +15 -0
- package/lib/util/index.js +25 -0
- package/lib/util/index.js.map +1 -0
- package/lib/vm-alarm-info/Components/AlarmRecord.js +119 -0
- package/lib/vm-alarm-info/Components/AlarmRecord.js.map +1 -0
- package/lib/vm-alarm-info/Components/AlarmStatistics.js +167 -0
- package/lib/vm-alarm-info/Components/AlarmStatistics.js.map +1 -0
- package/lib/vm-alarm-info/Components/AlarmTrend.js +229 -0
- package/lib/vm-alarm-info/Components/AlarmTrend.js.map +1 -0
- package/lib/vm-alarm-info/Components/CurrentAlarm.js +111 -0
- package/lib/vm-alarm-info/Components/CurrentAlarm.js.map +1 -0
- package/lib/vm-alarm-info/Components/CurrentAlarmNew.js +89 -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 +172 -0
- package/lib/vm-alarm-info/api.js.map +1 -0
- package/lib/vm-alarm-info/index.js +90 -0
- package/lib/vm-alarm-info/index.js.map +1 -0
- package/lib/vm-alarm-info/style/css.js +4 -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 +4 -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 +87 -0
- package/lib/vm-alarm-situation/api.js.map +1 -0
- package/lib/vm-alarm-situation/index.js +214 -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 +75 -0
- package/lib/vm-alarm-situation-pt/api.js.map +1 -0
- package/lib/vm-alarm-situation-pt/index.js +146 -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 +178 -0
- package/lib/vm-analysis-comparison/api.js.map +1 -0
- package/lib/vm-analysis-comparison/index.js +370 -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 +57 -0
- package/lib/vm-appraisal-info/AppraisalBase.js.map +1 -0
- package/lib/vm-appraisal-info/AppraisalTop5.js +69 -0
- package/lib/vm-appraisal-info/AppraisalTop5.js.map +1 -0
- package/lib/vm-appraisal-info/List.js +59 -0
- package/lib/vm-appraisal-info/List.js.map +1 -0
- package/lib/vm-appraisal-info/ListKh.js +156 -0
- package/lib/vm-appraisal-info/ListKh.js.map +1 -0
- package/lib/vm-appraisal-info/ListZg.js +161 -0
- package/lib/vm-appraisal-info/ListZg.js.map +1 -0
- package/lib/vm-appraisal-info/Wtlx.js +96 -0
- package/lib/vm-appraisal-info/Wtlx.js.map +1 -0
- package/lib/vm-appraisal-info/Zgxxhz.js +47 -0
- package/lib/vm-appraisal-info/Zgxxhz.js.map +1 -0
- package/lib/vm-appraisal-info/api.js +164 -0
- package/lib/vm-appraisal-info/api.js.map +1 -0
- package/lib/vm-appraisal-info/imgs/1.png +0 -0
- package/lib/vm-appraisal-info/imgs/2.png +0 -0
- package/lib/vm-appraisal-info/imgs/3.png +0 -0
- package/lib/vm-appraisal-info/imgs/4.png +0 -0
- package/lib/vm-appraisal-info/imgs/5.png +0 -0
- package/lib/vm-appraisal-info/imgs/chart.png +0 -0
- package/lib/vm-appraisal-info/imgs/chart_active.png +0 -0
- package/lib/vm-appraisal-info/imgs/chart_active_light.png +0 -0
- package/lib/vm-appraisal-info/imgs/kfyz.png +0 -0
- package/lib/vm-appraisal-info/imgs/kfyz_light.png +0 -0
- package/lib/vm-appraisal-info/imgs/khcs.png +0 -0
- package/lib/vm-appraisal-info/imgs/khcs_light.png +0 -0
- package/lib/vm-appraisal-info/imgs/list.png +0 -0
- package/lib/vm-appraisal-info/imgs/list_active.png +0 -0
- package/lib/vm-appraisal-info/imgs/list_active_light.png +0 -0
- package/lib/vm-appraisal-info/imgs/ljkf.png +0 -0
- package/lib/vm-appraisal-info/imgs/ljkf_light.png +0 -0
- package/lib/vm-appraisal-info/imgs/wtlx.png +0 -0
- package/lib/vm-appraisal-info/imgs/wtlx_light.png +0 -0
- package/lib/vm-appraisal-info/imgs/zggd.png +0 -0
- package/lib/vm-appraisal-info/imgs/zggd_light.png +0 -0
- package/lib/vm-appraisal-info/index.js +135 -0
- package/lib/vm-appraisal-info/index.js.map +1 -0
- package/lib/vm-appraisal-info/style/css.js +4 -0
- package/lib/vm-appraisal-info/style/css.js.map +1 -0
- package/lib/vm-appraisal-info/style/index.css +148 -0
- package/lib/vm-appraisal-info/style/index.js +4 -0
- package/lib/vm-appraisal-info/style/index.js.map +1 -0
- package/lib/vm-appraisal-info/style/index.less +122 -0
- package/lib/vm-base-list/OpenArrow.js +48 -0
- package/lib/vm-base-list/OpenArrow.js.map +1 -0
- package/lib/vm-base-list/index.js +86 -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 +27 -0
- package/lib/vm-button/index.js.map +1 -0
- package/lib/vm-button/style/css.js +4 -0
- package/lib/vm-button/style/css.js.map +1 -0
- package/lib/vm-button/style/index.css +26 -0
- package/lib/vm-button/style/index.js +4 -0
- package/lib/vm-button/style/index.js.map +1 -0
- package/lib/vm-button/style/index.less +20 -0
- package/lib/vm-charts/Distribute1.js +137 -0
- package/lib/vm-charts/Distribute1.js.map +1 -0
- package/lib/vm-charts/Gauge1.js +149 -0
- package/lib/vm-charts/Gauge1.js.map +1 -0
- package/lib/vm-charts/Line.js +215 -0
- package/lib/vm-charts/Line.js.map +1 -0
- package/lib/vm-charts/Line1.js +96 -0
- package/lib/vm-charts/Line1.js.map +1 -0
- package/lib/vm-charts/Pie.js +117 -0
- package/lib/vm-charts/Pie.js.map +1 -0
- package/lib/vm-charts/index.css +20 -0
- package/lib/vm-charts/index.js +42 -0
- package/lib/vm-charts/index.js.map +1 -0
- package/lib/vm-charts/index.less +30 -0
- package/lib/vm-checkbox/index.js +34 -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 +35 -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 +237 -0
- package/lib/vm-correlation-comparison/api.js.map +1 -0
- package/lib/vm-correlation-comparison/index.js +309 -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 +45 -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 +163 -0
- package/lib/vm-filter/index.js.map +1 -0
- package/lib/vm-filter/style/css.js +4 -0
- package/lib/vm-filter/style/css.js.map +1 -0
- package/lib/vm-filter/style/index.css +138 -0
- package/lib/vm-filter/style/index.js +4 -0
- package/lib/vm-filter/style/index.js.map +1 -0
- package/lib/vm-filter/style/index.less +165 -0
- package/lib/vm-hooks/useSettings.js +35 -0
- package/lib/vm-hooks/useSettings.js.map +1 -0
- package/lib/vm-iframe-modal/index.js +41 -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 +42 -0
- package/lib/vm-image-text/index.js.map +1 -0
- package/lib/vm-image-text/style/css.js +4 -0
- package/lib/vm-image-text/style/css.js.map +1 -0
- package/lib/vm-image-text/style/index.css +33 -0
- package/lib/vm-image-text/style/index.js +4 -0
- package/lib/vm-image-text/style/index.js.map +1 -0
- package/lib/vm-image-text/style/index.less +30 -0
- package/lib/vm-info-collection/index.js +45 -0
- package/lib/vm-info-collection/index.js.map +1 -0
- package/lib/vm-info-collection/style/css.js +4 -0
- package/lib/vm-info-collection/style/css.js.map +1 -0
- package/lib/vm-info-collection/style/index.css +50 -0
- package/lib/vm-info-collection/style/index.js +4 -0
- package/lib/vm-info-collection/style/index.js.map +1 -0
- package/lib/vm-info-collection/style/index.less +38 -0
- package/lib/vm-map/index.js +252 -0
- package/lib/vm-map/index.js.map +1 -0
- package/lib/vm-map/mapStyle.js +4730 -0
- package/lib/vm-map/mapStyle.js.map +1 -0
- package/lib/vm-modal-table/index.js +35 -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/imgs/default.png +0 -0
- package/lib/vm-nodata/index.js +26 -0
- package/lib/vm-nodata/index.js.map +1 -0
- package/lib/vm-radio/index.js +29 -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 +194 -0
- package/lib/vm-real-time-monitor/api.js.map +1 -0
- package/lib/vm-real-time-monitor/index.js +368 -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 +62 -0
- package/lib/vm-repair-maintain/RmInfoSummary.js.map +1 -0
- package/lib/vm-repair-maintain/RmMonthTrend.js +104 -0
- package/lib/vm-repair-maintain/RmMonthTrend.js.map +1 -0
- package/lib/vm-repair-maintain/RmRecord.js +156 -0
- package/lib/vm-repair-maintain/RmRecord.js.map +1 -0
- package/lib/vm-repair-maintain/RmType.js +104 -0
- package/lib/vm-repair-maintain/RmType.js.map +1 -0
- package/lib/vm-repair-maintain/api.js +95 -0
- package/lib/vm-repair-maintain/api.js.map +1 -0
- package/lib/vm-repair-maintain/imgs/amount.png +0 -0
- package/lib/vm-repair-maintain/imgs/amount_light.png +0 -0
- package/lib/vm-repair-maintain/imgs/count.png +0 -0
- package/lib/vm-repair-maintain/imgs/count_light.png +0 -0
- package/lib/vm-repair-maintain/index.js +56 -0
- package/lib/vm-repair-maintain/index.js.map +1 -0
- package/lib/vm-repair-maintain/style/css.js +4 -0
- package/lib/vm-repair-maintain/style/css.js.map +1 -0
- package/lib/vm-repair-maintain/style/index.css +119 -0
- package/lib/vm-repair-maintain/style/index.js +4 -0
- package/lib/vm-repair-maintain/style/index.js.map +1 -0
- package/lib/vm-repair-maintain/style/index.less +108 -0
- package/lib/vm-round-content/index.js +70 -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 +28 -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 +43 -0
- package/lib/vm-sub-tabs/index.js.map +1 -0
- package/lib/vm-sub-tabs/style/css.js +4 -0
- package/lib/vm-sub-tabs/style/css.js.map +1 -0
- package/lib/vm-sub-tabs/style/index.css +91 -0
- package/lib/vm-sub-tabs/style/index.js +4 -0
- package/lib/vm-sub-tabs/style/index.js.map +1 -0
- package/lib/vm-sub-tabs/style/index.less +119 -0
- package/lib/vm-sub-title/imgs/bg.png +0 -0
- package/lib/vm-sub-title/imgs/bg_light.png +0 -0
- package/lib/vm-sub-title/index.js +28 -0
- package/lib/vm-sub-title/index.js.map +1 -0
- package/lib/vm-sub-title/style/css.js +4 -0
- package/lib/vm-sub-title/style/css.js.map +1 -0
- package/lib/vm-sub-title/style/index.css +23 -0
- package/lib/vm-sub-title/style/index.js +4 -0
- package/lib/vm-sub-title/style/index.js.map +1 -0
- package/lib/vm-sub-title/style/index.less +23 -0
- package/lib/vm-table/index.js +206 -0
- package/lib/vm-table/index.js.map +1 -0
- package/lib/vm-table/style/css.js +4 -0
- package/lib/vm-table/style/css.js.map +1 -0
- package/lib/vm-table/style/index.css +176 -0
- package/lib/vm-table/style/index.js +4 -0
- package/lib/vm-table/style/index.js.map +1 -0
- package/lib/vm-table/style/index.less +224 -0
- 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 +30 -0
- package/lib/vm-video/api.js.map +1 -0
- package/lib/vm-video/index.css +92 -0
- package/lib/vm-video/index.js +37 -0
- package/lib/vm-video/index.js.map +1 -0
- package/lib/vm-video/index.less +10 -0
- package/lib/vtx-base-info/imgs/tab_bg_light.png +0 -0
- package/lib/vtx-base-info/index.js +54 -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 +45 -0
- package/lib/vtx-base-modal/api.js.map +1 -0
- package/lib/vtx-base-modal/imgs/close-dark.png +0 -0
- package/lib/vtx-base-modal/imgs/close.png +0 -0
- package/lib/vtx-base-modal/imgs/collect.png +0 -0
- package/lib/vtx-base-modal/imgs/collect_light.png +0 -0
- package/lib/vtx-base-modal/imgs/modal_bg.png +0 -0
- package/lib/vtx-base-modal/imgs/panoramaLink.png +0 -0
- package/lib/vtx-base-modal/imgs/tab_bg.png +0 -0
- package/lib/vtx-base-modal/imgs/tab_bg_light.png +0 -0
- package/lib/vtx-base-modal/imgs/title_bg.png +0 -0
- package/lib/vtx-base-modal/imgs/track.png +0 -0
- package/lib/vtx-base-modal/imgs/track_light.png +0 -0
- package/lib/vtx-base-modal/index.js +293 -0
- package/lib/vtx-base-modal/index.js.map +1 -0
- package/lib/vtx-base-modal/style/css.js +4 -0
- package/lib/vtx-base-modal/style/css.js.map +1 -0
- package/lib/vtx-base-modal/style/index.css +540 -0
- package/lib/vtx-base-modal/style/index.js +4 -0
- package/lib/vtx-base-modal/style/index.js.map +1 -0
- package/lib/vtx-base-modal/style/index.less +575 -0
- package/lib/vtx-car-modal/api.js +611 -0
- package/lib/vtx-car-modal/api.js.map +1 -0
- package/lib/vtx-car-modal/components/AlarmInfo/Charts.js +198 -0
- package/lib/vtx-car-modal/components/AlarmInfo/Charts.js.map +1 -0
- package/lib/vtx-car-modal/components/AlarmInfo/List.js +188 -0
- package/lib/vtx-car-modal/components/AlarmInfo/List.js.map +1 -0
- package/lib/vtx-car-modal/components/AlarmInfo/index.css +45 -0
- package/lib/vtx-car-modal/components/AlarmInfo/index.js +141 -0
- package/lib/vtx-car-modal/components/AlarmInfo/index.js.map +1 -0
- package/lib/vtx-car-modal/components/AlarmInfo/index.less +38 -0
- package/lib/vtx-car-modal/components/BaseInfo/Charts.js +66 -0
- package/lib/vtx-car-modal/components/BaseInfo/Charts.js.map +1 -0
- package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js +83 -0
- package/lib/vtx-car-modal/components/BaseInfo/TodayRun.js.map +1 -0
- 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 +68 -0
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkJXH.js.map +1 -0
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js +115 -0
- package/lib/vtx-car-modal/components/BaseInfo/TodayWorkLJSY.js.map +1 -0
- package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js +116 -0
- package/lib/vtx-car-modal/components/BaseInfo/Wgfx.js.map +1 -0
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js +56 -0
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummary.js.map +1 -0
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js +102 -0
- package/lib/vtx-car-modal/components/BaseInfo/WorkSummaryJxh.js.map +1 -0
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js +138 -0
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxCC.js.map +1 -0
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js +126 -0
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxJXH.js.map +1 -0
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js +137 -0
- package/lib/vtx-car-modal/components/BaseInfo/ZyfxLJSY.js.map +1 -0
- package/lib/vtx-car-modal/components/BaseInfo/index.css +282 -0
- package/lib/vtx-car-modal/components/BaseInfo/index.js +231 -0
- package/lib/vtx-car-modal/components/BaseInfo/index.js.map +1 -0
- package/lib/vtx-car-modal/components/BaseInfo/index.less +239 -0
- package/lib/vtx-car-modal/components/Maintenance/index.css +39 -0
- package/lib/vtx-car-modal/components/Maintenance/index.js +134 -0
- package/lib/vtx-car-modal/components/Maintenance/index.js.map +1 -0
- package/lib/vtx-car-modal/components/Maintenance/index.less +34 -0
- package/lib/vtx-car-modal/components/OilConsumption/List.js +90 -0
- package/lib/vtx-car-modal/components/OilConsumption/List.js.map +1 -0
- package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js +100 -0
- package/lib/vtx-car-modal/components/OilConsumption/OilLIne.js.map +1 -0
- package/lib/vtx-car-modal/components/OilConsumption/index.css +33 -0
- package/lib/vtx-car-modal/components/OilConsumption/index.js +142 -0
- package/lib/vtx-car-modal/components/OilConsumption/index.js.map +1 -0
- package/lib/vtx-car-modal/components/OilConsumption/index.less +36 -0
- package/lib/vtx-car-modal/components/StaticInfo/Charts.js +70 -0
- package/lib/vtx-car-modal/components/StaticInfo/Charts.js.map +1 -0
- package/lib/vtx-car-modal/components/StaticInfo/List.js +92 -0
- package/lib/vtx-car-modal/components/StaticInfo/List.js.map +1 -0
- package/lib/vtx-car-modal/components/StaticInfo/index.css +93 -0
- package/lib/vtx-car-modal/components/StaticInfo/index.js +101 -0
- package/lib/vtx-car-modal/components/StaticInfo/index.js.map +1 -0
- package/lib/vtx-car-modal/components/StaticInfo/index.less +72 -0
- package/lib/vtx-car-modal/components/WaterConsumption/index.css +29 -0
- package/lib/vtx-car-modal/components/WaterConsumption/index.js +120 -0
- package/lib/vtx-car-modal/components/WaterConsumption/index.js.map +1 -0
- package/lib/vtx-car-modal/components/WaterConsumption/index.less +22 -0
- package/lib/vtx-car-modal/components/WorkInfo/Wcl.js +122 -0
- package/lib/vtx-car-modal/components/WorkInfo/Wcl.js.map +1 -0
- package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js +317 -0
- package/lib/vtx-car-modal/components/WorkInfo/WorkJxh.js.map +1 -0
- package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js +249 -0
- package/lib/vtx-car-modal/components/WorkInfo/WorkLjsy.js.map +1 -0
- package/lib/vtx-car-modal/components/WorkInfo/index.css +99 -0
- package/lib/vtx-car-modal/components/WorkInfo/index.js +35 -0
- package/lib/vtx-car-modal/components/WorkInfo/index.js.map +1 -0
- package/lib/vtx-car-modal/components/WorkInfo/index.less +62 -0
- package/lib/vtx-car-modal/components/index.js +56 -0
- package/lib/vtx-car-modal/components/index.js.map +1 -0
- package/lib/vtx-car-modal/imgs/bglyh.png +0 -0
- package/lib/vtx-car-modal/imgs/bglyh_light.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar-hour.png +0 -0
- package/lib/vtx-car-modal/imgs/calendar-mile.png +0 -0
- package/lib/vtx-car-modal/imgs/car.png +0 -0
- package/lib/vtx-car-modal/imgs/ccts.png +0 -0
- package/lib/vtx-car-modal/imgs/ccts_light.png +0 -0
- package/lib/vtx-car-modal/imgs/dqsd.png +0 -0
- package/lib/vtx-car-modal/imgs/dqsd_light.png +0 -0
- package/lib/vtx-car-modal/imgs/jrxs.png +0 -0
- package/lib/vtx-car-modal/imgs/jrxs_light.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjdw.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjdw_light.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjts.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjts_light.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjzl.png +0 -0
- package/lib/vtx-car-modal/imgs/ljsjzl_light.png +0 -0
- package/lib/vtx-car-modal/imgs/ljwgsc.png +0 -0
- package/lib/vtx-car-modal/imgs/ljwgsc_light.png +0 -0
- package/lib/vtx-car-modal/imgs/ljwgts.png +0 -0
- package/lib/vtx-car-modal/imgs/ljwgts_light.png +0 -0
- package/lib/vtx-car-modal/imgs/outTime.png +0 -0
- package/lib/vtx-car-modal/imgs/outTime_light.png +0 -0
- package/lib/vtx-car-modal/imgs/pjwcl.png +0 -0
- package/lib/vtx-car-modal/imgs/pjwcl_light.png +0 -0
- package/lib/vtx-car-modal/imgs/position.png +0 -0
- package/lib/vtx-car-modal/imgs/position_light.png +0 -0
- package/lib/vtx-car-modal/imgs/refresh.png +0 -0
- package/lib/vtx-car-modal/imgs/refresh_light.png +0 -0
- package/lib/vtx-car-modal/imgs/runTime.png +0 -0
- package/lib/vtx-car-modal/imgs/runTime_light.png +0 -0
- package/lib/vtx-car-modal/imgs/syyl.png +0 -0
- package/lib/vtx-car-modal/imgs/syyl_light.png +0 -0
- package/lib/vtx-car-modal/imgs/warn.png +0 -0
- package/lib/vtx-car-modal/imgs/wcl.png +0 -0
- package/lib/vtx-car-modal/imgs/wcl_light.png +0 -0
- package/lib/vtx-car-modal/imgs/wgcs.png +0 -0
- package/lib/vtx-car-modal/imgs/wgcs_light.png +0 -0
- package/lib/vtx-car-modal/imgs/xslc.png +0 -0
- package/lib/vtx-car-modal/imgs/xslc_light.png +0 -0
- package/lib/vtx-car-modal/imgs/ysdw.png +0 -0
- package/lib/vtx-car-modal/imgs/ysdw_light.png +0 -0
- package/lib/vtx-car-modal/imgs/ywcdw.png +0 -0
- package/lib/vtx-car-modal/imgs/ywcdw_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zlc.png +0 -0
- package/lib/vtx-car-modal/imgs/zlc_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zld.png +0 -0
- package/lib/vtx-car-modal/imgs/zld_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zsh.png +0 -0
- package/lib/vtx-car-modal/imgs/zsh_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zycs.png +0 -0
- package/lib/vtx-car-modal/imgs/zycs_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zycssc.png +0 -0
- package/lib/vtx-car-modal/imgs/zycssc_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zyh.png +0 -0
- package/lib/vtx-car-modal/imgs/zyh_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zyl.png +0 -0
- package/lib/vtx-car-modal/imgs/zyl_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zylc.png +0 -0
- package/lib/vtx-car-modal/imgs/zylc_light.png +0 -0
- package/lib/vtx-car-modal/imgs/zysc.png +0 -0
- package/lib/vtx-car-modal/imgs/zysc_light.png +0 -0
- package/lib/vtx-car-modal/index.js +140 -0
- package/lib/vtx-car-modal/index.js.map +1 -0
- package/lib/vtx-car-modal/style/css.js +12 -0
- package/lib/vtx-car-modal/style/css.js.map +1 -0
- package/lib/vtx-car-modal/style/index.css +88 -0
- package/lib/vtx-car-modal/style/index.js +12 -0
- package/lib/vtx-car-modal/style/index.js.map +1 -0
- package/lib/vtx-car-modal/style/index.less +6 -0
- package/lib/vtx-cc-cp-modal/api.js +306 -0
- package/lib/vtx-cc-cp-modal/api.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js +153 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js +104 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/AlarmInfo/Summary.js +135 -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 +35 -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 +77 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/AllWork.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js +45 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Info.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js +49 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/Rules.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/BaseInfo/SyRecord.js +126 -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 +67 -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 +131 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/ExceptionRecord.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js +104 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/MonthTrend.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/ExceptionInfo/Summary.js +135 -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 +35 -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 +125 -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 +111 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/Ljcsl.js.map +1 -0
- package/lib/vtx-cc-cp-modal/components/SyInfo/SummaryInfo.js +118 -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 +84 -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 +67 -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/style/index.less +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 +343 -0
- package/lib/vtx-cp-modal/api.js.map +1 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js +172 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js +106 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js +166 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/Summary.js.map +1 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/index.css +116 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/index.js +46 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/index.js.map +1 -0
- package/lib/vtx-cp-modal/components/AlarmInfo/index.less +105 -0
- package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js +110 -0
- package/lib/vtx-cp-modal/components/BaseInfo/CarWork.js.map +1 -0
- package/lib/vtx-cp-modal/components/BaseInfo/Rules.js +176 -0
- package/lib/vtx-cp-modal/components/BaseInfo/Rules.js.map +1 -0
- package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js +135 -0
- package/lib/vtx-cp-modal/components/BaseInfo/TodayWork.js.map +1 -0
- package/lib/vtx-cp-modal/components/BaseInfo/index.css +308 -0
- package/lib/vtx-cp-modal/components/BaseInfo/index.js +91 -0
- package/lib/vtx-cp-modal/components/BaseInfo/index.js.map +1 -0
- package/lib/vtx-cp-modal/components/BaseInfo/index.less +208 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js +198 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/ExeceptionRecord.js.map +1 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js +106 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/MonthTrend.js.map +1 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js +166 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/Summary.js.map +1 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.css +116 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js +46 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.js.map +1 -0
- package/lib/vtx-cp-modal/components/ExeceptionInfo/index.less +105 -0
- package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js +128 -0
- package/lib/vtx-cp-modal/components/SyInfo/Ljcsl.js.map +1 -0
- package/lib/vtx-cp-modal/components/SyInfo/index.css +40 -0
- package/lib/vtx-cp-modal/components/SyInfo/index.js +348 -0
- package/lib/vtx-cp-modal/components/SyInfo/index.js.map +1 -0
- package/lib/vtx-cp-modal/components/SyInfo/index.less +38 -0
- package/lib/vtx-cp-modal/components/index.js +35 -0
- package/lib/vtx-cp-modal/components/index.js.map +1 -0
- package/lib/vtx-cp-modal/imgs/alarm.png +0 -0
- package/lib/vtx-cp-modal/imgs/all_rate.png +0 -0
- package/lib/vtx-cp-modal/imgs/all_rate_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/cy.png +0 -0
- package/lib/vtx-cp-modal/imgs/cy_rate.png +0 -0
- package/lib/vtx-cp-modal/imgs/cy_rate_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/cylj.png +0 -0
- package/lib/vtx-cp-modal/imgs/jhsj.png +0 -0
- package/lib/vtx-cp-modal/imgs/jhsj_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/khsw.png +0 -0
- package/lib/vtx-cp-modal/imgs/qt.png +0 -0
- package/lib/vtx-cp-modal/imgs/qt_rate.png +0 -0
- package/lib/vtx-cp-modal/imgs/qt_rate_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/qtlj.png +0 -0
- package/lib/vtx-cp-modal/imgs/shlj.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjl.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjl_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjsj.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjsj_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjts.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjts_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjzl.png +0 -0
- package/lib/vtx-cp-modal/imgs/sjzl_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/track.png +0 -0
- package/lib/vtx-cp-modal/imgs/yh.png +0 -0
- package/lib/vtx-cp-modal/imgs/yh_rate.png +0 -0
- package/lib/vtx-cp-modal/imgs/yh_rate_light.png +0 -0
- package/lib/vtx-cp-modal/imgs/yhlj.png +0 -0
- package/lib/vtx-cp-modal/index.js +106 -0
- package/lib/vtx-cp-modal/index.js.map +1 -0
- package/lib/vtx-cp-modal/style/css.js +5 -0
- package/lib/vtx-cp-modal/style/css.js.map +1 -0
- package/lib/vtx-cp-modal/style/index.css +84 -0
- package/lib/vtx-cp-modal/style/index.js +5 -0
- package/lib/vtx-cp-modal/style/index.js.map +1 -0
- package/lib/vtx-cp-modal/style/index.less +1 -0
- package/lib/vtx-default-modal/api.js +49 -0
- package/lib/vtx-default-modal/api.js.map +1 -0
- package/lib/vtx-default-modal/components/BaseInfo/index.css +27 -0
- package/lib/vtx-default-modal/components/BaseInfo/index.js +62 -0
- package/lib/vtx-default-modal/components/BaseInfo/index.js.map +1 -0
- package/lib/vtx-default-modal/components/BaseInfo/index.less +24 -0
- package/lib/vtx-default-modal/components/index.js +14 -0
- package/lib/vtx-default-modal/components/index.js.map +1 -0
- package/lib/vtx-default-modal/index.js +108 -0
- package/lib/vtx-default-modal/index.js.map +1 -0
- package/lib/vtx-default-modal/style/css.js +5 -0
- package/lib/vtx-default-modal/style/css.js.map +1 -0
- package/lib/vtx-default-modal/style/index.css +84 -0
- package/lib/vtx-default-modal/style/index.js +5 -0
- package/lib/vtx-default-modal/style/index.js.map +1 -0
- package/lib/vtx-default-modal/style/index.less +1 -0
- package/lib/vtx-device-modal/api.js +212 -0
- package/lib/vtx-device-modal/api.js.map +1 -0
- package/lib/vtx-device-modal/components/BaseInfo/index.js +51 -0
- package/lib/vtx-device-modal/components/BaseInfo/index.js.map +1 -0
- package/lib/vtx-device-modal/components/DataAnalysis/index.js +85 -0
- package/lib/vtx-device-modal/components/DataAnalysis/index.js.map +1 -0
- package/lib/vtx-device-modal/components/FacilityFile/index.js +48 -0
- package/lib/vtx-device-modal/components/FacilityFile/index.js.map +1 -0
- package/lib/vtx-device-modal/components/LiftInfo/index.js +32 -0
- package/lib/vtx-device-modal/components/LiftInfo/index.js.map +1 -0
- package/lib/vtx-device-modal/components/OverViewInfo/Left.js +27 -0
- package/lib/vtx-device-modal/components/OverViewInfo/Left.js.map +1 -0
- package/lib/vtx-device-modal/components/OverViewInfo/index.js +103 -0
- package/lib/vtx-device-modal/components/OverViewInfo/index.js.map +1 -0
- package/lib/vtx-device-modal/components/VideoInfo/index.js +36 -0
- package/lib/vtx-device-modal/components/VideoInfo/index.js.map +1 -0
- package/lib/vtx-device-modal/config.js +50 -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 +75 -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 +6 -0
- package/lib/vtx-device-modal/types.js.map +1 -0
- package/lib/vtx-df-modal/api.js +260 -0
- package/lib/vtx-df-modal/api.js.map +1 -0
- package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js +115 -0
- package/lib/vtx-df-modal/components/BaseInfo/AlarmDetail.js.map +1 -0
- package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js +146 -0
- package/lib/vtx-df-modal/components/BaseInfo/Jcqsfx.js.map +1 -0
- package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js +120 -0
- package/lib/vtx-df-modal/components/BaseInfo/RealtimeMonitor.js.map +1 -0
- package/lib/vtx-df-modal/components/BaseInfo/Situation.js +52 -0
- package/lib/vtx-df-modal/components/BaseInfo/Situation.js.map +1 -0
- package/lib/vtx-df-modal/components/BaseInfo/index.css +306 -0
- package/lib/vtx-df-modal/components/BaseInfo/index.js +139 -0
- package/lib/vtx-df-modal/components/BaseInfo/index.js.map +1 -0
- package/lib/vtx-df-modal/components/BaseInfo/index.less +191 -0
- package/lib/vtx-df-modal/components/Metering/ChartJccc.js +121 -0
- package/lib/vtx-df-modal/components/Metering/ChartJccc.js.map +1 -0
- package/lib/vtx-df-modal/components/Metering/ChartJcqs.js +133 -0
- package/lib/vtx-df-modal/components/Metering/ChartJcqs.js.map +1 -0
- package/lib/vtx-df-modal/components/Metering/List.js +112 -0
- package/lib/vtx-df-modal/components/Metering/List.js.map +1 -0
- package/lib/vtx-df-modal/components/Metering/index.css +89 -0
- package/lib/vtx-df-modal/components/Metering/index.js +176 -0
- package/lib/vtx-df-modal/components/Metering/index.js.map +1 -0
- package/lib/vtx-df-modal/components/Metering/index.less +75 -0
- package/lib/vtx-df-modal/components/WorkCondition/Monitor.js +114 -0
- package/lib/vtx-df-modal/components/WorkCondition/Monitor.js.map +1 -0
- package/lib/vtx-df-modal/components/WorkCondition/Situation.js +108 -0
- package/lib/vtx-df-modal/components/WorkCondition/Situation.js.map +1 -0
- package/lib/vtx-df-modal/components/WorkCondition/index.css +135 -0
- package/lib/vtx-df-modal/components/WorkCondition/index.js +91 -0
- package/lib/vtx-df-modal/components/WorkCondition/index.js.map +1 -0
- package/lib/vtx-df-modal/components/WorkCondition/index.less +113 -0
- package/lib/vtx-df-modal/components/index.js +28 -0
- package/lib/vtx-df-modal/components/index.js.map +1 -0
- package/lib/vtx-df-modal/imgs/alarm.png +0 -0
- package/lib/vtx-df-modal/imgs/alarm_light.png +0 -0
- package/lib/vtx-df-modal/imgs/jcbj.png +0 -0
- package/lib/vtx-df-modal/imgs/jcbj_light.png +0 -0
- package/lib/vtx-df-modal/imgs/jccc.png +0 -0
- package/lib/vtx-df-modal/imgs/jccc_light.png +0 -0
- package/lib/vtx-df-modal/imgs/jcl.png +0 -0
- package/lib/vtx-df-modal/imgs/jcl_light.png +0 -0
- package/lib/vtx-df-modal/imgs/normal.png +0 -0
- package/lib/vtx-df-modal/imgs/normal_light.png +0 -0
- package/lib/vtx-df-modal/imgs/rjjcl.png +0 -0
- package/lib/vtx-df-modal/imgs/rjjcl_light.png +0 -0
- package/lib/vtx-df-modal/imgs/situation_parent.png +0 -0
- package/lib/vtx-df-modal/imgs/situation_parent_bg.png +0 -0
- package/lib/vtx-df-modal/imgs/sjnl.png +0 -0
- package/lib/vtx-df-modal/imgs/sjnl_light.png +0 -0
- package/lib/vtx-df-modal/imgs/zbbj.png +0 -0
- package/lib/vtx-df-modal/imgs/zbbj_light.png +0 -0
- package/lib/vtx-df-modal/imgs/zjccc.png +0 -0
- package/lib/vtx-df-modal/imgs/zjccc_light.png +0 -0
- package/lib/vtx-df-modal/imgs/zjcl.png +0 -0
- package/lib/vtx-df-modal/imgs/zjcl_light.png +0 -0
- package/lib/vtx-df-modal/index.js +122 -0
- package/lib/vtx-df-modal/index.js.map +1 -0
- package/lib/vtx-df-modal/style/css.js +7 -0
- package/lib/vtx-df-modal/style/css.js.map +1 -0
- package/lib/vtx-df-modal/style/index.css +84 -0
- package/lib/vtx-df-modal/style/index.js +7 -0
- package/lib/vtx-df-modal/style/index.js.map +1 -0
- package/lib/vtx-df-modal/style/index.less +1 -0
- package/lib/vtx-facility-modal/api.js +119 -0
- package/lib/vtx-facility-modal/api.js.map +1 -0
- package/lib/vtx-facility-modal/components/OverView/Left.js +49 -0
- package/lib/vtx-facility-modal/components/OverView/Left.js.map +1 -0
- package/lib/vtx-facility-modal/components/OverView/index.css +133 -0
- package/lib/vtx-facility-modal/components/OverView/index.js +285 -0
- package/lib/vtx-facility-modal/components/OverView/index.js.map +1 -0
- package/lib/vtx-facility-modal/components/OverView/index.less +116 -0
- package/lib/vtx-facility-modal/components/index.js +14 -0
- package/lib/vtx-facility-modal/components/index.js.map +1 -0
- package/lib/vtx-facility-modal/config.js +68 -0
- package/lib/vtx-facility-modal/config.js.map +1 -0
- package/lib/vtx-facility-modal/imgs/car.png +0 -0
- package/lib/vtx-facility-modal/imgs/user.png +0 -0
- package/lib/vtx-facility-modal/index.js +48 -0
- package/lib/vtx-facility-modal/index.js.map +1 -0
- package/lib/vtx-facility-modal/style/css.js +5 -0
- package/lib/vtx-facility-modal/style/css.js.map +1 -0
- package/lib/vtx-facility-modal/style/index.css +0 -0
- package/lib/vtx-facility-modal/style/index.js +5 -0
- package/lib/vtx-facility-modal/style/index.js.map +1 -0
- package/lib/vtx-facility-modal/style/index.less +1 -0
- package/lib/vtx-facility-modal/types.js +6 -0
- package/lib/vtx-facility-modal/types.js.map +1 -0
- package/lib/vtx-housing-estate-modal/api.js +535 -0
- package/lib/vtx-housing-estate-modal/api.js.map +1 -0
- package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js +390 -0
- package/lib/vtx-housing-estate-modal/components/Alarm/FLZL.js.map +1 -0
- package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js +209 -0
- package/lib/vtx-housing-estate-modal/components/Alarm/LDB.js.map +1 -0
- package/lib/vtx-housing-estate-modal/components/Alarm/MY.js +290 -0
- package/lib/vtx-housing-estate-modal/components/Alarm/MY.js.map +1 -0
- package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js +34 -0
- package/lib/vtx-housing-estate-modal/components/Alarm/Rank.js.map +1 -0
- package/lib/vtx-housing-estate-modal/components/Alarm/index.css +81 -0
- package/lib/vtx-housing-estate-modal/components/Alarm/index.js +104 -0
- package/lib/vtx-housing-estate-modal/components/Alarm/index.js.map +1 -0
- package/lib/vtx-housing-estate-modal/components/Alarm/index.less +66 -0
- package/lib/vtx-housing-estate-modal/components/OverView/Hot.js +290 -0
- package/lib/vtx-housing-estate-modal/components/OverView/Hot.js.map +1 -0
- package/lib/vtx-housing-estate-modal/components/OverView/Left.js +89 -0
- package/lib/vtx-housing-estate-modal/components/OverView/Left.js.map +1 -0
- package/lib/vtx-housing-estate-modal/components/OverView/Manage.js +122 -0
- package/lib/vtx-housing-estate-modal/components/OverView/Manage.js.map +1 -0
- package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js +213 -0
- package/lib/vtx-housing-estate-modal/components/OverView/RightBottom.js.map +1 -0
- package/lib/vtx-housing-estate-modal/components/OverView/Trend.js +60 -0
- package/lib/vtx-housing-estate-modal/components/OverView/Trend.js.map +1 -0
- package/lib/vtx-housing-estate-modal/components/OverView/index.css +324 -0
- package/lib/vtx-housing-estate-modal/components/OverView/index.js +41 -0
- package/lib/vtx-housing-estate-modal/components/OverView/index.js.map +1 -0
- package/lib/vtx-housing-estate-modal/components/OverView/index.less +246 -0
- package/lib/vtx-housing-estate-modal/components/SPJK/index.css +4 -0
- package/lib/vtx-housing-estate-modal/components/SPJK/index.js +58 -0
- package/lib/vtx-housing-estate-modal/components/SPJK/index.js.map +1 -0
- package/lib/vtx-housing-estate-modal/components/SPJK/index.less +6 -0
- package/lib/vtx-housing-estate-modal/components/TFRD/index.css +21 -0
- package/lib/vtx-housing-estate-modal/components/TFRD/index.js +139 -0
- package/lib/vtx-housing-estate-modal/components/TFRD/index.js.map +1 -0
- package/lib/vtx-housing-estate-modal/components/TFRD/index.less +15 -0
- package/lib/vtx-housing-estate-modal/components/WGGS/Content.js +59 -0
- package/lib/vtx-housing-estate-modal/components/WGGS/Content.js.map +1 -0
- package/lib/vtx-housing-estate-modal/components/WGGS/index.css +43 -0
- package/lib/vtx-housing-estate-modal/components/WGGS/index.js +104 -0
- package/lib/vtx-housing-estate-modal/components/WGGS/index.js.map +1 -0
- package/lib/vtx-housing-estate-modal/components/WGGS/index.less +38 -0
- package/lib/vtx-housing-estate-modal/components/WGXW/Content.js +68 -0
- package/lib/vtx-housing-estate-modal/components/WGXW/Content.js.map +1 -0
- package/lib/vtx-housing-estate-modal/components/WGXW/index.css +93 -0
- package/lib/vtx-housing-estate-modal/components/WGXW/index.js +142 -0
- package/lib/vtx-housing-estate-modal/components/WGXW/index.js.map +1 -0
- package/lib/vtx-housing-estate-modal/components/WGXW/index.less +76 -0
- package/lib/vtx-housing-estate-modal/components/index.js +49 -0
- package/lib/vtx-housing-estate-modal/components/index.js.map +1 -0
- package/lib/vtx-housing-estate-modal/config.js +88 -0
- package/lib/vtx-housing-estate-modal/config.js.map +1 -0
- package/lib/vtx-housing-estate-modal/imgs/BOTTLE.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/CAN.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/NAPKIN.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/PLASTIC_BAG.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/avatar_empty.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/black-rank.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/bucket-cylj.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/bucket-khsw.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/bucket-qtlj.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/bucket-yhlj.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/cylj-bg.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/cylj.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/cywpd.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/garbage_default.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/ht.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/khsw-bg.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/khsw.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/left-ddypz.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/left-tfdmd.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/manage-bg-1.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/manage-bg-2.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/manage-gzcx.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/manage-hjgl.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/manage-hmd.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/manage-wgmsr.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/manage-yyxj.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/my.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/pie-chart-bg.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/qtlj-bg.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/qtlj.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/rank-bg.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/tfd.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/twtf.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/wstf.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/yhlj-bg.png +0 -0
- package/lib/vtx-housing-estate-modal/imgs/yhlj.png +0 -0
- package/lib/vtx-housing-estate-modal/index.js +100 -0
- package/lib/vtx-housing-estate-modal/index.js.map +1 -0
- package/lib/vtx-housing-estate-modal/style/css.js +7 -0
- package/lib/vtx-housing-estate-modal/style/css.js.map +1 -0
- package/lib/vtx-housing-estate-modal/style/index.css +0 -0
- package/lib/vtx-housing-estate-modal/style/index.js +7 -0
- package/lib/vtx-housing-estate-modal/style/index.js.map +1 -0
- package/lib/vtx-housing-estate-modal/style/index.less +1 -0
- package/lib/vtx-housing-estate-modal/types.js +6 -0
- package/lib/vtx-housing-estate-modal/types.js.map +1 -0
- package/lib/vtx-kh-modal/api.js +74 -0
- package/lib/vtx-kh-modal/api.js.map +1 -0
- package/lib/vtx-kh-modal/components/BaseInfo/index.css +66 -0
- package/lib/vtx-kh-modal/components/BaseInfo/index.js +93 -0
- package/lib/vtx-kh-modal/components/BaseInfo/index.js.map +1 -0
- package/lib/vtx-kh-modal/components/BaseInfo/index.less +62 -0
- package/lib/vtx-kh-modal/components/index.js +14 -0
- package/lib/vtx-kh-modal/components/index.js.map +1 -0
- package/lib/vtx-kh-modal/index.js +94 -0
- package/lib/vtx-kh-modal/index.js.map +1 -0
- package/lib/vtx-kh-modal/style/css.js +5 -0
- package/lib/vtx-kh-modal/style/css.js.map +1 -0
- package/lib/vtx-kh-modal/style/index.css +84 -0
- package/lib/vtx-kh-modal/style/index.js +5 -0
- package/lib/vtx-kh-modal/style/index.js.map +1 -0
- package/lib/vtx-kh-modal/style/index.less +1 -0
- package/lib/vtx-pump-modal/api.js +303 -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 +250 -0
- package/lib/vtx-pump-modal/components/Basic/JyqInfo.js.map +1 -0
- package/lib/vtx-pump-modal/components/Basic/PumpInfo.js +174 -0
- package/lib/vtx-pump-modal/components/Basic/PumpInfo.js.map +1 -0
- package/lib/vtx-pump-modal/components/Basic/SxInfo.js +93 -0
- package/lib/vtx-pump-modal/components/Basic/SxInfo.js.map +1 -0
- package/lib/vtx-pump-modal/components/Basic/XqInfo.js +76 -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 +81 -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 +699 -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 +283 -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 +106 -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 +88 -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 +154 -0
- package/lib/vtx-restaurant-modal/api.js.map +1 -0
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js +50 -0
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmRecord.js.map +1 -0
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js +78 -0
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTrend.js.map +1 -0
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js +92 -0
- package/lib/vtx-restaurant-modal/components/Alarm/AlarmTypeAnalysis.js.map +1 -0
- package/lib/vtx-restaurant-modal/components/Alarm/index.css +45 -0
- package/lib/vtx-restaurant-modal/components/Alarm/index.js +74 -0
- package/lib/vtx-restaurant-modal/components/Alarm/index.js.map +1 -0
- package/lib/vtx-restaurant-modal/components/Alarm/index.less +32 -0
- package/lib/vtx-restaurant-modal/components/Basic/DetailList.js +62 -0
- package/lib/vtx-restaurant-modal/components/Basic/DetailList.js.map +1 -0
- package/lib/vtx-restaurant-modal/components/Basic/Info.js +57 -0
- package/lib/vtx-restaurant-modal/components/Basic/Info.js.map +1 -0
- package/lib/vtx-restaurant-modal/components/Basic/Summary.js +69 -0
- package/lib/vtx-restaurant-modal/components/Basic/Summary.js.map +1 -0
- package/lib/vtx-restaurant-modal/components/Basic/index.css +77 -0
- package/lib/vtx-restaurant-modal/components/Basic/index.js +48 -0
- package/lib/vtx-restaurant-modal/components/Basic/index.js.map +1 -0
- package/lib/vtx-restaurant-modal/components/Basic/index.less +55 -0
- package/lib/vtx-restaurant-modal/components/Collection/index.css +28 -0
- package/lib/vtx-restaurant-modal/components/Collection/index.js +64 -0
- package/lib/vtx-restaurant-modal/components/Collection/index.js.map +1 -0
- package/lib/vtx-restaurant-modal/components/Collection/index.less +23 -0
- package/lib/vtx-restaurant-modal/components/index.js +28 -0
- package/lib/vtx-restaurant-modal/components/index.js.map +1 -0
- package/lib/vtx-restaurant-modal/config.js +58 -0
- package/lib/vtx-restaurant-modal/config.js.map +1 -0
- package/lib/vtx-restaurant-modal/imgs/bucket.png +0 -0
- package/lib/vtx-restaurant-modal/imgs/carNum.png +0 -0
- package/lib/vtx-restaurant-modal/imgs/weigh.png +0 -0
- package/lib/vtx-restaurant-modal/index.js +61 -0
- package/lib/vtx-restaurant-modal/index.js.map +1 -0
- package/lib/vtx-restaurant-modal/style/css.js +5 -0
- package/lib/vtx-restaurant-modal/style/css.js.map +1 -0
- package/lib/vtx-restaurant-modal/style/index.css +0 -0
- package/lib/vtx-restaurant-modal/style/index.js +5 -0
- package/lib/vtx-restaurant-modal/style/index.js.map +1 -0
- package/lib/vtx-restaurant-modal/style/index.less +1 -0
- package/lib/vtx-restaurant-modal/type.js +6 -0
- package/lib/vtx-restaurant-modal/type.js.map +1 -0
- package/lib/vtx-road-modal/api.js +136 -0
- package/lib/vtx-road-modal/api.js.map +1 -0
- package/lib/vtx-road-modal/components/BaseInfo/Rules.js +55 -0
- package/lib/vtx-road-modal/components/BaseInfo/Rules.js.map +1 -0
- package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js +152 -0
- package/lib/vtx-road-modal/components/BaseInfo/TodayWork.js.map +1 -0
- package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js +86 -0
- package/lib/vtx-road-modal/components/BaseInfo/TodayWorkTable.js.map +1 -0
- package/lib/vtx-road-modal/components/BaseInfo/index.css +166 -0
- package/lib/vtx-road-modal/components/BaseInfo/index.js +64 -0
- package/lib/vtx-road-modal/components/BaseInfo/index.js.map +1 -0
- package/lib/vtx-road-modal/components/BaseInfo/index.less +134 -0
- package/lib/vtx-road-modal/components/Statistical/Zylc.js +142 -0
- package/lib/vtx-road-modal/components/Statistical/Zylc.js.map +1 -0
- package/lib/vtx-road-modal/components/Statistical/Zywcl.js +111 -0
- package/lib/vtx-road-modal/components/Statistical/Zywcl.js.map +1 -0
- package/lib/vtx-road-modal/components/Statistical/index.css +126 -0
- package/lib/vtx-road-modal/components/Statistical/index.js +185 -0
- package/lib/vtx-road-modal/components/Statistical/index.js.map +1 -0
- package/lib/vtx-road-modal/components/Statistical/index.less +110 -0
- package/lib/vtx-road-modal/components/index.js +21 -0
- package/lib/vtx-road-modal/components/index.js.map +1 -0
- package/lib/vtx-road-modal/imgs/actual.png +0 -0
- package/lib/vtx-road-modal/imgs/actual_light.png +0 -0
- package/lib/vtx-road-modal/imgs/all_rate.png +0 -0
- package/lib/vtx-road-modal/imgs/all_rate_light.png +0 -0
- package/lib/vtx-road-modal/imgs/cx_rate.png +0 -0
- package/lib/vtx-road-modal/imgs/cx_rate_light.png +0 -0
- package/lib/vtx-road-modal/imgs/js.png +0 -0
- package/lib/vtx-road-modal/imgs/plan.png +0 -0
- package/lib/vtx-road-modal/imgs/plan_light.png +0 -0
- package/lib/vtx-road-modal/imgs/ss.png +0 -0
- package/lib/vtx-road-modal/imgs/ss_rate.png +0 -0
- package/lib/vtx-road-modal/imgs/ss_rate_light.png +0 -0
- package/lib/vtx-road-modal/imgs/track.png +0 -0
- package/lib/vtx-road-modal/imgs/wp.png +0 -0
- package/lib/vtx-road-modal/imgs/xs.png +0 -0
- package/lib/vtx-road-modal/imgs/xs_rate.png +0 -0
- package/lib/vtx-road-modal/imgs/xs_rate_light.png +0 -0
- package/lib/vtx-road-modal/index.js +91 -0
- package/lib/vtx-road-modal/index.js.map +1 -0
- package/lib/vtx-road-modal/style/css.js +6 -0
- package/lib/vtx-road-modal/style/css.js.map +1 -0
- package/lib/vtx-road-modal/style/index.css +84 -0
- package/lib/vtx-road-modal/style/index.js +6 -0
- package/lib/vtx-road-modal/style/index.js.map +1 -0
- package/lib/vtx-road-modal/style/index.less +1 -0
- package/lib/vtx-staff-modal/api.js +311 -0
- package/lib/vtx-staff-modal/api.js.map +1 -0
- package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js +175 -0
- package/lib/vtx-staff-modal/components/AlarmInfo/Charts.js.map +1 -0
- package/lib/vtx-staff-modal/components/AlarmInfo/List.js +124 -0
- package/lib/vtx-staff-modal/components/AlarmInfo/List.js.map +1 -0
- package/lib/vtx-staff-modal/components/AlarmInfo/index.css +26 -0
- package/lib/vtx-staff-modal/components/AlarmInfo/index.js +108 -0
- package/lib/vtx-staff-modal/components/AlarmInfo/index.js.map +1 -0
- package/lib/vtx-staff-modal/components/AlarmInfo/index.less +22 -0
- package/lib/vtx-staff-modal/components/Attendance/Exeception.js +98 -0
- package/lib/vtx-staff-modal/components/Attendance/Exeception.js.map +1 -0
- package/lib/vtx-staff-modal/components/Attendance/Record.js +154 -0
- package/lib/vtx-staff-modal/components/Attendance/Record.js.map +1 -0
- package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js +119 -0
- package/lib/vtx-staff-modal/components/Attendance/WorkingHours.js.map +1 -0
- package/lib/vtx-staff-modal/components/Attendance/index.css +18 -0
- package/lib/vtx-staff-modal/components/Attendance/index.js +52 -0
- package/lib/vtx-staff-modal/components/Attendance/index.js.map +1 -0
- package/lib/vtx-staff-modal/components/Attendance/index.less +19 -0
- package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js +106 -0
- package/lib/vtx-staff-modal/components/BaseInfo/Lcfx.js.map +1 -0
- package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js +40 -0
- package/lib/vtx-staff-modal/components/BaseInfo/TodayWork.js.map +1 -0
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js +124 -0
- package/lib/vtx-staff-modal/components/BaseInfo/WorkStatic.js.map +1 -0
- package/lib/vtx-staff-modal/components/BaseInfo/index.css +158 -0
- package/lib/vtx-staff-modal/components/BaseInfo/index.js +211 -0
- package/lib/vtx-staff-modal/components/BaseInfo/index.js.map +1 -0
- package/lib/vtx-staff-modal/components/BaseInfo/index.less +144 -0
- package/lib/vtx-staff-modal/components/Equipment/index.css +27 -0
- package/lib/vtx-staff-modal/components/Equipment/index.js +125 -0
- package/lib/vtx-staff-modal/components/Equipment/index.js.map +1 -0
- package/lib/vtx-staff-modal/components/Equipment/index.less +27 -0
- package/lib/vtx-staff-modal/components/index.js +35 -0
- package/lib/vtx-staff-modal/components/index.js.map +1 -0
- package/lib/vtx-staff-modal/imgs/position.png +0 -0
- package/lib/vtx-staff-modal/imgs/refresh.png +0 -0
- package/lib/vtx-staff-modal/imgs/rjzx.png +0 -0
- package/lib/vtx-staff-modal/imgs/rjzx_light.png +0 -0
- package/lib/vtx-staff-modal/imgs/staff.png +0 -0
- package/lib/vtx-staff-modal/imgs/todayOnline.png +0 -0
- package/lib/vtx-staff-modal/imgs/todayOnline_light.png +0 -0
- package/lib/vtx-staff-modal/imgs/todayWork.png +0 -0
- package/lib/vtx-staff-modal/imgs/todayWork_light.png +0 -0
- package/lib/vtx-staff-modal/imgs/zzx.png +0 -0
- package/lib/vtx-staff-modal/imgs/zzx_light.png +0 -0
- package/lib/vtx-staff-modal/index.js +80 -0
- package/lib/vtx-staff-modal/index.js.map +1 -0
- package/lib/vtx-staff-modal/style/css.js +8 -0
- package/lib/vtx-staff-modal/style/css.js.map +1 -0
- package/lib/vtx-staff-modal/style/index.css +84 -0
- package/lib/vtx-staff-modal/style/index.js +8 -0
- package/lib/vtx-staff-modal/style/index.js.map +1 -0
- package/lib/vtx-staff-modal/style/index.less +1 -0
- package/lib/vtx-theme-provider/index.js +25 -0
- package/lib/vtx-theme-provider/index.js.map +1 -0
- package/lib/vtx-throw-point-modal/api.js +527 -0
- package/lib/vtx-throw-point-modal/api.js.map +1 -0
- package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js +391 -0
- package/lib/vtx-throw-point-modal/components/Alarm/FLZL.js.map +1 -0
- package/lib/vtx-throw-point-modal/components/Alarm/LDB.js +209 -0
- package/lib/vtx-throw-point-modal/components/Alarm/LDB.js.map +1 -0
- package/lib/vtx-throw-point-modal/components/Alarm/MY.js +291 -0
- package/lib/vtx-throw-point-modal/components/Alarm/MY.js.map +1 -0
- package/lib/vtx-throw-point-modal/components/Alarm/Rank.js +34 -0
- package/lib/vtx-throw-point-modal/components/Alarm/Rank.js.map +1 -0
- package/lib/vtx-throw-point-modal/components/Alarm/index.css +81 -0
- package/lib/vtx-throw-point-modal/components/Alarm/index.js +104 -0
- package/lib/vtx-throw-point-modal/components/Alarm/index.js.map +1 -0
- package/lib/vtx-throw-point-modal/components/Alarm/index.less +66 -0
- package/lib/vtx-throw-point-modal/components/OverView/Hot.js +278 -0
- package/lib/vtx-throw-point-modal/components/OverView/Hot.js.map +1 -0
- package/lib/vtx-throw-point-modal/components/OverView/Left.js +120 -0
- package/lib/vtx-throw-point-modal/components/OverView/Left.js.map +1 -0
- package/lib/vtx-throw-point-modal/components/OverView/Manage.js +119 -0
- package/lib/vtx-throw-point-modal/components/OverView/Manage.js.map +1 -0
- package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js +213 -0
- package/lib/vtx-throw-point-modal/components/OverView/RightBottom.js.map +1 -0
- package/lib/vtx-throw-point-modal/components/OverView/Trend.js +60 -0
- package/lib/vtx-throw-point-modal/components/OverView/Trend.js.map +1 -0
- package/lib/vtx-throw-point-modal/components/OverView/index.css +404 -0
- package/lib/vtx-throw-point-modal/components/OverView/index.js +39 -0
- package/lib/vtx-throw-point-modal/components/OverView/index.js.map +1 -0
- package/lib/vtx-throw-point-modal/components/OverView/index.less +321 -0
- package/lib/vtx-throw-point-modal/components/SBZJ/Content.js +84 -0
- package/lib/vtx-throw-point-modal/components/SBZJ/Content.js.map +1 -0
- package/lib/vtx-throw-point-modal/components/SBZJ/index.css +106 -0
- package/lib/vtx-throw-point-modal/components/SBZJ/index.js +334 -0
- package/lib/vtx-throw-point-modal/components/SBZJ/index.js.map +1 -0
- package/lib/vtx-throw-point-modal/components/SBZJ/index.less +92 -0
- package/lib/vtx-throw-point-modal/components/TFRD/index.css +21 -0
- package/lib/vtx-throw-point-modal/components/TFRD/index.js +136 -0
- package/lib/vtx-throw-point-modal/components/TFRD/index.js.map +1 -0
- package/lib/vtx-throw-point-modal/components/TFRD/index.less +15 -0
- package/lib/vtx-throw-point-modal/components/WGGS/Content.js +56 -0
- package/lib/vtx-throw-point-modal/components/WGGS/Content.js.map +1 -0
- package/lib/vtx-throw-point-modal/components/WGGS/index.css +43 -0
- package/lib/vtx-throw-point-modal/components/WGGS/index.js +90 -0
- package/lib/vtx-throw-point-modal/components/WGGS/index.js.map +1 -0
- package/lib/vtx-throw-point-modal/components/WGGS/index.less +38 -0
- package/lib/vtx-throw-point-modal/components/WGXW/Content.js +66 -0
- package/lib/vtx-throw-point-modal/components/WGXW/Content.js.map +1 -0
- package/lib/vtx-throw-point-modal/components/WGXW/index.css +93 -0
- package/lib/vtx-throw-point-modal/components/WGXW/index.js +128 -0
- package/lib/vtx-throw-point-modal/components/WGXW/index.js.map +1 -0
- package/lib/vtx-throw-point-modal/components/WGXW/index.less +76 -0
- package/lib/vtx-throw-point-modal/components/index.js +49 -0
- package/lib/vtx-throw-point-modal/components/index.js.map +1 -0
- package/lib/vtx-throw-point-modal/config.js +67 -0
- package/lib/vtx-throw-point-modal/config.js.map +1 -0
- package/lib/vtx-throw-point-modal/imgs/BOTTLE.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/CAN.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/KRAFT_PAPER_BOX.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/NAPKIN.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/PLASTIC_BAG.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/avatar_empty.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/black-rank.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/bucket-cylj.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/bucket-khsw.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/bucket-qtlj.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/bucket-yhlj.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/camera.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/cylj-bg.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/cylj.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/cywpd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/disconnect.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/error.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/fangzi.gif +0 -0
- package/lib/vtx-throw-point-modal/imgs/garbage_default.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/getway.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/getwayBox.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/host.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/ht-tfd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/ht.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/khsw-bg.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/khsw.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/lamp.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/left-ddypz.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/left-tfdmd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/manage-bg-1.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/manage-bg-2.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/manage-gzcx.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/manage-hjgl.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/manage-hmd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/manage-wgmsr.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/manage-yyxj.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/my-tfd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/my.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/pie-chart-bg.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/point.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/qtlj-bg.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/qtlj.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/rank-bg.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/screen.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/tfd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/throwPoint.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/tingzi.gif +0 -0
- package/lib/vtx-throw-point-modal/imgs/toukou.gif +0 -0
- package/lib/vtx-throw-point-modal/imgs/twtf-tfd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/twtf.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/window.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/wpd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/wstf-tfd.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/wstf.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/yhlj-bg.png +0 -0
- package/lib/vtx-throw-point-modal/imgs/yhlj.png +0 -0
- package/lib/vtx-throw-point-modal/index.js +104 -0
- package/lib/vtx-throw-point-modal/index.js.map +1 -0
- package/lib/vtx-throw-point-modal/style/css.js +7 -0
- package/lib/vtx-throw-point-modal/style/css.js.map +1 -0
- package/lib/vtx-throw-point-modal/style/index.css +0 -0
- package/lib/vtx-throw-point-modal/style/index.js +7 -0
- package/lib/vtx-throw-point-modal/style/index.js.map +1 -0
- package/lib/vtx-throw-point-modal/style/index.less +1 -0
- package/lib/vtx-throw-point-modal/types.js +6 -0
- package/lib/vtx-throw-point-modal/types.js.map +1 -0
- package/lib/vtx-wr-modal/api.js +381 -0
- package/lib/vtx-wr-modal/api.js.map +1 -0
- package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js +251 -0
- package/lib/vtx-wr-modal/components/AlarmInfo/AlarmRecord.js.map +1 -0
- package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js +112 -0
- package/lib/vtx-wr-modal/components/AlarmInfo/MonthTrend.js.map +1 -0
- package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js +165 -0
- package/lib/vtx-wr-modal/components/AlarmInfo/Summary.js.map +1 -0
- package/lib/vtx-wr-modal/components/AlarmInfo/index.css +114 -0
- package/lib/vtx-wr-modal/components/AlarmInfo/index.js +46 -0
- package/lib/vtx-wr-modal/components/AlarmInfo/index.js.map +1 -0
- package/lib/vtx-wr-modal/components/AlarmInfo/index.less +103 -0
- package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js +110 -0
- package/lib/vtx-wr-modal/components/BaseInfo/AlarmType.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js +44 -0
- package/lib/vtx-wr-modal/components/BaseInfo/BaseInner.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfo/Situation.js +109 -0
- package/lib/vtx-wr-modal/components/BaseInfo/Situation.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfo/index.css +154 -0
- package/lib/vtx-wr-modal/components/BaseInfo/index.js +331 -0
- package/lib/vtx-wr-modal/components/BaseInfo/index.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfo/index.less +132 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js +85 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Img.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js +153 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Jbxx.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js +322 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Monitor.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js +140 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Num.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js +50 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Other.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js +33 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ptss.js.map +1 -0
- package/lib/vtx-wr-modal/components/BaseInfoNew/components/Ssjk.js +123 -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 +112 -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 +103 -0
- package/lib/vtx-wr-modal/components/Evaluate/AppraiseRecord.js.map +1 -0
- package/lib/vtx-wr-modal/components/Evaluate/Radar.js +69 -0
- package/lib/vtx-wr-modal/components/Evaluate/Radar.js.map +1 -0
- package/lib/vtx-wr-modal/components/Evaluate/Summary.js +143 -0
- package/lib/vtx-wr-modal/components/Evaluate/Summary.js.map +1 -0
- package/lib/vtx-wr-modal/components/Evaluate/index.css +121 -0
- package/lib/vtx-wr-modal/components/Evaluate/index.js +49 -0
- package/lib/vtx-wr-modal/components/Evaluate/index.js.map +1 -0
- package/lib/vtx-wr-modal/components/Evaluate/index.less +121 -0
- package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js +158 -0
- package/lib/vtx-wr-modal/components/Monitor/MonitorInfo.js.map +1 -0
- package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js +162 -0
- package/lib/vtx-wr-modal/components/Monitor/RealtimeInfo.js.map +1 -0
- package/lib/vtx-wr-modal/components/Monitor/index.css +104 -0
- package/lib/vtx-wr-modal/components/Monitor/index.js +28 -0
- package/lib/vtx-wr-modal/components/Monitor/index.js.map +1 -0
- package/lib/vtx-wr-modal/components/Monitor/index.less +78 -0
- package/lib/vtx-wr-modal/components/Score/index.css +122 -0
- package/lib/vtx-wr-modal/components/Score/index.js +251 -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 +49 -0
- package/lib/vtx-wr-modal/components/index.js.map +1 -0
- package/lib/vtx-wr-modal/imgs/address.png +0 -0
- package/lib/vtx-wr-modal/imgs/alarm.png +0 -0
- package/lib/vtx-wr-modal/imgs/bad.png +0 -0
- package/lib/vtx-wr-modal/imgs/chart_bg.png +0 -0
- package/lib/vtx-wr-modal/imgs/cqzf.png +0 -0
- package/lib/vtx-wr-modal/imgs/cqzm.png +0 -0
- package/lib/vtx-wr-modal/imgs/dswsj.png +0 -0
- package/lib/vtx-wr-modal/imgs/dwm.png +0 -0
- package/lib/vtx-wr-modal/imgs/dww.png +0 -0
- package/lib/vtx-wr-modal/imgs/electric.png +0 -0
- package/lib/vtx-wr-modal/imgs/electric_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/female.png +0 -0
- package/lib/vtx-wr-modal/imgs/femaleB.png +0 -0
- package/lib/vtx-wr-modal/imgs/female_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/good.png +0 -0
- package/lib/vtx-wr-modal/imgs/humidity.png +0 -0
- package/lib/vtx-wr-modal/imgs/humidity_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/level1.png +0 -0
- package/lib/vtx-wr-modal/imgs/level2.png +0 -0
- package/lib/vtx-wr-modal/imgs/level3.png +0 -0
- package/lib/vtx-wr-modal/imgs/level4.png +0 -0
- package/lib/vtx-wr-modal/imgs/level5.png +0 -0
- package/lib/vtx-wr-modal/imgs/lhqf.png +0 -0
- package/lib/vtx-wr-modal/imgs/lhqm.png +0 -0
- package/lib/vtx-wr-modal/imgs/male.png +0 -0
- package/lib/vtx-wr-modal/imgs/maleB.png +0 -0
- package/lib/vtx-wr-modal/imgs/male_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/man.png +0 -0
- package/lib/vtx-wr-modal/imgs/mys.png +0 -0
- package/lib/vtx-wr-modal/imgs/pmf.png +0 -0
- package/lib/vtx-wr-modal/imgs/pmm.png +0 -0
- package/lib/vtx-wr-modal/imgs/point.png +0 -0
- package/lib/vtx-wr-modal/imgs/qf.png +0 -0
- package/lib/vtx-wr-modal/imgs/qm.png +0 -0
- package/lib/vtx-wr-modal/imgs/realtime_bg.png +0 -0
- package/lib/vtx-wr-modal/imgs/realtime_bg_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/rllf.png +0 -0
- package/lib/vtx-wr-modal/imgs/rllm.png +0 -0
- package/lib/vtx-wr-modal/imgs/score_avg.png +0 -0
- package/lib/vtx-wr-modal/imgs/score_avg_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/sdf.png +0 -0
- package/lib/vtx-wr-modal/imgs/sdm.png +0 -0
- package/lib/vtx-wr-modal/imgs/stench.png +0 -0
- package/lib/vtx-wr-modal/imgs/stench_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/temperature.png +0 -0
- package/lib/vtx-wr-modal/imgs/temperature_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/time.png +0 -0
- package/lib/vtx-wr-modal/imgs/titleBg.png +0 -0
- package/lib/vtx-wr-modal/imgs/traffic.png +0 -0
- package/lib/vtx-wr-modal/imgs/traffic_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/water.png +0 -0
- package/lib/vtx-wr-modal/imgs/water_light.png +0 -0
- package/lib/vtx-wr-modal/imgs/wdf.png +0 -0
- package/lib/vtx-wr-modal/imgs/wdm.png +0 -0
- package/lib/vtx-wr-modal/imgs/woman.png +0 -0
- package/lib/vtx-wr-modal/imgs/women.png +0 -0
- package/lib/vtx-wr-modal/imgs/xbd.png +0 -0
- package/lib/vtx-wr-modal/imgs/ydlf.png +0 -0
- package/lib/vtx-wr-modal/imgs/ydlm.png +0 -0
- package/lib/vtx-wr-modal/imgs/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 +143 -0
- package/lib/vtx-wr-modal/index.js.map +1 -0
- package/lib/vtx-wr-modal/style/css.js +9 -0
- package/lib/vtx-wr-modal/style/css.js.map +1 -0
- package/lib/vtx-wr-modal/style/index.css +84 -0
- package/lib/vtx-wr-modal/style/index.js +9 -0
- package/lib/vtx-wr-modal/style/index.js.map +1 -0
- package/lib/vtx-wr-modal/style/index.less +1 -0
- package/lib/vtx-zg-modal/api.js +69 -0
- package/lib/vtx-zg-modal/api.js.map +1 -0
- package/lib/vtx-zg-modal/components/BaseInfo/index.css +92 -0
- package/lib/vtx-zg-modal/components/BaseInfo/index.js +178 -0
- package/lib/vtx-zg-modal/components/BaseInfo/index.js.map +1 -0
- package/lib/vtx-zg-modal/components/BaseInfo/index.less +82 -0
- package/lib/vtx-zg-modal/components/index.js +14 -0
- package/lib/vtx-zg-modal/components/index.js.map +1 -0
- package/lib/vtx-zg-modal/index.js +97 -0
- package/lib/vtx-zg-modal/index.js.map +1 -0
- package/lib/vtx-zg-modal/style/css.js +5 -0
- package/lib/vtx-zg-modal/style/css.js.map +1 -0
- package/lib/vtx-zg-modal/style/index.css +84 -0
- package/lib/vtx-zg-modal/style/index.js +5 -0
- package/lib/vtx-zg-modal/style/index.js.map +1 -0
- package/lib/vtx-zg-modal/style/index.less +1 -0
- package/package.json +121 -0
|
@@ -0,0 +1,121 @@
|
|
|
1
|
+
.wr-appraise {
|
|
2
|
+
padding: 6px;
|
|
3
|
+
width: 100%;
|
|
4
|
+
|
|
5
|
+
&-head {
|
|
6
|
+
width: 100%;
|
|
7
|
+
padding: 14px 20px;
|
|
8
|
+
background-color: var(--bg-color2);
|
|
9
|
+
}
|
|
10
|
+
|
|
11
|
+
.appraise-summary {
|
|
12
|
+
width: 100%;
|
|
13
|
+
&-head {
|
|
14
|
+
display: flex;
|
|
15
|
+
justify-content: space-between;
|
|
16
|
+
align-items: center;
|
|
17
|
+
}
|
|
18
|
+
&-subscribtion {
|
|
19
|
+
color: var(--info-active2);
|
|
20
|
+
font-family: PingFang SC;
|
|
21
|
+
}
|
|
22
|
+
&-main {
|
|
23
|
+
&-radar {
|
|
24
|
+
height: 260px;
|
|
25
|
+
}
|
|
26
|
+
&-avg {
|
|
27
|
+
display: flex;
|
|
28
|
+
justify-content: start;
|
|
29
|
+
align-items: center;
|
|
30
|
+
&-progress {
|
|
31
|
+
width: 148px;
|
|
32
|
+
height: 148px;
|
|
33
|
+
background-image: url('../../imgs/score_avg.png');
|
|
34
|
+
background-repeat: no-repeat;
|
|
35
|
+
background-size: 100% 100%;
|
|
36
|
+
margin-right: 27px;
|
|
37
|
+
position: relative;
|
|
38
|
+
&.light {
|
|
39
|
+
background-image: url('../../imgs/score_avg_light.png');
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
&-text {
|
|
43
|
+
position: absolute;
|
|
44
|
+
left: 45px;
|
|
45
|
+
top: 45px;
|
|
46
|
+
color: var(--info-color);
|
|
47
|
+
text-align: center;
|
|
48
|
+
span {
|
|
49
|
+
display: block;
|
|
50
|
+
color: var(--info-active);
|
|
51
|
+
font-size: 22px;
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
.ant-progress-inner {
|
|
56
|
+
width: 100px !important;
|
|
57
|
+
height: 100px !important;
|
|
58
|
+
}
|
|
59
|
+
}
|
|
60
|
+
&-count {
|
|
61
|
+
color: var(--info-color);
|
|
62
|
+
span {
|
|
63
|
+
display: block;
|
|
64
|
+
font-size: 20px;
|
|
65
|
+
font-family: PingFang SC;
|
|
66
|
+
}
|
|
67
|
+
}
|
|
68
|
+
}
|
|
69
|
+
&-appraise {
|
|
70
|
+
color: var(--info-color);
|
|
71
|
+
|
|
72
|
+
&-good {
|
|
73
|
+
margin-bottom: 42px;
|
|
74
|
+
&-bg {
|
|
75
|
+
&.light {
|
|
76
|
+
color: #1f480a;
|
|
77
|
+
}
|
|
78
|
+
width: 291px;
|
|
79
|
+
height: 57px;
|
|
80
|
+
line-height: 57px;
|
|
81
|
+
padding-left: 60px;
|
|
82
|
+
background-image: url('../../imgs/good.png');
|
|
83
|
+
background-repeat: no-repeat;
|
|
84
|
+
background-size: 100% 100%;
|
|
85
|
+
}
|
|
86
|
+
}
|
|
87
|
+
&-bad {
|
|
88
|
+
&-bg {
|
|
89
|
+
&.light {
|
|
90
|
+
color: #825907;
|
|
91
|
+
}
|
|
92
|
+
width: 291px;
|
|
93
|
+
height: 57px;
|
|
94
|
+
line-height: 57px;
|
|
95
|
+
padding-left: 60px;
|
|
96
|
+
background-image: url('../../imgs/bad.png');
|
|
97
|
+
background-repeat: no-repeat;
|
|
98
|
+
background-size: 100% 100%;
|
|
99
|
+
}
|
|
100
|
+
}
|
|
101
|
+
}
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
.appraise-trend {
|
|
106
|
+
width: calc(100% - 588px);
|
|
107
|
+
height: 340px;
|
|
108
|
+
padding: 14px 20px;
|
|
109
|
+
background-color: var(--bg-color2);
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
.appraise-record {
|
|
113
|
+
padding: 14px 20px;
|
|
114
|
+
margin-top: 10px;
|
|
115
|
+
background-color: var(--bg-color2);
|
|
116
|
+
|
|
117
|
+
&-table {
|
|
118
|
+
margin-top: 14px;
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
}
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
function _typeof(obj) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (obj) { return typeof obj; } : function (obj) { return obj && "function" == typeof Symbol && obj.constructor === Symbol && obj !== Symbol.prototype ? "symbol" : typeof obj; }, _typeof(obj); }
|
|
4
|
+
Object.defineProperty(exports, "__esModule", {
|
|
5
|
+
value: true
|
|
6
|
+
});
|
|
7
|
+
exports["default"] = void 0;
|
|
8
|
+
var _react = _interopRequireWildcard(require("react"));
|
|
9
|
+
var _ahooks = require("ahooks");
|
|
10
|
+
var _moment = _interopRequireDefault(require("moment"));
|
|
11
|
+
var _echartsForReact = _interopRequireDefault(require("echarts-for-react"));
|
|
12
|
+
var _useSettings2 = _interopRequireDefault(require("../../../vm-hooks/useSettings"));
|
|
13
|
+
var _vmFilter = require("../../../vm-filter");
|
|
14
|
+
var _vmSubTabs = require("../../../vm-sub-tabs");
|
|
15
|
+
var _api = require("../../api");
|
|
16
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
17
|
+
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function _getRequireWildcardCache(nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }
|
|
18
|
+
function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || _typeof(obj) !== "object" && typeof obj !== "function") { return { "default": obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj["default"] = obj; if (cache) { cache.set(obj, newObj); } return newObj; }
|
|
19
|
+
function _slicedToArray(arr, i) { return _arrayWithHoles(arr) || _iterableToArrayLimit(arr, i) || _unsupportedIterableToArray(arr, i) || _nonIterableRest(); }
|
|
20
|
+
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."); }
|
|
21
|
+
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); }
|
|
22
|
+
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; }
|
|
23
|
+
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; } }
|
|
24
|
+
function _arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; } /**
|
|
25
|
+
* 监测信息-折线图
|
|
26
|
+
*/
|
|
27
|
+
var MonitorInfo = function MonitorInfo(props) {
|
|
28
|
+
var id = props.id;
|
|
29
|
+
var _useSettings = (0, _useSettings2["default"])(),
|
|
30
|
+
chartFontColor = _useSettings.chartFontColor,
|
|
31
|
+
sDate = _useSettings.startDate;
|
|
32
|
+
var _useSetState = (0, _ahooks.useSetState)({
|
|
33
|
+
filterKey: '',
|
|
34
|
+
startDate: sDate || (0, _moment["default"])().format('YYYY-MM-DD'),
|
|
35
|
+
endDate: sDate || (0, _moment["default"])().format('YYYY-MM-DD'),
|
|
36
|
+
unit: ''
|
|
37
|
+
}),
|
|
38
|
+
_useSetState2 = _slicedToArray(_useSetState, 2),
|
|
39
|
+
state = _useSetState2[0],
|
|
40
|
+
setState = _useSetState2[1];
|
|
41
|
+
var filterKey = state.filterKey,
|
|
42
|
+
startDate = state.startDate,
|
|
43
|
+
endDate = state.endDate,
|
|
44
|
+
unit = state.unit;
|
|
45
|
+
var _MoniotrService$useMo = _api.MoniotrService.useMonitorType(id),
|
|
46
|
+
monitorType = _MoniotrService$useMo.monitorType;
|
|
47
|
+
(0, _react.useEffect)(function () {
|
|
48
|
+
if (monitorType === null || monitorType === void 0 ? void 0 : monitorType.length) {
|
|
49
|
+
setState({
|
|
50
|
+
filterKey: monitorType[0].key,
|
|
51
|
+
unit: monitorType[0].standardUnit
|
|
52
|
+
});
|
|
53
|
+
}
|
|
54
|
+
}, [JSON.stringify(monitorType)]);
|
|
55
|
+
var _MoniotrService$useMo2 = _api.MoniotrService.useMonitorChart(id, "".concat(startDate, " 00:00:00"), "".concat(endDate, " 23:59:59"), filterKey),
|
|
56
|
+
monitorChart = _MoniotrService$useMo2.monitorChart;
|
|
57
|
+
var xAxis = monitorChart.xAxis,
|
|
58
|
+
xList = monitorChart.xList,
|
|
59
|
+
legend = monitorChart.legend,
|
|
60
|
+
legendList = monitorChart.legendList,
|
|
61
|
+
series = monitorChart.series;
|
|
62
|
+
var handleDateChange = function handleDateChange(start) {
|
|
63
|
+
setState({
|
|
64
|
+
startDate: start,
|
|
65
|
+
endDate: start
|
|
66
|
+
});
|
|
67
|
+
};
|
|
68
|
+
var option = {
|
|
69
|
+
color: ['#4DFFD9', '#4195FF', '#FF7979', '#FFE25D'],
|
|
70
|
+
tooltip: {
|
|
71
|
+
trigger: 'axis'
|
|
72
|
+
},
|
|
73
|
+
legend: {
|
|
74
|
+
show: true,
|
|
75
|
+
itemWith: 6,
|
|
76
|
+
itemHeight: 6,
|
|
77
|
+
top: 20,
|
|
78
|
+
textStyle: {
|
|
79
|
+
color: chartFontColor,
|
|
80
|
+
fontSize: 12
|
|
81
|
+
},
|
|
82
|
+
data: legend || legendList || []
|
|
83
|
+
},
|
|
84
|
+
grid: {
|
|
85
|
+
top: 58,
|
|
86
|
+
left: 24,
|
|
87
|
+
bottom: 12,
|
|
88
|
+
right: 24,
|
|
89
|
+
containLabel: true
|
|
90
|
+
},
|
|
91
|
+
xAxis: {
|
|
92
|
+
type: 'category',
|
|
93
|
+
boundaryGap: false,
|
|
94
|
+
axisTick: {
|
|
95
|
+
show: false
|
|
96
|
+
},
|
|
97
|
+
axisLabel: {
|
|
98
|
+
color: chartFontColor
|
|
99
|
+
},
|
|
100
|
+
data: xAxis || xList || []
|
|
101
|
+
},
|
|
102
|
+
yAxis: [{
|
|
103
|
+
name: unit,
|
|
104
|
+
type: 'value',
|
|
105
|
+
nameTextStyle: {
|
|
106
|
+
color: chartFontColor
|
|
107
|
+
},
|
|
108
|
+
axisTick: {
|
|
109
|
+
show: false
|
|
110
|
+
},
|
|
111
|
+
axisLabel: {
|
|
112
|
+
color: chartFontColor
|
|
113
|
+
},
|
|
114
|
+
axisLine: {
|
|
115
|
+
show: true
|
|
116
|
+
},
|
|
117
|
+
splitLine: {
|
|
118
|
+
lineStyle: {
|
|
119
|
+
type: 'dashed',
|
|
120
|
+
color: 'rgba(151,151,151,0.28)'
|
|
121
|
+
}
|
|
122
|
+
}
|
|
123
|
+
}],
|
|
124
|
+
series: series || []
|
|
125
|
+
};
|
|
126
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
127
|
+
className: "wr-monitor-trend"
|
|
128
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
129
|
+
className: "wr-monitor-trend-head"
|
|
130
|
+
}, /*#__PURE__*/_react["default"].createElement(_vmSubTabs.SubTabsLine, {
|
|
131
|
+
items: monitorType,
|
|
132
|
+
activeKey: filterKey,
|
|
133
|
+
onChange: function onChange(key) {
|
|
134
|
+
setState({
|
|
135
|
+
filterKey: key,
|
|
136
|
+
unit: monitorType.find(function (ele) {
|
|
137
|
+
return ele.key === key;
|
|
138
|
+
}).standardUnit
|
|
139
|
+
});
|
|
140
|
+
}
|
|
141
|
+
}), /*#__PURE__*/_react["default"].createElement(_vmFilter.VMDatePicker, {
|
|
142
|
+
value: (0, _moment["default"])(startDate),
|
|
143
|
+
onChange: function onChange(date) {
|
|
144
|
+
date && handleDateChange(date.format('YYYY-MM-DD'));
|
|
145
|
+
}
|
|
146
|
+
})), /*#__PURE__*/_react["default"].createElement("div", null, /*#__PURE__*/_react["default"].createElement(_echartsForReact["default"], {
|
|
147
|
+
option: option,
|
|
148
|
+
notMerge: true,
|
|
149
|
+
lazyUpdate: true,
|
|
150
|
+
style: {
|
|
151
|
+
height: '300px',
|
|
152
|
+
width: '100%'
|
|
153
|
+
}
|
|
154
|
+
})));
|
|
155
|
+
};
|
|
156
|
+
var _default = MonitorInfo;
|
|
157
|
+
exports["default"] = _default;
|
|
158
|
+
//# sourceMappingURL=MonitorInfo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"MonitorInfo.js","names":["_react","_interopRequireWildcard","require","_ahooks","_moment","_interopRequireDefault","_echartsForReact","_useSettings2","_vmFilter","_vmSubTabs","_api","obj","__esModule","_getRequireWildcardCache","nodeInterop","WeakMap","cacheBabelInterop","cacheNodeInterop","_typeof","cache","has","get","newObj","hasPropertyDescriptor","Object","defineProperty","getOwnPropertyDescriptor","key","prototype","hasOwnProperty","call","desc","set","_slicedToArray","arr","i","_arrayWithHoles","_iterableToArrayLimit","_unsupportedIterableToArray","_nonIterableRest","TypeError","o","minLen","_arrayLikeToArray","n","toString","slice","constructor","name","Array","from","test","len","length","arr2","_i","Symbol","iterator","_s","_e","_x","_r","_arr","_n","_d","next","done","push","value","err","isArray","MonitorInfo","props","id","_useSettings","useSettings","chartFontColor","sDate","startDate","_useSetState","useSetState","filterKey","moment","format","endDate","unit","_useSetState2","state","setState","_MoniotrService$useMo","MoniotrService","useMonitorType","monitorType","useEffect","standardUnit","JSON","stringify","_MoniotrService$useMo2","useMonitorChart","concat","monitorChart","xAxis","xList","legend","legendList","series","handleDateChange","start","option","color","tooltip","trigger","show","itemWith","itemHeight","top","textStyle","fontSize","data","grid","left","bottom","right","containLabel","type","boundaryGap","axisTick","axisLabel","yAxis","nameTextStyle","axisLine","splitLine","lineStyle","React","createElement","className","SubTabsLine","items","activeKey","onChange","find","ele","VMDatePicker","date","ReactEcharts","notMerge","lazyUpdate","style","height","width","_default","exports"],"sources":["vtx-wr-modal/components/Monitor/MonitorInfo.js"],"sourcesContent":["/**\n * 监测信息-折线图\n */\nimport React, { useEffect } from 'react';\nimport { useSetState } from 'ahooks';\nimport moment from 'moment';\nimport ReactEcharts from 'echarts-for-react';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport { VMDatePicker } from '../../../vm-filter';\nimport { SubTabsLine } from '../../../vm-sub-tabs';\nimport { MoniotrService } from '../../api';\nconst MonitorInfo = (props) => {\n const { id } = props;\n const { chartFontColor, startDate: sDate } = useSettings();\n const [state, setState] = useSetState({\n filterKey: '',\n startDate: sDate || moment().format('YYYY-MM-DD'),\n endDate: sDate || moment().format('YYYY-MM-DD'),\n unit: '',\n });\n const { filterKey, startDate, endDate, unit } = state;\n const { monitorType } = MoniotrService.useMonitorType(id);\n useEffect(() => {\n if (monitorType === null || monitorType === void 0 ? void 0 : monitorType.length) {\n setState({\n filterKey: monitorType[0].key,\n unit: monitorType[0].standardUnit,\n });\n }\n }, [JSON.stringify(monitorType)]);\n const { monitorChart } = MoniotrService.useMonitorChart(id, `${startDate} 00:00:00`, `${endDate} 23:59:59`, filterKey);\n const { xAxis, xList, legend, legendList, series } = monitorChart;\n const handleDateChange = (start) => {\n setState({\n startDate: start,\n endDate: start,\n });\n };\n const option = {\n color: ['#4DFFD9', '#4195FF', '#FF7979', '#FFE25D'],\n tooltip: {\n trigger: 'axis',\n },\n legend: {\n show: true,\n itemWith: 6,\n itemHeight: 6,\n top: 20,\n textStyle: {\n color: chartFontColor,\n fontSize: 12,\n },\n data: legend || legendList || [],\n },\n grid: {\n top: 58,\n left: 24,\n bottom: 12,\n right: 24,\n containLabel: true,\n },\n xAxis: {\n type: 'category',\n boundaryGap: false,\n axisTick: {\n show: false,\n },\n axisLabel: {\n color: chartFontColor,\n },\n data: xAxis || xList || [],\n },\n yAxis: [\n {\n name: unit,\n type: 'value',\n nameTextStyle: {\n color: chartFontColor,\n },\n axisTick: {\n show: false,\n },\n axisLabel: {\n color: chartFontColor,\n },\n axisLine: {\n show: true,\n },\n splitLine: {\n lineStyle: {\n type: 'dashed',\n color: 'rgba(151,151,151,0.28)',\n },\n },\n },\n ],\n series: series || [],\n };\n return (React.createElement(\"div\", { className: \"wr-monitor-trend\" },\n React.createElement(\"div\", { className: \"wr-monitor-trend-head\" },\n React.createElement(SubTabsLine, { items: monitorType, activeKey: filterKey, onChange: key => {\n setState({\n filterKey: key,\n unit: monitorType.find((ele) => ele.key === key).standardUnit,\n });\n } }),\n React.createElement(VMDatePicker, { value: moment(startDate), onChange: (date) => {\n date && handleDateChange(date.format('YYYY-MM-DD'));\n } })),\n React.createElement(\"div\", null,\n React.createElement(ReactEcharts, { option: option, notMerge: true, lazyUpdate: true, style: { height: '300px', width: '100%' } }))));\n};\nexport default MonitorInfo;\n"],"mappings":"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"}
|
|
@@ -0,0 +1,162 @@
|
|
|
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 _moment = _interopRequireDefault(require("moment"));
|
|
9
|
+
var _antd = require("antd");
|
|
10
|
+
var _vmSubTitle = _interopRequireDefault(require("../../../vm-sub-title"));
|
|
11
|
+
var _useSettings2 = _interopRequireDefault(require("../../../vm-hooks/useSettings"));
|
|
12
|
+
var _api = require("../../api");
|
|
13
|
+
var _traffic = _interopRequireDefault(require("../../imgs/traffic.png"));
|
|
14
|
+
var _stench = _interopRequireDefault(require("../../imgs/stench.png"));
|
|
15
|
+
var _temperature = _interopRequireDefault(require("../../imgs/temperature.png"));
|
|
16
|
+
var _humidity = _interopRequireDefault(require("../../imgs/humidity.png"));
|
|
17
|
+
var _water = _interopRequireDefault(require("../../imgs/water.png"));
|
|
18
|
+
var _electric = _interopRequireDefault(require("../../imgs/electric.png"));
|
|
19
|
+
var _male = _interopRequireDefault(require("../../imgs/male.png"));
|
|
20
|
+
var _female = _interopRequireDefault(require("../../imgs/female.png"));
|
|
21
|
+
var _traffic_light = _interopRequireDefault(require("../../imgs/traffic_light.png"));
|
|
22
|
+
var _stench_light = _interopRequireDefault(require("../../imgs/stench_light.png"));
|
|
23
|
+
var _temperature_light = _interopRequireDefault(require("../../imgs/temperature_light.png"));
|
|
24
|
+
var _humidity_light = _interopRequireDefault(require("../../imgs/humidity_light.png"));
|
|
25
|
+
var _water_light = _interopRequireDefault(require("../../imgs/water_light.png"));
|
|
26
|
+
var _electric_light = _interopRequireDefault(require("../../imgs/electric_light.png"));
|
|
27
|
+
var _male_light = _interopRequireDefault(require("../../imgs/male_light.png"));
|
|
28
|
+
var _female_light = _interopRequireDefault(require("../../imgs/female_light.png"));
|
|
29
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
30
|
+
/**
|
|
31
|
+
* 公厕-监测信息-实时信息
|
|
32
|
+
*/
|
|
33
|
+
|
|
34
|
+
var RealtimeInfo = function RealtimeInfo(props) {
|
|
35
|
+
var id = props.id;
|
|
36
|
+
var _useSettings = (0, _useSettings2["default"])(),
|
|
37
|
+
theme = _useSettings.theme;
|
|
38
|
+
var _MoniotrService$useRe = _api.MoniotrService.useRealtime(id, (0, _moment["default"])().format('YYYY-MM-DD')),
|
|
39
|
+
realtimeList = _MoniotrService$useRe.realtimeList;
|
|
40
|
+
var img = {
|
|
41
|
+
light: {
|
|
42
|
+
PersonNum: _traffic_light["default"],
|
|
43
|
+
OdorValue: _stench_light["default"],
|
|
44
|
+
temperature: _temperature_light["default"],
|
|
45
|
+
humidity: _humidity_light["default"],
|
|
46
|
+
WaterUse: _water_light["default"],
|
|
47
|
+
ElecUse: _electric_light["default"],
|
|
48
|
+
male: _male_light["default"],
|
|
49
|
+
female: _female_light["default"]
|
|
50
|
+
},
|
|
51
|
+
dark: {
|
|
52
|
+
PersonNum: _traffic["default"],
|
|
53
|
+
OdorValue: _stench["default"],
|
|
54
|
+
temperature: _temperature["default"],
|
|
55
|
+
humidity: _humidity["default"],
|
|
56
|
+
WaterUse: _water["default"],
|
|
57
|
+
ElecUse: _electric["default"],
|
|
58
|
+
male: _male["default"],
|
|
59
|
+
female: _female["default"]
|
|
60
|
+
}
|
|
61
|
+
};
|
|
62
|
+
var getRealtimeItem = function getRealtimeItem(code) {
|
|
63
|
+
var src = '';
|
|
64
|
+
if (code.indexOf('_') < 0) {
|
|
65
|
+
return img[theme]['PersonNum'];
|
|
66
|
+
}
|
|
67
|
+
var str = code.split('_')[0];
|
|
68
|
+
switch (str) {
|
|
69
|
+
case 'PersonNum':
|
|
70
|
+
src = img[theme]['PersonNum'];
|
|
71
|
+
break;
|
|
72
|
+
case 'OdorValue':
|
|
73
|
+
src = img[theme]['OdorValue'];
|
|
74
|
+
break;
|
|
75
|
+
case 'temperature':
|
|
76
|
+
src = img[theme]['temperature'];
|
|
77
|
+
break;
|
|
78
|
+
case 'humidity':
|
|
79
|
+
src = img[theme]['humidity'];
|
|
80
|
+
break;
|
|
81
|
+
case 'WaterUse':
|
|
82
|
+
src = img[theme]['WaterUse'];
|
|
83
|
+
break;
|
|
84
|
+
case 'ElecUse':
|
|
85
|
+
src = img[theme]['ElecUse'];
|
|
86
|
+
break;
|
|
87
|
+
case 'SeatNum':
|
|
88
|
+
if (code.indexOf('female') > -1) {
|
|
89
|
+
src = img[theme]['female'];
|
|
90
|
+
} else {
|
|
91
|
+
src = img[theme]['male'];
|
|
92
|
+
}
|
|
93
|
+
break;
|
|
94
|
+
default:
|
|
95
|
+
break;
|
|
96
|
+
}
|
|
97
|
+
return src;
|
|
98
|
+
};
|
|
99
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
100
|
+
className: "wr-monitor-realtime"
|
|
101
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
102
|
+
className: "realtime-head"
|
|
103
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
104
|
+
className: "realtime-head-title"
|
|
105
|
+
}, /*#__PURE__*/_react["default"].createElement(_vmSubTitle["default"], {
|
|
106
|
+
title: "\u5B9E\u65F6\u4FE1\u606F"
|
|
107
|
+
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
108
|
+
className: "realtime-head-time"
|
|
109
|
+
}, "\u66F4\u65B0\u65F6\u95F4\uFF1A", (0, _moment["default"])().format('YYYY-MM-DD HH:mm:ss')))), /*#__PURE__*/_react["default"].createElement("div", {
|
|
110
|
+
className: "realtime-content"
|
|
111
|
+
}, /*#__PURE__*/_react["default"].createElement(_antd.Row, {
|
|
112
|
+
gutter: [36, 20]
|
|
113
|
+
}, (realtimeList === null || realtimeList === void 0 ? void 0 : realtimeList.length) > 0 ? realtimeList.map(function (item, index) {
|
|
114
|
+
return /*#__PURE__*/_react["default"].createElement(_antd.Col, {
|
|
115
|
+
xxl: 6,
|
|
116
|
+
xl: 6,
|
|
117
|
+
lg: 8,
|
|
118
|
+
md: 12,
|
|
119
|
+
className: "realtime-content-item",
|
|
120
|
+
key: index
|
|
121
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
122
|
+
className: "realtime-content-item-icon"
|
|
123
|
+
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
124
|
+
src: getRealtimeItem(item.code)
|
|
125
|
+
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
126
|
+
className: "realtime-content-item-icon-name"
|
|
127
|
+
}, item.title)), /*#__PURE__*/_react["default"].createElement("div", {
|
|
128
|
+
className: "realtime-content-item-main ".concat(theme)
|
|
129
|
+
}, item.dataList.map(function (subItem, idx) {
|
|
130
|
+
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, /*#__PURE__*/_react["default"].createElement("div", {
|
|
131
|
+
className: "realtime-content-item-main-item",
|
|
132
|
+
key: idx
|
|
133
|
+
}, /*#__PURE__*/_react["default"].createElement("div", null, subItem.name), /*#__PURE__*/_react["default"].createElement("div", null, subItem.value)), idx < item.dataList.length - 1 && /*#__PURE__*/_react["default"].createElement("div", {
|
|
134
|
+
className: "realtime-content-item-main-line"
|
|
135
|
+
}));
|
|
136
|
+
})));
|
|
137
|
+
}) : /*#__PURE__*/_react["default"].createElement(_antd.Col, {
|
|
138
|
+
span: 24,
|
|
139
|
+
className: "realtime-content-item"
|
|
140
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
141
|
+
className: "realtime-content-item-icon"
|
|
142
|
+
}, /*#__PURE__*/_react["default"].createElement("img", {
|
|
143
|
+
src: _traffic["default"]
|
|
144
|
+
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
145
|
+
className: "realtime-content-item-icon-name"
|
|
146
|
+
}, "\u4ECA\u65E5\u4EBA\u6D41\u91CF\uFF08\u4EBA\u6B21\uFF09")), /*#__PURE__*/_react["default"].createElement("div", {
|
|
147
|
+
className: "realtime-content-item-main"
|
|
148
|
+
}, /*#__PURE__*/_react["default"].createElement("div", {
|
|
149
|
+
className: "realtime-content-item-main-item"
|
|
150
|
+
}, /*#__PURE__*/_react["default"].createElement("div", null, "\u5168\u90E8"), /*#__PURE__*/_react["default"].createElement("div", null, "0")), /*#__PURE__*/_react["default"].createElement("div", {
|
|
151
|
+
className: "realtime-content-item-main-line"
|
|
152
|
+
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
153
|
+
className: "realtime-content-item-main-item"
|
|
154
|
+
}, /*#__PURE__*/_react["default"].createElement("div", null, "\u7537"), /*#__PURE__*/_react["default"].createElement("div", null, "0")), /*#__PURE__*/_react["default"].createElement("div", {
|
|
155
|
+
className: "realtime-content-item-main-line"
|
|
156
|
+
}), /*#__PURE__*/_react["default"].createElement("div", {
|
|
157
|
+
className: "realtime-content-item-main-item"
|
|
158
|
+
}, /*#__PURE__*/_react["default"].createElement("div", null, "\u5973"), /*#__PURE__*/_react["default"].createElement("div", null, "0")))))));
|
|
159
|
+
};
|
|
160
|
+
var _default = RealtimeInfo;
|
|
161
|
+
exports["default"] = _default;
|
|
162
|
+
//# sourceMappingURL=RealtimeInfo.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"RealtimeInfo.js","names":["_react","_interopRequireDefault","require","_moment","_antd","_vmSubTitle","_useSettings2","_api","_traffic","_stench","_temperature","_humidity","_water","_electric","_male","_female","_traffic_light","_stench_light","_temperature_light","_humidity_light","_water_light","_electric_light","_male_light","_female_light","obj","__esModule","RealtimeInfo","props","id","_useSettings","useSettings","theme","_MoniotrService$useRe","MoniotrService","useRealtime","moment","format","realtimeList","img","light","PersonNum","PersonNumLight","OdorValue","OdorValueLight","temperature","temperatureLight","humidity","humidityLight","WaterUse","WaterUseLight","ElecUse","ElecUseLight","male","maleLight","female","femaleLight","dark","getRealtimeItem","code","src","indexOf","str","split","React","createElement","className","SubTitle","title","Row","gutter","length","map","item","index","Col","xxl","xl","lg","md","key","concat","dataList","subItem","idx","Fragment","name","value","span","_default","exports"],"sources":["vtx-wr-modal/components/Monitor/RealtimeInfo.js"],"sourcesContent":["/**\n * 公厕-监测信息-实时信息\n */\nimport React from 'react';\nimport moment from 'moment';\nimport { Row, Col } from 'antd';\nimport SubTitle from '../../../vm-sub-title';\nimport useSettings from '../../../vm-hooks/useSettings';\nimport { MoniotrService } from '../../api';\nimport PersonNum from '../../imgs/traffic.png';\nimport OdorValue from '../../imgs/stench.png';\nimport temperature from '../../imgs/temperature.png';\nimport humidity from '../../imgs/humidity.png';\nimport WaterUse from '../../imgs/water.png';\nimport ElecUse from '../../imgs/electric.png';\nimport male from '../../imgs/male.png';\nimport female from '../../imgs/female.png';\nimport PersonNumLight from '../../imgs/traffic_light.png';\nimport OdorValueLight from '../../imgs/stench_light.png';\nimport temperatureLight from '../../imgs/temperature_light.png';\nimport humidityLight from '../../imgs/humidity_light.png';\nimport WaterUseLight from '../../imgs/water_light.png';\nimport ElecUseLight from '../../imgs/electric_light.png';\nimport maleLight from '../../imgs/male_light.png';\nimport femaleLight from '../../imgs/female_light.png';\nconst RealtimeInfo = props => {\n const { id } = props;\n const { theme } = useSettings();\n const { realtimeList } = MoniotrService.useRealtime(id, moment().format('YYYY-MM-DD'));\n const img = {\n light: {\n PersonNum: PersonNumLight,\n OdorValue: OdorValueLight,\n temperature: temperatureLight,\n humidity: humidityLight,\n WaterUse: WaterUseLight,\n ElecUse: ElecUseLight,\n male: maleLight,\n female: femaleLight,\n },\n dark: {\n PersonNum,\n OdorValue,\n temperature,\n humidity,\n WaterUse,\n ElecUse,\n male,\n female,\n },\n };\n const getRealtimeItem = (code) => {\n let src = '';\n if (code.indexOf('_') < 0) {\n return img[theme]['PersonNum'];\n }\n const str = code.split('_')[0];\n switch (str) {\n case 'PersonNum':\n src = img[theme]['PersonNum'];\n break;\n case 'OdorValue':\n src = img[theme]['OdorValue'];\n break;\n case 'temperature':\n src = img[theme]['temperature'];\n break;\n case 'humidity':\n src = img[theme]['humidity'];\n break;\n case 'WaterUse':\n src = img[theme]['WaterUse'];\n break;\n case 'ElecUse':\n src = img[theme]['ElecUse'];\n break;\n case 'SeatNum':\n if (code.indexOf('female') > -1) {\n src = img[theme]['female'];\n }\n else {\n src = img[theme]['male'];\n }\n break;\n default:\n break;\n }\n return src;\n };\n return (React.createElement(\"div\", { className: \"wr-monitor-realtime\" },\n React.createElement(\"div\", { className: \"realtime-head\" },\n React.createElement(\"div\", { className: \"realtime-head-title\" },\n React.createElement(SubTitle, { title: \"\\u5B9E\\u65F6\\u4FE1\\u606F\" }),\n React.createElement(\"div\", { className: \"realtime-head-time\" },\n \"\\u66F4\\u65B0\\u65F6\\u95F4\\uFF1A\",\n moment().format('YYYY-MM-DD HH:mm:ss')))),\n React.createElement(\"div\", { className: \"realtime-content\" },\n React.createElement(Row, { gutter: [36, 20] }, (realtimeList === null || realtimeList === void 0 ? void 0 : realtimeList.length) > 0 ? (realtimeList.map((item, index) => (React.createElement(Col, { xxl: 6, xl: 6, lg: 8, md: 12, className: \"realtime-content-item\", key: index },\n React.createElement(\"div\", { className: \"realtime-content-item-icon\" },\n React.createElement(\"img\", { src: getRealtimeItem(item.code) }),\n React.createElement(\"div\", { className: \"realtime-content-item-icon-name\" }, item.title)),\n React.createElement(\"div\", { className: `realtime-content-item-main ${theme}` }, item.dataList.map((subItem, idx) => (React.createElement(React.Fragment, null,\n React.createElement(\"div\", { className: \"realtime-content-item-main-item\", key: idx },\n React.createElement(\"div\", null, subItem.name),\n React.createElement(\"div\", null, subItem.value)),\n idx < item.dataList.length - 1 && (React.createElement(\"div\", { className: \"realtime-content-item-main-line\" })))))))))) : (React.createElement(Col, { span: 24, className: \"realtime-content-item\" },\n React.createElement(\"div\", { className: \"realtime-content-item-icon\" },\n React.createElement(\"img\", { src: PersonNum }),\n React.createElement(\"div\", { className: \"realtime-content-item-icon-name\" }, \"\\u4ECA\\u65E5\\u4EBA\\u6D41\\u91CF\\uFF08\\u4EBA\\u6B21\\uFF09\")),\n React.createElement(\"div\", { className: \"realtime-content-item-main\" },\n React.createElement(\"div\", { className: \"realtime-content-item-main-item\" },\n React.createElement(\"div\", null, \"\\u5168\\u90E8\"),\n React.createElement(\"div\", null, \"0\")),\n React.createElement(\"div\", { className: \"realtime-content-item-main-line\" }),\n React.createElement(\"div\", { className: \"realtime-content-item-main-item\" },\n React.createElement(\"div\", null, \"\\u7537\"),\n React.createElement(\"div\", null, \"0\")),\n React.createElement(\"div\", { className: \"realtime-content-item-main-line\" }),\n React.createElement(\"div\", { className: \"realtime-content-item-main-item\" },\n React.createElement(\"div\", null, \"\\u5973\"),\n React.createElement(\"div\", null, \"0\")))))))));\n};\nexport default RealtimeInfo;\n"],"mappings":";;;;;;AAGA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,OAAA,GAAAF,sBAAA,CAAAC,OAAA;AACA,IAAAE,KAAA,GAAAF,OAAA;AACA,IAAAG,WAAA,GAAAJ,sBAAA,CAAAC,OAAA;AACA,IAAAI,aAAA,GAAAL,sBAAA,CAAAC,OAAA;AACA,IAAAK,IAAA,GAAAL,OAAA;AACA,IAAAM,QAAA,GAAAP,sBAAA,CAAAC,OAAA;AACA,IAAAO,OAAA,GAAAR,sBAAA,CAAAC,OAAA;AACA,IAAAQ,YAAA,GAAAT,sBAAA,CAAAC,OAAA;AACA,IAAAS,SAAA,GAAAV,sBAAA,CAAAC,OAAA;AACA,IAAAU,MAAA,GAAAX,sBAAA,CAAAC,OAAA;AACA,IAAAW,SAAA,GAAAZ,sBAAA,CAAAC,OAAA;AACA,IAAAY,KAAA,GAAAb,sBAAA,CAAAC,OAAA;AACA,IAAAa,OAAA,GAAAd,sBAAA,CAAAC,OAAA;AACA,IAAAc,cAAA,GAAAf,sBAAA,CAAAC,OAAA;AACA,IAAAe,aAAA,GAAAhB,sBAAA,CAAAC,OAAA;AACA,IAAAgB,kBAAA,GAAAjB,sBAAA,CAAAC,OAAA;AACA,IAAAiB,eAAA,GAAAlB,sBAAA,CAAAC,OAAA;AACA,IAAAkB,YAAA,GAAAnB,sBAAA,CAAAC,OAAA;AACA,IAAAmB,eAAA,GAAApB,sBAAA,CAAAC,OAAA;AACA,IAAAoB,WAAA,GAAArB,sBAAA,CAAAC,OAAA;AACA,IAAAqB,aAAA,GAAAtB,sBAAA,CAAAC,OAAA;AAAsD,SAAAD,uBAAAuB,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,gBAAAA,GAAA;AAxBtD;AACA;AACA;;AAuBA,IAAME,YAAY,GAAG,SAAfA,YAAYA,CAAGC,KAAK,EAAI;EAC1B,IAAQC,EAAE,GAAKD,KAAK,CAAZC,EAAE;EACV,IAAAC,YAAA,GAAkB,IAAAC,wBAAW,GAAE;IAAvBC,KAAK,GAAAF,YAAA,CAALE,KAAK;EACb,IAAAC,qBAAA,GAAyBC,mBAAc,CAACC,WAAW,CAACN,EAAE,EAAE,IAAAO,kBAAM,GAAE,CAACC,MAAM,CAAC,YAAY,CAAC,CAAC;IAA9EC,YAAY,GAAAL,qBAAA,CAAZK,YAAY;EACpB,IAAMC,GAAG,GAAG;IACRC,KAAK,EAAE;MACHC,SAAS,EAAEC,yBAAc;MACzBC,SAAS,EAAEC,wBAAc;MACzBC,WAAW,EAAEC,6BAAgB;MAC7BC,QAAQ,EAAEC,0BAAa;MACvBC,QAAQ,EAAEC,uBAAa;MACvBC,OAAO,EAAEC,0BAAY;MACrBC,IAAI,EAAEC,sBAAS;MACfC,MAAM,EAAEC;IACZ,CAAC;IACDC,IAAI,EAAE;MACFhB,SAAS,EAATA,mBAAS;MACTE,SAAS,EAATA,kBAAS;MACTE,WAAW,EAAXA,uBAAW;MACXE,QAAQ,EAARA,oBAAQ;MACRE,QAAQ,EAARA,iBAAQ;MACRE,OAAO,EAAPA,oBAAO;MACPE,IAAI,EAAJA,gBAAI;MACJE,MAAM,EAANA;IACJ;EACJ,CAAC;EACD,IAAMG,eAAe,GAAG,SAAlBA,eAAeA,CAAIC,IAAI,EAAK;IAC9B,IAAIC,GAAG,GAAG,EAAE;IACZ,IAAID,IAAI,CAACE,OAAO,CAAC,GAAG,CAAC,GAAG,CAAC,EAAE;MACvB,OAAOtB,GAAG,CAACP,KAAK,CAAC,CAAC,WAAW,CAAC;IAClC;IACA,IAAM8B,GAAG,GAAGH,IAAI,CAACI,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;IAC9B,QAAQD,GAAG;MACP,KAAK,WAAW;QACZF,GAAG,GAAGrB,GAAG,CAACP,KAAK,CAAC,CAAC,WAAW,CAAC;QAC7B;MACJ,KAAK,WAAW;QACZ4B,GAAG,GAAGrB,GAAG,CAACP,KAAK,CAAC,CAAC,WAAW,CAAC;QAC7B;MACJ,KAAK,aAAa;QACd4B,GAAG,GAAGrB,GAAG,CAACP,KAAK,CAAC,CAAC,aAAa,CAAC;QAC/B;MACJ,KAAK,UAAU;QACX4B,GAAG,GAAGrB,GAAG,CAACP,KAAK,CAAC,CAAC,UAAU,CAAC;QAC5B;MACJ,KAAK,UAAU;QACX4B,GAAG,GAAGrB,GAAG,CAACP,KAAK,CAAC,CAAC,UAAU,CAAC;QAC5B;MACJ,KAAK,SAAS;QACV4B,GAAG,GAAGrB,GAAG,CAACP,KAAK,CAAC,CAAC,SAAS,CAAC;QAC3B;MACJ,KAAK,SAAS;QACV,IAAI2B,IAAI,CAACE,OAAO,CAAC,QAAQ,CAAC,GAAG,CAAC,CAAC,EAAE;UAC7BD,GAAG,GAAGrB,GAAG,CAACP,KAAK,CAAC,CAAC,QAAQ,CAAC;QAC9B,CAAC,MACI;UACD4B,GAAG,GAAGrB,GAAG,CAACP,KAAK,CAAC,CAAC,MAAM,CAAC;QAC5B;QACA;MACJ;QACI;IAAM;IAEd,OAAO4B,GAAG;EACd,CAAC;EACD,oBAAQI,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAsB,CAAC,eACnEF,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAgB,CAAC,eACrDF,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAsB,CAAC,eAC3DF,iBAAK,CAACC,aAAa,CAACE,sBAAQ,EAAE;IAAEC,KAAK,EAAE;EAA2B,CAAC,CAAC,eACpEJ,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAqB,CAAC,EAC1D,gCAAgC,EAChC,IAAA9B,kBAAM,GAAE,CAACC,MAAM,CAAC,qBAAqB,CAAC,CAAC,CAAC,CAAC,eACrD2B,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAmB,CAAC,eACxDF,iBAAK,CAACC,aAAa,CAACI,SAAG,EAAE;IAAEC,MAAM,EAAE,CAAC,EAAE,EAAE,EAAE;EAAE,CAAC,EAAE,CAAChC,YAAY,KAAK,IAAI,IAAIA,YAAY,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,YAAY,CAACiC,MAAM,IAAI,CAAC,GAAIjC,YAAY,CAACkC,GAAG,CAAC,UAACC,IAAI,EAAEC,KAAK;IAAA,oBAAMV,iBAAK,CAACC,aAAa,CAACU,SAAG,EAAE;MAAEC,GAAG,EAAE,CAAC;MAAEC,EAAE,EAAE,CAAC;MAAEC,EAAE,EAAE,CAAC;MAAEC,EAAE,EAAE,EAAE;MAAEb,SAAS,EAAE,uBAAuB;MAAEc,GAAG,EAAEN;IAAM,CAAC,eAChRV,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;MAAEC,SAAS,EAAE;IAA6B,CAAC,eAClEF,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;MAAEL,GAAG,EAAEF,eAAe,CAACe,IAAI,CAACd,IAAI;IAAE,CAAC,CAAC,eAC/DK,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;MAAEC,SAAS,EAAE;IAAkC,CAAC,EAAEO,IAAI,CAACL,KAAK,CAAC,CAAC,eAC7FJ,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;MAAEC,SAAS,gCAAAe,MAAA,CAAgCjD,KAAK;IAAG,CAAC,EAAEyC,IAAI,CAACS,QAAQ,CAACV,GAAG,CAAC,UAACW,OAAO,EAAEC,GAAG;MAAA,oBAAMpB,iBAAK,CAACC,aAAa,CAACD,iBAAK,CAACqB,QAAQ,EAAE,IAAI,eAC1JrB,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;QAAEC,SAAS,EAAE,iCAAiC;QAAEc,GAAG,EAAEI;MAAI,CAAC,eACjFpB,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE,IAAI,EAAEkB,OAAO,CAACG,IAAI,CAAC,eAC9CtB,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE,IAAI,EAAEkB,OAAO,CAACI,KAAK,CAAC,CAAC,EACpDH,GAAG,GAAGX,IAAI,CAACS,QAAQ,CAACX,MAAM,GAAG,CAAC,iBAAKP,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;QAAEC,SAAS,EAAE;MAAkC,CAAC,CAAE,CAAC;IAAA,CAAC,CAAC,CAAC,CAAC;EAAA,CAAC,CAAC,gBAAKF,iBAAK,CAACC,aAAa,CAACU,SAAG,EAAE;IAAEa,IAAI,EAAE,EAAE;IAAEtB,SAAS,EAAE;EAAwB,CAAC,eACzMF,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAA6B,CAAC,eAClEF,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEL,GAAG,EAAEnB;EAAU,CAAC,CAAC,eAC9CuB,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAkC,CAAC,EAAE,wDAAwD,CAAC,CAAC,eAC3IF,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAA6B,CAAC,eAClEF,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAkC,CAAC,eACvEF,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE,IAAI,EAAE,cAAc,CAAC,eAChDD,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE,IAAI,EAAE,GAAG,CAAC,CAAC,eAC1CD,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAkC,CAAC,CAAC,eAC5EF,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAkC,CAAC,eACvEF,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE,IAAI,EAAE,QAAQ,CAAC,eAC1CD,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE,IAAI,EAAE,GAAG,CAAC,CAAC,eAC1CD,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAkC,CAAC,CAAC,eAC5EF,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAkC,CAAC,eACvEF,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE,IAAI,EAAE,QAAQ,CAAC,eAC1CD,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE,IAAI,EAAE,GAAG,CAAC,CAAC,CAAC,CAAE,CAAC,CAAC,CAAC;AACpE,CAAC;AAAC,IAAAwB,QAAA,GACa9D,YAAY;AAAA+D,OAAA,cAAAD,QAAA"}
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
.wr-monitor {
|
|
2
|
+
margin: 6px;
|
|
3
|
+
}
|
|
4
|
+
.wr-monitor-realtime {
|
|
5
|
+
padding: 14px 20px 0 20px;
|
|
6
|
+
background-color: var(--bg-color2);
|
|
7
|
+
margin-bottom: 6px;
|
|
8
|
+
}
|
|
9
|
+
.wr-monitor-realtime .realtime-head {
|
|
10
|
+
display: -webkit-box;
|
|
11
|
+
display: -ms-flexbox;
|
|
12
|
+
display: flex;
|
|
13
|
+
-webkit-box-pack: justify;
|
|
14
|
+
-ms-flex-pack: justify;
|
|
15
|
+
justify-content: space-between;
|
|
16
|
+
-webkit-box-align: start;
|
|
17
|
+
-ms-flex-align: start;
|
|
18
|
+
align-items: start;
|
|
19
|
+
}
|
|
20
|
+
.wr-monitor-realtime .realtime-head-title {
|
|
21
|
+
display: -webkit-box;
|
|
22
|
+
display: -ms-flexbox;
|
|
23
|
+
display: flex;
|
|
24
|
+
-webkit-box-pack: start;
|
|
25
|
+
-ms-flex-pack: start;
|
|
26
|
+
justify-content: start;
|
|
27
|
+
-webkit-box-align: start;
|
|
28
|
+
-ms-flex-align: start;
|
|
29
|
+
align-items: start;
|
|
30
|
+
}
|
|
31
|
+
.wr-monitor-realtime .realtime-head-time {
|
|
32
|
+
margin-left: 27px;
|
|
33
|
+
color: var(--info-warnning);
|
|
34
|
+
font-family: PingFang SC;
|
|
35
|
+
}
|
|
36
|
+
.wr-monitor-realtime .realtime-content {
|
|
37
|
+
margin-top: 12px;
|
|
38
|
+
padding-bottom: 18px;
|
|
39
|
+
}
|
|
40
|
+
.wr-monitor-realtime .realtime-content-item-icon {
|
|
41
|
+
display: -webkit-box;
|
|
42
|
+
display: -ms-flexbox;
|
|
43
|
+
display: flex;
|
|
44
|
+
-webkit-box-pack: center;
|
|
45
|
+
-ms-flex-pack: center;
|
|
46
|
+
justify-content: center;
|
|
47
|
+
-webkit-box-align: center;
|
|
48
|
+
-ms-flex-align: center;
|
|
49
|
+
align-items: center;
|
|
50
|
+
margin-bottom: 4px;
|
|
51
|
+
}
|
|
52
|
+
.wr-monitor-realtime .realtime-content-item-icon img {
|
|
53
|
+
width: 36px;
|
|
54
|
+
height: 36px;
|
|
55
|
+
margin-right: 14px;
|
|
56
|
+
}
|
|
57
|
+
.wr-monitor-realtime .realtime-content-item-icon-name {
|
|
58
|
+
color: var(--info-color);
|
|
59
|
+
}
|
|
60
|
+
.wr-monitor-realtime .realtime-content-item-main {
|
|
61
|
+
width: 100%;
|
|
62
|
+
height: 80px;
|
|
63
|
+
background-image: url('../../imgs/realtime_bg.png');
|
|
64
|
+
background-repeat: no-repeat;
|
|
65
|
+
background-size: 100% 100%;
|
|
66
|
+
color: var(--info-color);
|
|
67
|
+
display: -webkit-box;
|
|
68
|
+
display: -ms-flexbox;
|
|
69
|
+
display: flex;
|
|
70
|
+
-webkit-box-pack: space-evenly;
|
|
71
|
+
-ms-flex-pack: space-evenly;
|
|
72
|
+
justify-content: space-evenly;
|
|
73
|
+
-webkit-box-align: center;
|
|
74
|
+
-ms-flex-align: center;
|
|
75
|
+
align-items: center;
|
|
76
|
+
}
|
|
77
|
+
.wr-monitor-realtime .realtime-content-item-main.light {
|
|
78
|
+
background-image: url('../../imgs/realtime_bg_light.png');
|
|
79
|
+
}
|
|
80
|
+
.wr-monitor-realtime .realtime-content-item-main-line {
|
|
81
|
+
width: 1px;
|
|
82
|
+
height: 20px;
|
|
83
|
+
background: #ffffff;
|
|
84
|
+
opacity: 0.2;
|
|
85
|
+
}
|
|
86
|
+
.wr-monitor-realtime .realtime-content-item-main-item {
|
|
87
|
+
width: 76px;
|
|
88
|
+
text-align: center;
|
|
89
|
+
}
|
|
90
|
+
.wr-monitor-trend {
|
|
91
|
+
padding: 14px 20px;
|
|
92
|
+
background-color: var(--bg-color2);
|
|
93
|
+
}
|
|
94
|
+
.wr-monitor-trend-head {
|
|
95
|
+
display: -webkit-box;
|
|
96
|
+
display: -ms-flexbox;
|
|
97
|
+
display: flex;
|
|
98
|
+
-webkit-box-pack: justify;
|
|
99
|
+
-ms-flex-pack: justify;
|
|
100
|
+
justify-content: space-between;
|
|
101
|
+
-webkit-box-align: center;
|
|
102
|
+
-ms-flex-align: center;
|
|
103
|
+
align-items: center;
|
|
104
|
+
}
|
|
@@ -0,0 +1,28 @@
|
|
|
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 _RealtimeInfo = _interopRequireDefault(require("./RealtimeInfo"));
|
|
9
|
+
var _MonitorInfo = _interopRequireDefault(require("./MonitorInfo"));
|
|
10
|
+
require("./index.less");
|
|
11
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
12
|
+
/**
|
|
13
|
+
* 公厕-监测信息
|
|
14
|
+
*/
|
|
15
|
+
|
|
16
|
+
var Monitor = function Monitor(props) {
|
|
17
|
+
var id = props.id;
|
|
18
|
+
return /*#__PURE__*/_react["default"].createElement("div", {
|
|
19
|
+
className: "wr-monitor"
|
|
20
|
+
}, /*#__PURE__*/_react["default"].createElement(_RealtimeInfo["default"], {
|
|
21
|
+
id: id
|
|
22
|
+
}), /*#__PURE__*/_react["default"].createElement(_MonitorInfo["default"], {
|
|
23
|
+
id: id
|
|
24
|
+
}));
|
|
25
|
+
};
|
|
26
|
+
var _default = Monitor;
|
|
27
|
+
exports["default"] = _default;
|
|
28
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","names":["_react","_interopRequireDefault","require","_RealtimeInfo","_MonitorInfo","obj","__esModule","Monitor","props","id","React","createElement","className","RealtimeInfo","MonitorInfo","_default","exports"],"sources":["vtx-wr-modal/components/Monitor/index.js"],"sourcesContent":["/**\n * 公厕-监测信息\n */\nimport React from 'react';\nimport RealtimeInfo from './RealtimeInfo';\nimport MonitorInfo from './MonitorInfo';\nimport './index.less';\nconst Monitor = props => {\n const { id } = props;\n return (React.createElement(\"div\", { className: \"wr-monitor\" },\n React.createElement(RealtimeInfo, { id: id }),\n React.createElement(MonitorInfo, { id: id })));\n};\nexport default Monitor;\n"],"mappings":";;;;;;AAGA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,aAAA,GAAAF,sBAAA,CAAAC,OAAA;AACA,IAAAE,YAAA,GAAAH,sBAAA,CAAAC,OAAA;AACAA,OAAA;AAAsB,SAAAD,uBAAAI,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,gBAAAA,GAAA;AANtB;AACA;AACA;;AAKA,IAAME,OAAO,GAAG,SAAVA,OAAOA,CAAGC,KAAK,EAAI;EACrB,IAAQC,EAAE,GAAKD,KAAK,CAAZC,EAAE;EACV,oBAAQC,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE;IAAEC,SAAS,EAAE;EAAa,CAAC,eAC1DF,iBAAK,CAACC,aAAa,CAACE,wBAAY,EAAE;IAAEJ,EAAE,EAAEA;EAAG,CAAC,CAAC,eAC7CC,iBAAK,CAACC,aAAa,CAACG,uBAAW,EAAE;IAAEL,EAAE,EAAEA;EAAG,CAAC,CAAC,CAAC;AACrD,CAAC;AAAC,IAAAM,QAAA,GACaR,OAAO;AAAAS,OAAA,cAAAD,QAAA"}
|