@ued_fpi/data-visual 1.2.5 → 1.2.7
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/dist/es/aims/src/AirQualityCalendar/index.vue.mjs +1 -0
- package/dist/es/aims/src/common/BasicEcharts/index.vue.mjs +6 -4
- package/dist/es/bmp/src/AlgaeMonitoring/index.d.ts +34 -2
- package/dist/es/bmp/src/AlgaeMonitoring/index.vue.d.ts +20 -1
- package/dist/es/bmp/src/AlgaeMonitoring/index.vue.mjs +49 -28
- package/dist/es/bmp/src/EarlyWarningEvent/index.d.ts +30 -0
- package/dist/es/bmp/src/EarlyWarningEvent/index.vue.d.ts +18 -0
- package/dist/es/bmp/src/EarlyWarningEvent/index.vue.mjs +45 -30
- package/dist/es/bmp/src/EarlyWarningEvent/utils/echarts/echartsOptions.mjs +1 -1
- package/dist/es/bmp/src/EventList/index.d.ts +23 -2
- package/dist/es/bmp/src/EventList/index.vue.d.ts +13 -1
- package/dist/es/bmp/src/EventList/index.vue.mjs +12 -2
- package/dist/es/bmp/src/ReportEvent/index.d.ts +30 -0
- package/dist/es/bmp/src/ReportEvent/index.vue.d.ts +18 -0
- package/dist/es/bmp/src/ReportEvent/index.vue.mjs +46 -31
- package/dist/es/bmp/src/ReportEvent/utils/echarts/echartsOptions.mjs +1 -1
- package/dist/es/ipes/src/AccessVehicleManage/index.d.ts +75 -39
- package/dist/es/ipes/src/AccessVehicleManage/index.vue.d.ts +44 -45
- package/dist/es/ipes/src/AccessVehicleManage/index.vue.mjs +60 -151
- package/dist/es/ipes/src/AccessVehicleManage/types/index.d.ts +33 -0
- package/dist/es/ipes/src/AccessVehicleManage/types/index.mjs +36 -0
- package/dist/es/ipes/src/AirQuality/images/air-status-1.png.mjs +3 -0
- package/dist/es/ipes/src/AirQuality/images/air-status-2.png.mjs +3 -0
- package/dist/es/ipes/src/AirQuality/images/air-status-3.png.mjs +3 -0
- package/dist/es/ipes/src/AirQuality/images/air-status-4.png.mjs +3 -0
- package/dist/es/ipes/src/AirQuality/images/air-status-5.png.mjs +3 -0
- package/dist/es/ipes/src/AirQuality/images/air-status-6.png.mjs +3 -0
- package/dist/es/ipes/src/AirQuality/images/air-status.png.mjs +3 -0
- package/dist/es/ipes/src/AirQuality/index.vue.mjs +100 -123
- package/dist/es/ipes/src/AirQuality/type.d.ts +10 -10
- package/dist/es/ipes/src/AirQualityManagement/index.vue.mjs +69 -124
- package/dist/es/ipes/src/AlarmManage/index.d.ts +71 -3
- package/dist/es/ipes/src/AlarmManage/index.vue.d.ts +45 -1
- package/dist/es/ipes/src/AlarmManage/index.vue.mjs +59 -75
- package/dist/es/ipes/src/BusinessManage/index.d.ts +89 -3
- package/dist/es/ipes/src/BusinessManage/index.vue.d.ts +56 -1
- package/dist/es/ipes/src/BusinessManage/index.vue.mjs +38 -56
- package/dist/es/ipes/src/EmergencyDuty/index.d.ts +36 -12
- package/dist/es/ipes/src/EmergencyDuty/index.vue.d.ts +37 -12
- package/dist/es/ipes/src/EmergencyDuty/index.vue.mjs +9 -44
- package/dist/es/ipes/src/EmergencyResources/index.d.ts +36 -12
- package/dist/es/ipes/src/EmergencyResources/index.vue.d.ts +37 -12
- package/dist/es/ipes/src/EmergencyResources/index.vue.mjs +7 -37
- package/dist/es/ipes/src/EnterpriseProtectionCode/index.vue.mjs +1 -1
- package/dist/es/ipes/src/EnvManage/index.d.ts +0 -36
- package/dist/es/ipes/src/EnvManage/index.vue.d.ts +1 -18
- package/dist/es/ipes/src/EnvManage/index.vue.mjs +99 -96
- package/dist/es/ipes/src/EnvManage/type.d.ts +6 -3
- package/dist/es/ipes/src/HazardousVehicleManage/index.d.ts +90 -48
- package/dist/es/ipes/src/HazardousVehicleManage/index.vue.d.ts +58 -44
- package/dist/es/ipes/src/HazardousVehicleManage/index.vue.mjs +87 -213
- package/dist/es/ipes/src/HazardousVehicleManage/types/index.d.ts +44 -4
- package/dist/es/ipes/src/HazardousVehicleManage/types/index.mjs +45 -0
- package/dist/es/ipes/src/InspectionManage/index.d.ts +93 -24
- package/dist/es/ipes/src/InspectionManage/index.vue.d.ts +65 -18
- package/dist/es/ipes/src/InspectionManage/index.vue.mjs +42 -94
- package/dist/es/ipes/src/Level3AirDefense/images/empty.png.mjs +2 -2
- package/dist/es/ipes/src/Level3AirDefense/index.d.ts +50 -3
- package/dist/es/ipes/src/Level3AirDefense/index.vue.d.ts +31 -1
- package/dist/es/ipes/src/Level3AirDefense/index.vue.mjs +27 -27
- package/dist/es/ipes/src/OdorControl/index.d.ts +24 -0
- package/dist/es/ipes/src/OdorControl/index.vue.d.ts +15 -0
- package/dist/es/ipes/src/OdorControl/index.vue.mjs +71 -79
- package/dist/es/ipes/src/RealTimeAirQualityManage/index.d.ts +0 -36
- package/dist/es/ipes/src/RealTimeAirQualityManage/index.mjs +0 -1
- package/dist/es/ipes/src/RealTimeAirQualityManage/index.vue.d.ts +0 -18
- package/dist/es/ipes/src/RealTimeAirQualityManage/index.vue.mjs +41 -66
- package/dist/es/ipes/src/RealTimeAirQualityManage/index.vue2.mjs +4 -2
- package/dist/es/ipes/src/RealTimeAirQualityManage/type.d.ts +3 -3
- package/dist/es/ipes/src/SealingManage/index.d.ts +130 -58
- package/dist/es/ipes/src/SealingManage/index.vue.d.ts +79 -67
- package/dist/es/ipes/src/SealingManage/index.vue.mjs +85 -240
- package/dist/es/ipes/src/SealingManage/types/index.d.ts +58 -2
- package/dist/es/ipes/src/SealingManage/types/index.mjs +73 -0
- package/dist/es/ipes/src/StreetLightingManagement/index.d.ts +33 -12
- package/dist/es/ipes/src/StreetLightingManagement/index.vue.d.ts +33 -10
- package/dist/es/ipes/src/StreetLightingManagement/index.vue.mjs +14 -30
- package/dist/es/ipes/src/WaterNetworkManage/images/icon-percent.png.mjs +2 -2
- package/dist/es/ipes/src/WaterNetworkManage/index.d.ts +153 -39
- package/dist/es/ipes/src/WaterNetworkManage/index.vue.d.ts +68 -39
- package/dist/es/ipes/src/WaterNetworkManage/index.vue.mjs +112 -187
- package/dist/es/ipes/src/WaterNetworkManage/types/index.d.ts +54 -4
- package/dist/es/ipes/src/WaterNetworkManage/types/index.mjs +43 -0
- package/dist/es/ipes/src/common/RealTimeAir.vue.d.ts +42 -0
- package/dist/es/ipes/src/common/RealTimeAir.vue.mjs +97 -0
- package/dist/es/ipes/src/common/RealTimeAir.vue2.mjs +3 -0
- package/dist/es/ipes/src/common/RealTimeAir.vue3.mjs +6 -0
- package/dist/es/ipes/src/common/types.d.ts +7 -0
- package/dist/es/style.css +3 -3
- package/dist/es/utils.d.ts +13 -0
- package/dist/es/utils.mjs +41 -1
- package/dist/es/wgms/src/ChangesAlongTheProcess/index.vue.mjs +21 -24
- package/dist/es/wgms/src/ChlorophyllAchangeRate/index.vue.mjs +10 -12
- package/dist/es/wgms/src/CrossSectionCorrelation/index.vue.mjs +3 -11
- package/dist/es/wgms/src/DrinkingWaterComplianceRate/images/icon-2.svg.mjs +1 -1
- package/dist/es/wgms/src/DrinkingWaterComplianceRate/images/icon-light-1.svg.mjs +3 -0
- package/dist/es/wgms/src/DrinkingWaterComplianceRate/images/icon-light-2.svg.mjs +3 -0
- package/dist/es/wgms/src/DrinkingWaterComplianceRate/images/icon-light-3.svg.mjs +3 -0
- package/dist/es/wgms/src/DrinkingWaterComplianceRate/index.vue.mjs +8 -3
- package/dist/es/wgms/src/FactorTopThreeRanking/index.d.ts +8 -8
- package/dist/es/wgms/src/FactorTopThreeRanking/index.vue.d.ts +4 -4
- package/dist/es/wgms/src/FactorTopThreeRanking/index.vue.mjs +20 -20
- package/dist/es/wgms/src/FactorTrendComparison/index.d.ts +8 -8
- package/dist/es/wgms/src/FactorTrendComparison/index.vue.d.ts +4 -4
- package/dist/es/wgms/src/FactorTrendComparison/index.vue.mjs +39 -37
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/index.vue.mjs +7 -10
- package/dist/es/wgms/src/LakeRiverIndex/images/0.svg.mjs +1 -1
- package/dist/es/wgms/src/NPTrendChange/index.vue.mjs +23 -19
- package/dist/es/wgms/src/PollutionSourceControl/index.vue.mjs +11 -11
- package/dist/es/wgms/src/SevenDayKline/index.vue.mjs +22 -40
- package/dist/es/wgms/src/SubordinateRanking/index.vue.mjs +3 -3
- package/dist/es/wgms/src/SurroundingPollution/index.vue.mjs +6 -4
- package/dist/es/wgms/src/UpstreamImpact/index.vue.mjs +20 -25
- package/dist/es/wgms/src/UpstreamSection/index.vue.mjs +3 -11
- package/dist/es/wgms/src/WaterEnvironmentOnlineMonitor/index.vue.mjs +4 -2
- package/dist/es/wgms/src/WaterQualityClassification/index.vue.mjs +17 -18
- package/dist/es/wgms/src/WaterQualityRainfall/index.vue.mjs +39 -45
- package/dist/es/wgms/src/WaterQualityStatus/index.vue.mjs +8 -13
- package/dist/es/wgms/src/common/ProgressBar.vue.mjs +3 -3
- package/dist/{lib/ipes/src/Level3AirDefense/components/EmptyData.vue.d.ts → es/wgms/src/common/common-arrow.vue.d.ts} +6 -5
- package/dist/es/wgms/src/common/common-arrow.vue.mjs +26 -0
- package/dist/es/wgms/src/common/common-arrow.vue2.mjs +3 -0
- package/dist/es/wgms/src/common/common-arrow.vue3.mjs +6 -0
- package/dist/es/wgms/utils/echarts/BaseECharts.vue.d.ts +41 -0
- package/dist/es/wgms/utils/echarts/BaseECharts.vue.mjs +103 -0
- package/dist/es/wgms/utils/echarts/BaseECharts.vue2.mjs +5 -0
- package/dist/es/wgms/utils/echarts/echartsOptions.mjs +1 -1
- package/dist/es/wgms/utils/echarts/index.d.ts +0 -12
- package/dist/es/wgms/utils/echarts/index.mjs +19 -29
- package/dist/lib/aims/src/AirQualityCalendar/index.vue.js +1 -0
- package/dist/lib/aims/src/common/BasicEcharts/index.vue.js +7 -24
- package/dist/lib/bmp/src/AlgaeMonitoring/index.d.ts +34 -2
- package/dist/lib/bmp/src/AlgaeMonitoring/index.vue.d.ts +20 -1
- package/dist/lib/bmp/src/AlgaeMonitoring/index.vue.js +48 -27
- package/dist/lib/bmp/src/EarlyWarningEvent/index.d.ts +30 -0
- package/dist/lib/bmp/src/EarlyWarningEvent/index.vue.d.ts +18 -0
- package/dist/lib/bmp/src/EarlyWarningEvent/index.vue.js +46 -31
- package/dist/lib/bmp/src/EarlyWarningEvent/utils/echarts/echartsOptions.js +1 -1
- package/dist/lib/bmp/src/EventList/index.d.ts +23 -2
- package/dist/lib/bmp/src/EventList/index.vue.d.ts +13 -1
- package/dist/lib/bmp/src/EventList/index.vue.js +12 -2
- package/dist/lib/bmp/src/ReportEvent/index.d.ts +30 -0
- package/dist/lib/bmp/src/ReportEvent/index.vue.d.ts +18 -0
- package/dist/lib/bmp/src/ReportEvent/index.vue.js +47 -32
- package/dist/lib/bmp/src/ReportEvent/utils/echarts/echartsOptions.js +1 -1
- package/dist/lib/ipes/src/AccessVehicleManage/index.d.ts +75 -39
- package/dist/lib/ipes/src/AccessVehicleManage/index.vue.d.ts +44 -45
- package/dist/lib/ipes/src/AccessVehicleManage/index.vue.js +58 -149
- package/dist/lib/ipes/src/AccessVehicleManage/types/index.d.ts +33 -0
- package/dist/lib/ipes/src/AccessVehicleManage/types/index.js +40 -0
- package/dist/lib/ipes/src/AirQuality/images/air-status-1.png.js +7 -0
- package/dist/lib/ipes/src/AirQuality/images/air-status-2.png.js +7 -0
- package/dist/lib/ipes/src/AirQuality/images/air-status-3.png.js +7 -0
- package/dist/lib/ipes/src/AirQuality/images/air-status-4.png.js +7 -0
- package/dist/lib/ipes/src/AirQuality/images/air-status-5.png.js +7 -0
- package/dist/lib/ipes/src/AirQuality/images/air-status-6.png.js +7 -0
- package/dist/lib/ipes/src/AirQuality/images/air-status.png.js +7 -0
- package/dist/lib/ipes/src/AirQuality/index.vue.js +99 -122
- package/dist/lib/ipes/src/AirQuality/type.d.ts +10 -10
- package/dist/lib/ipes/src/AirQualityManagement/index.vue.js +68 -123
- package/dist/lib/ipes/src/AlarmManage/index.d.ts +71 -3
- package/dist/lib/ipes/src/AlarmManage/index.vue.d.ts +45 -1
- package/dist/lib/ipes/src/AlarmManage/index.vue.js +58 -74
- package/dist/lib/ipes/src/BusinessManage/index.d.ts +89 -3
- package/dist/lib/ipes/src/BusinessManage/index.vue.d.ts +56 -1
- package/dist/lib/ipes/src/BusinessManage/index.vue.js +37 -55
- package/dist/lib/ipes/src/EmergencyDuty/index.d.ts +36 -12
- package/dist/lib/ipes/src/EmergencyDuty/index.vue.d.ts +37 -12
- package/dist/lib/ipes/src/EmergencyDuty/index.vue.js +8 -43
- package/dist/lib/ipes/src/EmergencyResources/index.d.ts +36 -12
- package/dist/lib/ipes/src/EmergencyResources/index.vue.d.ts +37 -12
- package/dist/lib/ipes/src/EmergencyResources/index.vue.js +6 -36
- package/dist/lib/ipes/src/EnterpriseProtectionCode/index.vue.js +1 -1
- package/dist/lib/ipes/src/EnvManage/index.d.ts +0 -36
- package/dist/lib/ipes/src/EnvManage/index.vue.d.ts +1 -18
- package/dist/lib/ipes/src/EnvManage/index.vue.js +99 -96
- package/dist/lib/ipes/src/EnvManage/type.d.ts +6 -3
- package/dist/lib/ipes/src/HazardousVehicleManage/index.d.ts +90 -48
- package/dist/lib/ipes/src/HazardousVehicleManage/index.vue.d.ts +58 -44
- package/dist/lib/ipes/src/HazardousVehicleManage/index.vue.js +86 -212
- package/dist/lib/ipes/src/HazardousVehicleManage/types/index.d.ts +44 -4
- package/dist/lib/ipes/src/HazardousVehicleManage/types/index.js +49 -0
- package/dist/lib/ipes/src/InspectionManage/index.d.ts +93 -24
- package/dist/lib/ipes/src/InspectionManage/index.vue.d.ts +65 -18
- package/dist/lib/ipes/src/InspectionManage/index.vue.js +41 -93
- package/dist/lib/ipes/src/Level3AirDefense/images/empty.png.js +2 -2
- package/dist/lib/ipes/src/Level3AirDefense/index.d.ts +50 -3
- package/dist/lib/ipes/src/Level3AirDefense/index.vue.d.ts +31 -1
- package/dist/lib/ipes/src/Level3AirDefense/index.vue.js +25 -25
- package/dist/lib/ipes/src/OdorControl/index.d.ts +24 -0
- package/dist/lib/ipes/src/OdorControl/index.vue.d.ts +15 -0
- package/dist/lib/ipes/src/OdorControl/index.vue.js +70 -78
- package/dist/lib/ipes/src/RealTimeAirQualityManage/index.d.ts +0 -36
- package/dist/lib/ipes/src/RealTimeAirQualityManage/index.js +0 -1
- package/dist/lib/ipes/src/RealTimeAirQualityManage/index.vue.d.ts +0 -18
- package/dist/lib/ipes/src/RealTimeAirQualityManage/index.vue.js +41 -66
- package/dist/lib/ipes/src/RealTimeAirQualityManage/index.vue2.js +4 -2
- package/dist/lib/ipes/src/RealTimeAirQualityManage/type.d.ts +3 -3
- package/dist/lib/ipes/src/SealingManage/index.d.ts +130 -58
- package/dist/lib/ipes/src/SealingManage/index.vue.d.ts +79 -67
- package/dist/lib/ipes/src/SealingManage/index.vue.js +84 -239
- package/dist/lib/ipes/src/SealingManage/types/index.d.ts +58 -2
- package/dist/lib/ipes/src/SealingManage/types/index.js +77 -0
- package/dist/lib/ipes/src/StreetLightingManagement/index.d.ts +33 -12
- package/dist/lib/ipes/src/StreetLightingManagement/index.vue.d.ts +33 -10
- package/dist/lib/ipes/src/StreetLightingManagement/index.vue.js +13 -29
- package/dist/lib/ipes/src/WaterNetworkManage/images/icon-percent.png.js +2 -2
- package/dist/lib/ipes/src/WaterNetworkManage/index.d.ts +153 -39
- package/dist/lib/ipes/src/WaterNetworkManage/index.vue.d.ts +68 -39
- package/dist/lib/ipes/src/WaterNetworkManage/index.vue.js +109 -184
- package/dist/lib/ipes/src/WaterNetworkManage/types/index.d.ts +54 -4
- package/dist/lib/ipes/src/WaterNetworkManage/types/index.js +47 -0
- package/dist/lib/ipes/src/common/RealTimeAir.vue.d.ts +42 -0
- package/dist/lib/ipes/src/common/RealTimeAir.vue.js +101 -0
- package/dist/lib/ipes/src/common/RealTimeAir.vue2.js +7 -0
- package/dist/lib/ipes/src/common/RealTimeAir.vue3.js +10 -0
- package/dist/lib/ipes/src/common/types.d.ts +7 -0
- package/dist/lib/style.css +3 -3
- package/dist/lib/utils.d.ts +13 -0
- package/dist/lib/utils.js +43 -0
- package/dist/lib/wgms/src/ChangesAlongTheProcess/index.vue.js +20 -23
- package/dist/lib/wgms/src/ChlorophyllAchangeRate/index.vue.js +10 -12
- package/dist/lib/wgms/src/CrossSectionCorrelation/index.vue.js +3 -11
- package/dist/lib/wgms/src/DrinkingWaterComplianceRate/images/icon-2.svg.js +1 -1
- package/dist/lib/wgms/src/DrinkingWaterComplianceRate/images/icon-light-1.svg.js +7 -0
- package/dist/lib/wgms/src/DrinkingWaterComplianceRate/images/icon-light-2.svg.js +7 -0
- package/dist/lib/wgms/src/DrinkingWaterComplianceRate/images/icon-light-3.svg.js +7 -0
- package/dist/lib/wgms/src/DrinkingWaterComplianceRate/index.vue.js +7 -2
- package/dist/lib/wgms/src/FactorTopThreeRanking/index.d.ts +8 -8
- package/dist/lib/wgms/src/FactorTopThreeRanking/index.vue.d.ts +4 -4
- package/dist/lib/wgms/src/FactorTopThreeRanking/index.vue.js +19 -19
- package/dist/lib/wgms/src/FactorTrendComparison/index.d.ts +8 -8
- package/dist/lib/wgms/src/FactorTrendComparison/index.vue.d.ts +4 -4
- package/dist/lib/wgms/src/FactorTrendComparison/index.vue.js +40 -38
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/index.vue.js +6 -9
- package/dist/lib/wgms/src/LakeRiverIndex/images/0.svg.js +1 -1
- package/dist/lib/wgms/src/NPTrendChange/index.vue.js +22 -18
- package/dist/lib/wgms/src/PollutionSourceControl/index.vue.js +11 -11
- package/dist/lib/wgms/src/SevenDayKline/index.vue.js +21 -39
- package/dist/lib/wgms/src/SubordinateRanking/index.vue.js +3 -3
- package/dist/lib/wgms/src/SurroundingPollution/index.vue.js +6 -4
- package/dist/lib/wgms/src/UpstreamImpact/index.vue.js +19 -24
- package/dist/lib/wgms/src/UpstreamSection/index.vue.js +3 -11
- package/dist/lib/wgms/src/WaterEnvironmentOnlineMonitor/index.vue.js +4 -2
- package/dist/lib/wgms/src/WaterQualityClassification/index.vue.js +16 -17
- package/dist/lib/wgms/src/WaterQualityRainfall/index.vue.js +38 -44
- package/dist/lib/wgms/src/WaterQualityStatus/index.vue.js +7 -12
- package/dist/lib/wgms/src/common/ProgressBar.vue.js +3 -3
- package/dist/{es/ipes/src/Level3AirDefense/components/EmptyData.vue.d.ts → lib/wgms/src/common/common-arrow.vue.d.ts} +6 -5
- package/dist/lib/wgms/src/common/common-arrow.vue.js +30 -0
- package/dist/lib/wgms/src/common/common-arrow.vue2.js +7 -0
- package/dist/lib/wgms/src/common/common-arrow.vue3.js +10 -0
- package/dist/lib/wgms/utils/echarts/BaseECharts.vue.d.ts +41 -0
- package/dist/lib/wgms/utils/echarts/BaseECharts.vue.js +107 -0
- package/dist/lib/wgms/utils/echarts/BaseECharts.vue2.js +9 -0
- package/dist/lib/wgms/utils/echarts/echartsOptions.js +1 -1
- package/dist/lib/wgms/utils/echarts/index.d.ts +0 -12
- package/dist/lib/wgms/utils/echarts/index.js +19 -29
- package/dist/style/base.css +223 -129
- package/dist/style/style-bmp.css +1 -1
- package/dist/style/style-ipes.css +1 -1
- package/dist/style/style-wgms.css +1 -1
- package/package.json +2 -2
- package/dist/es/bmp/src/AlgaeMonitoring/images/checked.png.mjs +0 -3
- package/dist/es/bmp/src/AlgaeMonitoring/images/today-alarm.png.mjs +0 -3
- package/dist/es/bmp/src/EarlyWarningEvent/utils/echarts/index.d.ts +0 -14
- package/dist/es/bmp/src/EarlyWarningEvent/utils/echarts/index.mjs +0 -40
- package/dist/es/bmp/src/ReportEvent/utils/echarts/index.d.ts +0 -14
- package/dist/es/bmp/src/ReportEvent/utils/echarts/index.mjs +0 -40
- package/dist/es/ipes/src/AccessVehicleManage/images/module-title-icon.png.mjs +0 -3
- package/dist/es/ipes/src/AlarmManage/images/modeluIcon.png.mjs +0 -3
- package/dist/es/ipes/src/HazardousVehicleManage/images/module-title-icon.png.mjs +0 -3
- package/dist/es/ipes/src/Level3AirDefense/components/EmptyData.vue.mjs +0 -25
- package/dist/es/ipes/src/Level3AirDefense/components/EmptyData.vue2.mjs +0 -3
- package/dist/es/ipes/src/Level3AirDefense/components/EmptyData.vue3.mjs +0 -6
- package/dist/es/ipes/src/RealTimeAirQualityManage/index.vue3.mjs +0 -6
- package/dist/es/ipes/src/SealingManage/images/module-title-icon.png.mjs +0 -3
- package/dist/es/ipes/src/WaterNetworkManage/images/module-title-icon.png.mjs +0 -3
- package/dist/es/ipes/src/WaterNetworkManage/images/water-leakage.png.mjs +0 -3
- package/dist/es/ipes/src/WaterNetworkManage/images/water-total.png.mjs +0 -3
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/down.svg.mjs +0 -3
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/right.svg.mjs +0 -3
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/up.svg.mjs +0 -3
- package/dist/es/wgms/src/WaterQualityClassification/images/down.svg.mjs +0 -3
- package/dist/es/wgms/src/WaterQualityClassification/images/right.svg.mjs +0 -3
- package/dist/es/wgms/src/WaterQualityClassification/images/up.svg.mjs +0 -3
- package/dist/es/wgms/src/WaterQualityStatus/images/down.svg.mjs +0 -3
- package/dist/es/wgms/src/WaterQualityStatus/images/right.svg.mjs +0 -3
- package/dist/es/wgms/src/WaterQualityStatus/images/up.svg.mjs +0 -3
- package/dist/lib/bmp/src/AlgaeMonitoring/images/checked.png.js +0 -7
- package/dist/lib/bmp/src/AlgaeMonitoring/images/today-alarm.png.js +0 -7
- package/dist/lib/bmp/src/EarlyWarningEvent/utils/echarts/index.d.ts +0 -14
- package/dist/lib/bmp/src/EarlyWarningEvent/utils/echarts/index.js +0 -63
- package/dist/lib/bmp/src/ReportEvent/utils/echarts/index.d.ts +0 -14
- package/dist/lib/bmp/src/ReportEvent/utils/echarts/index.js +0 -63
- package/dist/lib/ipes/src/AccessVehicleManage/images/module-title-icon.png.js +0 -7
- package/dist/lib/ipes/src/AlarmManage/images/modeluIcon.png.js +0 -7
- package/dist/lib/ipes/src/HazardousVehicleManage/images/module-title-icon.png.js +0 -7
- package/dist/lib/ipes/src/Level3AirDefense/components/EmptyData.vue.js +0 -29
- package/dist/lib/ipes/src/Level3AirDefense/components/EmptyData.vue2.js +0 -7
- package/dist/lib/ipes/src/Level3AirDefense/components/EmptyData.vue3.js +0 -10
- package/dist/lib/ipes/src/RealTimeAirQualityManage/index.vue3.js +0 -10
- package/dist/lib/ipes/src/SealingManage/images/module-title-icon.png.js +0 -7
- package/dist/lib/ipes/src/WaterNetworkManage/images/module-title-icon.png.js +0 -7
- package/dist/lib/ipes/src/WaterNetworkManage/images/water-leakage.png.js +0 -7
- package/dist/lib/ipes/src/WaterNetworkManage/images/water-total.png.js +0 -7
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/down.svg.js +0 -7
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/right.svg.js +0 -7
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/up.svg.js +0 -7
- package/dist/lib/wgms/src/WaterQualityClassification/images/down.svg.js +0 -7
- package/dist/lib/wgms/src/WaterQualityClassification/images/right.svg.js +0 -7
- package/dist/lib/wgms/src/WaterQualityClassification/images/up.svg.js +0 -7
- package/dist/lib/wgms/src/WaterQualityStatus/images/down.svg.js +0 -7
- package/dist/lib/wgms/src/WaterQualityStatus/images/right.svg.js +0 -7
- package/dist/lib/wgms/src/WaterQualityStatus/images/up.svg.js +0 -7
- /package/dist/es/ipes/src/{AccessVehicleManage → common}/images/new-nodata.svg.mjs +0 -0
- /package/dist/lib/ipes/src/{AccessVehicleManage → common}/images/new-nodata.svg.js +0 -0
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { defineComponent, ref, reactive, watch, onMounted, nextTick, toRefs, openBlock, createElementBlock, createElementVNode } from 'vue';
|
|
1
|
+
import { defineComponent, ref, reactive, watch, onMounted, nextTick, toRefs, openBlock, createElementBlock, createElementVNode, createVNode } from 'vue';
|
|
2
2
|
import dayjs from 'dayjs';
|
|
3
3
|
import { maxBy, minBy } from 'lodash-es';
|
|
4
|
-
import
|
|
4
|
+
import _sfc_main$1 from '../../utils/echarts/BaseECharts.vue.mjs';
|
|
5
5
|
import { getKLine, waterSurfaceListAll } from './api/index.mjs';
|
|
6
6
|
|
|
7
7
|
const _hoisted_1 = { class: "dv-wgms-seven-day-kline" };
|
|
@@ -46,6 +46,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
46
46
|
setup(__props) {
|
|
47
47
|
const props = __props;
|
|
48
48
|
const chartSevenDayLine = ref();
|
|
49
|
+
const option = ref(void 0);
|
|
49
50
|
const timeStrList = {
|
|
50
51
|
hour: "小时",
|
|
51
52
|
day: "日",
|
|
@@ -184,14 +185,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
184
185
|
const maxObj = maxBy(resData, "maxValue");
|
|
185
186
|
const minObj = minBy(resData, "minValue");
|
|
186
187
|
nextTick();
|
|
187
|
-
|
|
188
|
-
echarts.draw(chartSevenDayLine.value, lineOptions);
|
|
188
|
+
option.value = await dayKLine(klineData, maxObj?.maxValue, minObj?.minValue, data.factorName, data.unit, timeStrList[props.timeType]);
|
|
189
189
|
};
|
|
190
190
|
const dayKLine = async (data2, min, max, factorName, unit, timeStr) => {
|
|
191
191
|
const { xAxis, kData, values, quality } = data2;
|
|
192
192
|
const res = await waterSurfaceListAll({});
|
|
193
193
|
const gradeList = res?.entries ?? [];
|
|
194
|
-
const
|
|
194
|
+
const option2 = {
|
|
195
195
|
grid: [
|
|
196
196
|
{
|
|
197
197
|
top: 45,
|
|
@@ -230,17 +230,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
230
230
|
type: "category",
|
|
231
231
|
boundaryGap: true,
|
|
232
232
|
axisLine: {
|
|
233
|
-
show: false
|
|
234
|
-
lineStyle: {
|
|
235
|
-
color: "rgba(255,255,255,0.5)"
|
|
236
|
-
}
|
|
233
|
+
show: false
|
|
237
234
|
},
|
|
238
235
|
axisLabel: {
|
|
239
236
|
show: true,
|
|
240
237
|
textStyle: {
|
|
238
|
+
color: "var(--dv-color-text-primary)",
|
|
241
239
|
fontFamily: "var(--dv-font-family-number)",
|
|
242
|
-
fontSize: "
|
|
243
|
-
color: "rgba(255,255,255,1)"
|
|
240
|
+
fontSize: "var(--dv-text-number2)"
|
|
244
241
|
}
|
|
245
242
|
},
|
|
246
243
|
axisTick: {
|
|
@@ -253,12 +250,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
253
250
|
show: false,
|
|
254
251
|
gridIndex: 1,
|
|
255
252
|
boundaryGap: true,
|
|
256
|
-
axisLine: {
|
|
257
|
-
show: true,
|
|
258
|
-
lineStyle: {
|
|
259
|
-
color: "rgba(255,255,255,0.5)"
|
|
260
|
-
}
|
|
261
|
-
},
|
|
262
253
|
axisTick: {
|
|
263
254
|
show: false
|
|
264
255
|
},
|
|
@@ -272,21 +263,20 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
272
263
|
name: unit,
|
|
273
264
|
nameTextStyle: {
|
|
274
265
|
align: "right",
|
|
275
|
-
color: "
|
|
266
|
+
color: "var(--dv-color-text-secondary)",
|
|
267
|
+
fontFamily: "var(--dv-font-family-number)",
|
|
268
|
+
fontSize: "var(--dv-text-number2)"
|
|
276
269
|
},
|
|
277
270
|
axisLabel: {
|
|
278
271
|
formatter: "{value}",
|
|
279
272
|
textStyle: {
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
273
|
+
color: "var(--dv-color-text-secondary)",
|
|
274
|
+
fontFamily: "var(--dv-font-family-number)",
|
|
275
|
+
fontSize: "var(--dv-text-number2)"
|
|
283
276
|
}
|
|
284
277
|
},
|
|
285
278
|
axisLine: {
|
|
286
|
-
show: false
|
|
287
|
-
lineStyle: {
|
|
288
|
-
color: "rgba(255,255,255,0.5)"
|
|
289
|
-
}
|
|
279
|
+
show: false
|
|
290
280
|
},
|
|
291
281
|
axisPointer: {
|
|
292
282
|
snap: true
|
|
@@ -294,7 +284,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
294
284
|
splitArea: {
|
|
295
285
|
show: true,
|
|
296
286
|
areaStyle: {
|
|
297
|
-
color: ["transparent", "
|
|
287
|
+
color: ["transparent", "var(--dv-color-fill-lighter)"]
|
|
298
288
|
}
|
|
299
289
|
},
|
|
300
290
|
splitLine: { show: false },
|
|
@@ -310,10 +300,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
310
300
|
show: false
|
|
311
301
|
},
|
|
312
302
|
axisLine: {
|
|
313
|
-
show: false
|
|
314
|
-
lineStyle: {
|
|
315
|
-
color: "rgba(255,255,255,0.5)"
|
|
316
|
-
}
|
|
303
|
+
show: false
|
|
317
304
|
},
|
|
318
305
|
axisPointer: {
|
|
319
306
|
snap: true
|
|
@@ -329,7 +316,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
329
316
|
yAxisIndex: 0,
|
|
330
317
|
itemStyle: {
|
|
331
318
|
color: "transparent",
|
|
332
|
-
borderColor: "
|
|
319
|
+
borderColor: "var(--dv-color-index)"
|
|
333
320
|
},
|
|
334
321
|
data: kData
|
|
335
322
|
},
|
|
@@ -339,13 +326,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
339
326
|
xAxisIndex: 1,
|
|
340
327
|
yAxisIndex: 1,
|
|
341
328
|
barWidth: 20,
|
|
342
|
-
// label: {
|
|
343
|
-
// show: true,
|
|
344
|
-
// position: 'top',
|
|
345
|
-
// fontFamily: 'Bebas Neue',
|
|
346
|
-
// fontSize: '12',
|
|
347
|
-
// color: 'rgba(255,255,255,0.6)'
|
|
348
|
-
// },
|
|
349
329
|
itemStyle: {
|
|
350
330
|
color: (params) => {
|
|
351
331
|
const level = quality[params.dataIndex];
|
|
@@ -370,7 +350,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
370
350
|
}
|
|
371
351
|
]
|
|
372
352
|
};
|
|
373
|
-
return
|
|
353
|
+
return option2;
|
|
374
354
|
};
|
|
375
355
|
toRefs(data);
|
|
376
356
|
return (_ctx, _cache) => {
|
|
@@ -379,7 +359,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
379
359
|
ref_key: "chartSevenDayLine",
|
|
380
360
|
ref: chartSevenDayLine,
|
|
381
361
|
class: "chart"
|
|
382
|
-
},
|
|
362
|
+
}, [
|
|
363
|
+
createVNode(_sfc_main$1, { options: option.value }, null, 8, ["options"])
|
|
364
|
+
], 512)
|
|
383
365
|
]);
|
|
384
366
|
};
|
|
385
367
|
}
|
|
@@ -115,14 +115,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
115
115
|
createElementVNode("div", _hoisted_5, [
|
|
116
116
|
createElementVNode("div", _hoisted_6, [
|
|
117
117
|
createVNode(_sfc_main$1, {
|
|
118
|
-
"active-color": "linear-gradient(270deg,
|
|
118
|
+
"active-color": "linear-gradient(270deg, var(--dv-color-index) 0%, var(--dv-color-index-30) 100%)",
|
|
119
119
|
"handle-style": {
|
|
120
|
-
background: "
|
|
120
|
+
background: "var(--dv-color-index)",
|
|
121
121
|
width: "2px",
|
|
122
122
|
height: "12px"
|
|
123
123
|
},
|
|
124
124
|
percentage: Number(item.percent)
|
|
125
|
-
}, null, 8, ["percentage"])
|
|
125
|
+
}, null, 8, ["handle-style", "percentage"])
|
|
126
126
|
]),
|
|
127
127
|
createElementVNode("span", _hoisted_7, toDisplayString(item.percent ?? "--") + "%", 1)
|
|
128
128
|
])
|
|
@@ -46,8 +46,9 @@ const _hoisted_25 = { class: "name-num-box pd10" };
|
|
|
46
46
|
const _hoisted_26 = /* @__PURE__ */ createElementVNode("span", { class: "name" }, "周边未处置事件", -1);
|
|
47
47
|
const _hoisted_27 = { class: "num-box" };
|
|
48
48
|
const _hoisted_28 = { class: "num red" };
|
|
49
|
-
const _hoisted_29 = { class: "
|
|
50
|
-
const _hoisted_30 =
|
|
49
|
+
const _hoisted_29 = /* @__PURE__ */ createElementVNode("span", { class: "split" }, "/", -1);
|
|
50
|
+
const _hoisted_30 = { class: "total" };
|
|
51
|
+
const _hoisted_31 = /* @__PURE__ */ createStaticVNode('<div class="surrounding-three-flex"><div class="surrounding-three-item surrounding-comm-box different"><div class="name-num-box"><span class="name">异常入河排污口</span><span class="num red">5</span></div></div><div class="surrounding-three-item surrounding-comm-box"><div class="name-num-box"><span class="name">问题小区</span><span class="num red">5</span></div></div><div class="surrounding-three-item surrounding-comm-box"><div class="name-num-box"><span class="name">问题园区</span><span class="num red">5</span></div></div></div>', 1);
|
|
51
52
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
52
53
|
__name: "index",
|
|
53
54
|
props: {
|
|
@@ -279,12 +280,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
279
280
|
_hoisted_26,
|
|
280
281
|
createElementVNode("div", _hoisted_27, [
|
|
281
282
|
createElementVNode("span", _hoisted_28, toDisplayString(unref(boundaryData).disposal), 1),
|
|
282
|
-
|
|
283
|
+
_hoisted_29,
|
|
284
|
+
createElementVNode("span", _hoisted_30, toDisplayString(unref(boundaryData).total), 1)
|
|
283
285
|
])
|
|
284
286
|
])
|
|
285
287
|
])
|
|
286
288
|
]),
|
|
287
|
-
|
|
289
|
+
_hoisted_31
|
|
288
290
|
]);
|
|
289
291
|
};
|
|
290
292
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { defineComponent, ref, reactive, watch, onMounted, nextTick, toRefs, openBlock, createElementBlock, createElementVNode } from 'vue';
|
|
1
|
+
import { defineComponent, ref, reactive, watch, onMounted, nextTick, toRefs, openBlock, createElementBlock, createElementVNode, createVNode } from 'vue';
|
|
2
2
|
import dayjs from 'dayjs';
|
|
3
|
-
import
|
|
3
|
+
import _sfc_main$1 from '../../utils/echarts/BaseECharts.vue.mjs';
|
|
4
4
|
import { surfaceWaterStandard, pathAnalysis, waterSurfaceListAll } from './api/index.mjs';
|
|
5
5
|
|
|
6
6
|
const _hoisted_1 = { class: "dv-wgms-upstream-impact" };
|
|
@@ -61,6 +61,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
61
61
|
setup(__props) {
|
|
62
62
|
const props = __props;
|
|
63
63
|
const chartUpstreamImpact = ref();
|
|
64
|
+
const option = ref(void 0);
|
|
64
65
|
const data = reactive({
|
|
65
66
|
title: "",
|
|
66
67
|
unit: "mg/L",
|
|
@@ -123,8 +124,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
123
124
|
value: item || 0
|
|
124
125
|
};
|
|
125
126
|
});
|
|
126
|
-
|
|
127
|
-
echarts.draw(chartUpstreamImpact.value, options);
|
|
127
|
+
option.value = await getLineOptions(waterQualityData.xAxis, data.factorName, dass, upValue, downValue);
|
|
128
128
|
};
|
|
129
129
|
const getLineOptions = async (xAxis, unitName, dass, upValue, downValue) => {
|
|
130
130
|
const res = await waterSurfaceListAll({});
|
|
@@ -156,10 +156,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
156
156
|
type: "category",
|
|
157
157
|
boundaryGap: true,
|
|
158
158
|
axisLine: {
|
|
159
|
-
show: false
|
|
160
|
-
lineStyle: {
|
|
161
|
-
color: "rgba(255,255,255,0.5)"
|
|
162
|
-
}
|
|
159
|
+
show: false
|
|
163
160
|
},
|
|
164
161
|
axisTick: {
|
|
165
162
|
show: false
|
|
@@ -178,7 +175,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
178
175
|
width: 160
|
|
179
176
|
}
|
|
180
177
|
},
|
|
181
|
-
color: "
|
|
178
|
+
color: "var(--dv-color-text-primary)"
|
|
182
179
|
},
|
|
183
180
|
interval: 0
|
|
184
181
|
},
|
|
@@ -189,27 +186,23 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
189
186
|
name: unitName,
|
|
190
187
|
nameTextStyle: {
|
|
191
188
|
align: "right",
|
|
192
|
-
color: "
|
|
189
|
+
color: "var(--dv-color-text-secondary)",
|
|
193
190
|
padding: [2, -50, 6, 0]
|
|
194
191
|
},
|
|
195
192
|
axisLine: {
|
|
196
|
-
show: false
|
|
197
|
-
lineStyle: {
|
|
198
|
-
color: "rgba(255,255,255,0.5)"
|
|
199
|
-
}
|
|
193
|
+
show: false
|
|
200
194
|
},
|
|
201
195
|
axisLabel: {
|
|
202
196
|
textStyle: {
|
|
203
197
|
fontFamily: "var(--dv-font-family-number)",
|
|
204
|
-
fontSize: "
|
|
205
|
-
|
|
206
|
-
color: "#909399"
|
|
198
|
+
fontSize: "var(--dv-text-headline3)",
|
|
199
|
+
color: "var(--dv-color-text-secondary)"
|
|
207
200
|
}
|
|
208
201
|
},
|
|
209
202
|
splitLine: {
|
|
210
203
|
show: true,
|
|
211
204
|
lineStyle: {
|
|
212
|
-
color: "
|
|
205
|
+
color: "var(--dv-color-fill-lighter)"
|
|
213
206
|
}
|
|
214
207
|
},
|
|
215
208
|
axisTick: { show: false },
|
|
@@ -256,13 +249,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
256
249
|
fontSize: 8,
|
|
257
250
|
lineHeight: 12,
|
|
258
251
|
padding: [2, 6, 0, 6],
|
|
259
|
-
color: "
|
|
260
|
-
backgroundColor: "
|
|
252
|
+
color: "var(--dv-color-text-primary)",
|
|
253
|
+
backgroundColor: "var(--dv-color-danger)",
|
|
261
254
|
borderRadius: 8
|
|
262
255
|
},
|
|
263
256
|
lineStyle: {
|
|
264
257
|
type: "solid",
|
|
265
|
-
color: "
|
|
258
|
+
color: "var(--dv-color-danger)"
|
|
266
259
|
}
|
|
267
260
|
},
|
|
268
261
|
{
|
|
@@ -277,13 +270,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
277
270
|
fontSize: 8,
|
|
278
271
|
lineHeight: 12,
|
|
279
272
|
padding: [2, 6, 0, 6],
|
|
280
|
-
color: "
|
|
281
|
-
backgroundColor: "
|
|
273
|
+
color: "var(--dv-color-text-primary)",
|
|
274
|
+
backgroundColor: "var(--dv-color-danger)",
|
|
282
275
|
borderRadius: 8
|
|
283
276
|
},
|
|
284
277
|
lineStyle: {
|
|
285
278
|
type: "solid",
|
|
286
|
-
color: "
|
|
279
|
+
color: "var(--dv-color-danger)"
|
|
287
280
|
}
|
|
288
281
|
}
|
|
289
282
|
]
|
|
@@ -299,7 +292,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
299
292
|
ref_key: "chartUpstreamImpact",
|
|
300
293
|
ref: chartUpstreamImpact,
|
|
301
294
|
class: "chart"
|
|
302
|
-
},
|
|
295
|
+
}, [
|
|
296
|
+
createVNode(_sfc_main$1, { options: option.value }, null, 8, ["options"])
|
|
297
|
+
], 512)
|
|
303
298
|
]);
|
|
304
299
|
};
|
|
305
300
|
}
|
|
@@ -46,12 +46,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
46
46
|
setup(__props) {
|
|
47
47
|
const props = __props;
|
|
48
48
|
const data = reactive({
|
|
49
|
-
handleStyle: {
|
|
50
|
-
background: "#15F3A3",
|
|
51
|
-
width: "2px",
|
|
52
|
-
height: "12px"
|
|
53
|
-
},
|
|
54
|
-
activeColor: "linear-gradient(270deg, rgba(15,235,198,0.80) 0%, rgba(15,235,198,0.20) 100%)",
|
|
55
49
|
relativeData: [{
|
|
56
50
|
siteName: "上游断面1",
|
|
57
51
|
coefficientPre: 0.56,
|
|
@@ -87,7 +81,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
87
81
|
onMounted(() => {
|
|
88
82
|
getData();
|
|
89
83
|
});
|
|
90
|
-
const { relativeData
|
|
84
|
+
const { relativeData } = toRefs(data);
|
|
91
85
|
return (_ctx, _cache) => {
|
|
92
86
|
return openBlock(), createElementBlock("div", _hoisted_1, [
|
|
93
87
|
createElementVNode("div", _hoisted_2, [
|
|
@@ -101,10 +95,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
101
95
|
createElementVNode("span", _hoisted_5, toDisplayString(item.siteName), 1),
|
|
102
96
|
createElementVNode("div", _hoisted_6, [
|
|
103
97
|
createVNode(_sfc_main$1, {
|
|
104
|
-
percentage: item.nh3OverNum / item.totalOverNum * 100
|
|
105
|
-
|
|
106
|
-
"handle-style": unref(handleStyle)
|
|
107
|
-
}, null, 8, ["percentage", "active-color", "handle-style"])
|
|
98
|
+
percentage: item.nh3OverNum / item.totalOverNum * 100
|
|
99
|
+
}, null, 8, ["percentage"])
|
|
108
100
|
]),
|
|
109
101
|
createElementVNode("span", _hoisted_7, toDisplayString(item.totalOverNum), 1)
|
|
110
102
|
]);
|
|
@@ -5,7 +5,8 @@ const _hoisted_1 = { class: "dv-wgms-env-online dv-wgms-flex-between-center" };
|
|
|
5
5
|
const _hoisted_2 = { class: "dv-wgms-name" };
|
|
6
6
|
const _hoisted_3 = { class: "dv-wgms-value" };
|
|
7
7
|
const _hoisted_4 = { class: "dv-wgms-online" };
|
|
8
|
-
const _hoisted_5 = { class: "dv-wgms-
|
|
8
|
+
const _hoisted_5 = /* @__PURE__ */ createElementVNode("span", { class: "dv-wgms-split" }, "/", -1);
|
|
9
|
+
const _hoisted_6 = { class: "dv-wgms-total" };
|
|
9
10
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
10
11
|
__name: "index",
|
|
11
12
|
props: {
|
|
@@ -45,7 +46,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
45
46
|
createElementVNode("div", _hoisted_2, toDisplayString(item.name), 1),
|
|
46
47
|
createElementVNode("div", _hoisted_3, [
|
|
47
48
|
createElementVNode("span", _hoisted_4, toDisplayString(item.onlineCount === null ? "--" : item.onlineCount), 1),
|
|
48
|
-
|
|
49
|
+
_hoisted_5,
|
|
50
|
+
createElementVNode("span", _hoisted_6, toDisplayString(item.total === null ? "--" : item.total), 1)
|
|
49
51
|
])
|
|
50
52
|
]);
|
|
51
53
|
}), 128))
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import
|
|
2
|
-
import __vite_glob_0_1 from './images/right.svg.mjs';
|
|
3
|
-
import __vite_glob_0_2 from './images/up.svg.mjs';
|
|
4
|
-
import { defineComponent, ref, reactive, onMounted, nextTick, watch, toRefs, openBlock, createElementBlock, createElementVNode, Fragment, renderList, unref, normalizeStyle, toDisplayString, createCommentVNode } from 'vue';
|
|
1
|
+
import { defineComponent, ref, reactive, onMounted, nextTick, watch, toRefs, openBlock, createElementBlock, createElementVNode, createVNode, Fragment, renderList, unref, normalizeStyle, toDisplayString, createBlock, createCommentVNode } from 'vue';
|
|
5
2
|
import dayjs from 'dayjs';
|
|
6
3
|
import { sumBy } from 'lodash-es';
|
|
7
|
-
import
|
|
4
|
+
import _sfc_main$2 from '../common/common-arrow.vue.mjs';
|
|
5
|
+
import '../common/common-arrow.vue2.mjs';
|
|
8
6
|
import { pieChartOptions } from '../../utils/echarts/echartsOptions.mjs';
|
|
7
|
+
import _sfc_main$1 from '../../utils/echarts/BaseECharts.vue.mjs';
|
|
9
8
|
import { getWaterQualityData } from './api/index.mjs';
|
|
10
9
|
|
|
11
10
|
const _hoisted_1 = { class: "dv-wgms-water-category" };
|
|
@@ -15,7 +14,7 @@ const _hoisted_4 = { class: "flex-num" };
|
|
|
15
14
|
const _hoisted_5 = { class: "num" };
|
|
16
15
|
const _hoisted_6 = { class: "percent" };
|
|
17
16
|
const _hoisted_7 = /* @__PURE__ */ createElementVNode("span", { class: "text" }, "同比", -1);
|
|
18
|
-
const _hoisted_8 =
|
|
17
|
+
const _hoisted_8 = { class: "arrow-compare" };
|
|
19
18
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
20
19
|
__name: "index",
|
|
21
20
|
props: {
|
|
@@ -35,6 +34,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
35
34
|
setup(__props) {
|
|
36
35
|
const props = __props;
|
|
37
36
|
const chartPie = ref();
|
|
37
|
+
const option = ref(void 0);
|
|
38
38
|
const wgmsData = reactive({
|
|
39
39
|
list: []
|
|
40
40
|
});
|
|
@@ -66,11 +66,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
66
66
|
const total = sumBy(list2, (o) => {
|
|
67
67
|
return o.count;
|
|
68
68
|
});
|
|
69
|
-
|
|
70
|
-
echarts.draw(chartPie.value, options);
|
|
71
|
-
};
|
|
72
|
-
const getAssetsFile = (url) => {
|
|
73
|
-
return new URL((/* #__PURE__ */ Object.assign({"./images/down.svg": __vite_glob_0_0,"./images/right.svg": __vite_glob_0_1,"./images/up.svg": __vite_glob_0_2}))[`./images/${url}`], self.location).href;
|
|
69
|
+
option.value = pieChartOptions(seriesData, colorList, total);
|
|
74
70
|
};
|
|
75
71
|
watch([() => props.params, () => props.data], () => {
|
|
76
72
|
getResData();
|
|
@@ -84,7 +80,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
84
80
|
ref_key: "chartPie",
|
|
85
81
|
ref: chartPie,
|
|
86
82
|
class: "chart-pie"
|
|
87
|
-
},
|
|
83
|
+
}, [
|
|
84
|
+
createVNode(_sfc_main$1, { options: option.value }, null, 8, ["options"])
|
|
85
|
+
], 512),
|
|
88
86
|
createElementVNode("div", _hoisted_2, [
|
|
89
87
|
(openBlock(true), createElementBlock(Fragment, null, renderList(unref(list), (item) => {
|
|
90
88
|
return openBlock(), createElementBlock("div", {
|
|
@@ -103,13 +101,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
103
101
|
_hoisted_7,
|
|
104
102
|
createElementVNode("span", {
|
|
105
103
|
class: "compare",
|
|
106
|
-
style: normalizeStyle({ color: item.yoyPercent === null ? "--" : item.yoyPercent > 0 ? "
|
|
104
|
+
style: normalizeStyle({ color: item.yoyPercent === null ? "--" : item.yoyPercent > 0 ? "var(--dv-color-success)" : item.yoyPercent < 0 ? "var(--dv-color-danger)" : "var(--dv-color-index)" })
|
|
107
105
|
}, toDisplayString(item.yoyPercent === null ? "--" : `${Math.abs(item.yoyPercent)}%`), 5),
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
106
|
+
createElementVNode("div", _hoisted_8, [
|
|
107
|
+
item.yoyPercent !== null ? (openBlock(), createBlock(_sfc_main$2, {
|
|
108
|
+
key: 0,
|
|
109
|
+
direction: item.yoyPercent > 0 ? "up" : item.yoyPercent < 0 ? "down" : "flat"
|
|
110
|
+
}, null, 8, ["direction"])) : createCommentVNode("", true)
|
|
111
|
+
])
|
|
113
112
|
]);
|
|
114
113
|
}), 128))
|
|
115
114
|
])
|