@ued_fpi/data-visual 1.2.6 → 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 +120 -26
- 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
|
@@ -20,11 +20,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
20
20
|
required: false;
|
|
21
21
|
};
|
|
22
22
|
startTime: {
|
|
23
|
-
type:
|
|
23
|
+
type: NumberConstructor;
|
|
24
24
|
required: false;
|
|
25
25
|
};
|
|
26
26
|
endTime: {
|
|
27
|
-
type:
|
|
27
|
+
type: NumberConstructor;
|
|
28
28
|
required: false;
|
|
29
29
|
};
|
|
30
30
|
data: {
|
|
@@ -53,11 +53,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
53
53
|
required: false;
|
|
54
54
|
};
|
|
55
55
|
startTime: {
|
|
56
|
-
type:
|
|
56
|
+
type: NumberConstructor;
|
|
57
57
|
required: false;
|
|
58
58
|
};
|
|
59
59
|
endTime: {
|
|
60
|
-
type:
|
|
60
|
+
type: NumberConstructor;
|
|
61
61
|
required: false;
|
|
62
62
|
};
|
|
63
63
|
data: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, ref, watch, nextTick, computed, openBlock, createElementBlock, normalizeStyle, createElementVNode } from 'vue';
|
|
2
|
-
import
|
|
1
|
+
import { defineComponent, ref, watch, nextTick, computed, openBlock, createElementBlock, normalizeStyle, createElementVNode, createVNode } from 'vue';
|
|
2
|
+
import _sfc_main$1 from '../../utils/echarts/BaseECharts.vue.mjs';
|
|
3
3
|
import { getTopThreeData } from './api/index.mjs';
|
|
4
4
|
|
|
5
5
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
@@ -31,12 +31,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
31
31
|
// w01016
|
|
32
32
|
},
|
|
33
33
|
startTime: {
|
|
34
|
-
type:
|
|
34
|
+
type: Number,
|
|
35
35
|
required: false
|
|
36
36
|
// 1663257600000
|
|
37
37
|
},
|
|
38
38
|
endTime: {
|
|
39
|
-
type:
|
|
39
|
+
type: Number,
|
|
40
40
|
required: false
|
|
41
41
|
// 1663257600000
|
|
42
42
|
},
|
|
@@ -48,6 +48,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
48
48
|
setup(__props) {
|
|
49
49
|
const props = __props;
|
|
50
50
|
const chartRef = ref();
|
|
51
|
+
const option = ref(void 0);
|
|
51
52
|
watch([
|
|
52
53
|
() => props.type,
|
|
53
54
|
() => props.timeType,
|
|
@@ -94,9 +95,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
94
95
|
return "";
|
|
95
96
|
});
|
|
96
97
|
const xData = resData.map((item) => item.factorName);
|
|
97
|
-
|
|
98
|
-
const barOptions = getAlgaeBarOptions(xData, upData, downData);
|
|
99
|
-
chart.setOption(barOptions);
|
|
98
|
+
option.value = getAlgaeBarOptions(xData, upData, downData);
|
|
100
99
|
};
|
|
101
100
|
const getHeight = computed(() => {
|
|
102
101
|
if (typeof props.height === "string")
|
|
@@ -121,7 +120,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
121
120
|
axisLine: {
|
|
122
121
|
show: true,
|
|
123
122
|
lineStyle: {
|
|
124
|
-
color: "
|
|
123
|
+
color: "var(--dv-color-fill-lighter)"
|
|
125
124
|
}
|
|
126
125
|
},
|
|
127
126
|
axisTick: {
|
|
@@ -129,9 +128,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
129
128
|
},
|
|
130
129
|
axisLabel: {
|
|
131
130
|
show: true,
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
color: "#fff"
|
|
131
|
+
fontSize: "var(--dv-text-body1)",
|
|
132
|
+
color: "var(--dv-color-text-primary)"
|
|
135
133
|
},
|
|
136
134
|
splitLine: {
|
|
137
135
|
show: false
|
|
@@ -162,7 +160,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
162
160
|
type: "bar",
|
|
163
161
|
stack: "Total",
|
|
164
162
|
barWidth: 24,
|
|
165
|
-
color: "
|
|
163
|
+
color: "var(--dv-color-success)",
|
|
166
164
|
label: {
|
|
167
165
|
normal: {
|
|
168
166
|
show: true,
|
|
@@ -170,9 +168,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
170
168
|
offset: [0, -4],
|
|
171
169
|
formatter: "{c}",
|
|
172
170
|
textStyle: {
|
|
173
|
-
color: "
|
|
174
|
-
fontFamily: "
|
|
175
|
-
fontSize:
|
|
171
|
+
color: "var(--dv-color-success)",
|
|
172
|
+
fontFamily: "var(--dv-font-family-number)",
|
|
173
|
+
fontSize: "var(--dv-text-number1)"
|
|
176
174
|
}
|
|
177
175
|
}
|
|
178
176
|
},
|
|
@@ -187,7 +185,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
187
185
|
type: "bar",
|
|
188
186
|
stack: "Total",
|
|
189
187
|
barWidth: 24,
|
|
190
|
-
color: "
|
|
188
|
+
color: "var(--dv-color-warning)",
|
|
191
189
|
label: {
|
|
192
190
|
normal: {
|
|
193
191
|
show: true,
|
|
@@ -195,9 +193,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
195
193
|
offset: [0, -4],
|
|
196
194
|
formatter: "{c}",
|
|
197
195
|
textStyle: {
|
|
198
|
-
color: "
|
|
199
|
-
fontFamily: "
|
|
200
|
-
fontSize:
|
|
196
|
+
color: "var(--dv-color-warning)",
|
|
197
|
+
fontFamily: "var(--dv-font-family-number)",
|
|
198
|
+
fontSize: "var(--dv-text-number1)"
|
|
201
199
|
}
|
|
202
200
|
}
|
|
203
201
|
},
|
|
@@ -220,7 +218,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
220
218
|
ref_key: "chartRef",
|
|
221
219
|
ref: chartRef,
|
|
222
220
|
class: "dv-wgms-chart"
|
|
223
|
-
},
|
|
221
|
+
}, [
|
|
222
|
+
createVNode(_sfc_main$1, { options: option.value }, null, 8, ["options"])
|
|
223
|
+
], 512)
|
|
224
224
|
], 4);
|
|
225
225
|
};
|
|
226
226
|
}
|
|
@@ -50,8 +50,8 @@ export declare const DvWgmsFactorTrendComparison: {
|
|
|
50
50
|
[key: string]: any;
|
|
51
51
|
}>) => void)[] | undefined;
|
|
52
52
|
class?: unknown;
|
|
53
|
-
readonly endTime?:
|
|
54
|
-
readonly startTime?:
|
|
53
|
+
readonly endTime?: number | undefined;
|
|
54
|
+
readonly startTime?: number | undefined;
|
|
55
55
|
readonly timeType?: string | undefined;
|
|
56
56
|
readonly siteCode?: string | undefined;
|
|
57
57
|
readonly stationCode?: string | undefined;
|
|
@@ -87,11 +87,11 @@ export declare const DvWgmsFactorTrendComparison: {
|
|
|
87
87
|
required: false;
|
|
88
88
|
};
|
|
89
89
|
startTime: {
|
|
90
|
-
type:
|
|
90
|
+
type: NumberConstructor;
|
|
91
91
|
required: false;
|
|
92
92
|
};
|
|
93
93
|
endTime: {
|
|
94
|
-
type:
|
|
94
|
+
type: NumberConstructor;
|
|
95
95
|
required: false;
|
|
96
96
|
};
|
|
97
97
|
data: {
|
|
@@ -138,11 +138,11 @@ export declare const DvWgmsFactorTrendComparison: {
|
|
|
138
138
|
required: false;
|
|
139
139
|
};
|
|
140
140
|
startTime: {
|
|
141
|
-
type:
|
|
141
|
+
type: NumberConstructor;
|
|
142
142
|
required: false;
|
|
143
143
|
};
|
|
144
144
|
endTime: {
|
|
145
|
-
type:
|
|
145
|
+
type: NumberConstructor;
|
|
146
146
|
required: false;
|
|
147
147
|
};
|
|
148
148
|
data: {
|
|
@@ -171,11 +171,11 @@ export declare const DvWgmsFactorTrendComparison: {
|
|
|
171
171
|
required: false;
|
|
172
172
|
};
|
|
173
173
|
startTime: {
|
|
174
|
-
type:
|
|
174
|
+
type: NumberConstructor;
|
|
175
175
|
required: false;
|
|
176
176
|
};
|
|
177
177
|
endTime: {
|
|
178
|
-
type:
|
|
178
|
+
type: NumberConstructor;
|
|
179
179
|
required: false;
|
|
180
180
|
};
|
|
181
181
|
data: {
|
|
@@ -16,11 +16,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
16
16
|
required: false;
|
|
17
17
|
};
|
|
18
18
|
startTime: {
|
|
19
|
-
type:
|
|
19
|
+
type: NumberConstructor;
|
|
20
20
|
required: false;
|
|
21
21
|
};
|
|
22
22
|
endTime: {
|
|
23
|
-
type:
|
|
23
|
+
type: NumberConstructor;
|
|
24
24
|
required: false;
|
|
25
25
|
};
|
|
26
26
|
data: {
|
|
@@ -45,11 +45,11 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
45
45
|
required: false;
|
|
46
46
|
};
|
|
47
47
|
startTime: {
|
|
48
|
-
type:
|
|
48
|
+
type: NumberConstructor;
|
|
49
49
|
required: false;
|
|
50
50
|
};
|
|
51
51
|
endTime: {
|
|
52
|
-
type:
|
|
52
|
+
type: NumberConstructor;
|
|
53
53
|
required: false;
|
|
54
54
|
};
|
|
55
55
|
data: {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { defineComponent, toRefs, watch, nextTick, openBlock, createElementBlock, createElementVNode } from 'vue';
|
|
2
|
-
import
|
|
1
|
+
import { defineComponent, ref, toRefs, watch, nextTick, openBlock, createElementBlock, createElementVNode, createVNode, unref } from 'vue';
|
|
2
|
+
import _sfc_main$1 from '../../utils/echarts/BaseECharts.vue.mjs';
|
|
3
3
|
import { getTrendComparisonData } from './api/index.mjs';
|
|
4
4
|
|
|
5
5
|
const _hoisted_1 = { class: "dv-wgms-factor-trend-comparison" };
|
|
@@ -28,12 +28,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
28
28
|
// w01016
|
|
29
29
|
},
|
|
30
30
|
startTime: {
|
|
31
|
-
type:
|
|
31
|
+
type: Number,
|
|
32
32
|
required: false
|
|
33
33
|
// 1663257600000
|
|
34
34
|
},
|
|
35
35
|
endTime: {
|
|
36
|
-
type:
|
|
36
|
+
type: Number,
|
|
37
37
|
required: false
|
|
38
38
|
// 1663257600000
|
|
39
39
|
},
|
|
@@ -44,6 +44,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
44
44
|
},
|
|
45
45
|
setup(__props) {
|
|
46
46
|
const props = __props;
|
|
47
|
+
const option = ref(void 0);
|
|
47
48
|
const state = {
|
|
48
49
|
factorMap: [],
|
|
49
50
|
seriesData: [],
|
|
@@ -88,7 +89,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
88
89
|
data.forEach((item) => {
|
|
89
90
|
const timesList = item.factorTimeDataList.map((item2) => item2.time);
|
|
90
91
|
const valueList = item.factorTimeDataList.map((item2) => item2.value);
|
|
91
|
-
xData = timesList.map((item2) => item2
|
|
92
|
+
xData = timesList.map((item2) => item2);
|
|
92
93
|
const obj = {
|
|
93
94
|
name: item.factorName,
|
|
94
95
|
type: "line",
|
|
@@ -98,10 +99,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
98
99
|
};
|
|
99
100
|
state.seriesData.push(obj);
|
|
100
101
|
});
|
|
101
|
-
const chart = echarts.init(chartRef.value);
|
|
102
102
|
await nextTick(async () => {
|
|
103
|
-
|
|
104
|
-
chart.setOption(lineOptions);
|
|
103
|
+
option.value = getChartOptions(xData, state.seriesData);
|
|
105
104
|
});
|
|
106
105
|
};
|
|
107
106
|
const getChartOptions = (xData, seriesData) => {
|
|
@@ -121,9 +120,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
121
120
|
icon: "circle",
|
|
122
121
|
bottom: 10,
|
|
123
122
|
textStyle: {
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
fontSize: "12px"
|
|
123
|
+
color: "var(--dv-color-text-primary)",
|
|
124
|
+
fontSize: "var(--dv-text-body2)"
|
|
127
125
|
}
|
|
128
126
|
},
|
|
129
127
|
grid: {
|
|
@@ -140,13 +138,16 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
140
138
|
data: xData,
|
|
141
139
|
boundaryGap: false,
|
|
142
140
|
axisLine: {
|
|
143
|
-
show:
|
|
141
|
+
show: true,
|
|
142
|
+
lineStyle: {
|
|
143
|
+
color: "var(--dv-color-fill-lighter)"
|
|
144
|
+
}
|
|
144
145
|
},
|
|
145
146
|
axisLabel: {
|
|
146
147
|
textStyle: {
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
color: "
|
|
148
|
+
fontSize: "var(--dv-text-number2)",
|
|
149
|
+
fontFamily: "var(--dv-font-family-number)",
|
|
150
|
+
color: "var(--dv-color-text-primary)"
|
|
150
151
|
}
|
|
151
152
|
},
|
|
152
153
|
axisTick: {
|
|
@@ -159,9 +160,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
159
160
|
{
|
|
160
161
|
name: "因子值\n(mg/l)",
|
|
161
162
|
nameTextStyle: {
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
fontSize: "14px",
|
|
163
|
+
color: "var(--dv-color-text-secondary)",
|
|
164
|
+
fontSize: "var(--dv-text-body2)",
|
|
165
165
|
align: "center",
|
|
166
166
|
padding: [0, 0, 0, 0]
|
|
167
167
|
},
|
|
@@ -170,20 +170,22 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
170
170
|
axisLabel: {
|
|
171
171
|
formatter: "{value}",
|
|
172
172
|
textStyle: {
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
|
|
173
|
+
color: "var(--dv-color-text-secondary)",
|
|
174
|
+
fontSize: "var(--dv-text-number2)",
|
|
175
|
+
fontFamily: "var(--dv-font-family-number)",
|
|
176
176
|
align: "center",
|
|
177
177
|
padding: [0, 0, 0, 5]
|
|
178
178
|
}
|
|
179
179
|
},
|
|
180
180
|
splitArea: {
|
|
181
|
+
show: false
|
|
182
|
+
},
|
|
183
|
+
splitLine: {
|
|
181
184
|
show: true,
|
|
182
|
-
|
|
183
|
-
color:
|
|
185
|
+
lineStyle: {
|
|
186
|
+
color: "var(--dv-color-fill-lighter)"
|
|
184
187
|
}
|
|
185
188
|
},
|
|
186
|
-
splitLine: { show: false },
|
|
187
189
|
axisTick: { show: false },
|
|
188
190
|
axisPointer: {
|
|
189
191
|
snap: true
|
|
@@ -193,9 +195,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
193
195
|
name: "叶绿素a\n(μg/l)",
|
|
194
196
|
nameTextStyle: {
|
|
195
197
|
align: "center",
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
fontSize: "14px",
|
|
198
|
+
color: "var(--dv-color-text-secondary)",
|
|
199
|
+
fontSize: "var(--dv-text-body2)",
|
|
199
200
|
padding: [0, 0, 0, 0]
|
|
200
201
|
},
|
|
201
202
|
type: "value",
|
|
@@ -204,9 +205,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
204
205
|
axisLabel: {
|
|
205
206
|
formatter: "{value}",
|
|
206
207
|
textStyle: {
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
|
|
208
|
+
color: "var(--dv-color-text-secondary)",
|
|
209
|
+
fontSize: "var(--dv-text-number2)",
|
|
210
|
+
fontFamily: "var(--dv-font-family-number)",
|
|
210
211
|
align: "center"
|
|
211
212
|
},
|
|
212
213
|
padding: [0, 0, 0, 0]
|
|
@@ -221,9 +222,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
221
222
|
name: "水温\n(℃)",
|
|
222
223
|
nameTextStyle: {
|
|
223
224
|
align: "center",
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
fontSize: "14px",
|
|
225
|
+
color: "var(--dv-color-text-secondary)",
|
|
226
|
+
fontSize: "var(--dv-text-body2)",
|
|
227
227
|
padding: [0, 0, 0, 20]
|
|
228
228
|
},
|
|
229
229
|
type: "value",
|
|
@@ -232,9 +232,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
232
232
|
axisLabel: {
|
|
233
233
|
formatter: "{value}",
|
|
234
234
|
textStyle: {
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
235
|
+
color: "var(--dv-color-text-secondary)",
|
|
236
|
+
fontSize: "var(--dv-text-number2)",
|
|
237
|
+
fontFamily: "var(--dv-font-family-number)",
|
|
238
238
|
align: "center"
|
|
239
239
|
},
|
|
240
240
|
padding: [0, 0, 0, 20]
|
|
@@ -256,7 +256,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
256
256
|
ref_key: "chartRef",
|
|
257
257
|
ref: chartRef,
|
|
258
258
|
class: "chart"
|
|
259
|
-
},
|
|
259
|
+
}, [
|
|
260
|
+
createVNode(_sfc_main$1, { options: unref(option) }, null, 8, ["options"])
|
|
261
|
+
], 512)
|
|
260
262
|
]);
|
|
261
263
|
};
|
|
262
264
|
}
|
|
@@ -5,11 +5,10 @@ import * as _3 from './images/3.svg.mjs';
|
|
|
5
5
|
import * as _4 from './images/4.svg.mjs';
|
|
6
6
|
import * as _5 from './images/5.svg.mjs';
|
|
7
7
|
import * as _6 from './images/6.svg.mjs';
|
|
8
|
-
import
|
|
9
|
-
import * as right from './images/right.svg.mjs';
|
|
10
|
-
import * as up from './images/up.svg.mjs';
|
|
11
|
-
import { defineComponent, ref, onMounted, watch, openBlock, createElementBlock, Fragment, renderList, createElementVNode, toDisplayString, normalizeStyle, createCommentVNode } from 'vue';
|
|
8
|
+
import { defineComponent, ref, onMounted, watch, openBlock, createElementBlock, Fragment, renderList, createElementVNode, toDisplayString, normalizeStyle, createBlock, createCommentVNode } from 'vue';
|
|
12
9
|
import dayjs from 'dayjs';
|
|
10
|
+
import _sfc_main$1 from '../common/common-arrow.vue.mjs';
|
|
11
|
+
import '../common/common-arrow.vue2.mjs';
|
|
13
12
|
import { getKeyRiverData } from './api/index.mjs';
|
|
14
13
|
|
|
15
14
|
const _hoisted_1 = { class: "dv-wgms-key-river dv-wgms-flex-around-center" };
|
|
@@ -18,7 +17,6 @@ const _hoisted_3 = { class: "dv-wgms-key-river-one-content" };
|
|
|
18
17
|
const _hoisted_4 = ["src"];
|
|
19
18
|
const _hoisted_5 = { class: "dv-wgms-key-river-one-compare dv-wgms-flex-left-center" };
|
|
20
19
|
const _hoisted_6 = /* @__PURE__ */ createElementVNode("span", null, "同比", -1);
|
|
21
|
-
const _hoisted_7 = ["src"];
|
|
22
20
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
23
21
|
__name: "index",
|
|
24
22
|
props: {
|
|
@@ -36,7 +34,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
36
34
|
},
|
|
37
35
|
setup(__props) {
|
|
38
36
|
const props = __props;
|
|
39
|
-
const imgList = /* #__PURE__ */ Object.assign({"./images/0.svg": _0,"./images/1.svg": _1,"./images/2.svg": _2,"./images/3.svg": _3,"./images/4.svg": _4,"./images/5.svg": _5,"./images/6.svg": _6
|
|
37
|
+
const imgList = /* #__PURE__ */ Object.assign({"./images/0.svg": _0,"./images/1.svg": _1,"./images/2.svg": _2,"./images/3.svg": _3,"./images/4.svg": _4,"./images/5.svg": _5,"./images/6.svg": _6});
|
|
40
38
|
const listData = ref([]);
|
|
41
39
|
onMounted(() => {
|
|
42
40
|
getResData();
|
|
@@ -75,11 +73,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
75
73
|
]),
|
|
76
74
|
createElementVNode("div", _hoisted_5, [
|
|
77
75
|
_hoisted_6,
|
|
78
|
-
item.yoyType !== null ? (openBlock(),
|
|
76
|
+
item.yoyType !== null ? (openBlock(), createBlock(_sfc_main$1, {
|
|
79
77
|
key: 0,
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
}, null, 8, _hoisted_7)) : createCommentVNode("", true)
|
|
78
|
+
direction: item.yoyType > 0 ? "up" : item.yoyType < 1 ? "down" : "flat"
|
|
79
|
+
}, null, 8, ["direction"])) : createCommentVNode("", true)
|
|
83
80
|
])
|
|
84
81
|
]);
|
|
85
82
|
}), 128))
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
const img0 = "data:image/svg+xml;base64,
|
|
1
|
+
const img0 = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSJub25lIiB2ZXJzaW9uPSIxLjEiIHdpZHRoPSIxMS45OTk5OTkyODQ3NDQyNjMiIGhlaWdodD0iNy45OTk5OTk1MjMxNjI4NDIiIHZpZXdCb3g9IjAgMCAxMS45OTk5OTkyODQ3NDQyNjMgNy45OTk5OTk1MjMxNjI4NDIiPjxnIHRyYW5zZm9ybT0ibWF0cml4KDAsMC45OTk5OTk5NDAzOTUzNTUyLC0wLjk5OTk5OTk0MDM5NTM1NTIsMCwxMS45OTk5OTkyODQ3NDQyNjMsLTExLjk5OTk5ODU2OTQ4ODU2OCkiPjxwYXRoIGQ9Ik0xMS45OTk5OTkyODQ3NDQyNjMsNUwxNC45OTk5OTkyODQ3NDQyNjMsNUwxNC45OTk5OTkyODQ3NDQyNjMsMTJMMTYuOTk5OTk5Mjg0NzQ0MjYzLDEyTDE2Ljk5OTk5OTI4NDc0NDI2Myw1TDE5Ljk5OTk5OTI4NDc0NDI2Myw1TDE1Ljk5OTk5OTI4NDc0NDI2MywwTDExLjk5OTk5OTI4NDc0NDI2Myw1WiIgZmlsbD0iIzAwREVGRiIgZmlsbC1vcGFjaXR5PSIxIi8+PC9nPjwvc3ZnPg==";
|
|
2
2
|
|
|
3
3
|
export { img0 as default };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { defineComponent, toRefs, watch, nextTick, openBlock, createElementBlock, createElementVNode } from 'vue';
|
|
1
|
+
import { defineComponent, ref, toRefs, watch, nextTick, openBlock, createElementBlock, createElementVNode, createVNode, unref } from 'vue';
|
|
2
2
|
import echarts from '../../utils/echarts/index.mjs';
|
|
3
|
+
import _sfc_main$1 from '../../utils/echarts/BaseECharts.vue.mjs';
|
|
3
4
|
import { getNPTrendChange } from './api/index.mjs';
|
|
4
5
|
|
|
5
6
|
const _hoisted_1 = { class: "dv-wgms-n-p-trend-change" };
|
|
@@ -48,6 +49,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
48
49
|
chartRef: null
|
|
49
50
|
// 图表实例
|
|
50
51
|
};
|
|
52
|
+
const option = ref(void 0);
|
|
51
53
|
const { chartRef } = toRefs(state);
|
|
52
54
|
watch([
|
|
53
55
|
() => props.type,
|
|
@@ -87,9 +89,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
87
89
|
const preList = data.map((item) => item.percent) ?? [];
|
|
88
90
|
const xData = timeList.map((item) => item && item);
|
|
89
91
|
const NPList = preList.map((item) => item && item * 100);
|
|
90
|
-
|
|
91
|
-
const options = getChartOptions(xData, NPList, echarts);
|
|
92
|
-
chart.setOption(options);
|
|
92
|
+
option.value = getChartOptions(xData, NPList, echarts);
|
|
93
93
|
}
|
|
94
94
|
const getChartOptions = (xData, data, echarts2) => {
|
|
95
95
|
return {
|
|
@@ -100,9 +100,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
100
100
|
left: 10,
|
|
101
101
|
top: 14,
|
|
102
102
|
textStyle: {
|
|
103
|
-
color: "
|
|
104
|
-
fontSize:
|
|
105
|
-
fontFamily: "
|
|
103
|
+
color: "var(--dv-color-text-secondary)",
|
|
104
|
+
fontSize: "var(--dv-text-number2)",
|
|
105
|
+
fontFamily: "var(--dv-font-family-number)"
|
|
106
106
|
}
|
|
107
107
|
},
|
|
108
108
|
tooltip: {
|
|
@@ -128,9 +128,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
128
128
|
},
|
|
129
129
|
axisLabel: {
|
|
130
130
|
textStyle: {
|
|
131
|
-
fontFamily: "
|
|
132
|
-
fontSize: "
|
|
133
|
-
color: "
|
|
131
|
+
fontFamily: "var(--dv-font-family-number)",
|
|
132
|
+
fontSize: "var(--dv-text-number2)",
|
|
133
|
+
color: "var(--dv-color-text-primary)"
|
|
134
134
|
}
|
|
135
135
|
},
|
|
136
136
|
axisTick: {
|
|
@@ -145,21 +145,23 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
145
145
|
name: "",
|
|
146
146
|
axisLabel: {
|
|
147
147
|
textStyle: {
|
|
148
|
-
fontFamily: "
|
|
149
|
-
fontSize:
|
|
150
|
-
color: "
|
|
148
|
+
fontFamily: "var(--dv-font-family-number)",
|
|
149
|
+
fontSize: "var(--dv-text-number2)",
|
|
150
|
+
color: "var(--dv-color-text-secondary)"
|
|
151
151
|
}
|
|
152
152
|
},
|
|
153
153
|
axisLine: {
|
|
154
154
|
show: false
|
|
155
155
|
},
|
|
156
156
|
splitArea: {
|
|
157
|
+
show: false
|
|
158
|
+
},
|
|
159
|
+
splitLine: {
|
|
157
160
|
show: true,
|
|
158
|
-
|
|
159
|
-
color:
|
|
161
|
+
lineStyle: {
|
|
162
|
+
color: "var(--dv-color-fill-lighter)"
|
|
160
163
|
}
|
|
161
164
|
},
|
|
162
|
-
splitLine: { show: false },
|
|
163
165
|
axisTick: { show: false }
|
|
164
166
|
}
|
|
165
167
|
],
|
|
@@ -170,12 +172,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
170
172
|
symbolSize: 0,
|
|
171
173
|
smooth: true,
|
|
172
174
|
lineStyle: {
|
|
173
|
-
color: "
|
|
175
|
+
color: "var(--dv-color-index)"
|
|
174
176
|
},
|
|
175
177
|
areaStyle: {
|
|
176
178
|
normal: {
|
|
177
179
|
color: new echarts2.graphic.LinearGradient(0, 0, 0, 1, [
|
|
178
|
-
{ offset: 0, color: "
|
|
180
|
+
{ offset: 0, color: "var(--dv-color-index)" },
|
|
179
181
|
{ offset: 1, color: "rgba(71,229,229,0.06)" }
|
|
180
182
|
])
|
|
181
183
|
}
|
|
@@ -192,7 +194,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
192
194
|
ref_key: "chartRef",
|
|
193
195
|
ref: chartRef,
|
|
194
196
|
class: "chart"
|
|
195
|
-
},
|
|
197
|
+
}, [
|
|
198
|
+
createVNode(_sfc_main$1, { options: unref(option) }, null, 8, ["options"])
|
|
199
|
+
], 512)
|
|
196
200
|
]);
|
|
197
201
|
};
|
|
198
202
|
}
|
|
@@ -5,7 +5,7 @@ import { defineComponent, reactive, ref, watch, computed, onMounted, toRefs, ope
|
|
|
5
5
|
import { maxBy } from 'lodash-es';
|
|
6
6
|
import dayjs from 'dayjs';
|
|
7
7
|
import { pollutionSourcePieOptions } from '../../utils/echarts/echartsOptions.mjs';
|
|
8
|
-
import
|
|
8
|
+
import _sfc_main$3 from '../../utils/echarts/BaseECharts.vue.mjs';
|
|
9
9
|
import _sfc_main$2 from '../common/ProgressBar.vue.mjs';
|
|
10
10
|
import '../common/ProgressBar.vue2.mjs';
|
|
11
11
|
import _sfc_main$1 from '../common/select-panel.vue.mjs';
|
|
@@ -100,7 +100,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
100
100
|
curSelectFactor: props.defaultSelectFactor,
|
|
101
101
|
overCountMax: 0,
|
|
102
102
|
chartDetail: [],
|
|
103
|
-
colorList: ["
|
|
103
|
+
colorList: ["var(--dv-color-danger)", "var(--dv-color-primary)", "var(--dv-color-success)"],
|
|
104
104
|
nh3OverNum: 0,
|
|
105
105
|
tpOverNum: 0,
|
|
106
106
|
totalCount: 0
|
|
@@ -141,6 +141,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
141
141
|
emits("factorChange", item.code);
|
|
142
142
|
keyPollutionData();
|
|
143
143
|
};
|
|
144
|
+
const option = ref([]);
|
|
144
145
|
onMounted(() => {
|
|
145
146
|
if (props.isLazy)
|
|
146
147
|
return;
|
|
@@ -200,19 +201,16 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
200
201
|
{ name: "磷超标", value: resData?.pcount ?? "--", percent: resData?.ppercent ?? "--" },
|
|
201
202
|
{ name: "其他", value: resData?.otherCount ?? "--", percent: resData?.otherPercent ?? "--" }
|
|
202
203
|
];
|
|
203
|
-
const colors = ["#35aded", "#ff9902", "#00fc83"];
|
|
204
204
|
data.chartDetail = dataList.map((item, index) => {
|
|
205
205
|
return {
|
|
206
206
|
...item,
|
|
207
|
-
itemStyle: { color:
|
|
207
|
+
itemStyle: { color: data.colorList[index] }
|
|
208
208
|
};
|
|
209
209
|
});
|
|
210
210
|
const seriesData = [
|
|
211
211
|
...data.chartDetail
|
|
212
212
|
];
|
|
213
|
-
|
|
214
|
-
const lineOptions = pollutionSourcePieOptions(seriesData);
|
|
215
|
-
chart.setOption(lineOptions);
|
|
213
|
+
option.value = pollutionSourcePieOptions(seriesData);
|
|
216
214
|
};
|
|
217
215
|
const { companyList, colorList, nh3OverNum, tpOverNum, totalCount, chartDetail, overCountMax, curSelectFactor } = toRefs(data);
|
|
218
216
|
__expose({
|
|
@@ -250,10 +248,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
250
248
|
]),
|
|
251
249
|
createElementVNode("div", _hoisted_9, [
|
|
252
250
|
createVNode(_sfc_main$2, {
|
|
253
|
-
"active-color": "linear-gradient(270deg,
|
|
254
|
-
"handle-style": { background: "
|
|
251
|
+
"active-color": "linear-gradient(270deg, var(--dv-color-danger) 0%, var(--dv-color-danger-30) 100%)",
|
|
252
|
+
"handle-style": { background: "var(--dv-color-danger)" },
|
|
255
253
|
percentage: item.overCount / unref(overCountMax) * 100
|
|
256
|
-
}, null, 8, ["percentage"])
|
|
254
|
+
}, null, 8, ["handle-style", "percentage"])
|
|
257
255
|
])
|
|
258
256
|
]);
|
|
259
257
|
}), 128))
|
|
@@ -272,7 +270,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
272
270
|
ref_key: "statChart",
|
|
273
271
|
ref: statChart,
|
|
274
272
|
class: "dv-wgms-chart"
|
|
275
|
-
},
|
|
273
|
+
}, [
|
|
274
|
+
createVNode(_sfc_main$3, { options: unref(option) }, null, 8, ["options"])
|
|
275
|
+
], 512)
|
|
276
276
|
])
|
|
277
277
|
]),
|
|
278
278
|
createElementVNode("div", _hoisted_17, [
|