@ued_fpi/data-visual 1.2.2 → 1.2.4
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/AirQualityPresentSituation/index.vue.mjs +41 -15
- package/dist/es/aims/src/AirQualityRealTime/api/index.d.ts +1 -1
- package/dist/es/aims/src/AirQualityRealTime/index.vue.mjs +16 -11
- package/dist/es/aims/src/AirQualityRealTimeAndDay/api/index.d.ts +28 -0
- package/dist/es/aims/src/AirQualityRealTimeAndDay/api/index.mjs +11 -0
- package/dist/es/aims/src/AirQualityRealTimeAndDay/index.d.ts +122 -0
- package/dist/es/aims/src/AirQualityRealTimeAndDay/index.mjs +7 -0
- package/dist/es/aims/src/AirQualityRealTimeAndDay/index.vue.d.ts +33 -0
- package/dist/es/aims/src/AirQualityRealTimeAndDay/index.vue.mjs +218 -0
- package/dist/es/aims/src/AirQualityRealTimeAndDay/index.vue2.mjs +3 -0
- package/dist/es/aims/src/AirQualityRealTimeAndDay/index.vue3.mjs +6 -0
- package/dist/es/aims/src/index.d.ts +1 -0
- package/dist/es/aims/src/index.mjs +1 -0
- package/dist/es/bmp/src/AlgaeMonitoring/index.vue.mjs +3 -3
- package/dist/es/index.mjs +2 -1
- package/dist/es/ipes/src/AccessVehicleManage/index.vue.mjs +20 -17
- package/dist/es/ipes/src/AirPollutionDischarge/index.vue.mjs +82 -68
- package/dist/es/ipes/src/AirQualityManagement/index.vue.mjs +2 -2
- package/dist/es/ipes/src/BusinessManage/index.vue.mjs +12 -7
- package/dist/es/ipes/src/EmergencyDuty/index.d.ts +23 -30
- package/dist/es/ipes/src/EmergencyDuty/index.mjs +4 -3
- package/dist/es/ipes/src/EmergencyDuty/index.vue.d.ts +13 -10
- package/dist/es/ipes/src/EmergencyDuty/index.vue.mjs +97 -33
- package/dist/es/ipes/src/EmergencyDuty/index.vue2.mjs +2 -20
- package/dist/es/ipes/src/EmergencyDuty/index.vue3.mjs +5 -2
- package/dist/es/ipes/src/EmergencyDuty/type.d.ts +7 -0
- package/dist/es/ipes/src/EmergencyManage/index.d.ts +9 -27
- package/dist/es/ipes/src/EmergencyManage/index.vue.d.ts +5 -17
- package/dist/es/ipes/src/EmergencyManage/index.vue.mjs +35 -56
- package/dist/es/ipes/src/EmergencyResources/images/expert.png.mjs +3 -0
- package/dist/es/ipes/src/EmergencyResources/images/materials.png.mjs +3 -0
- package/dist/es/ipes/src/EmergencyResources/images/personnel.png.mjs +3 -0
- package/dist/es/ipes/src/EmergencyResources/images/preplan.png.mjs +2 -2
- package/dist/es/ipes/src/EmergencyResources/images/protected.png.mjs +3 -0
- package/dist/es/ipes/src/EmergencyResources/images/shelter.png.mjs +3 -0
- package/dist/es/ipes/src/EmergencyResources/images/store.png.mjs +3 -0
- package/dist/es/ipes/src/EmergencyResources/images/team.png.mjs +3 -0
- package/dist/es/ipes/src/EmergencyResources/index.d.ts +12 -30
- package/dist/es/ipes/src/EmergencyResources/index.vue.d.ts +7 -20
- package/dist/es/ipes/src/EmergencyResources/index.vue.mjs +107 -28
- package/dist/es/ipes/src/EnterpriseProtectionCode/index.d.ts +17 -25
- package/dist/es/ipes/src/EnterpriseProtectionCode/index.vue.d.ts +7 -14
- package/dist/es/ipes/src/EnterpriseProtectionCode/index.vue.mjs +53 -45
- package/dist/es/ipes/src/EnvManage/index.vue.mjs +2 -1
- package/dist/es/ipes/src/EnvironmentalProtection/images/piebottom.png.mjs +2 -2
- package/dist/es/ipes/src/EnvironmentalProtection/images/pietop.png.mjs +2 -2
- package/dist/es/ipes/src/EnvironmentalProtection/index.vue.mjs +9 -17
- package/dist/es/ipes/src/EnvironmentalRiskManagement/index.d.ts +76 -7
- package/dist/es/ipes/src/EnvironmentalRiskManagement/index.vue.d.ts +49 -3
- package/dist/es/ipes/src/EnvironmentalRiskManagement/index.vue.mjs +22 -53
- package/dist/es/ipes/src/GasControl/index.d.ts +12 -12
- package/dist/es/ipes/src/GasControl/index.vue.d.ts +6 -6
- package/dist/es/ipes/src/GasControl/index.vue.mjs +4 -4
- package/dist/es/ipes/src/GeneralManagement/components/Tabs.vue.mjs +1 -1
- package/dist/es/ipes/src/GeneralManagement/index.d.ts +131 -26
- package/dist/es/ipes/src/GeneralManagement/index.vue.d.ts +82 -12
- package/dist/es/ipes/src/GeneralManagement/index.vue.mjs +21 -53
- package/dist/es/ipes/src/InspectionManage/index.vue.mjs +59 -67
- package/dist/es/ipes/src/Level3AirDefense/index.vue.mjs +1 -1
- package/dist/es/ipes/src/PollutantSourceManage/index.d.ts +54 -56
- package/dist/es/ipes/src/PollutantSourceManage/index.vue.d.ts +28 -13
- package/dist/es/ipes/src/PollutantSourceManage/index.vue.mjs +16 -16
- package/dist/es/ipes/src/PollutantSourceManage/type.d.ts +9 -1
- package/dist/es/ipes/src/RealTimeAirQualityManage/index.vue.mjs +6 -5
- package/dist/es/ipes/src/StreetLightingManagement/index.d.ts +12 -21
- package/dist/es/ipes/src/StreetLightingManagement/index.vue.d.ts +7 -15
- package/dist/es/ipes/src/StreetLightingManagement/index.vue.mjs +34 -13
- package/dist/es/ipes/src/StreetLightingManagement/type.d.ts +2 -0
- package/dist/es/ipes/src/TaskDispose/index.d.ts +18 -93
- package/dist/es/ipes/src/TaskDispose/index.vue.d.ts +10 -58
- package/dist/es/ipes/src/TaskDispose/index.vue.mjs +72 -262
- package/dist/es/ipes/src/VocStatistics/index.d.ts +3 -27
- package/dist/es/ipes/src/VocStatistics/index.vue.d.ts +2 -17
- package/dist/es/ipes/src/VocStatistics/index.vue.mjs +20 -38
- package/dist/es/ipes/src/common/Echarts.vue.mjs +20 -11
- package/dist/es/style.css +5080 -4770
- package/dist/es/wgms/src/AuxiliaryJudgment/api/index.d.ts +2 -2
- package/dist/es/wgms/src/AuxiliaryJudgment/api/index.mjs +2 -2
- package/dist/es/wgms/src/AuxiliaryJudgment/api/types.d.ts +4 -20
- package/dist/es/wgms/src/AuxiliaryJudgment/index.d.ts +39 -24
- package/dist/es/wgms/src/AuxiliaryJudgment/index.vue.d.ts +22 -13
- package/dist/es/wgms/src/AuxiliaryJudgment/index.vue.mjs +33 -32
- package/dist/es/wgms/src/ChangesAlongTheProcess/api/index.mjs +11 -0
- package/dist/es/wgms/src/ChangesAlongTheProcess/api/types.d.ts +5 -16
- package/dist/es/wgms/src/ChangesAlongTheProcess/index.d.ts +69 -24
- package/dist/es/wgms/src/ChangesAlongTheProcess/index.vue.d.ts +40 -13
- package/dist/es/wgms/src/ChangesAlongTheProcess/index.vue.mjs +37 -36
- package/dist/es/wgms/src/ChlorophyllAchangeRate/index.d.ts +1 -1
- package/dist/es/wgms/src/CrossSectionCorrelation/api/index.mjs +2 -2
- package/dist/es/wgms/src/CrossSectionCorrelation/api/types.d.ts +14 -12
- package/dist/es/wgms/src/CrossSectionCorrelation/index.d.ts +111 -36
- package/dist/es/wgms/src/CrossSectionCorrelation/index.vue.d.ts +64 -19
- package/dist/es/wgms/src/CrossSectionCorrelation/index.vue.mjs +64 -41
- package/dist/es/wgms/src/DrinkingWaterComplianceRate/index.d.ts +1 -1
- package/dist/es/wgms/src/DrinkingWaterComplianceRate/index.mjs +2 -2
- package/dist/es/wgms/src/FactorTopThreeRanking/index.d.ts +1 -1
- package/dist/es/wgms/src/FactorTrendComparison/api/index.d.ts +5 -0
- package/dist/es/wgms/src/FactorTrendComparison/api/index.mjs +12 -0
- package/dist/es/wgms/src/FactorTrendComparison/index.d.ts +66 -44
- package/dist/es/wgms/src/FactorTrendComparison/index.vue.d.ts +39 -25
- package/dist/es/wgms/src/FactorTrendComparison/index.vue.mjs +78 -64
- package/dist/es/wgms/{api/NPTrendChange → src/NPTrendChange/api}/index.d.ts +1 -1
- package/dist/es/wgms/src/NPTrendChange/api/index.mjs +12 -0
- package/dist/es/wgms/src/NPTrendChange/index.d.ts +63 -41
- package/dist/es/wgms/src/NPTrendChange/index.vue.d.ts +37 -23
- package/dist/es/wgms/src/NPTrendChange/index.vue.mjs +58 -50
- package/dist/es/wgms/src/PollutionSourceControl/index.d.ts +9 -9
- package/dist/es/wgms/src/PollutionSourceControl/index.vue.d.ts +3 -3
- package/dist/es/wgms/src/SevenDayKline/api/index.d.ts +8 -0
- package/dist/es/wgms/src/SevenDayKline/api/index.mjs +19 -0
- package/dist/es/wgms/src/SevenDayKline/api/types.d.ts +5 -4
- package/dist/es/wgms/src/SevenDayKline/index.d.ts +39 -39
- package/dist/es/wgms/src/SevenDayKline/index.vue.d.ts +22 -22
- package/dist/es/wgms/src/SevenDayKline/index.vue.mjs +32 -29
- package/dist/es/wgms/src/SurroundingPollution/api/index.mjs +3 -10
- package/dist/es/wgms/src/SurroundingPollution/api/types.d.ts +8 -4
- package/dist/es/wgms/src/SurroundingPollution/index.d.ts +54 -39
- package/dist/es/wgms/src/SurroundingPollution/index.vue.d.ts +31 -22
- package/dist/es/wgms/src/SurroundingPollution/index.vue.mjs +43 -38
- package/dist/es/wgms/src/UpstreamImpact/api/index.mjs +3 -3
- package/dist/es/wgms/src/UpstreamImpact/api/types.d.ts +10 -7
- package/dist/es/wgms/src/UpstreamImpact/index.d.ts +93 -48
- package/dist/es/wgms/src/UpstreamImpact/index.vue.d.ts +53 -26
- package/dist/es/wgms/src/UpstreamImpact/index.vue.mjs +167 -195
- package/dist/es/wgms/src/UpstreamSection/api/index.d.ts +6 -0
- package/dist/es/wgms/src/UpstreamSection/api/index.mjs +12 -0
- package/dist/es/wgms/src/UpstreamSection/api/types.d.ts +20 -0
- package/dist/es/wgms/src/UpstreamSection/index.d.ts +113 -3
- package/dist/es/wgms/src/UpstreamSection/index.vue.d.ts +67 -1
- package/dist/es/wgms/src/UpstreamSection/index.vue.mjs +57 -3
- package/dist/es/wgms/src/WaterQualityRainfall/api/index.d.ts +8 -0
- package/dist/es/wgms/src/WaterQualityRainfall/api/index.mjs +19 -0
- package/dist/es/wgms/src/WaterQualityRainfall/api/types.d.ts +4 -4
- package/dist/es/wgms/src/WaterQualityRainfall/index.d.ts +30 -30
- package/dist/es/wgms/src/WaterQualityRainfall/index.vue.d.ts +18 -18
- package/dist/es/wgms/src/WaterQualityRainfall/index.vue.mjs +43 -26
- package/dist/es/wgms/src/index.mjs +1 -1
- package/dist/lib/aims/index.js +4 -4
- package/dist/lib/aims/src/AirQualityPresentSituation/index.vue.js +41 -15
- package/dist/lib/aims/src/AirQualityRealTime/api/index.d.ts +1 -1
- package/dist/lib/aims/src/AirQualityRealTime/index.vue.js +15 -10
- package/dist/lib/aims/src/AirQualityRealTimeAndDay/api/index.d.ts +28 -0
- package/dist/lib/aims/src/AirQualityRealTimeAndDay/api/index.js +15 -0
- package/dist/lib/aims/src/AirQualityRealTimeAndDay/index.d.ts +122 -0
- package/dist/lib/aims/src/AirQualityRealTimeAndDay/index.js +12 -0
- package/dist/lib/aims/src/AirQualityRealTimeAndDay/index.vue.d.ts +33 -0
- package/dist/lib/aims/src/AirQualityRealTimeAndDay/index.vue.js +222 -0
- package/dist/lib/aims/src/AirQualityRealTimeAndDay/index.vue2.js +7 -0
- package/dist/lib/aims/src/AirQualityRealTimeAndDay/index.vue3.js +10 -0
- package/dist/lib/aims/src/index.d.ts +1 -0
- package/dist/lib/aims/src/index.js +2 -0
- package/dist/lib/bmp/src/AlgaeMonitoring/index.vue.js +3 -3
- package/dist/lib/index.js +113 -111
- package/dist/lib/ipes/src/AccessVehicleManage/index.vue.js +19 -16
- package/dist/lib/ipes/src/AirPollutionDischarge/index.vue.js +82 -68
- package/dist/lib/ipes/src/AirQualityManagement/index.vue.js +2 -2
- package/dist/lib/ipes/src/BusinessManage/index.vue.js +12 -7
- package/dist/lib/ipes/src/EmergencyDuty/index.d.ts +23 -30
- package/dist/lib/ipes/src/EmergencyDuty/index.js +4 -3
- package/dist/lib/ipes/src/EmergencyDuty/index.vue.d.ts +13 -10
- package/dist/lib/ipes/src/EmergencyDuty/index.vue.js +96 -32
- package/dist/lib/ipes/src/EmergencyDuty/index.vue2.js +2 -20
- package/dist/lib/ipes/src/EmergencyDuty/index.vue3.js +5 -2
- package/dist/lib/ipes/src/EmergencyDuty/type.d.ts +7 -0
- package/dist/lib/ipes/src/EmergencyManage/index.d.ts +9 -27
- package/dist/lib/ipes/src/EmergencyManage/index.vue.d.ts +5 -17
- package/dist/lib/ipes/src/EmergencyManage/index.vue.js +34 -55
- package/dist/lib/ipes/src/EmergencyResources/images/expert.png.js +7 -0
- package/dist/lib/ipes/src/EmergencyResources/images/materials.png.js +7 -0
- package/dist/lib/ipes/src/EmergencyResources/images/personnel.png.js +7 -0
- package/dist/lib/ipes/src/EmergencyResources/images/preplan.png.js +2 -2
- package/dist/lib/ipes/src/EmergencyResources/images/protected.png.js +7 -0
- package/dist/lib/ipes/src/EmergencyResources/images/shelter.png.js +7 -0
- package/dist/lib/ipes/src/EmergencyResources/images/store.png.js +7 -0
- package/dist/lib/ipes/src/EmergencyResources/images/team.png.js +7 -0
- package/dist/lib/ipes/src/EmergencyResources/index.d.ts +12 -30
- package/dist/lib/ipes/src/EmergencyResources/index.vue.d.ts +7 -20
- package/dist/lib/ipes/src/EmergencyResources/index.vue.js +106 -27
- package/dist/lib/ipes/src/EnterpriseProtectionCode/index.d.ts +17 -25
- package/dist/lib/ipes/src/EnterpriseProtectionCode/index.vue.d.ts +7 -14
- package/dist/lib/ipes/src/EnterpriseProtectionCode/index.vue.js +52 -44
- package/dist/lib/ipes/src/EnvManage/index.vue.js +2 -1
- package/dist/lib/ipes/src/EnvironmentalProtection/images/piebottom.png.js +2 -2
- package/dist/lib/ipes/src/EnvironmentalProtection/images/pietop.png.js +2 -2
- package/dist/lib/ipes/src/EnvironmentalProtection/index.vue.js +4 -12
- package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.d.ts +76 -7
- package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.vue.d.ts +49 -3
- package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.vue.js +21 -52
- package/dist/lib/ipes/src/GasControl/index.d.ts +12 -12
- package/dist/lib/ipes/src/GasControl/index.vue.d.ts +6 -6
- package/dist/lib/ipes/src/GasControl/index.vue.js +4 -4
- package/dist/lib/ipes/src/GeneralManagement/components/Tabs.vue.js +1 -1
- package/dist/lib/ipes/src/GeneralManagement/index.d.ts +131 -26
- package/dist/lib/ipes/src/GeneralManagement/index.vue.d.ts +82 -12
- package/dist/lib/ipes/src/GeneralManagement/index.vue.js +20 -52
- package/dist/lib/ipes/src/InspectionManage/index.vue.js +59 -67
- package/dist/lib/ipes/src/Level3AirDefense/index.vue.js +1 -1
- package/dist/lib/ipes/src/PollutantSourceManage/index.d.ts +54 -56
- package/dist/lib/ipes/src/PollutantSourceManage/index.vue.d.ts +28 -13
- package/dist/lib/ipes/src/PollutantSourceManage/index.vue.js +16 -16
- package/dist/lib/ipes/src/PollutantSourceManage/type.d.ts +9 -1
- package/dist/lib/ipes/src/RealTimeAirQualityManage/index.vue.js +6 -5
- package/dist/lib/ipes/src/StreetLightingManagement/index.d.ts +12 -21
- package/dist/lib/ipes/src/StreetLightingManagement/index.vue.d.ts +7 -15
- package/dist/lib/ipes/src/StreetLightingManagement/index.vue.js +33 -12
- package/dist/lib/ipes/src/StreetLightingManagement/type.d.ts +2 -0
- package/dist/lib/ipes/src/TaskDispose/index.d.ts +18 -93
- package/dist/lib/ipes/src/TaskDispose/index.vue.d.ts +10 -58
- package/dist/lib/ipes/src/TaskDispose/index.vue.js +71 -261
- package/dist/lib/ipes/src/VocStatistics/index.d.ts +3 -27
- package/dist/lib/ipes/src/VocStatistics/index.vue.d.ts +2 -17
- package/dist/lib/ipes/src/VocStatistics/index.vue.js +19 -37
- package/dist/lib/ipes/src/common/Echarts.vue.js +20 -11
- package/dist/lib/style.css +5080 -4770
- package/dist/lib/wgms/src/AuxiliaryJudgment/api/index.d.ts +2 -2
- package/dist/lib/wgms/src/AuxiliaryJudgment/api/index.js +2 -2
- package/dist/lib/wgms/src/AuxiliaryJudgment/api/types.d.ts +4 -20
- package/dist/lib/wgms/src/AuxiliaryJudgment/index.d.ts +39 -24
- package/dist/lib/wgms/src/AuxiliaryJudgment/index.vue.d.ts +22 -13
- package/dist/lib/wgms/src/AuxiliaryJudgment/index.vue.js +32 -31
- package/dist/lib/wgms/src/ChangesAlongTheProcess/api/index.js +15 -0
- package/dist/lib/wgms/src/ChangesAlongTheProcess/api/types.d.ts +5 -16
- package/dist/lib/wgms/src/ChangesAlongTheProcess/index.d.ts +69 -24
- package/dist/lib/wgms/src/ChangesAlongTheProcess/index.vue.d.ts +40 -13
- package/dist/lib/wgms/src/ChangesAlongTheProcess/index.vue.js +39 -38
- package/dist/lib/wgms/src/ChlorophyllAchangeRate/index.d.ts +1 -1
- package/dist/lib/wgms/src/CrossSectionCorrelation/api/index.js +2 -2
- package/dist/lib/wgms/src/CrossSectionCorrelation/api/types.d.ts +14 -12
- package/dist/lib/wgms/src/CrossSectionCorrelation/index.d.ts +111 -36
- package/dist/lib/wgms/src/CrossSectionCorrelation/index.vue.d.ts +64 -19
- package/dist/lib/wgms/src/CrossSectionCorrelation/index.vue.js +64 -41
- package/dist/lib/wgms/src/DrinkingWaterComplianceRate/index.d.ts +1 -1
- package/dist/lib/wgms/src/DrinkingWaterComplianceRate/index.js +2 -2
- package/dist/lib/wgms/src/FactorTopThreeRanking/index.d.ts +1 -1
- package/dist/lib/wgms/src/FactorTrendComparison/api/index.d.ts +5 -0
- package/dist/lib/wgms/src/FactorTrendComparison/api/index.js +16 -0
- package/dist/lib/wgms/src/FactorTrendComparison/index.d.ts +66 -44
- package/dist/lib/wgms/src/FactorTrendComparison/index.vue.d.ts +39 -25
- package/dist/lib/wgms/src/FactorTrendComparison/index.vue.js +80 -66
- package/dist/lib/wgms/{api/NPTrendChange → src/NPTrendChange/api}/index.d.ts +1 -1
- package/dist/lib/wgms/{api/NPTrendChange → src/NPTrendChange/api}/index.js +3 -3
- package/dist/lib/wgms/src/NPTrendChange/index.d.ts +63 -41
- package/dist/lib/wgms/src/NPTrendChange/index.vue.d.ts +37 -23
- package/dist/lib/wgms/src/NPTrendChange/index.vue.js +61 -53
- package/dist/lib/wgms/src/PollutionSourceControl/index.d.ts +9 -9
- package/dist/lib/wgms/src/PollutionSourceControl/index.vue.d.ts +3 -3
- package/dist/lib/wgms/src/SevenDayKline/api/index.d.ts +8 -0
- package/dist/lib/wgms/src/SevenDayKline/api/index.js +24 -0
- package/dist/lib/wgms/src/SevenDayKline/api/types.d.ts +5 -4
- package/dist/lib/wgms/src/SevenDayKline/index.d.ts +39 -39
- package/dist/lib/wgms/src/SevenDayKline/index.vue.d.ts +22 -22
- package/dist/lib/wgms/src/SevenDayKline/index.vue.js +34 -31
- package/dist/lib/wgms/src/SurroundingPollution/api/index.js +2 -10
- package/dist/lib/wgms/src/SurroundingPollution/api/types.d.ts +8 -4
- package/dist/lib/wgms/src/SurroundingPollution/index.d.ts +54 -39
- package/dist/lib/wgms/src/SurroundingPollution/index.vue.d.ts +31 -22
- package/dist/lib/wgms/src/SurroundingPollution/index.vue.js +42 -37
- package/dist/lib/wgms/src/UpstreamImpact/api/index.js +3 -3
- package/dist/lib/wgms/src/UpstreamImpact/api/types.d.ts +10 -7
- package/dist/lib/wgms/src/UpstreamImpact/index.d.ts +93 -48
- package/dist/lib/wgms/src/UpstreamImpact/index.vue.d.ts +53 -26
- package/dist/lib/wgms/src/UpstreamImpact/index.vue.js +166 -194
- package/dist/lib/wgms/src/UpstreamSection/api/index.d.ts +6 -0
- package/dist/lib/wgms/src/UpstreamSection/api/index.js +16 -0
- package/dist/lib/wgms/src/UpstreamSection/api/types.d.ts +20 -0
- package/dist/lib/wgms/src/UpstreamSection/index.d.ts +113 -3
- package/dist/lib/wgms/src/UpstreamSection/index.vue.d.ts +67 -1
- package/dist/lib/wgms/src/UpstreamSection/index.vue.js +56 -2
- package/dist/lib/wgms/src/WaterQualityRainfall/api/index.d.ts +8 -0
- package/dist/lib/wgms/src/WaterQualityRainfall/api/index.js +24 -0
- package/dist/lib/wgms/src/WaterQualityRainfall/api/types.d.ts +4 -4
- package/dist/lib/wgms/src/WaterQualityRainfall/index.d.ts +30 -30
- package/dist/lib/wgms/src/WaterQualityRainfall/index.vue.d.ts +18 -18
- package/dist/lib/wgms/src/WaterQualityRainfall/index.vue.js +45 -28
- package/dist/lib/wgms/src/index.js +1 -1
- package/dist/style/base.css +207 -0
- package/dist/style/style-aims.css +1 -1
- 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/ipes/src/EnvironmentalProtection/images/module-title-icon.png.mjs +0 -3
- package/dist/es/ipes/src/InspectionManage/images/module-title-icon.png.mjs +0 -3
- package/dist/es/ipes/src/PollutantSourceManage/types.d.ts +0 -18
- package/dist/es/ipes/src/TaskDispose/img/circlebottom.png.mjs +0 -3
- package/dist/es/wgms/api/FactorTrendComparison/index.d.ts +0 -10
- package/dist/es/wgms/api/FactorTrendComparison/index.mjs +0 -20
- package/dist/es/wgms/api/NPTrendChange/index.mjs +0 -12
- package/dist/lib/ipes/src/EnvironmentalProtection/images/module-title-icon.png.js +0 -7
- package/dist/lib/ipes/src/InspectionManage/images/module-title-icon.png.js +0 -7
- package/dist/lib/ipes/src/PollutantSourceManage/types.d.ts +0 -18
- package/dist/lib/ipes/src/TaskDispose/img/circlebottom.png.js +0 -7
- package/dist/lib/wgms/api/FactorTrendComparison/index.d.ts +0 -10
- package/dist/lib/wgms/api/FactorTrendComparison/index.js +0 -25
|
@@ -3,291 +3,101 @@
|
|
|
3
3
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
4
|
|
|
5
5
|
const vue = require('vue');
|
|
6
|
-
const
|
|
7
|
-
require('../common/
|
|
8
|
-
const circlebottom = require('./img/circlebottom.png.js');
|
|
6
|
+
const dayjs = require('dayjs');
|
|
7
|
+
const IpesPercentBar = require('../common/IpesPercentBar.vue.js');
|
|
9
8
|
|
|
10
|
-
const _hoisted_1 = { class: "
|
|
11
|
-
const _hoisted_2 = { class: "
|
|
12
|
-
const _hoisted_3 = { class: "
|
|
13
|
-
const _hoisted_4 =
|
|
14
|
-
const _hoisted_5 = {
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
};
|
|
18
|
-
const
|
|
19
|
-
const
|
|
20
|
-
const
|
|
21
|
-
|
|
22
|
-
const _hoisted_10 = /* @__PURE__ */ vue.createElementVNode("div", { class: "dv-ipes-duty-name" }, [
|
|
23
|
-
/* @__PURE__ */ vue.createElementVNode("div", { class: "dv-ipes-duty-title" }, " 今日值班表 ")
|
|
9
|
+
const _hoisted_1 = { class: "taskDispose" };
|
|
10
|
+
const _hoisted_2 = { class: "module-content" };
|
|
11
|
+
const _hoisted_3 = { class: "monitoring-points" };
|
|
12
|
+
const _hoisted_4 = { class: "common-title" };
|
|
13
|
+
const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("div", { class: "title-large" }, " 任务处置统计 ", -1);
|
|
14
|
+
const _hoisted_6 = { class: "title-time" };
|
|
15
|
+
const _hoisted_7 = { class: "statistics-box" };
|
|
16
|
+
const _hoisted_8 = { class: "category" };
|
|
17
|
+
const _hoisted_9 = { class: "legend-box" };
|
|
18
|
+
const _hoisted_10 = { class: "legend-item-name" };
|
|
19
|
+
const _hoisted_11 = /* @__PURE__ */ vue.createElementVNode("div", { class: "duty-name" }, [
|
|
20
|
+
/* @__PURE__ */ vue.createElementVNode("div", { class: "duty-title" }, " 今日值班表 ")
|
|
24
21
|
], -1);
|
|
25
|
-
const
|
|
26
|
-
const
|
|
27
|
-
const
|
|
22
|
+
const _hoisted_12 = { class: "table-box" };
|
|
23
|
+
const _hoisted_13 = { class: "duty" };
|
|
24
|
+
const _hoisted_14 = { class: "name" };
|
|
28
25
|
const __default__ = {
|
|
29
26
|
name: "DvIpesTaskDispose",
|
|
30
|
-
title: "
|
|
27
|
+
title: "任务协同"
|
|
31
28
|
};
|
|
32
29
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
33
30
|
...__default__,
|
|
34
31
|
props: {
|
|
35
|
-
|
|
36
|
-
type: Object,
|
|
37
|
-
default: () => {
|
|
38
|
-
return {
|
|
39
|
-
nameRiver: "大气环境",
|
|
40
|
-
nameInfrared: "企业环境"
|
|
41
|
-
};
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
publicManagementList: {
|
|
32
|
+
statisticalData: {
|
|
45
33
|
type: Array,
|
|
46
34
|
default: () => {
|
|
47
|
-
return [
|
|
48
|
-
{
|
|
49
|
-
duty: "值班经理",
|
|
50
|
-
name: "王建国",
|
|
51
|
-
siteType: "atm_voc"
|
|
52
|
-
},
|
|
53
|
-
{
|
|
54
|
-
duty: "平台值守",
|
|
55
|
-
name: "王建国",
|
|
56
|
-
siteType: "atm_voc2"
|
|
57
|
-
},
|
|
58
|
-
{
|
|
59
|
-
duty: "走航人员",
|
|
60
|
-
name: "王建国",
|
|
61
|
-
siteType: "atm_voc3"
|
|
62
|
-
}
|
|
63
|
-
];
|
|
35
|
+
return [];
|
|
64
36
|
}
|
|
65
37
|
},
|
|
66
|
-
//
|
|
67
|
-
|
|
38
|
+
// 任务处置统计数据
|
|
39
|
+
dutyRoster: {
|
|
68
40
|
type: Array,
|
|
69
41
|
default: () => {
|
|
70
|
-
return [
|
|
71
|
-
{
|
|
72
|
-
value: 4,
|
|
73
|
-
name: "已处置",
|
|
74
|
-
color: "#0EED95"
|
|
75
|
-
},
|
|
76
|
-
{
|
|
77
|
-
value: 7,
|
|
78
|
-
name: "处置中",
|
|
79
|
-
color: "#FFBE00"
|
|
80
|
-
}
|
|
81
|
-
];
|
|
82
|
-
}
|
|
83
|
-
},
|
|
84
|
-
// 大气环境图表数据
|
|
85
|
-
companyData: {
|
|
86
|
-
type: Array,
|
|
87
|
-
default: () => {
|
|
88
|
-
return [
|
|
89
|
-
{
|
|
90
|
-
value: 4,
|
|
91
|
-
name: "已处置",
|
|
92
|
-
color: "#0EED95"
|
|
93
|
-
},
|
|
94
|
-
{
|
|
95
|
-
value: 7,
|
|
96
|
-
name: "处置中",
|
|
97
|
-
color: "#FFBE00"
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
value: 11,
|
|
101
|
-
name: "未处置",
|
|
102
|
-
color: "#8FAFC7"
|
|
103
|
-
}
|
|
104
|
-
];
|
|
42
|
+
return [];
|
|
105
43
|
}
|
|
106
44
|
}
|
|
107
|
-
//
|
|
45
|
+
// 值班表数据
|
|
108
46
|
},
|
|
109
47
|
setup(__props) {
|
|
110
|
-
const
|
|
111
|
-
const currentModules = "";
|
|
112
|
-
const colors = {
|
|
113
|
-
normal: "#FFBE00",
|
|
114
|
-
// 正常
|
|
115
|
-
abnormal: "#0EED95",
|
|
116
|
-
// 异常
|
|
117
|
-
off: "#8FAFC7"
|
|
118
|
-
// 离线
|
|
119
|
-
};
|
|
120
|
-
const setOptions = (name, data) => {
|
|
121
|
-
const options = {
|
|
122
|
-
graphic: {
|
|
123
|
-
type: "image",
|
|
124
|
-
style: {
|
|
125
|
-
image: circlebottom.default,
|
|
126
|
-
x: 11,
|
|
127
|
-
y: 10.5,
|
|
128
|
-
width: 38,
|
|
129
|
-
height: 38
|
|
130
|
-
}
|
|
131
|
-
},
|
|
132
|
-
grid: {
|
|
133
|
-
// 设置图表撑满整个画布
|
|
134
|
-
left: "20px",
|
|
135
|
-
containLabel: true
|
|
136
|
-
},
|
|
137
|
-
tooltip: {
|
|
138
|
-
trigger: "item",
|
|
139
|
-
formatter: (params) => {
|
|
140
|
-
const dataObj = params.data;
|
|
141
|
-
const str = `
|
|
142
|
-
<div style="text-align:left;width:100%">${params.seriesName}</div>
|
|
143
|
-
<span style="display:inline-block;width:8px;height:8px;vertical-align: middle;border-radius:4px;background:${dataObj.itemStyle.color}"></span>
|
|
144
|
-
<span>${dataObj.name}:${dataObj.value} (${params.percent}%)</span>
|
|
145
|
-
`;
|
|
146
|
-
return str;
|
|
147
|
-
}
|
|
148
|
-
},
|
|
149
|
-
legend: {
|
|
150
|
-
show: false,
|
|
151
|
-
left: "center",
|
|
152
|
-
orient: "horizontal",
|
|
153
|
-
itemWidth: 7,
|
|
154
|
-
itemHeight: 7,
|
|
155
|
-
textStyle: {
|
|
156
|
-
fontSize: 12,
|
|
157
|
-
color: "#ffffff",
|
|
158
|
-
opacity: "0.5"
|
|
159
|
-
}
|
|
160
|
-
},
|
|
161
|
-
series: [
|
|
162
|
-
{
|
|
163
|
-
cursor: "pointer",
|
|
164
|
-
selectedMode: "single",
|
|
165
|
-
selectedOffset: 1,
|
|
166
|
-
name,
|
|
167
|
-
type: "pie",
|
|
168
|
-
radius: ["63%", "83%"],
|
|
169
|
-
itemStyle: {
|
|
170
|
-
borderColor: "#0B2C3C",
|
|
171
|
-
borderWidth: 1
|
|
172
|
-
},
|
|
173
|
-
label: {
|
|
174
|
-
show: true,
|
|
175
|
-
position: "center",
|
|
176
|
-
itemStyle: {
|
|
177
|
-
fontSize: 6
|
|
178
|
-
},
|
|
179
|
-
emphasis: {
|
|
180
|
-
show: true
|
|
181
|
-
},
|
|
182
|
-
rich: {
|
|
183
|
-
span1: {
|
|
184
|
-
color: colors.normal,
|
|
185
|
-
fontSize: 12
|
|
186
|
-
},
|
|
187
|
-
span2: {
|
|
188
|
-
color: colors.abnormal,
|
|
189
|
-
fontSize: 12
|
|
190
|
-
},
|
|
191
|
-
span3: {
|
|
192
|
-
color: colors.off,
|
|
193
|
-
fontSize: 12
|
|
194
|
-
},
|
|
195
|
-
gang: {
|
|
196
|
-
color: "rgba(255, 255, 255, 0.2)",
|
|
197
|
-
fontSize: 12
|
|
198
|
-
}
|
|
199
|
-
},
|
|
200
|
-
formatter: () => {
|
|
201
|
-
let str = "";
|
|
202
|
-
data.forEach((item) => {
|
|
203
|
-
switch (item.name) {
|
|
204
|
-
case "处置中":
|
|
205
|
-
str += `{span1|${item.value}}{gang|}`;
|
|
206
|
-
break;
|
|
207
|
-
case "已处置":
|
|
208
|
-
str += `{span2|${item.value}}{gang|/}`;
|
|
209
|
-
break;
|
|
210
|
-
}
|
|
211
|
-
});
|
|
212
|
-
return str;
|
|
213
|
-
}
|
|
214
|
-
},
|
|
215
|
-
emphasis: {
|
|
216
|
-
label: {
|
|
217
|
-
show: false
|
|
218
|
-
}
|
|
219
|
-
},
|
|
220
|
-
labelLine: {
|
|
221
|
-
show: false
|
|
222
|
-
},
|
|
223
|
-
data: data.map((item) => {
|
|
224
|
-
return {
|
|
225
|
-
value: item.value,
|
|
226
|
-
name: item.name,
|
|
227
|
-
itemStyle: {
|
|
228
|
-
color: item.color
|
|
229
|
-
}
|
|
230
|
-
};
|
|
231
|
-
})
|
|
232
|
-
}
|
|
233
|
-
]
|
|
234
|
-
};
|
|
235
|
-
return {
|
|
236
|
-
options
|
|
237
|
-
};
|
|
238
|
-
};
|
|
239
|
-
const onChange = (event, type) => {
|
|
240
|
-
};
|
|
241
|
-
const aqmsOptions = setOptions("大气环境", props.gasData);
|
|
242
|
-
const enterpriseOptions = setOptions("企业环境", props.companyData);
|
|
48
|
+
const currentTime = vue.ref(dayjs().format("YYYY-MM-DD HH"));
|
|
243
49
|
return (_ctx, _cache) => {
|
|
244
50
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
245
51
|
vue.createElementVNode("div", _hoisted_2, [
|
|
246
52
|
vue.createElementVNode("div", _hoisted_3, [
|
|
247
|
-
_hoisted_4,
|
|
248
|
-
|
|
249
|
-
vue.createElementVNode("div", _hoisted_6,
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
"
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
53
|
+
vue.createElementVNode("div", _hoisted_4, [
|
|
54
|
+
_hoisted_5,
|
|
55
|
+
vue.createElementVNode("div", _hoisted_6, vue.toDisplayString(vue.unref(currentTime)), 1)
|
|
56
|
+
]),
|
|
57
|
+
vue.createElementVNode("div", _hoisted_7, [
|
|
58
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.statisticalData, (item, index) => {
|
|
59
|
+
return vue.openBlock(), vue.createElementBlock("div", {
|
|
60
|
+
key: index,
|
|
61
|
+
class: "statistics-item"
|
|
62
|
+
}, [
|
|
63
|
+
vue.createElementVNode("div", _hoisted_8, vue.toDisplayString(item.category), 1),
|
|
64
|
+
vue.createVNode(IpesPercentBar.default, {
|
|
65
|
+
list: item.list
|
|
66
|
+
}, null, 8, ["list"]),
|
|
67
|
+
vue.createElementVNode("div", _hoisted_9, [
|
|
68
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(item.list, (item2, index2) => {
|
|
69
|
+
return vue.openBlock(), vue.createElementBlock("div", {
|
|
70
|
+
key: index2,
|
|
71
|
+
class: "legend-item"
|
|
72
|
+
}, [
|
|
73
|
+
vue.createElementVNode("div", {
|
|
74
|
+
class: "legend-item-color",
|
|
75
|
+
style: vue.normalizeStyle({ background: item2.background })
|
|
76
|
+
}, null, 4),
|
|
77
|
+
vue.createElementVNode("span", _hoisted_10, vue.toDisplayString(item2.name), 1),
|
|
78
|
+
vue.createElementVNode("div", {
|
|
79
|
+
class: "legend-item-value",
|
|
80
|
+
style: vue.normalizeStyle({ color: item2.background })
|
|
81
|
+
}, vue.toDisplayString(item2.value), 5)
|
|
82
|
+
]);
|
|
83
|
+
}), 128))
|
|
84
|
+
])
|
|
85
|
+
]);
|
|
86
|
+
}), 128))
|
|
277
87
|
])
|
|
278
88
|
]),
|
|
279
|
-
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
89
|
+
_hoisted_11,
|
|
90
|
+
vue.createElementVNode("div", _hoisted_12, [
|
|
91
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.dutyRoster, (item, index) => {
|
|
92
|
+
return vue.openBlock(), vue.createElementBlock("div", {
|
|
93
|
+
key: `${index}dutyRoster`,
|
|
94
|
+
class: "dutyRosterItem"
|
|
95
|
+
}, [
|
|
96
|
+
vue.createElementVNode("div", _hoisted_13, vue.toDisplayString(item.duty), 1),
|
|
97
|
+
vue.createElementVNode("div", _hoisted_14, vue.toDisplayString(item.name), 1)
|
|
98
|
+
]);
|
|
99
|
+
}), 128))
|
|
100
|
+
])
|
|
291
101
|
])
|
|
292
102
|
]);
|
|
293
103
|
};
|
|
@@ -5,7 +5,6 @@ export declare const DvIpesVocStatistics: {
|
|
|
5
5
|
$data: {};
|
|
6
6
|
$props: {
|
|
7
7
|
data?: any[] | undefined;
|
|
8
|
-
title?: string | undefined;
|
|
9
8
|
key?: string | number | symbol | undefined;
|
|
10
9
|
style?: unknown;
|
|
11
10
|
ref?: import("vue").VNodeRef | undefined;
|
|
@@ -65,20 +64,12 @@ export declare const DvIpesVocStatistics: {
|
|
|
65
64
|
$emit: (event: string, ...args: any[]) => void;
|
|
66
65
|
$el: any;
|
|
67
66
|
$options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
68
|
-
title: {
|
|
69
|
-
type: StringConstructor;
|
|
70
|
-
default: string;
|
|
71
|
-
};
|
|
72
67
|
data: {
|
|
73
68
|
type: globalThis.PropType<any[]>;
|
|
74
|
-
default: () =>
|
|
75
|
-
value: string;
|
|
76
|
-
label: string;
|
|
77
|
-
}[];
|
|
69
|
+
default: () => never[];
|
|
78
70
|
};
|
|
79
71
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
80
72
|
data: any[];
|
|
81
|
-
title: string;
|
|
82
73
|
}, {}, string, {}> & {
|
|
83
74
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
84
75
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -100,35 +91,20 @@ export declare const DvIpesVocStatistics: {
|
|
|
100
91
|
$nextTick: typeof import("vue").nextTick;
|
|
101
92
|
$watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
|
|
102
93
|
} & Readonly<import("vue").ExtractPropTypes<{
|
|
103
|
-
title: {
|
|
104
|
-
type: StringConstructor;
|
|
105
|
-
default: string;
|
|
106
|
-
};
|
|
107
94
|
data: {
|
|
108
95
|
type: globalThis.PropType<any[]>;
|
|
109
|
-
default: () =>
|
|
110
|
-
value: string;
|
|
111
|
-
label: string;
|
|
112
|
-
}[];
|
|
96
|
+
default: () => never[];
|
|
113
97
|
};
|
|
114
98
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
115
99
|
__isFragment?: undefined;
|
|
116
100
|
__isTeleport?: undefined;
|
|
117
101
|
__isSuspense?: undefined;
|
|
118
102
|
} & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
|
|
119
|
-
title: {
|
|
120
|
-
type: StringConstructor;
|
|
121
|
-
default: string;
|
|
122
|
-
};
|
|
123
103
|
data: {
|
|
124
104
|
type: globalThis.PropType<any[]>;
|
|
125
|
-
default: () =>
|
|
126
|
-
value: string;
|
|
127
|
-
label: string;
|
|
128
|
-
}[];
|
|
105
|
+
default: () => never[];
|
|
129
106
|
};
|
|
130
107
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
131
108
|
data: any[];
|
|
132
|
-
title: string;
|
|
133
109
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
|
134
110
|
export default _VocStatistics;
|
|
@@ -1,30 +1,15 @@
|
|
|
1
1
|
import type { PropType } from 'vue';
|
|
2
2
|
declare const _default: import("vue").DefineComponent<{
|
|
3
|
-
title: {
|
|
4
|
-
type: StringConstructor;
|
|
5
|
-
default: string;
|
|
6
|
-
};
|
|
7
3
|
data: {
|
|
8
4
|
type: PropType<any[]>;
|
|
9
|
-
default: () =>
|
|
10
|
-
value: string;
|
|
11
|
-
label: string;
|
|
12
|
-
}[];
|
|
5
|
+
default: () => never[];
|
|
13
6
|
};
|
|
14
7
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
15
|
-
title: {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
default: string;
|
|
18
|
-
};
|
|
19
8
|
data: {
|
|
20
9
|
type: PropType<any[]>;
|
|
21
|
-
default: () =>
|
|
22
|
-
value: string;
|
|
23
|
-
label: string;
|
|
24
|
-
}[];
|
|
10
|
+
default: () => never[];
|
|
25
11
|
};
|
|
26
12
|
}>>, {
|
|
27
13
|
data: any[];
|
|
28
|
-
title: string;
|
|
29
14
|
}, {}>;
|
|
30
15
|
export default _default;
|
|
@@ -4,40 +4,22 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
4
4
|
|
|
5
5
|
const vue = require('vue');
|
|
6
6
|
|
|
7
|
-
const _hoisted_1 = { class: "
|
|
8
|
-
const _hoisted_2 = { class: "
|
|
9
|
-
const _hoisted_3 = { class: "
|
|
10
|
-
const _hoisted_4 = { class: "
|
|
11
|
-
const _hoisted_5 = { class: "
|
|
7
|
+
const _hoisted_1 = { class: "vocStatistics" };
|
|
8
|
+
const _hoisted_2 = { class: "year" };
|
|
9
|
+
const _hoisted_3 = { class: "degree" };
|
|
10
|
+
const _hoisted_4 = { class: "degree_num" };
|
|
11
|
+
const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("div", { class: "degree_text" }, " 次 ", -1);
|
|
12
12
|
const __default__ = {
|
|
13
13
|
name: "DvIpesVocStatistics",
|
|
14
|
-
title: "VOCs
|
|
14
|
+
title: "VOCs管控"
|
|
15
15
|
};
|
|
16
16
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
17
17
|
...__default__,
|
|
18
18
|
props: {
|
|
19
|
-
title: {
|
|
20
|
-
type: String,
|
|
21
|
-
default: "VOCs预警频次"
|
|
22
|
-
},
|
|
23
|
-
// 标题
|
|
24
19
|
data: {
|
|
25
20
|
type: Array,
|
|
26
21
|
default: () => {
|
|
27
|
-
return [
|
|
28
|
-
{
|
|
29
|
-
value: "47次",
|
|
30
|
-
label: "2022年"
|
|
31
|
-
},
|
|
32
|
-
{
|
|
33
|
-
value: "666次",
|
|
34
|
-
label: "2023年"
|
|
35
|
-
},
|
|
36
|
-
{
|
|
37
|
-
value: "0次",
|
|
38
|
-
label: "2024年"
|
|
39
|
-
}
|
|
40
|
-
];
|
|
22
|
+
return [];
|
|
41
23
|
}
|
|
42
24
|
}
|
|
43
25
|
// voc数据
|
|
@@ -46,18 +28,18 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
46
28
|
vue.ref(false);
|
|
47
29
|
return (_ctx, _cache) => {
|
|
48
30
|
return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
|
|
49
|
-
vue.
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
vue.createElementVNode("div", _hoisted_4, vue.toDisplayString(m.
|
|
57
|
-
|
|
58
|
-
])
|
|
59
|
-
|
|
60
|
-
|
|
31
|
+
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(__props.data, (m, n) => {
|
|
32
|
+
return vue.openBlock(), vue.createElementBlock("div", {
|
|
33
|
+
key: n,
|
|
34
|
+
class: "base-item"
|
|
35
|
+
}, [
|
|
36
|
+
vue.createElementVNode("div", _hoisted_2, vue.toDisplayString(m.label) + "年 ", 1),
|
|
37
|
+
vue.createElementVNode("div", _hoisted_3, [
|
|
38
|
+
vue.createElementVNode("div", _hoisted_4, vue.toDisplayString(m.value), 1),
|
|
39
|
+
_hoisted_5
|
|
40
|
+
])
|
|
41
|
+
]);
|
|
42
|
+
}), 128))
|
|
61
43
|
]);
|
|
62
44
|
};
|
|
63
45
|
}
|
|
@@ -48,6 +48,25 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
48
48
|
};
|
|
49
49
|
const cancalDebounce = debounce(resizeHandler, 50);
|
|
50
50
|
vue.onMounted(() => {
|
|
51
|
+
initChart();
|
|
52
|
+
});
|
|
53
|
+
vue.onBeforeUnmount(() => {
|
|
54
|
+
window.removeEventListener("resize", cancalDebounce);
|
|
55
|
+
myChart.dispose();
|
|
56
|
+
});
|
|
57
|
+
vue.watch(() => [props.fullOptions.options, props.loading], () => {
|
|
58
|
+
if (!myChart)
|
|
59
|
+
initChart();
|
|
60
|
+
if (!myChart)
|
|
61
|
+
return;
|
|
62
|
+
if (!props.loading) {
|
|
63
|
+
myChart.hideLoading();
|
|
64
|
+
myChart.setOption(props.fullOptions.options, true);
|
|
65
|
+
}
|
|
66
|
+
}, { deep: true });
|
|
67
|
+
const initChart = () => {
|
|
68
|
+
if (!echartRef.value || !window?.echarts)
|
|
69
|
+
return;
|
|
51
70
|
myChart = window.echarts.init(echartRef.value, { renderer: "svg" });
|
|
52
71
|
myChart.showLoading({
|
|
53
72
|
text: "",
|
|
@@ -62,17 +81,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
62
81
|
myChart.setOption(props.fullOptions.options, true);
|
|
63
82
|
}
|
|
64
83
|
window.addEventListener("resize", cancalDebounce);
|
|
65
|
-
}
|
|
66
|
-
vue.onBeforeUnmount(() => {
|
|
67
|
-
window.removeEventListener("resize", cancalDebounce);
|
|
68
|
-
myChart.dispose();
|
|
69
|
-
});
|
|
70
|
-
vue.watch(() => [props.fullOptions.options, props.loading], () => {
|
|
71
|
-
if (!props.loading) {
|
|
72
|
-
myChart.hideLoading();
|
|
73
|
-
myChart.setOption(props.fullOptions.options, true);
|
|
74
|
-
}
|
|
75
|
-
}, { deep: true });
|
|
84
|
+
};
|
|
76
85
|
return (_ctx, _cache) => {
|
|
77
86
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
78
87
|
ref_key: "echartRef",
|