@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
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,143 @@
|
|
|
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 _vtxBaseModal = _interopRequireDefault(require("../vtx-base-modal"));
|
|
9
|
+
var _vtxBaseInfo = _interopRequireDefault(require("../vtx-base-info"));
|
|
10
|
+
var _components = require("./components");
|
|
11
|
+
var _vmAppraisalInfo = _interopRequireDefault(require("../vm-appraisal-info"));
|
|
12
|
+
var _vmRepairMaintain = _interopRequireDefault(require("../vm-repair-maintain"));
|
|
13
|
+
var _vmVideo = _interopRequireDefault(require("../vm-video"));
|
|
14
|
+
var _api = _interopRequireDefault(require("../vm-video/api"));
|
|
15
|
+
var _api2 = require("./api");
|
|
16
|
+
require("../style");
|
|
17
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
|
|
18
|
+
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); }
|
|
19
|
+
function _defineProperty(obj, key, value) { key = _toPropertyKey(key); if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
20
|
+
function _toPropertyKey(arg) { var key = _toPrimitive(arg, "string"); return _typeof(key) === "symbol" ? key : String(key); }
|
|
21
|
+
function _toPrimitive(input, hint) { if (_typeof(input) !== "object" || input === null) return input; var prim = input[Symbol.toPrimitive]; if (prim !== undefined) { var res = prim.call(input, hint || "default"); if (_typeof(res) !== "object") return res; throw new TypeError("@@toPrimitive must return a primitive value."); } return (hint === "string" ? String : Number)(input); }
|
|
22
|
+
var TABS_BASE = 'wr-base';
|
|
23
|
+
var TABS_MONITOR = 'wr-monitor';
|
|
24
|
+
var TABS_EVALUATE = 'wr-appraise';
|
|
25
|
+
var TABS_ALARM = 'wr-alarm';
|
|
26
|
+
var TABS_APPRAISAL = 'default-appraisal';
|
|
27
|
+
var TABS_VIDEO = 'wr-video';
|
|
28
|
+
var TABS_RM = 'default-rm';
|
|
29
|
+
var TABS_BASE_NEW = 'wr-base-new';
|
|
30
|
+
var TABS_BUILD = 'wr-build';
|
|
31
|
+
var TABS_FILE = 'wr-file';
|
|
32
|
+
var TABS_SCORE = 'wr-score';
|
|
33
|
+
var VtxWrModal = function VtxWrModal(props) {
|
|
34
|
+
var _content;
|
|
35
|
+
var id = props.id,
|
|
36
|
+
title = props.title,
|
|
37
|
+
subTitle = props.subTitle,
|
|
38
|
+
_props$theme = props.theme,
|
|
39
|
+
theme = _props$theme === void 0 ? 'light' : _props$theme,
|
|
40
|
+
startDate = props.startDate,
|
|
41
|
+
endDate = props.endDate,
|
|
42
|
+
visible = props.visible,
|
|
43
|
+
onCancel = props.onCancel,
|
|
44
|
+
type = props.type,
|
|
45
|
+
_props$modalShow = props.modalShow,
|
|
46
|
+
modalShow = _props$modalShow === void 0 ? true : _props$modalShow;
|
|
47
|
+
var _ref = type !== 'new' ? _api2.BaseService.useBaseDetail(id) : {},
|
|
48
|
+
_ref$baseInfo = _ref.baseInfo,
|
|
49
|
+
baseInfo = _ref$baseInfo === void 0 ? {} : _ref$baseInfo,
|
|
50
|
+
_ref$photos = _ref.photos,
|
|
51
|
+
photos = _ref$photos === void 0 ? [] : _ref$photos,
|
|
52
|
+
_ref$info = _ref.info,
|
|
53
|
+
info = _ref$info === void 0 ? {} : _ref$info;
|
|
54
|
+
var _ref2 = type !== 'new' ? _api["default"].getChannels("".concat(info === null || info === void 0 ? void 0 : info.typeCode, "_").concat(info === null || info === void 0 ? void 0 : info.code), !!(info === null || info === void 0 ? void 0 : info.typeCode)) : {},
|
|
55
|
+
_ref2$channels = _ref2.channels,
|
|
56
|
+
channels = _ref2$channels === void 0 ? [] : _ref2$channels;
|
|
57
|
+
var tabs = type === 'new' ? [{
|
|
58
|
+
key: TABS_BASE_NEW,
|
|
59
|
+
title: '基础信息'
|
|
60
|
+
}, {
|
|
61
|
+
key: TABS_BUILD,
|
|
62
|
+
title: '建设信息'
|
|
63
|
+
}, {
|
|
64
|
+
key: TABS_FILE,
|
|
65
|
+
title: '文档归档'
|
|
66
|
+
}, {
|
|
67
|
+
key: TABS_ALARM,
|
|
68
|
+
title: '报警信息'
|
|
69
|
+
}, {
|
|
70
|
+
key: TABS_APPRAISAL,
|
|
71
|
+
title: '考评内容'
|
|
72
|
+
}, {
|
|
73
|
+
key: TABS_SCORE,
|
|
74
|
+
title: '公厕得分'
|
|
75
|
+
}] : [{
|
|
76
|
+
key: TABS_BASE,
|
|
77
|
+
title: '总览信息'
|
|
78
|
+
}, {
|
|
79
|
+
key: TABS_MONITOR,
|
|
80
|
+
title: '监测信息'
|
|
81
|
+
}, {
|
|
82
|
+
key: TABS_ALARM,
|
|
83
|
+
title: '报警信息'
|
|
84
|
+
}, {
|
|
85
|
+
key: TABS_EVALUATE,
|
|
86
|
+
title: '评价信息'
|
|
87
|
+
}, {
|
|
88
|
+
key: TABS_APPRAISAL,
|
|
89
|
+
title: '考核信息'
|
|
90
|
+
}, {
|
|
91
|
+
key: TABS_RM,
|
|
92
|
+
title: '维保信息'
|
|
93
|
+
}];
|
|
94
|
+
if ((channels === null || channels === void 0 ? void 0 : channels.length) > 0 && type === 'old') {
|
|
95
|
+
tabs = tabs.concat([{
|
|
96
|
+
key: TABS_VIDEO,
|
|
97
|
+
title: '视频信息'
|
|
98
|
+
}]);
|
|
99
|
+
}
|
|
100
|
+
var content = (_content = {}, _defineProperty(_content, TABS_BASE, /*#__PURE__*/_react["default"].createElement(_components.BaseInfo, {
|
|
101
|
+
id: id,
|
|
102
|
+
baseInfo: baseInfo,
|
|
103
|
+
photos: photos
|
|
104
|
+
})), _defineProperty(_content, TABS_MONITOR, /*#__PURE__*/_react["default"].createElement(_components.Monitor, {
|
|
105
|
+
id: id
|
|
106
|
+
})), _defineProperty(_content, TABS_ALARM, /*#__PURE__*/_react["default"].createElement(_components.AlarmInfo, {
|
|
107
|
+
id: id
|
|
108
|
+
})), _defineProperty(_content, TABS_EVALUATE, /*#__PURE__*/_react["default"].createElement(_components.Evaluate, {
|
|
109
|
+
id: id
|
|
110
|
+
})), _defineProperty(_content, TABS_APPRAISAL, /*#__PURE__*/_react["default"].createElement(_vmAppraisalInfo["default"], {
|
|
111
|
+
id: id
|
|
112
|
+
})), _defineProperty(_content, TABS_RM, /*#__PURE__*/_react["default"].createElement(_vmRepairMaintain["default"], {
|
|
113
|
+
id: id
|
|
114
|
+
})), _defineProperty(_content, TABS_VIDEO, /*#__PURE__*/_react["default"].createElement(_vmVideo["default"], {
|
|
115
|
+
videoPlaceCode: "".concat(info === null || info === void 0 ? void 0 : info.typeCode, "_").concat(info === null || info === void 0 ? void 0 : info.code)
|
|
116
|
+
})), _defineProperty(_content, TABS_BASE_NEW, /*#__PURE__*/_react["default"].createElement(_components.BaseInfoNew, {
|
|
117
|
+
id: id,
|
|
118
|
+
theme: theme
|
|
119
|
+
})), _defineProperty(_content, TABS_BUILD, /*#__PURE__*/_react["default"].createElement("div", null)), _defineProperty(_content, TABS_FILE, /*#__PURE__*/_react["default"].createElement("div", null)), _defineProperty(_content, TABS_SCORE, /*#__PURE__*/_react["default"].createElement(_components.Score, {
|
|
120
|
+
id: id,
|
|
121
|
+
theme: theme
|
|
122
|
+
})), _content);
|
|
123
|
+
return /*#__PURE__*/_react["default"].createElement(_react["default"].Fragment, null, modalShow ? visible && /*#__PURE__*/_react["default"].createElement(_vtxBaseModal["default"], {
|
|
124
|
+
id: id,
|
|
125
|
+
type: "facility",
|
|
126
|
+
wrType: type,
|
|
127
|
+
title: title,
|
|
128
|
+
subTitle: subTitle,
|
|
129
|
+
visible: visible,
|
|
130
|
+
theme: theme,
|
|
131
|
+
startDate: startDate,
|
|
132
|
+
endDate: endDate,
|
|
133
|
+
onCancel: onCancel,
|
|
134
|
+
tabs: tabs,
|
|
135
|
+
contents: content
|
|
136
|
+
}) : /*#__PURE__*/_react["default"].createElement(_vtxBaseInfo["default"], {
|
|
137
|
+
tabs: tabs,
|
|
138
|
+
contents: content
|
|
139
|
+
}));
|
|
140
|
+
};
|
|
141
|
+
var _default = VtxWrModal;
|
|
142
|
+
exports["default"] = _default;
|
|
143
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","names":["_react","_interopRequireDefault","require","_vtxBaseModal","_vtxBaseInfo","_components","_vmAppraisalInfo","_vmRepairMaintain","_vmVideo","_api","_api2","obj","__esModule","_typeof","Symbol","iterator","constructor","prototype","_defineProperty","key","value","_toPropertyKey","Object","defineProperty","enumerable","configurable","writable","arg","_toPrimitive","String","input","hint","prim","toPrimitive","undefined","res","call","TypeError","Number","TABS_BASE","TABS_MONITOR","TABS_EVALUATE","TABS_ALARM","TABS_APPRAISAL","TABS_VIDEO","TABS_RM","TABS_BASE_NEW","TABS_BUILD","TABS_FILE","TABS_SCORE","VtxWrModal","props","_content","id","title","subTitle","_props$theme","theme","startDate","endDate","visible","onCancel","type","_props$modalShow","modalShow","_ref","BaseService","useBaseDetail","_ref$baseInfo","baseInfo","_ref$photos","photos","_ref$info","info","_ref2","VideoService","getChannels","concat","typeCode","code","_ref2$channels","channels","tabs","length","content","React","createElement","BaseInfo","Monitor","AlarmInfo","Evaluate","Appraisal","RepaireMaintain","VmVideo","videoPlaceCode","BaseInfoNew","Score","Fragment","VtxBaseModal","wrType","contents","VtxBaseInfo","_default","exports"],"sources":["vtx-wr-modal/index.js"],"sourcesContent":["import React from 'react';\nimport VtxBaseModal from '../vtx-base-modal';\nimport VtxBaseInfo from '../vtx-base-info';\nimport { BaseInfo, Monitor, AlarmInfo, Evaluate, BaseInfoNew, Score } from './components';\nimport Appraisal from '../vm-appraisal-info';\nimport RepaireMaintain from '../vm-repair-maintain';\nimport VmVideo from '../vm-video';\nimport VideoService from '../vm-video/api';\nimport { BaseService } from './api';\nimport '../style';\nconst TABS_BASE = 'wr-base';\nconst TABS_MONITOR = 'wr-monitor';\nconst TABS_EVALUATE = 'wr-appraise';\nconst TABS_ALARM = 'wr-alarm';\nconst TABS_APPRAISAL = 'default-appraisal';\nconst TABS_VIDEO = 'wr-video';\nconst TABS_RM = 'default-rm';\nconst TABS_BASE_NEW = 'wr-base-new';\nconst TABS_BUILD = 'wr-build';\nconst TABS_FILE = 'wr-file';\nconst TABS_SCORE = 'wr-score';\nconst VtxWrModal = (props) => {\n const { id, title, subTitle, theme = 'light', startDate, endDate, visible, onCancel, type, modalShow = true, } = props;\n const { baseInfo = {}, photos = [], info = {} } = type !== 'new' ? BaseService.useBaseDetail(id) : {};\n const { channels = [] } = type !== 'new'\n ? VideoService.getChannels(`${info === null || info === void 0 ? void 0 : info.typeCode}_${info === null || info === void 0 ? void 0 : info.code}`, !!(info === null || info === void 0 ? void 0 : info.typeCode))\n : {};\n let tabs = type === 'new'\n ? [\n { key: TABS_BASE_NEW, title: '基础信息' },\n { key: TABS_BUILD, title: '建设信息' },\n { key: TABS_FILE, title: '文档归档' },\n { key: TABS_ALARM, title: '报警信息' },\n { key: TABS_APPRAISAL, title: '考评内容' },\n { key: TABS_SCORE, title: '公厕得分' },\n ]\n : [\n { key: TABS_BASE, title: '总览信息' },\n { key: TABS_MONITOR, title: '监测信息' },\n { key: TABS_ALARM, title: '报警信息' },\n { key: TABS_EVALUATE, title: '评价信息' },\n { key: TABS_APPRAISAL, title: '考核信息' },\n { key: TABS_RM, title: '维保信息' },\n ];\n if ((channels === null || channels === void 0 ? void 0 : channels.length) > 0 && type === 'old') {\n tabs = tabs.concat([{ key: TABS_VIDEO, title: '视频信息' }]);\n }\n const content = {\n [TABS_BASE]: React.createElement(BaseInfo, { id: id, baseInfo: baseInfo, photos: photos }),\n [TABS_MONITOR]: React.createElement(Monitor, { id: id }),\n [TABS_ALARM]: React.createElement(AlarmInfo, { id: id }),\n [TABS_EVALUATE]: React.createElement(Evaluate, { id: id }),\n [TABS_APPRAISAL]: React.createElement(Appraisal, { id: id }),\n [TABS_RM]: React.createElement(RepaireMaintain, { id: id }),\n [TABS_VIDEO]: React.createElement(VmVideo, { videoPlaceCode: `${info === null || info === void 0 ? void 0 : info.typeCode}_${info === null || info === void 0 ? void 0 : info.code}` }),\n [TABS_BASE_NEW]: React.createElement(BaseInfoNew, { id: id, theme: theme }),\n [TABS_BUILD]: React.createElement(\"div\", null),\n [TABS_FILE]: React.createElement(\"div\", null),\n [TABS_SCORE]: React.createElement(Score, { id: id, theme: theme }),\n };\n return (React.createElement(React.Fragment, null, modalShow ? (visible && (React.createElement(VtxBaseModal, { id: id, type: \"facility\", wrType: type, title: title, subTitle: subTitle, visible: visible, theme: theme, startDate: startDate, endDate: endDate, onCancel: onCancel, tabs: tabs, contents: content }))) : (React.createElement(VtxBaseInfo, { tabs: tabs, contents: content }))));\n};\nexport default VtxWrModal;\n"],"mappings":";;;;;;AAAA,IAAAA,MAAA,GAAAC,sBAAA,CAAAC,OAAA;AACA,IAAAC,aAAA,GAAAF,sBAAA,CAAAC,OAAA;AACA,IAAAE,YAAA,GAAAH,sBAAA,CAAAC,OAAA;AACA,IAAAG,WAAA,GAAAH,OAAA;AACA,IAAAI,gBAAA,GAAAL,sBAAA,CAAAC,OAAA;AACA,IAAAK,iBAAA,GAAAN,sBAAA,CAAAC,OAAA;AACA,IAAAM,QAAA,GAAAP,sBAAA,CAAAC,OAAA;AACA,IAAAO,IAAA,GAAAR,sBAAA,CAAAC,OAAA;AACA,IAAAQ,KAAA,GAAAR,OAAA;AACAA,OAAA;AAAkB,SAAAD,uBAAAU,GAAA,WAAAA,GAAA,IAAAA,GAAA,CAAAC,UAAA,GAAAD,GAAA,gBAAAA,GAAA;AAAA,SAAAE,QAAAF,GAAA,sCAAAE,OAAA,wBAAAC,MAAA,uBAAAA,MAAA,CAAAC,QAAA,aAAAJ,GAAA,kBAAAA,GAAA,gBAAAA,GAAA,WAAAA,GAAA,yBAAAG,MAAA,IAAAH,GAAA,CAAAK,WAAA,KAAAF,MAAA,IAAAH,GAAA,KAAAG,MAAA,CAAAG,SAAA,qBAAAN,GAAA,KAAAE,OAAA,CAAAF,GAAA;AAAA,SAAAO,gBAAAP,GAAA,EAAAQ,GAAA,EAAAC,KAAA,IAAAD,GAAA,GAAAE,cAAA,CAAAF,GAAA,OAAAA,GAAA,IAAAR,GAAA,IAAAW,MAAA,CAAAC,cAAA,CAAAZ,GAAA,EAAAQ,GAAA,IAAAC,KAAA,EAAAA,KAAA,EAAAI,UAAA,QAAAC,YAAA,QAAAC,QAAA,oBAAAf,GAAA,CAAAQ,GAAA,IAAAC,KAAA,WAAAT,GAAA;AAAA,SAAAU,eAAAM,GAAA,QAAAR,GAAA,GAAAS,YAAA,CAAAD,GAAA,oBAAAd,OAAA,CAAAM,GAAA,iBAAAA,GAAA,GAAAU,MAAA,CAAAV,GAAA;AAAA,SAAAS,aAAAE,KAAA,EAAAC,IAAA,QAAAlB,OAAA,CAAAiB,KAAA,kBAAAA,KAAA,kBAAAA,KAAA,MAAAE,IAAA,GAAAF,KAAA,CAAAhB,MAAA,CAAAmB,WAAA,OAAAD,IAAA,KAAAE,SAAA,QAAAC,GAAA,GAAAH,IAAA,CAAAI,IAAA,CAAAN,KAAA,EAAAC,IAAA,oBAAAlB,OAAA,CAAAsB,GAAA,uBAAAA,GAAA,YAAAE,SAAA,4DAAAN,IAAA,gBAAAF,MAAA,GAAAS,MAAA,EAAAR,KAAA;AAClB,IAAMS,SAAS,GAAG,SAAS;AAC3B,IAAMC,YAAY,GAAG,YAAY;AACjC,IAAMC,aAAa,GAAG,aAAa;AACnC,IAAMC,UAAU,GAAG,UAAU;AAC7B,IAAMC,cAAc,GAAG,mBAAmB;AAC1C,IAAMC,UAAU,GAAG,UAAU;AAC7B,IAAMC,OAAO,GAAG,YAAY;AAC5B,IAAMC,aAAa,GAAG,aAAa;AACnC,IAAMC,UAAU,GAAG,UAAU;AAC7B,IAAMC,SAAS,GAAG,SAAS;AAC3B,IAAMC,UAAU,GAAG,UAAU;AAC7B,IAAMC,UAAU,GAAG,SAAbA,UAAUA,CAAIC,KAAK,EAAK;EAAA,IAAAC,QAAA;EAC1B,IAAQC,EAAE,GAAuGF,KAAK,CAA9GE,EAAE;IAAEC,KAAK,GAAgGH,KAAK,CAA1GG,KAAK;IAAEC,QAAQ,GAAsFJ,KAAK,CAAnGI,QAAQ;IAAAC,YAAA,GAAsFL,KAAK,CAAzFM,KAAK;IAALA,KAAK,GAAAD,YAAA,cAAG,OAAO,GAAAA,YAAA;IAAEE,SAAS,GAA0DP,KAAK,CAAxEO,SAAS;IAAEC,OAAO,GAAiDR,KAAK,CAA7DQ,OAAO;IAAEC,OAAO,GAAwCT,KAAK,CAApDS,OAAO;IAAEC,QAAQ,GAA8BV,KAAK,CAA3CU,QAAQ;IAAEC,IAAI,GAAwBX,KAAK,CAAjCW,IAAI;IAAAC,gBAAA,GAAwBZ,KAAK,CAA3Ba,SAAS;IAATA,SAAS,GAAAD,gBAAA,cAAG,IAAI,GAAAA,gBAAA;EAC3G,IAAAE,IAAA,GAAkDH,IAAI,KAAK,KAAK,GAAGI,iBAAW,CAACC,aAAa,CAACd,EAAE,CAAC,GAAG,CAAC,CAAC;IAAAe,aAAA,GAAAH,IAAA,CAA7FI,QAAQ;IAARA,QAAQ,GAAAD,aAAA,cAAG,CAAC,CAAC,GAAAA,aAAA;IAAAE,WAAA,GAAAL,IAAA,CAAEM,MAAM;IAANA,MAAM,GAAAD,WAAA,cAAG,EAAE,GAAAA,WAAA;IAAAE,SAAA,GAAAP,IAAA,CAAEQ,IAAI;IAAJA,IAAI,GAAAD,SAAA,cAAG,CAAC,CAAC,GAAAA,SAAA;EAC7C,IAAAE,KAAA,GAA0BZ,IAAI,KAAK,KAAK,GAClCa,eAAY,CAACC,WAAW,IAAAC,MAAA,CAAIJ,IAAI,KAAK,IAAI,IAAIA,IAAI,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,IAAI,CAACK,QAAQ,OAAAD,MAAA,CAAIJ,IAAI,KAAK,IAAI,IAAIA,IAAI,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,IAAI,CAACM,IAAI,GAAI,CAAC,EAAEN,IAAI,KAAK,IAAI,IAAIA,IAAI,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,IAAI,CAACK,QAAQ,CAAC,CAAC,GAChN,CAAC,CAAC;IAAAE,cAAA,GAAAN,KAAA,CAFAO,QAAQ;IAARA,QAAQ,GAAAD,cAAA,cAAG,EAAE,GAAAA,cAAA;EAGrB,IAAIE,IAAI,GAAGpB,IAAI,KAAK,KAAK,GACnB,CACE;IAAE3C,GAAG,EAAE2B,aAAa;IAAEQ,KAAK,EAAE;EAAO,CAAC,EACrC;IAAEnC,GAAG,EAAE4B,UAAU;IAAEO,KAAK,EAAE;EAAO,CAAC,EAClC;IAAEnC,GAAG,EAAE6B,SAAS;IAAEM,KAAK,EAAE;EAAO,CAAC,EACjC;IAAEnC,GAAG,EAAEuB,UAAU;IAAEY,KAAK,EAAE;EAAO,CAAC,EAClC;IAAEnC,GAAG,EAAEwB,cAAc;IAAEW,KAAK,EAAE;EAAO,CAAC,EACtC;IAAEnC,GAAG,EAAE8B,UAAU;IAAEK,KAAK,EAAE;EAAO,CAAC,CACrC,GACC,CACE;IAAEnC,GAAG,EAAEoB,SAAS;IAAEe,KAAK,EAAE;EAAO,CAAC,EACjC;IAAEnC,GAAG,EAAEqB,YAAY;IAAEc,KAAK,EAAE;EAAO,CAAC,EACpC;IAAEnC,GAAG,EAAEuB,UAAU;IAAEY,KAAK,EAAE;EAAO,CAAC,EAClC;IAAEnC,GAAG,EAAEsB,aAAa;IAAEa,KAAK,EAAE;EAAO,CAAC,EACrC;IAAEnC,GAAG,EAAEwB,cAAc;IAAEW,KAAK,EAAE;EAAO,CAAC,EACtC;IAAEnC,GAAG,EAAE0B,OAAO;IAAES,KAAK,EAAE;EAAO,CAAC,CAClC;EACL,IAAI,CAAC2B,QAAQ,KAAK,IAAI,IAAIA,QAAQ,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,QAAQ,CAACE,MAAM,IAAI,CAAC,IAAIrB,IAAI,KAAK,KAAK,EAAE;IAC7FoB,IAAI,GAAGA,IAAI,CAACL,MAAM,CAAC,CAAC;MAAE1D,GAAG,EAAEyB,UAAU;MAAEU,KAAK,EAAE;IAAO,CAAC,CAAC,CAAC;EAC5D;EACA,IAAM8B,OAAO,IAAAhC,QAAA,OAAAlC,eAAA,CAAAkC,QAAA,EACRb,SAAS,eAAG8C,iBAAK,CAACC,aAAa,CAACC,oBAAQ,EAAE;IAAElC,EAAE,EAAEA,EAAE;IAAEgB,QAAQ,EAAEA,QAAQ;IAAEE,MAAM,EAAEA;EAAO,CAAC,CAAC,GAAArD,eAAA,CAAAkC,QAAA,EACzFZ,YAAY,eAAG6C,iBAAK,CAACC,aAAa,CAACE,mBAAO,EAAE;IAAEnC,EAAE,EAAEA;EAAG,CAAC,CAAC,GAAAnC,eAAA,CAAAkC,QAAA,EACvDV,UAAU,eAAG2C,iBAAK,CAACC,aAAa,CAACG,qBAAS,EAAE;IAAEpC,EAAE,EAAEA;EAAG,CAAC,CAAC,GAAAnC,eAAA,CAAAkC,QAAA,EACvDX,aAAa,eAAG4C,iBAAK,CAACC,aAAa,CAACI,oBAAQ,EAAE;IAAErC,EAAE,EAAEA;EAAG,CAAC,CAAC,GAAAnC,eAAA,CAAAkC,QAAA,EACzDT,cAAc,eAAG0C,iBAAK,CAACC,aAAa,CAACK,2BAAS,EAAE;IAAEtC,EAAE,EAAEA;EAAG,CAAC,CAAC,GAAAnC,eAAA,CAAAkC,QAAA,EAC3DP,OAAO,eAAGwC,iBAAK,CAACC,aAAa,CAACM,4BAAe,EAAE;IAAEvC,EAAE,EAAEA;EAAG,CAAC,CAAC,GAAAnC,eAAA,CAAAkC,QAAA,EAC1DR,UAAU,eAAGyC,iBAAK,CAACC,aAAa,CAACO,mBAAO,EAAE;IAAEC,cAAc,KAAAjB,MAAA,CAAKJ,IAAI,KAAK,IAAI,IAAIA,IAAI,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,IAAI,CAACK,QAAQ,OAAAD,MAAA,CAAIJ,IAAI,KAAK,IAAI,IAAIA,IAAI,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAGA,IAAI,CAACM,IAAI;EAAG,CAAC,CAAC,GAAA7D,eAAA,CAAAkC,QAAA,EACtLN,aAAa,eAAGuC,iBAAK,CAACC,aAAa,CAACS,uBAAW,EAAE;IAAE1C,EAAE,EAAEA,EAAE;IAAEI,KAAK,EAAEA;EAAM,CAAC,CAAC,GAAAvC,eAAA,CAAAkC,QAAA,EAC1EL,UAAU,eAAGsC,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE,IAAI,CAAC,GAAApE,eAAA,CAAAkC,QAAA,EAC7CJ,SAAS,eAAGqC,iBAAK,CAACC,aAAa,CAAC,KAAK,EAAE,IAAI,CAAC,GAAApE,eAAA,CAAAkC,QAAA,EAC5CH,UAAU,eAAGoC,iBAAK,CAACC,aAAa,CAACU,iBAAK,EAAE;IAAE3C,EAAE,EAAEA,EAAE;IAAEI,KAAK,EAAEA;EAAM,CAAC,CAAC,GAAAL,QAAA,CACrE;EACD,oBAAQiC,iBAAK,CAACC,aAAa,CAACD,iBAAK,CAACY,QAAQ,EAAE,IAAI,EAAEjC,SAAS,GAAIJ,OAAO,iBAAKyB,iBAAK,CAACC,aAAa,CAACY,wBAAY,EAAE;IAAE7C,EAAE,EAAEA,EAAE;IAAES,IAAI,EAAE,UAAU;IAAEqC,MAAM,EAAErC,IAAI;IAAER,KAAK,EAAEA,KAAK;IAAEC,QAAQ,EAAEA,QAAQ;IAAEK,OAAO,EAAEA,OAAO;IAAEH,KAAK,EAAEA,KAAK;IAAEC,SAAS,EAAEA,SAAS;IAAEC,OAAO,EAAEA,OAAO;IAAEE,QAAQ,EAAEA,QAAQ;IAAEqB,IAAI,EAAEA,IAAI;IAAEkB,QAAQ,EAAEhB;EAAQ,CAAC,CAAE,gBAAKC,iBAAK,CAACC,aAAa,CAACe,uBAAW,EAAE;IAAEnB,IAAI,EAAEA,IAAI;IAAEkB,QAAQ,EAAEhB;EAAQ,CAAC,CAAE,CAAC;AACpY,CAAC;AAAC,IAAAkB,QAAA,GACapD,UAAU;AAAAqD,OAAA,cAAAD,QAAA"}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("antd/es/modal/style/css");
|
|
4
|
+
require("antd/es/rate/style/css");
|
|
5
|
+
require("../components/BaseInfo/index.css");
|
|
6
|
+
require("../components/AlarmInfo/index.css");
|
|
7
|
+
require("../components/Monitor/index.css");
|
|
8
|
+
require("./index.css");
|
|
9
|
+
//# sourceMappingURL=css.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"css.js","names":["require"],"sources":["vtx-wr-modal/style/index.js"],"sourcesContent":["import 'antd/es/modal/style/css';\nimport 'antd/es/rate/style/css';\nimport '../components/BaseInfo/index.less';\nimport '../components/AlarmInfo/index.less';\nimport '../components/Monitor/index.less';\nimport './index.less';\n"],"mappings":";;AAAAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
.vtx-business-modal-wrap {
|
|
2
|
+
--modal-content-bg: #f7f9fb;
|
|
3
|
+
--modal-border-color: #fff;
|
|
4
|
+
--head-bg: #fff;
|
|
5
|
+
--bg-color2: #fff;
|
|
6
|
+
--label-color: rgba(0, 0, 0, 0.65);
|
|
7
|
+
--table-head-bg: rgba(24, 144, 255, 0.1);
|
|
8
|
+
--title-color: #222;
|
|
9
|
+
--title-color2: #222;
|
|
10
|
+
--block-bg-color: rgba(0, 0, 0, 0.1);
|
|
11
|
+
--block-bg-color2: #1890ff;
|
|
12
|
+
--calendar-border: #ececec;
|
|
13
|
+
--calendar-thead-bg: #fff;
|
|
14
|
+
--calendar-bg: #fff;
|
|
15
|
+
--info-danger: #fd3a15;
|
|
16
|
+
--info-warnning: #f7d93d;
|
|
17
|
+
--info-active: #222;
|
|
18
|
+
--info-active2: #fff;
|
|
19
|
+
--info-active3: #fff;
|
|
20
|
+
--bg-color: white;
|
|
21
|
+
--sub-bg-color: #f3f3f380;
|
|
22
|
+
--title-bg-color: white;
|
|
23
|
+
--title-border: 1px solid #dbdbdbff;
|
|
24
|
+
--sub-title-color: #222;
|
|
25
|
+
--info-color: #222;
|
|
26
|
+
--border-color: '#DADADAFF';
|
|
27
|
+
--scroll-bar-bg: #c0c0c0;
|
|
28
|
+
--scroll-bar-hover-bg: #adadad;
|
|
29
|
+
--scroll-bar-track-bg: #fafafa;
|
|
30
|
+
--button-checked-color: #1890ff;
|
|
31
|
+
--button-color: #222;
|
|
32
|
+
}
|
|
33
|
+
*::-webkit-scrollbar {
|
|
34
|
+
width: 0px;
|
|
35
|
+
height: 0px;
|
|
36
|
+
}
|
|
37
|
+
*::-webkit-scrollbar-track {
|
|
38
|
+
background: transparent;
|
|
39
|
+
border-radius: 5px;
|
|
40
|
+
}
|
|
41
|
+
*::-webkit-scrollbar-thumb {
|
|
42
|
+
background: transparent;
|
|
43
|
+
border-radius: 5px;
|
|
44
|
+
}
|
|
45
|
+
*::-webkit-scrollbar-corner {
|
|
46
|
+
background-color: transparent;
|
|
47
|
+
}
|
|
48
|
+
.vtx-business-modal-wrap.dark {
|
|
49
|
+
--modal-content-bg: #0b1315;
|
|
50
|
+
--modal-border-color: #69958a;
|
|
51
|
+
--head-bg: #122a2c;
|
|
52
|
+
--bg-color: linear-gradient(0deg, #081e21cc, #000c);
|
|
53
|
+
--bg-color2: #162123;
|
|
54
|
+
--sub-bg-color: #ffffff0d;
|
|
55
|
+
--title-bg-color: #1a292bff;
|
|
56
|
+
--title-border: 1px solid transparent;
|
|
57
|
+
--title-color: white;
|
|
58
|
+
--title-color2: #a9d5d3;
|
|
59
|
+
--sub-title-color: #00f0ff;
|
|
60
|
+
--label-color: #cafdffff;
|
|
61
|
+
--info-color: #ffffffff;
|
|
62
|
+
--border-color: '#3C7073FF';
|
|
63
|
+
--scroll-bar-bg: #39cbc3aa;
|
|
64
|
+
--scroll-bar-hover-bg: #39cbc3ff;
|
|
65
|
+
--scroll-bar-track-bg: transparent;
|
|
66
|
+
--button-text-color--defalut: #c9e6e8;
|
|
67
|
+
--button-text-color--active: #ffffff;
|
|
68
|
+
--button-background-color--default: #1a5561;
|
|
69
|
+
--button-background-color--active: linear-gradient(0deg, #3195aa, #0f5160);
|
|
70
|
+
--button-checked-color: #1890ff;
|
|
71
|
+
--arrow-icon-color: #355e5f;
|
|
72
|
+
--block-bg-color: rgba(255, 255, 255, 0.1);
|
|
73
|
+
--block-bg-color2: rgba(48, 118, 114, 0.2);
|
|
74
|
+
--info-active: #40ffd3;
|
|
75
|
+
--info-active2: #52c41a;
|
|
76
|
+
--info-active3: #40ffd3;
|
|
77
|
+
--info-danger: #fd3a15;
|
|
78
|
+
--info-warnning: #f7d93d;
|
|
79
|
+
--table-head-bg: rgba(0, 173, 177, 0.1);
|
|
80
|
+
--timeline-active: #24f2ff;
|
|
81
|
+
--calendar-border: #35444c;
|
|
82
|
+
--calendar-thead-bg: #29373e;
|
|
83
|
+
--calendar-bg: rgba(255, 255, 255, 0.1);
|
|
84
|
+
}
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
require("antd/es/modal/style/css");
|
|
4
|
+
require("antd/es/rate/style/css");
|
|
5
|
+
require("../components/BaseInfo/index.less");
|
|
6
|
+
require("../components/AlarmInfo/index.less");
|
|
7
|
+
require("../components/Monitor/index.less");
|
|
8
|
+
require("./index.less");
|
|
9
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","names":["require"],"sources":["vtx-wr-modal/style/index.js"],"sourcesContent":["import 'antd/es/modal/style/css';\nimport 'antd/es/rate/style/css';\nimport '../components/BaseInfo/index.less';\nimport '../components/AlarmInfo/index.less';\nimport '../components/Monitor/index.less';\nimport './index.less';\n"],"mappings":";;AAAAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA;AACAA,OAAA"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
@import '../../style/index';
|
|
@@ -0,0 +1,69 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.BaseService = void 0;
|
|
7
|
+
var _utils = require("@vtx/utils");
|
|
8
|
+
var _ahooks = require("ahooks");
|
|
9
|
+
var BaseService = {
|
|
10
|
+
useBaseInfo: function useBaseInfo(id) {
|
|
11
|
+
var _useRequest = (0, _ahooks.useRequest)(function () {
|
|
12
|
+
return _utils.request.get('/cloud/zykh-reborn/kanban/getOrderTask', {
|
|
13
|
+
data: {
|
|
14
|
+
id: id,
|
|
15
|
+
coorType: 'bd09'
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
}, {
|
|
19
|
+
refreshDeps: [id]
|
|
20
|
+
}),
|
|
21
|
+
baseInfoRes = _useRequest.data;
|
|
22
|
+
var info = baseInfoRes === null || baseInfoRes === void 0 ? void 0 : baseInfoRes.data;
|
|
23
|
+
var baseInfo = [{
|
|
24
|
+
label: '上报人',
|
|
25
|
+
key: 'reportStaffName',
|
|
26
|
+
value: info === null || info === void 0 ? void 0 : info.reportStaffName
|
|
27
|
+
}, {
|
|
28
|
+
label: '上报单位',
|
|
29
|
+
key: 'reportManageUnitName',
|
|
30
|
+
value: info === null || info === void 0 ? void 0 : info.reportManageUnitName
|
|
31
|
+
}, {
|
|
32
|
+
label: '上报时间',
|
|
33
|
+
key: 'score',
|
|
34
|
+
value: info === null || info === void 0 ? void 0 : info.reportDateTimeStr
|
|
35
|
+
}, {
|
|
36
|
+
label: '问题来源',
|
|
37
|
+
key: 'problemFromStr',
|
|
38
|
+
value: info === null || info === void 0 ? void 0 : info.problemFromStr
|
|
39
|
+
}, {
|
|
40
|
+
label: '问题分类',
|
|
41
|
+
key: 'problemCategoryName',
|
|
42
|
+
value: info === null || info === void 0 ? void 0 : info.problemCategoryName
|
|
43
|
+
}, {
|
|
44
|
+
label: '问题地址',
|
|
45
|
+
key: 'address',
|
|
46
|
+
value: info === null || info === void 0 ? void 0 : info.address
|
|
47
|
+
}, {
|
|
48
|
+
label: '责任人员',
|
|
49
|
+
key: 'responsibleStaffNames',
|
|
50
|
+
value: info === null || info === void 0 ? void 0 : info.responsibleStaffNames
|
|
51
|
+
}, {
|
|
52
|
+
label: '责任单位',
|
|
53
|
+
key: 'responsibleUnitName',
|
|
54
|
+
value: info === null || info === void 0 ? void 0 : info.responsibleUnitName
|
|
55
|
+
}];
|
|
56
|
+
var photos = (info === null || info === void 0 ? void 0 : info.photos) ? JSON.parse(info.photos) : [];
|
|
57
|
+
var feedbackPhotos = (info === null || info === void 0 ? void 0 : info.feedbackPhotos) ? JSON.parse(info.feedbackPhotos) : [];
|
|
58
|
+
var logs = (info === null || info === void 0 ? void 0 : info.logs) || [];
|
|
59
|
+
return {
|
|
60
|
+
baseInfo: baseInfo,
|
|
61
|
+
photos: photos,
|
|
62
|
+
feedbackPhotos: feedbackPhotos,
|
|
63
|
+
logs: logs,
|
|
64
|
+
baseInfoRes: baseInfoRes === null || baseInfoRes === void 0 ? void 0 : baseInfoRes.data
|
|
65
|
+
};
|
|
66
|
+
}
|
|
67
|
+
};
|
|
68
|
+
exports.BaseService = BaseService;
|
|
69
|
+
//# sourceMappingURL=api.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"api.js","names":["_utils","require","_ahooks","BaseService","useBaseInfo","id","_useRequest","useRequest","request","get","data","coorType","refreshDeps","baseInfoRes","info","baseInfo","label","key","value","reportStaffName","reportManageUnitName","reportDateTimeStr","problemFromStr","problemCategoryName","address","responsibleStaffNames","responsibleUnitName","photos","JSON","parse","feedbackPhotos","logs","exports"],"sources":["vtx-zg-modal/api.js"],"sourcesContent":["import { request } from '@vtx/utils';\nimport { useRequest } from 'ahooks';\nconst BaseService = {\n useBaseInfo: (id) => {\n const { data: baseInfoRes } = useRequest(() => request.get('/cloud/zykh-reborn/kanban/getOrderTask', {\n data: { id: id, coorType: 'bd09' },\n }), { refreshDeps: [id] });\n const info = baseInfoRes === null || baseInfoRes === void 0 ? void 0 : baseInfoRes.data;\n const baseInfo = [\n {\n label: '上报人',\n key: 'reportStaffName',\n value: info === null || info === void 0 ? void 0 : info.reportStaffName,\n },\n {\n label: '上报单位',\n key: 'reportManageUnitName',\n value: info === null || info === void 0 ? void 0 : info.reportManageUnitName,\n },\n {\n label: '上报时间',\n key: 'score',\n value: info === null || info === void 0 ? void 0 : info.reportDateTimeStr,\n },\n {\n label: '问题来源',\n key: 'problemFromStr',\n value: info === null || info === void 0 ? void 0 : info.problemFromStr,\n },\n {\n label: '问题分类',\n key: 'problemCategoryName',\n value: info === null || info === void 0 ? void 0 : info.problemCategoryName,\n },\n {\n label: '问题地址',\n key: 'address',\n value: info === null || info === void 0 ? void 0 : info.address,\n },\n {\n label: '责任人员',\n key: 'responsibleStaffNames',\n value: info === null || info === void 0 ? void 0 : info.responsibleStaffNames,\n },\n {\n label: '责任单位',\n key: 'responsibleUnitName',\n value: info === null || info === void 0 ? void 0 : info.responsibleUnitName,\n },\n ];\n const photos = (info === null || info === void 0 ? void 0 : info.photos) ? JSON.parse(info.photos) : [];\n const feedbackPhotos = (info === null || info === void 0 ? void 0 : info.feedbackPhotos) ? JSON.parse(info.feedbackPhotos) : [];\n const logs = (info === null || info === void 0 ? void 0 : info.logs) || [];\n return {\n baseInfo,\n photos,\n feedbackPhotos,\n logs,\n baseInfoRes: baseInfoRes === null || baseInfoRes === void 0 ? void 0 : baseInfoRes.data,\n };\n },\n};\nexport { BaseService };\n"],"mappings":"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"}
|
|
@@ -0,0 +1,92 @@
|
|
|
1
|
+
.zg-baseContent {
|
|
2
|
+
padding: 6px 10px;
|
|
3
|
+
display: -webkit-box;
|
|
4
|
+
display: -ms-flexbox;
|
|
5
|
+
display: flex;
|
|
6
|
+
-webkit-box-pack: start;
|
|
7
|
+
-ms-flex-pack: start;
|
|
8
|
+
justify-content: start;
|
|
9
|
+
height: 100%;
|
|
10
|
+
}
|
|
11
|
+
.zg-baseContent .zg-base {
|
|
12
|
+
width: 380px;
|
|
13
|
+
height: 100%;
|
|
14
|
+
padding: 20px;
|
|
15
|
+
margin-right: 10px;
|
|
16
|
+
background-color: var(--bg-color2);
|
|
17
|
+
}
|
|
18
|
+
.zg-baseContent .zg-base-map {
|
|
19
|
+
width: 100%;
|
|
20
|
+
height: 240px;
|
|
21
|
+
}
|
|
22
|
+
.zg-baseContent .zg-right {
|
|
23
|
+
width: 100%;
|
|
24
|
+
}
|
|
25
|
+
.zg-baseContent .zg-right-photo {
|
|
26
|
+
height: 300px;
|
|
27
|
+
padding: 20px;
|
|
28
|
+
background-color: var(--bg-color2);
|
|
29
|
+
}
|
|
30
|
+
.zg-baseContent .zg-right-photo-wrap {
|
|
31
|
+
display: -webkit-box;
|
|
32
|
+
display: -ms-flexbox;
|
|
33
|
+
display: flex;
|
|
34
|
+
-webkit-box-pack: justify;
|
|
35
|
+
-ms-flex-pack: justify;
|
|
36
|
+
justify-content: space-between;
|
|
37
|
+
}
|
|
38
|
+
.zg-baseContent .zg-right-photo1 {
|
|
39
|
+
width: 49%;
|
|
40
|
+
height: 212px;
|
|
41
|
+
margin-bottom: 12px;
|
|
42
|
+
display: inline-block;
|
|
43
|
+
text-align: center;
|
|
44
|
+
color: var(--info-color);
|
|
45
|
+
}
|
|
46
|
+
.zg-baseContent .zg-right-photo1 span {
|
|
47
|
+
display: block;
|
|
48
|
+
margin: 6px 0;
|
|
49
|
+
}
|
|
50
|
+
.zg-baseContent .zg-right-czlc {
|
|
51
|
+
margin-top: 10px;
|
|
52
|
+
padding: 20px;
|
|
53
|
+
background-color: var(--bg-color2);
|
|
54
|
+
}
|
|
55
|
+
.zg-baseContent .zg-right-czlc-main {
|
|
56
|
+
height: 319px;
|
|
57
|
+
overflow: auto;
|
|
58
|
+
padding: 12px 0;
|
|
59
|
+
}
|
|
60
|
+
.zg-baseContent .zg-right-czlc .timeline {
|
|
61
|
+
display: -webkit-box;
|
|
62
|
+
display: -ms-flexbox;
|
|
63
|
+
display: flex;
|
|
64
|
+
-webkit-box-pack: justify;
|
|
65
|
+
-ms-flex-pack: justify;
|
|
66
|
+
justify-content: space-between;
|
|
67
|
+
-webkit-box-align: center;
|
|
68
|
+
-ms-flex-align: center;
|
|
69
|
+
align-items: center;
|
|
70
|
+
}
|
|
71
|
+
.zg-baseContent .zg-right-czlc .timeline-title {
|
|
72
|
+
color: var(--timeline-active);
|
|
73
|
+
}
|
|
74
|
+
.zg-baseContent .zg-right-czlc .timeline-time {
|
|
75
|
+
color: var(--title-color2);
|
|
76
|
+
}
|
|
77
|
+
.zg-baseContent .zg-right-czlc .timeline-main {
|
|
78
|
+
color: var(--info-color);
|
|
79
|
+
margin: 4px 0;
|
|
80
|
+
}
|
|
81
|
+
.zg-baseContent .zg-right-czlc .timeline-main-extra {
|
|
82
|
+
margin-top: 8px;
|
|
83
|
+
}
|
|
84
|
+
.zg-status-subtitle {
|
|
85
|
+
display: inline-block;
|
|
86
|
+
height: 22px;
|
|
87
|
+
line-height: 20px;
|
|
88
|
+
padding: 0 12px;
|
|
89
|
+
margin-left: 12px;
|
|
90
|
+
border: 1px solid;
|
|
91
|
+
font-size: 14px;
|
|
92
|
+
}
|