@ued_fpi/data-visual 1.0.6 → 1.0.11
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/service/request.mjs +1 -3
- package/dist/es/aims/src/AirQualityCalendar/api/index.d.ts +56 -0
- package/dist/es/aims/src/AirQualityCalendar/api/index.mjs +11 -0
- package/dist/es/aims/src/AirQualityCalendar/index.d.ts +62 -3
- package/dist/es/aims/src/AirQualityCalendar/index.mjs +159 -135
- package/dist/es/aims/src/AirQualityCalendar/index.vue.d.ts +45 -1
- package/dist/es/aims/src/AirQualityLevelMonthRatio/index.d.ts +0 -18
- package/dist/es/aims/src/AirQualityLevelMonthRatio/index.mjs +36 -11
- package/dist/es/aims/src/AirQualityLevelMonthRatio/index.vue.d.ts +0 -5
- package/dist/es/aims/src/AirQualityLevelYearRatio/index.d.ts +0 -18
- package/dist/es/aims/src/AirQualityLevelYearRatio/index.mjs +19 -11
- package/dist/es/aims/src/AirQualityLevelYearRatio/index.vue.d.ts +0 -5
- package/dist/es/aims/src/AirQualityPresentSituation/index.mjs +4 -4
- package/dist/es/aims/src/AirQualityRealTime/index.mjs +4 -4
- package/dist/es/aims/src/AirTimeSeriesAnalysis/api/index.d.ts +25 -0
- package/dist/es/aims/src/AirTimeSeriesAnalysis/api/index.mjs +11 -0
- package/dist/es/aims/src/AirTimeSeriesAnalysis/index.d.ts +134 -0
- package/dist/es/aims/src/AirTimeSeriesAnalysis/index.mjs +232 -0
- package/dist/es/aims/src/AirTimeSeriesAnalysis/index.vue.d.ts +41 -0
- package/dist/es/aims/src/CieqContributionMonthRatio/index.d.ts +125 -0
- package/dist/es/aims/src/CieqContributionMonthRatio/index.mjs +179 -0
- package/dist/es/aims/src/{CieqContributionRatio → CieqContributionMonthRatio}/index.vue.d.ts +0 -5
- package/dist/es/aims/src/CieqContributionYearRatio/api/index.mjs +11 -0
- package/dist/{lib/aims/src/CieqContributionRatio → es/aims/src/CieqContributionYearRatio}/index.d.ts +15 -15
- package/dist/es/aims/src/{CieqContributionRatio → CieqContributionYearRatio}/index.mjs +45 -15
- package/dist/{lib/aims/src/CieqContributionRatio → es/aims/src/CieqContributionYearRatio}/index.vue.d.ts +5 -5
- package/dist/es/aims/src/FactorRealTimeRankChart/index.d.ts +15 -0
- package/dist/es/aims/src/FactorRealTimeRankChart/index.mjs +18 -91
- package/dist/es/aims/src/FactorRealTimeRankChart/index.vue.d.ts +9 -0
- package/dist/es/aims/src/FactorRealTimeRankList/index.d.ts +15 -0
- package/dist/es/aims/src/FactorRealTimeRankList/index.mjs +13 -90
- package/dist/es/aims/src/FactorRealTimeRankList/index.vue.d.ts +9 -0
- package/dist/es/aims/src/MainPollutionMonthRatio/api/index.d.ts +123 -0
- package/dist/es/aims/src/MainPollutionMonthRatio/api/index.mjs +11 -0
- package/dist/es/aims/src/MainPollutionMonthRatio/index.d.ts +125 -0
- package/dist/es/aims/src/MainPollutionMonthRatio/index.mjs +182 -0
- package/dist/es/aims/src/MainPollutionMonthRatio/index.vue.d.ts +35 -0
- package/dist/es/aims/src/MainPollutionYearRatio/api/index.d.ts +123 -0
- package/dist/es/aims/src/MainPollutionYearRatio/api/index.mjs +11 -0
- package/dist/es/aims/src/MainPollutionYearRatio/index.d.ts +125 -0
- package/dist/es/aims/src/MainPollutionYearRatio/index.mjs +136 -0
- package/dist/es/aims/src/MainPollutionYearRatio/index.vue.d.ts +35 -0
- package/dist/es/aims/src/MulGridAirQualityLevelMonthRatio/api/index.d.ts +22 -0
- package/dist/es/aims/src/MulGridAirQualityLevelMonthRatio/api/index.mjs +11 -0
- package/dist/es/aims/src/MulGridAirQualityLevelMonthRatio/index.d.ts +125 -0
- package/dist/es/aims/src/MulGridAirQualityLevelMonthRatio/index.mjs +218 -0
- package/dist/es/aims/src/MulGridAirQualityLevelMonthRatio/index.vue.d.ts +35 -0
- package/dist/es/aims/src/MulGridCieqContributionMonthRatio/api/index.d.ts +22 -0
- package/dist/es/aims/src/MulGridCieqContributionMonthRatio/api/index.mjs +11 -0
- package/dist/es/aims/src/MulGridCieqContributionMonthRatio/index.d.ts +125 -0
- package/dist/es/aims/src/MulGridCieqContributionMonthRatio/index.mjs +174 -0
- package/dist/es/aims/src/MulGridCieqContributionMonthRatio/index.vue.d.ts +35 -0
- package/dist/es/aims/src/TbHbAnalysis/api/index.d.ts +25 -0
- package/dist/es/aims/src/TbHbAnalysis/api/index.mjs +11 -0
- package/dist/es/aims/src/TbHbAnalysis/index.d.ts +134 -0
- package/dist/es/aims/src/TbHbAnalysis/index.mjs +231 -0
- package/dist/es/aims/src/TbHbAnalysis/index.vue.d.ts +41 -0
- package/dist/es/aims/src/index.d.ts +8 -4
- package/dist/es/aims/src/index.mjs +16 -8
- package/dist/es/aims/utils/tools.mjs +3 -0
- package/dist/es/index.mjs +60 -19
- package/dist/es/ipes/config/index.mjs +7 -0
- package/dist/es/ipes/service/base-serve.d.ts +3 -0
- package/dist/es/ipes/service/base-serve.mjs +9 -0
- package/dist/es/ipes/service/request.d.ts +3 -0
- package/dist/es/ipes/service/request.mjs +78 -0
- package/dist/es/ipes/service/types.d.ts +14 -0
- package/dist/es/ipes/src/AccessVehicleManage/index.mjs +15 -12
- package/dist/es/ipes/src/AirPollutionDischarge/index.mjs +8 -4
- package/dist/es/ipes/src/AirQuality/index.d.ts +24 -45
- package/dist/es/ipes/src/AirQuality/index.mjs +71 -61
- package/dist/es/ipes/src/AirQuality/index.vue.d.ts +10 -25
- package/dist/es/ipes/src/AirQualityManagement/index.d.ts +24 -63
- package/dist/es/ipes/src/AirQualityManagement/index.mjs +179 -111
- package/dist/es/ipes/src/AirQualityManagement/index.vue.d.ts +10 -37
- package/dist/es/ipes/src/AirQualityManagement/type.d.ts +1 -1
- package/dist/es/ipes/src/EmergencyDuty/index.mjs +4 -3
- package/dist/es/ipes/src/EnterpriseProtectionCode/index.mjs +9 -5
- package/dist/es/{aims/src/common/StackBarEchartsPanel → ipes/src/EnvManage}/index.d.ts +152 -130
- package/dist/es/ipes/src/EnvManage/index.mjs +278 -0
- package/dist/es/ipes/src/EnvManage/index.vue.d.ts +87 -0
- package/dist/es/ipes/src/EnvManage/type.d.ts +18 -0
- package/dist/es/ipes/src/EnvironmentalRiskManagement/.mjs +46 -0
- package/dist/es/ipes/src/EnvironmentalRiskManagement/components/SingleItem.vue.d.ts +24 -0
- package/dist/es/{aims/src/AirQualityLevelProportion → ipes/src/EnvironmentalRiskManagement}/index.d.ts +3 -3
- package/dist/es/ipes/src/EnvironmentalRiskManagement/index.mjs +64 -0
- package/dist/es/ipes/src/GeneralManagement/.mjs +85 -0
- package/dist/es/ipes/src/GeneralManagement/index.d.ts +0 -15
- package/dist/es/ipes/src/GeneralManagement/index.mjs +89 -0
- package/dist/es/ipes/src/GeneralManagement/index.vue.d.ts +0 -9
- package/dist/es/ipes/src/HazardousVehicleManage/images/module-title-icon.mjs +3 -0
- package/dist/es/ipes/src/HazardousVehicleManage/index.d.ts +107 -0
- package/dist/es/ipes/src/HazardousVehicleManage/index.mjs +417 -0
- package/dist/es/ipes/src/HazardousVehicleManage/index.vue.d.ts +8 -0
- package/dist/es/ipes/src/HazardousVehicleManage/types/index.d.ts +8 -0
- package/dist/es/ipes/src/Level3AirDefense/.mjs +133 -0
- package/dist/es/ipes/src/Level3AirDefense/components/AppItem.vue.d.ts +25 -0
- package/dist/es/ipes/src/Level3AirDefense/components/NumberItem.vue.d.ts +14 -0
- package/dist/es/ipes/src/Level3AirDefense/components/PercentageItem.vue.d.ts +14 -0
- package/dist/es/{aims/src/ContributionAnalyzing → ipes/src/Level3AirDefense}/index.d.ts +3 -3
- package/dist/es/ipes/src/Level3AirDefense/index.mjs +100 -0
- package/dist/es/ipes/src/OdorControl/index.mjs +9 -5
- package/dist/es/ipes/src/RealTimeAirQualityManage/index.d.ts +167 -0
- package/dist/es/ipes/src/RealTimeAirQualityManage/index.mjs +92 -0
- package/dist/es/ipes/src/RealTimeAirQualityManage/index.vue.d.ts +49 -0
- package/dist/es/ipes/src/RealTimeAirQualityManage/type.d.ts +7 -0
- package/dist/es/ipes/src/SealingManage/index.mjs +14 -11
- package/dist/es/ipes/src/TaskDispose/index.mjs +10 -6
- package/dist/es/ipes/src/VocStatistics/index.mjs +7 -3
- package/dist/es/ipes/src/WaterNetworkManage/images/icon-percent.mjs +3 -0
- package/dist/es/ipes/src/WaterNetworkManage/images/module-title-icon.mjs +3 -0
- package/dist/es/ipes/src/WaterNetworkManage/images/water-leakage.mjs +3 -0
- package/dist/es/ipes/src/WaterNetworkManage/images/water-total.mjs +3 -0
- package/dist/es/ipes/src/WaterNetworkManage/index.d.ts +101 -0
- package/dist/es/ipes/src/WaterNetworkManage/index.mjs +266 -0
- package/dist/es/ipes/src/WaterNetworkManage/index.vue.d.ts +6 -0
- package/dist/es/ipes/src/WaterNetworkManage/types/index.d.ts +8 -0
- package/dist/es/ipes/src/{OdorControl/.mjs → common/Echarts.mjs} +2 -2
- package/dist/es/ipes/src/common/LottieAnimation.mjs +41 -0
- package/dist/es/ipes/src/common/LottieAnimation.vue.d.ts +36 -0
- package/dist/es/ipes/src/index.d.ts +7 -0
- package/dist/es/ipes/src/index.mjs +15 -1
- package/dist/es/ipes/utils/tools.d.ts +13 -0
- package/dist/es/ipes/utils/tools.mjs +8 -0
- package/dist/es/style.css +2087 -765
- package/dist/es/vendor/@element-plus_icons-vue@2.0.10_vue@3.3.4.mjs +19 -1
- package/dist/es/vendor/echarts-gl@2.0.9_echarts@5.4.2.mjs +1 -1
- package/dist/es/vendor/echarts@5.4.2.mjs +1 -1
- package/dist/es/vendor/element-plus@2.3.7_vue@3.3.4.mjs +450 -188
- package/dist/es/vendor/fpi-tg-factor-tools@1.0.4.mjs +4 -1
- package/dist/es/wgms/api/FactorTrendComparison/index.d.ts +10 -0
- package/dist/es/wgms/api/FactorTrendComparison/index.mjs +20 -0
- package/dist/es/wgms/api/NPTrendChange/index.d.ts +5 -0
- package/dist/es/wgms/api/NPTrendChange/index.mjs +12 -0
- package/dist/es/wgms/service/base-serve.d.ts +1 -0
- package/dist/es/wgms/service/base-serve.mjs +3 -0
- package/dist/es/wgms/src/AuxiliaryJudgment/index.d.ts +1 -1
- package/dist/es/wgms/src/AuxiliaryJudgment/index.mjs +5 -5
- package/dist/es/wgms/src/ChangesAlongTheProcess/api/index.d.ts +9 -0
- package/dist/es/wgms/src/ChangesAlongTheProcess/api/types.d.ts +26 -0
- package/dist/es/wgms/src/ChangesAlongTheProcess/index.d.ts +155 -0
- package/dist/es/wgms/src/ChangesAlongTheProcess/index.mjs +214 -0
- package/dist/es/wgms/src/ChangesAlongTheProcess/index.vue.d.ts +41 -0
- package/dist/es/wgms/src/ChlorophyllAchangeRate/images/down.mjs +3 -0
- package/dist/es/wgms/src/ChlorophyllAchangeRate/images/up.mjs +3 -0
- package/dist/es/wgms/src/ChlorophyllAchangeRate/index.mjs +6 -7
- package/dist/es/wgms/src/CrossSectionCorrelation/index.d.ts +1 -1
- package/dist/es/wgms/src/CrossSectionCorrelation/index.mjs +6 -6
- package/dist/es/wgms/src/DrinkingWaterComplianceRate/images/icon-1.mjs +6 -1
- package/dist/es/wgms/src/DrinkingWaterComplianceRate/images/icon-2.mjs +6 -1
- package/dist/es/wgms/src/DrinkingWaterComplianceRate/images/icon-3.mjs +6 -1
- package/dist/es/wgms/src/DrinkingWaterComplianceRate/index.mjs +6 -5
- package/dist/es/wgms/src/EnvironmentalAnalysis/index.mjs +9 -5
- package/dist/es/wgms/src/FactorTrendComparison/index.d.ts +166 -0
- package/dist/es/wgms/src/FactorTrendComparison/index.mjs +259 -0
- package/dist/es/wgms/src/FactorTrendComparison/index.vue.d.ts +48 -0
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/1.mjs +6 -1
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/2.mjs +6 -1
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/3.mjs +6 -1
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/4.mjs +6 -1
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/5.mjs +6 -1
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/6.mjs +6 -1
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/down.mjs +6 -1
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/right.mjs +6 -1
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/images/up.mjs +6 -1
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/index.mjs +8 -7
- package/dist/es/wgms/src/LakeRiverIndex/api/types.d.ts +20 -0
- package/dist/es/wgms/src/LakeRiverIndex/index.d.ts +245 -0
- package/dist/es/wgms/src/LakeRiverIndex/index.mjs +170 -0
- package/dist/es/wgms/src/LakeRiverIndex/index.vue.d.ts +92 -0
- package/dist/es/wgms/src/LakeRiverIndex/mock/eutrophication.mjs +28 -0
- package/dist/es/wgms/src/LakeRiverIndex/mock/keyRiverQuality.mjs +40 -0
- package/dist/es/wgms/src/LakeRiverIndex/mock/waterKeyQuality.mjs +40 -0
- package/dist/es/wgms/src/NPTrendChange/index.d.ts +166 -0
- package/dist/es/wgms/src/NPTrendChange/index.mjs +201 -0
- package/dist/es/wgms/src/NPTrendChange/index.vue.d.ts +48 -0
- package/dist/es/wgms/src/SevenDayKline/index.d.ts +1 -1
- package/dist/es/wgms/src/SevenDayKline/index.mjs +5 -5
- package/dist/es/wgms/src/SurroundingPollution/index.d.ts +1 -1
- package/dist/es/wgms/src/SurroundingPollution/index.mjs +7 -7
- package/dist/es/wgms/src/UpstreamImpact/api/index.d.ts +16 -0
- package/dist/es/wgms/src/UpstreamImpact/api/index.mjs +25 -0
- package/dist/es/wgms/src/UpstreamImpact/api/types.d.ts +5 -0
- package/dist/es/wgms/src/UpstreamImpact/index.d.ts +28 -13
- package/dist/es/wgms/src/UpstreamImpact/index.mjs +65 -48
- package/dist/es/wgms/src/UpstreamImpact/index.vue.d.ts +16 -7
- package/dist/es/wgms/src/UpstreamSection/index.d.ts +1 -1
- package/dist/es/wgms/src/UpstreamSection/index.mjs +6 -6
- package/dist/es/wgms/src/WaterQualityClassification/index.mjs +3 -3
- package/dist/es/wgms/src/WaterQualityRainfall/index.d.ts +1 -1
- package/dist/es/wgms/src/WaterQualityRainfall/index.mjs +5 -5
- package/dist/es/wgms/src/index.d.ts +4 -0
- package/dist/es/wgms/src/index.mjs +22 -14
- package/dist/es/wgms/utils/echarts/index.mjs +1 -1
- package/dist/lib/aims/service/request.js +1 -3
- package/dist/lib/aims/src/AirQualityCalendar/api/index.d.ts +56 -0
- package/dist/lib/aims/src/AirQualityCalendar/api/index.js +13 -0
- package/dist/lib/aims/src/AirQualityCalendar/index.d.ts +62 -3
- package/dist/lib/aims/src/AirQualityCalendar/index.js +156 -132
- package/dist/lib/aims/src/AirQualityCalendar/index.vue.d.ts +45 -1
- package/dist/lib/aims/src/AirQualityLevelMonthRatio/index.d.ts +0 -18
- package/dist/lib/aims/src/AirQualityLevelMonthRatio/index.js +36 -11
- package/dist/lib/aims/src/AirQualityLevelMonthRatio/index.vue.d.ts +0 -5
- package/dist/lib/aims/src/AirQualityLevelYearRatio/index.d.ts +0 -18
- package/dist/lib/aims/src/AirQualityLevelYearRatio/index.js +19 -11
- package/dist/lib/aims/src/AirQualityLevelYearRatio/index.vue.d.ts +0 -5
- package/dist/lib/aims/src/AirQualityPresentSituation/index.js +4 -4
- package/dist/lib/aims/src/AirQualityRealTime/index.js +4 -4
- package/dist/lib/aims/src/AirTimeSeriesAnalysis/api/index.d.ts +25 -0
- package/dist/lib/aims/src/AirTimeSeriesAnalysis/api/index.js +13 -0
- package/dist/lib/aims/src/AirTimeSeriesAnalysis/index.d.ts +134 -0
- package/dist/lib/aims/src/AirTimeSeriesAnalysis/index.js +234 -0
- package/dist/lib/aims/src/AirTimeSeriesAnalysis/index.vue.d.ts +41 -0
- package/dist/lib/aims/src/CieqContributionMonthRatio/api/index.d.ts +123 -0
- package/dist/lib/aims/src/CieqContributionMonthRatio/index.d.ts +125 -0
- package/dist/lib/aims/src/CieqContributionMonthRatio/index.js +181 -0
- package/dist/lib/aims/src/CieqContributionMonthRatio/index.vue.d.ts +35 -0
- package/dist/lib/aims/src/CieqContributionYearRatio/api/index.d.ts +123 -0
- package/dist/lib/aims/src/CieqContributionYearRatio/api/index.js +13 -0
- package/dist/{es/aims/src/CieqContributionRatio → lib/aims/src/CieqContributionYearRatio}/index.d.ts +15 -15
- package/dist/lib/aims/src/{CieqContributionRatio → CieqContributionYearRatio}/index.js +47 -17
- package/dist/lib/aims/src/CieqContributionYearRatio/index.vue.d.ts +40 -0
- package/dist/lib/aims/src/FactorRealTimeRankChart/index.d.ts +15 -0
- package/dist/lib/aims/src/FactorRealTimeRankChart/index.js +17 -90
- package/dist/lib/aims/src/FactorRealTimeRankChart/index.vue.d.ts +9 -0
- package/dist/lib/aims/src/FactorRealTimeRankList/index.d.ts +15 -0
- package/dist/lib/aims/src/FactorRealTimeRankList/index.js +12 -89
- package/dist/lib/aims/src/FactorRealTimeRankList/index.vue.d.ts +9 -0
- package/dist/lib/aims/src/MainPollutionMonthRatio/api/index.d.ts +123 -0
- package/dist/lib/aims/src/MainPollutionMonthRatio/api/index.js +13 -0
- package/dist/lib/aims/src/MainPollutionMonthRatio/index.d.ts +125 -0
- package/dist/lib/aims/src/MainPollutionMonthRatio/index.js +184 -0
- package/dist/lib/aims/src/MainPollutionMonthRatio/index.vue.d.ts +35 -0
- package/dist/lib/aims/src/MainPollutionYearRatio/api/index.d.ts +123 -0
- package/dist/lib/aims/src/MainPollutionYearRatio/api/index.js +13 -0
- package/dist/lib/aims/src/MainPollutionYearRatio/index.d.ts +125 -0
- package/dist/lib/aims/src/MainPollutionYearRatio/index.js +138 -0
- package/dist/lib/aims/src/MainPollutionYearRatio/index.vue.d.ts +35 -0
- package/dist/lib/aims/src/MulGridAirQualityLevelMonthRatio/api/index.d.ts +22 -0
- package/dist/lib/aims/src/MulGridAirQualityLevelMonthRatio/api/index.js +13 -0
- package/dist/lib/aims/src/MulGridAirQualityLevelMonthRatio/index.d.ts +125 -0
- package/dist/lib/aims/src/MulGridAirQualityLevelMonthRatio/index.js +220 -0
- package/dist/lib/aims/src/MulGridAirQualityLevelMonthRatio/index.vue.d.ts +35 -0
- package/dist/lib/aims/src/MulGridCieqContributionMonthRatio/api/index.d.ts +22 -0
- package/dist/lib/aims/src/MulGridCieqContributionMonthRatio/api/index.js +13 -0
- package/dist/lib/aims/src/MulGridCieqContributionMonthRatio/index.d.ts +125 -0
- package/dist/lib/aims/src/MulGridCieqContributionMonthRatio/index.js +176 -0
- package/dist/lib/aims/src/MulGridCieqContributionMonthRatio/index.vue.d.ts +35 -0
- package/dist/lib/aims/src/TbHbAnalysis/api/index.d.ts +25 -0
- package/dist/lib/aims/src/TbHbAnalysis/api/index.js +13 -0
- package/dist/lib/aims/src/TbHbAnalysis/index.d.ts +134 -0
- package/dist/lib/aims/src/TbHbAnalysis/index.js +233 -0
- package/dist/lib/aims/src/TbHbAnalysis/index.vue.d.ts +41 -0
- package/dist/lib/aims/src/index.d.ts +8 -4
- package/dist/lib/aims/src/index.js +16 -8
- package/dist/lib/aims/utils/tools.js +3 -0
- package/dist/lib/index.js +79 -23
- package/dist/lib/ipes/config/index.js +8 -0
- package/dist/lib/ipes/service/base-serve.d.ts +3 -0
- package/dist/lib/ipes/service/base-serve.js +11 -0
- package/dist/lib/ipes/service/request.d.ts +3 -0
- package/dist/lib/ipes/service/request.js +80 -0
- package/dist/lib/ipes/service/types.d.ts +14 -0
- package/dist/lib/ipes/src/AccessVehicleManage/index.js +13 -10
- package/dist/lib/ipes/src/AirPollutionDischarge/index.js +8 -4
- package/dist/lib/ipes/src/AirQuality/index.d.ts +24 -45
- package/dist/lib/ipes/src/AirQuality/index.js +70 -60
- package/dist/lib/ipes/src/AirQuality/index.vue.d.ts +10 -25
- package/dist/lib/ipes/src/AirQualityManagement/index.d.ts +24 -63
- package/dist/lib/ipes/src/AirQualityManagement/index.js +178 -110
- package/dist/lib/ipes/src/AirQualityManagement/index.vue.d.ts +10 -37
- package/dist/lib/ipes/src/AirQualityManagement/type.d.ts +1 -1
- package/dist/lib/ipes/src/EmergencyDuty/index.js +4 -3
- package/dist/lib/ipes/src/EnterpriseProtectionCode/index.js +9 -5
- package/dist/lib/{aims/src/common/StackBarEchartsPanel → ipes/src/EnvManage}/index.d.ts +152 -130
- package/dist/lib/ipes/src/EnvManage/index.js +280 -0
- package/dist/lib/ipes/src/EnvManage/index.vue.d.ts +87 -0
- package/dist/lib/ipes/src/EnvManage/type.d.ts +18 -0
- package/dist/lib/ipes/src/EnvironmentalRiskManagement/.js +48 -0
- package/dist/lib/ipes/src/EnvironmentalRiskManagement/components/SingleItem.vue.d.ts +24 -0
- package/dist/lib/{aims/src/AirQualityLevelProportion → ipes/src/EnvironmentalRiskManagement}/index.d.ts +3 -3
- package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.js +66 -0
- package/dist/lib/ipes/src/GeneralManagement/.js +88 -0
- package/dist/lib/ipes/src/GeneralManagement/index.d.ts +0 -15
- package/dist/lib/ipes/src/GeneralManagement/index.js +91 -0
- package/dist/lib/ipes/src/GeneralManagement/index.vue.d.ts +0 -9
- package/dist/lib/ipes/src/HazardousVehicleManage/images/module-title-icon.js +5 -0
- package/dist/lib/ipes/src/HazardousVehicleManage/index.d.ts +107 -0
- package/dist/lib/ipes/src/HazardousVehicleManage/index.js +419 -0
- package/dist/lib/ipes/src/HazardousVehicleManage/index.vue.d.ts +8 -0
- package/dist/lib/ipes/src/HazardousVehicleManage/types/index.d.ts +8 -0
- package/dist/lib/ipes/src/Level3AirDefense/.js +137 -0
- package/dist/lib/ipes/src/Level3AirDefense/components/AppItem.vue.d.ts +25 -0
- package/dist/lib/ipes/src/Level3AirDefense/components/NumberItem.vue.d.ts +14 -0
- package/dist/lib/ipes/src/Level3AirDefense/components/PercentageItem.vue.d.ts +14 -0
- package/dist/lib/{aims/src/ContributionAnalyzing → ipes/src/Level3AirDefense}/index.d.ts +3 -3
- package/dist/lib/ipes/src/Level3AirDefense/index.js +102 -0
- package/dist/lib/ipes/src/OdorControl/index.js +10 -6
- package/dist/lib/ipes/src/RealTimeAirQualityManage/index.d.ts +167 -0
- package/dist/lib/ipes/src/RealTimeAirQualityManage/index.js +94 -0
- package/dist/lib/ipes/src/RealTimeAirQualityManage/index.vue.d.ts +49 -0
- package/dist/lib/ipes/src/RealTimeAirQualityManage/type.d.ts +7 -0
- package/dist/lib/ipes/src/SealingManage/index.js +12 -9
- package/dist/lib/ipes/src/TaskDispose/index.js +10 -6
- package/dist/lib/ipes/src/VocStatistics/index.js +7 -3
- package/dist/lib/ipes/src/WaterNetworkManage/images/icon-percent.js +5 -0
- package/dist/lib/ipes/src/WaterNetworkManage/images/module-title-icon.js +5 -0
- package/dist/lib/ipes/src/WaterNetworkManage/images/water-leakage.js +5 -0
- package/dist/lib/ipes/src/WaterNetworkManage/images/water-total.js +5 -0
- package/dist/lib/ipes/src/WaterNetworkManage/index.d.ts +101 -0
- package/dist/lib/ipes/src/WaterNetworkManage/index.js +268 -0
- package/dist/lib/ipes/src/WaterNetworkManage/index.vue.d.ts +6 -0
- package/dist/lib/ipes/src/WaterNetworkManage/types/index.d.ts +8 -0
- package/dist/lib/ipes/src/{OdorControl/.js → common/Echarts.js} +2 -2
- package/dist/lib/ipes/src/common/LottieAnimation.js +43 -0
- package/dist/lib/ipes/src/common/LottieAnimation.vue.d.ts +36 -0
- package/dist/lib/ipes/src/index.d.ts +7 -0
- package/dist/lib/ipes/src/index.js +15 -1
- package/dist/lib/ipes/utils/tools.d.ts +13 -0
- package/dist/lib/ipes/utils/tools.js +10 -0
- package/dist/lib/style.css +2087 -765
- package/dist/lib/vendor/@element-plus_icons-vue@2.0.10_vue@3.3.4.js +19 -0
- package/dist/lib/vendor/echarts@5.4.2.js +1 -0
- package/dist/lib/vendor/element-plus@2.3.7_vue@3.3.4.js +449 -186
- package/dist/lib/vendor/fpi-tg-factor-tools@1.0.4.js +4 -0
- package/dist/lib/wgms/api/FactorTrendComparison/index.d.ts +10 -0
- package/dist/lib/wgms/api/FactorTrendComparison/index.js +23 -0
- package/dist/lib/wgms/api/NPTrendChange/index.d.ts +5 -0
- package/dist/lib/wgms/api/NPTrendChange/index.js +14 -0
- package/dist/lib/wgms/service/base-serve.d.ts +1 -0
- package/dist/lib/wgms/service/base-serve.js +3 -0
- package/dist/lib/wgms/src/AuxiliaryJudgment/index.d.ts +1 -1
- package/dist/lib/wgms/src/AuxiliaryJudgment/index.js +5 -5
- package/dist/lib/wgms/src/ChangesAlongTheProcess/api/index.d.ts +9 -0
- package/dist/lib/wgms/src/ChangesAlongTheProcess/api/types.d.ts +26 -0
- package/dist/lib/wgms/src/ChangesAlongTheProcess/index.d.ts +155 -0
- package/dist/lib/wgms/src/ChangesAlongTheProcess/index.js +216 -0
- package/dist/lib/wgms/src/ChangesAlongTheProcess/index.vue.d.ts +41 -0
- package/dist/lib/wgms/src/ChlorophyllAchangeRate/images/down.js +5 -0
- package/dist/lib/wgms/src/ChlorophyllAchangeRate/images/up.js +5 -0
- package/dist/lib/wgms/src/ChlorophyllAchangeRate/index.js +6 -7
- package/dist/lib/wgms/src/CrossSectionCorrelation/index.d.ts +1 -1
- package/dist/lib/wgms/src/CrossSectionCorrelation/index.js +6 -6
- package/dist/lib/wgms/src/DrinkingWaterComplianceRate/images/icon-1.js +6 -1
- package/dist/lib/wgms/src/DrinkingWaterComplianceRate/images/icon-2.js +6 -1
- package/dist/lib/wgms/src/DrinkingWaterComplianceRate/images/icon-3.js +6 -1
- package/dist/lib/wgms/src/DrinkingWaterComplianceRate/index.js +6 -5
- package/dist/lib/wgms/src/EnvironmentalAnalysis/index.js +8 -4
- package/dist/lib/wgms/src/FactorTrendComparison/index.d.ts +166 -0
- package/dist/lib/wgms/src/FactorTrendComparison/index.js +261 -0
- package/dist/lib/wgms/src/FactorTrendComparison/index.vue.d.ts +48 -0
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/1.js +6 -1
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/2.js +6 -1
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/3.js +6 -1
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/4.js +6 -1
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/5.js +6 -1
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/6.js +6 -1
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/down.js +6 -1
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/right.js +6 -1
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/images/up.js +6 -1
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/index.js +8 -7
- package/dist/lib/wgms/src/LakeRiverIndex/api/types.d.ts +20 -0
- package/dist/lib/wgms/src/LakeRiverIndex/index.d.ts +245 -0
- package/dist/lib/wgms/src/LakeRiverIndex/index.js +172 -0
- package/dist/lib/wgms/src/LakeRiverIndex/index.vue.d.ts +92 -0
- package/dist/lib/wgms/src/LakeRiverIndex/mock/eutrophication.js +30 -0
- package/dist/lib/wgms/src/LakeRiverIndex/mock/keyRiverQuality.js +42 -0
- package/dist/lib/wgms/src/LakeRiverIndex/mock/waterKeyQuality.js +42 -0
- package/dist/lib/wgms/src/NPTrendChange/index.d.ts +166 -0
- package/dist/lib/wgms/src/NPTrendChange/index.js +203 -0
- package/dist/lib/wgms/src/NPTrendChange/index.vue.d.ts +48 -0
- package/dist/lib/wgms/src/SevenDayKline/index.d.ts +1 -1
- package/dist/lib/wgms/src/SevenDayKline/index.js +5 -5
- package/dist/lib/wgms/src/SurroundingPollution/index.d.ts +1 -1
- package/dist/lib/wgms/src/SurroundingPollution/index.js +7 -7
- package/dist/lib/wgms/src/UpstreamImpact/api/index.d.ts +16 -0
- package/dist/lib/wgms/src/UpstreamImpact/api/index.js +29 -0
- package/dist/lib/wgms/src/UpstreamImpact/api/types.d.ts +5 -0
- package/dist/lib/wgms/src/UpstreamImpact/index.d.ts +28 -13
- package/dist/lib/wgms/src/UpstreamImpact/index.js +65 -48
- package/dist/lib/wgms/src/UpstreamImpact/index.vue.d.ts +16 -7
- package/dist/lib/wgms/src/UpstreamSection/index.d.ts +1 -1
- package/dist/lib/wgms/src/UpstreamSection/index.js +6 -6
- package/dist/lib/wgms/src/WaterQualityClassification/index.js +3 -3
- package/dist/lib/wgms/src/WaterQualityRainfall/index.d.ts +1 -1
- package/dist/lib/wgms/src/WaterQualityRainfall/index.js +5 -5
- package/dist/lib/wgms/src/index.d.ts +4 -0
- package/dist/lib/wgms/src/index.js +15 -7
- package/package.json +3 -2
- package/dist/es/aims/src/AirQualityCalendar/data.mjs +0 -1427
- package/dist/es/aims/src/AirQualityLevelProportion/index.mjs +0 -28
- package/dist/es/aims/src/AirQualityLevelProportion/mockData.mjs +0 -180
- package/dist/es/aims/src/ContributionAnalyzing/index.mjs +0 -28
- package/dist/es/aims/src/ContributionAnalyzing/mockData.mjs +0 -180
- package/dist/es/aims/src/common/StackBarEchartsPanel/index.mjs +0 -177
- package/dist/es/aims/src/common/StackBarEchartsPanel/index.vue.d.ts +0 -93
- package/dist/lib/aims/src/AirQualityCalendar/data.js +0 -1429
- package/dist/lib/aims/src/AirQualityLevelProportion/index.js +0 -30
- package/dist/lib/aims/src/AirQualityLevelProportion/mockData.js +0 -182
- package/dist/lib/aims/src/ContributionAnalyzing/index.js +0 -30
- package/dist/lib/aims/src/ContributionAnalyzing/mockData.js +0 -182
- package/dist/lib/aims/src/common/StackBarEchartsPanel/index.js +0 -180
- package/dist/lib/aims/src/common/StackBarEchartsPanel/index.vue.d.ts +0 -93
- /package/dist/es/aims/src/{CieqContributionRatio → CieqContributionMonthRatio}/api/index.d.ts +0 -0
- /package/dist/es/aims/src/{CieqContributionRatio → CieqContributionMonthRatio}/api/index.mjs +0 -0
- /package/dist/{lib/aims/src/CieqContributionRatio → es/aims/src/CieqContributionYearRatio}/api/index.d.ts +0 -0
- /package/dist/es/{aims/src/AirQualityLevelProportion → ipes/src/EnvironmentalRiskManagement}/index.vue.d.ts +0 -0
- /package/dist/es/{aims/src/ContributionAnalyzing → ipes/src/Level3AirDefense}/index.vue.d.ts +0 -0
- /package/dist/es/ipes/src/{OdorControl/components → common}/Echarts.vue.d.ts +0 -0
- /package/dist/lib/aims/src/{CieqContributionRatio → CieqContributionMonthRatio}/api/index.js +0 -0
- /package/dist/lib/{aims/src/AirQualityLevelProportion → ipes/src/EnvironmentalRiskManagement}/index.vue.d.ts +0 -0
- /package/dist/lib/{aims/src/ContributionAnalyzing → ipes/src/Level3AirDefense}/index.vue.d.ts +0 -0
- /package/dist/lib/ipes/src/{OdorControl/components → common}/Echarts.vue.d.ts +0 -0
|
@@ -5,8 +5,8 @@ import { _ as _sfc_main$1 } from '../common/select-panel.mjs';
|
|
|
5
5
|
import { q as queryFactorGroup, p as pomsAlarm, a as pomsAnalysis, c as countEventStatusByTimePoint } from './api/index.mjs';
|
|
6
6
|
import { _ as _export_sfc } from '../../../aims/src/AirQualityCalendar/index.mjs';
|
|
7
7
|
|
|
8
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
9
|
-
const _hoisted_1 = { class: "surrounding-pollution" };
|
|
8
|
+
const _withScopeId = (n) => (pushScopeId("data-v-a88faea7"), n = n(), popScopeId(), n);
|
|
9
|
+
const _hoisted_1 = { class: "dv-wgms-surrounding-pollution" };
|
|
10
10
|
const _hoisted_2 = { class: "surrounding-two-flex" };
|
|
11
11
|
const _hoisted_3 = { class: "surrounding-two-left surrounding-comm-box" };
|
|
12
12
|
const _hoisted_4 = { class: "title-box" };
|
|
@@ -49,7 +49,7 @@ const _hoisted_26 = /* @__PURE__ */ _withScopeId(() => /* @__PURE__ */ createEle
|
|
|
49
49
|
const _hoisted_27 = { class: "num-box" };
|
|
50
50
|
const _hoisted_28 = { class: "num red" };
|
|
51
51
|
const _hoisted_29 = { class: "total" };
|
|
52
|
-
const _hoisted_30 = /* @__PURE__ */ createStaticVNode('<div class="surrounding-three-flex" data-v-
|
|
52
|
+
const _hoisted_30 = /* @__PURE__ */ createStaticVNode('<div class="surrounding-three-flex" data-v-a88faea7><div class="surrounding-three-item surrounding-comm-box different" data-v-a88faea7><div class="name-num-box" data-v-a88faea7><span class="name" data-v-a88faea7>异常入河排污口</span><span class="num red" data-v-a88faea7>5</span></div></div><div class="surrounding-three-item surrounding-comm-box" data-v-a88faea7><div class="name-num-box" data-v-a88faea7><span class="name" data-v-a88faea7>问题小区</span><span class="num red" data-v-a88faea7>5</span></div></div><div class="surrounding-three-item surrounding-comm-box" data-v-a88faea7><div class="name-num-box" data-v-a88faea7><span class="name" data-v-a88faea7>问题园区</span><span class="num red" data-v-a88faea7>5</span></div></div></div>', 1);
|
|
53
53
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
54
54
|
__name: "index",
|
|
55
55
|
props: {
|
|
@@ -287,10 +287,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
287
287
|
}
|
|
288
288
|
});
|
|
289
289
|
|
|
290
|
-
/* unplugin-vue-components disabled */const
|
|
290
|
+
/* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_a88faea7_lang = '';
|
|
291
291
|
|
|
292
|
-
const _SurroundingPollution = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
292
|
+
const _SurroundingPollution = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-a88faea7"]]);
|
|
293
293
|
|
|
294
|
-
const
|
|
294
|
+
const DvWgmsSurroundingPollution = install(_SurroundingPollution);
|
|
295
295
|
|
|
296
|
-
export {
|
|
296
|
+
export { DvWgmsSurroundingPollution as D };
|
|
@@ -7,3 +7,19 @@ import type { UPSTREAM_IMPACT_API_REQUEST, UPSTREAM_IMPACT_API_RESPONSE } from '
|
|
|
7
7
|
* @return {*}
|
|
8
8
|
*/
|
|
9
9
|
export declare const pathAnalysis: (params: UPSTREAM_IMPACT_API_REQUEST.pathAnalysis) => Promise<UPSTREAM_IMPACT_API_RESPONSE.pathAnalysisTs>;
|
|
10
|
+
/**
|
|
11
|
+
* @name: waterSurfaceListAll
|
|
12
|
+
* @test: test font
|
|
13
|
+
* @msg: 地表水断面水质等级
|
|
14
|
+
* @param {UPSTREAM_IMPACT_API_REQUEST} params
|
|
15
|
+
* @return {*}
|
|
16
|
+
*/
|
|
17
|
+
export declare const waterSurfaceListAll: (params: {}) => Promise<any>;
|
|
18
|
+
/**
|
|
19
|
+
* @name: surfaceWaterStandard
|
|
20
|
+
* @test: test font
|
|
21
|
+
* @msg: 获取站点目标值
|
|
22
|
+
* @param {UPSTREAM_IMPACT_API_REQUEST} params
|
|
23
|
+
* @return {*}
|
|
24
|
+
*/
|
|
25
|
+
export declare const surfaceWaterStandard: (params: UPSTREAM_IMPACT_API_REQUEST.surfaceWaterStandard) => Promise<any>;
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import { r as requestControl } from '../../../service/request.mjs';
|
|
2
|
+
|
|
3
|
+
const pathAnalysis = (params) => {
|
|
4
|
+
return requestControl({
|
|
5
|
+
url: "/water/alarm/analyse/path-analysis-new",
|
|
6
|
+
server: "wgmsPHZ",
|
|
7
|
+
params
|
|
8
|
+
});
|
|
9
|
+
};
|
|
10
|
+
const waterSurfaceListAll = (params) => {
|
|
11
|
+
return requestControl({
|
|
12
|
+
url: "/api/v1.0/water/qualityGrade/listAll",
|
|
13
|
+
server: "envStandardManagerServer",
|
|
14
|
+
params
|
|
15
|
+
});
|
|
16
|
+
};
|
|
17
|
+
const surfaceWaterStandard = (params) => {
|
|
18
|
+
return requestControl({
|
|
19
|
+
url: "/api/v1.0/factor/surfaceWaterStandard",
|
|
20
|
+
server: "wgmsMonitorDataServer",
|
|
21
|
+
params
|
|
22
|
+
});
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
export { pathAnalysis as p, surfaceWaterStandard as s, waterSurfaceListAll as w };
|
|
@@ -6,6 +6,11 @@ export declare namespace UPSTREAM_IMPACT_API_REQUEST {
|
|
|
6
6
|
sourceIds: string;
|
|
7
7
|
timeType: string;
|
|
8
8
|
}
|
|
9
|
+
interface surfaceWaterStandard {
|
|
10
|
+
baseLevel: string | number;
|
|
11
|
+
factorGroup: string;
|
|
12
|
+
sectionType: string;
|
|
13
|
+
}
|
|
9
14
|
}
|
|
10
15
|
export declare namespace UPSTREAM_IMPACT_API_RESPONSE {
|
|
11
16
|
interface pathAnalysisTs {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import _UpstreamImpact from './index.vue';
|
|
2
|
-
export declare const
|
|
2
|
+
export declare const DvWgmsUpstreamImpact: {
|
|
3
3
|
new (...args: any[]): {
|
|
4
4
|
$: import("vue").ComponentInternalInstance;
|
|
5
5
|
$data: {};
|
|
@@ -11,7 +11,8 @@ export declare const UpstreamImpact: {
|
|
|
11
11
|
factorName?: string | undefined;
|
|
12
12
|
factorUnit?: string | undefined;
|
|
13
13
|
sourceIds?: string | undefined;
|
|
14
|
-
|
|
14
|
+
waterQuality?: string | undefined;
|
|
15
|
+
sectionType?: string | undefined;
|
|
15
16
|
key?: string | number | symbol | undefined;
|
|
16
17
|
style?: unknown;
|
|
17
18
|
ref?: import("vue").VNodeRef | undefined;
|
|
@@ -99,9 +100,13 @@ export declare const UpstreamImpact: {
|
|
|
99
100
|
type: StringConstructor;
|
|
100
101
|
default: string;
|
|
101
102
|
};
|
|
102
|
-
|
|
103
|
-
type:
|
|
104
|
-
default:
|
|
103
|
+
waterQuality: {
|
|
104
|
+
type: StringConstructor;
|
|
105
|
+
default: string;
|
|
106
|
+
};
|
|
107
|
+
sectionType: {
|
|
108
|
+
type: StringConstructor;
|
|
109
|
+
default: string;
|
|
105
110
|
};
|
|
106
111
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
107
112
|
time: number;
|
|
@@ -111,7 +116,8 @@ export declare const UpstreamImpact: {
|
|
|
111
116
|
factorName: string;
|
|
112
117
|
factorUnit: string;
|
|
113
118
|
sourceIds: string;
|
|
114
|
-
|
|
119
|
+
waterQuality: string;
|
|
120
|
+
sectionType: string;
|
|
115
121
|
}, {}, string, {}> & {
|
|
116
122
|
beforeCreate?: ((() => void) | (() => void)[]) | undefined;
|
|
117
123
|
created?: ((() => void) | (() => void)[]) | undefined;
|
|
@@ -161,9 +167,13 @@ export declare const UpstreamImpact: {
|
|
|
161
167
|
type: StringConstructor;
|
|
162
168
|
default: string;
|
|
163
169
|
};
|
|
164
|
-
|
|
165
|
-
type:
|
|
166
|
-
default:
|
|
170
|
+
waterQuality: {
|
|
171
|
+
type: StringConstructor;
|
|
172
|
+
default: string;
|
|
173
|
+
};
|
|
174
|
+
sectionType: {
|
|
175
|
+
type: StringConstructor;
|
|
176
|
+
default: string;
|
|
167
177
|
};
|
|
168
178
|
}>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
|
|
169
179
|
__isFragment?: undefined;
|
|
@@ -198,9 +208,13 @@ export declare const UpstreamImpact: {
|
|
|
198
208
|
type: StringConstructor;
|
|
199
209
|
default: string;
|
|
200
210
|
};
|
|
201
|
-
|
|
202
|
-
type:
|
|
203
|
-
default:
|
|
211
|
+
waterQuality: {
|
|
212
|
+
type: StringConstructor;
|
|
213
|
+
default: string;
|
|
214
|
+
};
|
|
215
|
+
sectionType: {
|
|
216
|
+
type: StringConstructor;
|
|
217
|
+
default: string;
|
|
204
218
|
};
|
|
205
219
|
}>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
|
|
206
220
|
time: number;
|
|
@@ -210,6 +224,7 @@ export declare const UpstreamImpact: {
|
|
|
210
224
|
factorName: string;
|
|
211
225
|
factorUnit: string;
|
|
212
226
|
sourceIds: string;
|
|
213
|
-
|
|
227
|
+
waterQuality: string;
|
|
228
|
+
sectionType: string;
|
|
214
229
|
}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
|
|
215
230
|
export default _UpstreamImpact;
|
|
@@ -2,9 +2,10 @@ import { i as install } from '../../utils/tools.mjs';
|
|
|
2
2
|
import { defineComponent, ref, reactive, watch, onMounted, nextTick, toRefs, openBlock, createElementBlock, createElementVNode } from 'vue';
|
|
3
3
|
import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
|
|
4
4
|
import { e as echarts } from '../../utils/echarts/index.mjs';
|
|
5
|
+
import { w as waterSurfaceListAll, s as surfaceWaterStandard, p as pathAnalysis } from './api/index.mjs';
|
|
5
6
|
import { _ as _export_sfc } from '../../../aims/src/AirQualityCalendar/index.mjs';
|
|
6
7
|
|
|
7
|
-
const _hoisted_1 = { class: "upstream-impact" };
|
|
8
|
+
const _hoisted_1 = { class: "dv-wgms-upstream-impact" };
|
|
8
9
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
9
10
|
__name: "index",
|
|
10
11
|
props: {
|
|
@@ -40,9 +41,18 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
40
41
|
default: ""
|
|
41
42
|
},
|
|
42
43
|
// 达标线
|
|
43
|
-
standardValue: {
|
|
44
|
-
|
|
45
|
-
|
|
44
|
+
// standardValue: {
|
|
45
|
+
// type: [String, Number],
|
|
46
|
+
// default: 1
|
|
47
|
+
// }
|
|
48
|
+
// 水质等级id
|
|
49
|
+
waterQuality: {
|
|
50
|
+
type: String,
|
|
51
|
+
default: "3c70ae2734d64bbe8b598af6c6612423"
|
|
52
|
+
},
|
|
53
|
+
sectionType: {
|
|
54
|
+
type: String,
|
|
55
|
+
default: "001"
|
|
46
56
|
}
|
|
47
57
|
},
|
|
48
58
|
setup(__props) {
|
|
@@ -59,16 +69,22 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
59
69
|
sourceIds: "",
|
|
60
70
|
// 关联的站点id
|
|
61
71
|
timeType: "day"
|
|
62
|
-
}
|
|
72
|
+
},
|
|
73
|
+
standardValue: "",
|
|
74
|
+
gradeList: []
|
|
63
75
|
});
|
|
64
76
|
watch(() => [props.time, props.factorCode, props.siteCode, props.timeType], () => {
|
|
65
77
|
initData();
|
|
66
78
|
});
|
|
79
|
+
watch(() => [props.waterQuality, props.sectionType], () => {
|
|
80
|
+
getFactorStandard();
|
|
81
|
+
});
|
|
67
82
|
onMounted(async () => {
|
|
68
83
|
await nextTick();
|
|
69
|
-
|
|
84
|
+
await getGradeList();
|
|
85
|
+
getFactorStandard();
|
|
70
86
|
});
|
|
71
|
-
const initData = () => {
|
|
87
|
+
const initData = async () => {
|
|
72
88
|
data.params = {
|
|
73
89
|
time: props?.time,
|
|
74
90
|
factorCode: props?.factorCode,
|
|
@@ -84,49 +100,48 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
84
100
|
data.unit = props?.factorUnit;
|
|
85
101
|
getData();
|
|
86
102
|
};
|
|
87
|
-
const
|
|
88
|
-
const
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
coefficient: 2,
|
|
102
|
-
alarmNum: "0",
|
|
103
|
-
rank: 0,
|
|
104
|
-
quality: 2,
|
|
105
|
-
coefficientDoubleValue: 1,
|
|
106
|
-
coefficientPre: ""
|
|
107
|
-
}]
|
|
103
|
+
const getGradeList = async () => {
|
|
104
|
+
const resp = await waterSurfaceListAll({});
|
|
105
|
+
const gradeList2 = resp?.entries ?? [];
|
|
106
|
+
data.gradeList = gradeList2;
|
|
107
|
+
};
|
|
108
|
+
const getFactorStandard = async () => {
|
|
109
|
+
const resQ = data.gradeList.filter((o) => {
|
|
110
|
+
return o.id === props.waterQuality;
|
|
111
|
+
});
|
|
112
|
+
const params = {
|
|
113
|
+
baseLevel: resQ[0].level,
|
|
114
|
+
// 需要根据ID匹配
|
|
115
|
+
factorGroup: "",
|
|
116
|
+
sectionType: props.sectionType
|
|
108
117
|
};
|
|
118
|
+
const res = await surfaceWaterStandard(params);
|
|
119
|
+
data.standardValue = props.factorCode && res && res[props.factorCode].value;
|
|
120
|
+
console.log(data.standardValue, "data.standardValue");
|
|
121
|
+
initData();
|
|
122
|
+
};
|
|
123
|
+
const getData = async () => {
|
|
124
|
+
const res = await pathAnalysis(data.params);
|
|
109
125
|
console.log(res);
|
|
110
126
|
const waterQualityData = {
|
|
111
127
|
xAxis: [],
|
|
112
|
-
|
|
128
|
+
xData: [],
|
|
113
129
|
qualitys: []
|
|
114
130
|
};
|
|
115
131
|
const juageArr = [];
|
|
116
132
|
const resData = res.data || [];
|
|
117
133
|
resData.forEach((item) => {
|
|
118
134
|
waterQualityData.xAxis.push(item.siteName);
|
|
119
|
-
waterQualityData.
|
|
135
|
+
waterQualityData.xData.push(item.value);
|
|
120
136
|
waterQualityData.qualitys.push(item.quality);
|
|
121
137
|
item.value === "" ? juageArr.push(item.value) : 0;
|
|
122
138
|
});
|
|
123
|
-
const lineOptions = await upImpactLine(waterQualityData,
|
|
139
|
+
const lineOptions = await upImpactLine(waterQualityData, data.standardValue, "", data.factorName || "");
|
|
124
140
|
echarts.draw(chartUpstreamImpact.value, lineOptions);
|
|
125
141
|
};
|
|
126
|
-
const upImpactLine = async (list,
|
|
127
|
-
const { xAxis,
|
|
128
|
-
const
|
|
129
|
-
const gradeList = [];
|
|
142
|
+
const upImpactLine = async (list, standardValue2, dataTimeStr, factorName) => {
|
|
143
|
+
const { xAxis, xData, qualitys } = list;
|
|
144
|
+
const gradeList2 = data.gradeList;
|
|
130
145
|
const option = {
|
|
131
146
|
grid: {
|
|
132
147
|
top: 40,
|
|
@@ -153,10 +168,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
153
168
|
},
|
|
154
169
|
formatter(param) {
|
|
155
170
|
param = param[0];
|
|
156
|
-
const currData =
|
|
171
|
+
const currData = gradeList2.filter((item) => item.level === Number(qualitys[param.dataIndex]));
|
|
157
172
|
const color = currData.length ? currData[0]?.color : "#6D7278";
|
|
158
173
|
const span = `<span style='display:inline-block;margin-right:5px;border-radius:50%;width:10px;height:10px;background-color:${color};'></span>`;
|
|
159
|
-
return [`${param.seriesName} `, `${param.marker + param.name}:${param.value || "--"}mg/L`, `${span}水质等级:${
|
|
174
|
+
return [`${param.seriesName} `, `${param.marker + param.name}:${param.value || "--"}mg/L`, `${span}水质等级:${gradeList2.find((item) => {
|
|
160
175
|
return item.level === Number(qualitys[param.dataIndex]);
|
|
161
176
|
})?.name || "--"}类`].join("<br/>");
|
|
162
177
|
}
|
|
@@ -175,7 +190,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
175
190
|
},
|
|
176
191
|
axisLabel: {
|
|
177
192
|
formatter: (value, index) => {
|
|
178
|
-
const length =
|
|
193
|
+
const length = xData.length;
|
|
179
194
|
if (index !== length - 1 || value.length <= 6 || length === 1)
|
|
180
195
|
return value;
|
|
181
196
|
return `{a|${value}}`;
|
|
@@ -188,7 +203,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
188
203
|
}
|
|
189
204
|
},
|
|
190
205
|
color: "#ffffff"
|
|
191
|
-
}
|
|
206
|
+
},
|
|
207
|
+
interval: 0
|
|
192
208
|
},
|
|
193
209
|
axisTick: {
|
|
194
210
|
show: false
|
|
@@ -236,10 +252,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
236
252
|
},
|
|
237
253
|
axisTick: { show: false },
|
|
238
254
|
max: (value) => {
|
|
239
|
-
if (value.max > Number(
|
|
255
|
+
if (value.max > Number(standardValue2))
|
|
240
256
|
return Math.ceil(value.max);
|
|
241
257
|
else
|
|
242
|
-
return Math.ceil(Number(
|
|
258
|
+
return Math.ceil(Number(standardValue2));
|
|
243
259
|
}
|
|
244
260
|
}
|
|
245
261
|
],
|
|
@@ -262,11 +278,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
262
278
|
fontSize: "12",
|
|
263
279
|
color: "rgba(255,255,255,0.6)"
|
|
264
280
|
},
|
|
265
|
-
data:
|
|
281
|
+
data: xData.map((item, index) => {
|
|
282
|
+
const currData = gradeList2.filter((item2) => item2.level === Number(qualitys[index]));
|
|
266
283
|
return {
|
|
267
284
|
value: item,
|
|
268
285
|
itemStyle: {
|
|
269
|
-
color:
|
|
286
|
+
color: currData.length ? currData[0].color : "#6D7278"
|
|
270
287
|
}
|
|
271
288
|
};
|
|
272
289
|
}),
|
|
@@ -278,7 +295,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
278
295
|
symbol: "none",
|
|
279
296
|
data: [
|
|
280
297
|
{
|
|
281
|
-
yAxis:
|
|
298
|
+
yAxis: standardValue2,
|
|
282
299
|
name: "水质超标线",
|
|
283
300
|
label: {
|
|
284
301
|
show: true,
|
|
@@ -318,10 +335,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
318
335
|
}
|
|
319
336
|
});
|
|
320
337
|
|
|
321
|
-
/* unplugin-vue-components disabled */const
|
|
338
|
+
/* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_68946fe5_lang = '';
|
|
322
339
|
|
|
323
|
-
const _UpstreamImpact = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
340
|
+
const _UpstreamImpact = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-68946fe5"]]);
|
|
324
341
|
|
|
325
|
-
const
|
|
342
|
+
const DvWgmsUpstreamImpact = install(_UpstreamImpact);
|
|
326
343
|
|
|
327
|
-
export {
|
|
344
|
+
export { DvWgmsUpstreamImpact as D };
|
|
@@ -27,9 +27,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
27
27
|
type: StringConstructor;
|
|
28
28
|
default: string;
|
|
29
29
|
};
|
|
30
|
-
|
|
31
|
-
type:
|
|
32
|
-
default:
|
|
30
|
+
waterQuality: {
|
|
31
|
+
type: StringConstructor;
|
|
32
|
+
default: string;
|
|
33
|
+
};
|
|
34
|
+
sectionType: {
|
|
35
|
+
type: StringConstructor;
|
|
36
|
+
default: string;
|
|
33
37
|
};
|
|
34
38
|
}, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
|
|
35
39
|
time: {
|
|
@@ -60,9 +64,13 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
60
64
|
type: StringConstructor;
|
|
61
65
|
default: string;
|
|
62
66
|
};
|
|
63
|
-
|
|
64
|
-
type:
|
|
65
|
-
default:
|
|
67
|
+
waterQuality: {
|
|
68
|
+
type: StringConstructor;
|
|
69
|
+
default: string;
|
|
70
|
+
};
|
|
71
|
+
sectionType: {
|
|
72
|
+
type: StringConstructor;
|
|
73
|
+
default: string;
|
|
66
74
|
};
|
|
67
75
|
}>>, {
|
|
68
76
|
time: number;
|
|
@@ -72,6 +80,7 @@ declare const _default: import("vue").DefineComponent<{
|
|
|
72
80
|
factorName: string;
|
|
73
81
|
factorUnit: string;
|
|
74
82
|
sourceIds: string;
|
|
75
|
-
|
|
83
|
+
waterQuality: string;
|
|
84
|
+
sectionType: string;
|
|
76
85
|
}, {}>;
|
|
77
86
|
export default _default;
|
|
@@ -3,9 +3,9 @@ import { defineComponent, reactive, toRefs, openBlock, createElementBlock, creat
|
|
|
3
3
|
import { _ as _sfc_main$1 } from '../common/ProgressBar.mjs';
|
|
4
4
|
import { _ as _export_sfc } from '../../../aims/src/AirQualityCalendar/index.mjs';
|
|
5
5
|
|
|
6
|
-
const _hoisted_1 = { class: "upstream-section" };
|
|
6
|
+
const _hoisted_1 = { class: "dv-wgms-upstream-section" };
|
|
7
7
|
const _hoisted_2 = { class: "section-correlation-table" };
|
|
8
|
-
const _hoisted_3 = /* @__PURE__ */ createStaticVNode('<div class="section-correlation-list header" data-v-
|
|
8
|
+
const _hoisted_3 = /* @__PURE__ */ createStaticVNode('<div class="section-correlation-list header" data-v-17fe5cd0><span class="sort" data-v-17fe5cd0></span><span class="name" data-v-17fe5cd0></span><div class="progress" data-v-17fe5cd0><span class="text" data-v-17fe5cd0>氮</span><span class="text" data-v-17fe5cd0>磷</span></div><span class="alarm" data-v-17fe5cd0>报警数</span></div>', 1);
|
|
9
9
|
const _hoisted_4 = { class: "sort" };
|
|
10
10
|
const _hoisted_5 = { class: "name" };
|
|
11
11
|
const _hoisted_6 = { class: "progress" };
|
|
@@ -62,10 +62,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
62
62
|
}
|
|
63
63
|
});
|
|
64
64
|
|
|
65
|
-
/* unplugin-vue-components disabled */const
|
|
65
|
+
/* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_17fe5cd0_lang = '';
|
|
66
66
|
|
|
67
|
-
const _UpstreamSection = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
67
|
+
const _UpstreamSection = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-17fe5cd0"]]);
|
|
68
68
|
|
|
69
|
-
const
|
|
69
|
+
const DvWgmsUpstreamSection = install(_UpstreamSection);
|
|
70
70
|
|
|
71
|
-
export {
|
|
71
|
+
export { DvWgmsUpstreamSection as D };
|
|
@@ -5,7 +5,7 @@ import { e as echarts } from '../../utils/echarts/index.mjs';
|
|
|
5
5
|
import { p as pieChartOptions } from '../../utils/echarts/echartsOptions.mjs';
|
|
6
6
|
import { _ as _export_sfc } from '../../../aims/src/AirQualityCalendar/index.mjs';
|
|
7
7
|
|
|
8
|
-
const _withScopeId = (n) => (pushScopeId("data-v-
|
|
8
|
+
const _withScopeId = (n) => (pushScopeId("data-v-c78c1c96"), n = n(), popScopeId(), n);
|
|
9
9
|
const _hoisted_1 = { class: "water-category" };
|
|
10
10
|
const _hoisted_2 = { class: "section-water-quality-lengend" };
|
|
11
11
|
const _hoisted_3 = { class: "name" };
|
|
@@ -80,9 +80,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
80
80
|
}
|
|
81
81
|
});
|
|
82
82
|
|
|
83
|
-
/* unplugin-vue-components disabled */const
|
|
83
|
+
/* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_c78c1c96_lang = '';
|
|
84
84
|
|
|
85
|
-
const _WaterQualityClassification = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
85
|
+
const _WaterQualityClassification = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-c78c1c96"]]);
|
|
86
86
|
|
|
87
87
|
const WaterQualityClassification = install(_WaterQualityClassification);
|
|
88
88
|
|
|
@@ -4,7 +4,7 @@ import { d as dayjs } from '../../../vendor/dayjs@1.11.9.mjs';
|
|
|
4
4
|
import { e as echarts } from '../../utils/echarts/index.mjs';
|
|
5
5
|
import { _ as _export_sfc } from '../../../aims/src/AirQualityCalendar/index.mjs';
|
|
6
6
|
|
|
7
|
-
const _hoisted_1 = { class: "water-quality-rainfall" };
|
|
7
|
+
const _hoisted_1 = { class: "dv-wgms-water-quality-rainfall" };
|
|
8
8
|
const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
9
9
|
__name: "index",
|
|
10
10
|
props: {
|
|
@@ -383,10 +383,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
|
|
|
383
383
|
}
|
|
384
384
|
});
|
|
385
385
|
|
|
386
|
-
/* unplugin-vue-components disabled */const
|
|
386
|
+
/* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_scoped_281c1d7e_lang = '';
|
|
387
387
|
|
|
388
|
-
const _WaterQualityRainfall = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-
|
|
388
|
+
const _WaterQualityRainfall = /* @__PURE__ */ _export_sfc(_sfc_main, [["__scopeId", "data-v-281c1d7e"]]);
|
|
389
389
|
|
|
390
|
-
const
|
|
390
|
+
const DvWgmsWaterQualityRainfall = install(_WaterQualityRainfall);
|
|
391
391
|
|
|
392
|
-
export {
|
|
392
|
+
export { DvWgmsWaterQualityRainfall as D };
|
|
@@ -16,3 +16,7 @@ export * from './SubordinateRanking';
|
|
|
16
16
|
export * from './ChlorophyllAchangeRate';
|
|
17
17
|
export * from './FactorTopThreeRanking';
|
|
18
18
|
export * from './DistributionPoints';
|
|
19
|
+
export * from './LakeRiverIndex';
|
|
20
|
+
export * from './ChangesAlongTheProcess';
|
|
21
|
+
export * from './FactorTrendComparison';
|
|
22
|
+
export * from './NPTrendChange';
|
|
@@ -1,41 +1,49 @@
|
|
|
1
1
|
import { D as DvWgmsEnvironmentalAnalysis } from './EnvironmentalAnalysis/index.mjs';
|
|
2
2
|
import { W as WaterQualityClassification } from './WaterQualityClassification/index.mjs';
|
|
3
3
|
import { W as WaterQualityStatus } from './WaterQualityStatus/index.mjs';
|
|
4
|
-
import {
|
|
4
|
+
import { D as DvWgmsWaterQualityRainfall } from './WaterQualityRainfall/index.mjs';
|
|
5
5
|
import { W as WaterEnvironmentOnlineMonitor } from './WaterEnvironmentOnlineMonitor/index.mjs';
|
|
6
6
|
import { S as SewageOutletsOnlineMonitor } from './SewageOutletsOnlineMonitor/index.mjs';
|
|
7
7
|
import { K as KeyRiverWaterQualityEvaluation } from './KeyRiverWaterQualityEvaluation/index.mjs';
|
|
8
8
|
import { D as DrinkingWaterComplianceRate } from './DrinkingWaterComplianceRate/index.mjs';
|
|
9
|
-
import {
|
|
10
|
-
import {
|
|
11
|
-
import {
|
|
12
|
-
import {
|
|
13
|
-
import {
|
|
14
|
-
import {
|
|
9
|
+
import { D as DvWgmsSevenDayKline } from './SevenDayKline/index.mjs';
|
|
10
|
+
import { D as DvWgmsSurroundingPollution } from './SurroundingPollution/index.mjs';
|
|
11
|
+
import { D as DvWgmsAuxiliaryJudgment } from './AuxiliaryJudgment/index.mjs';
|
|
12
|
+
import { D as DvWgmsUpstreamImpact } from './UpstreamImpact/index.mjs';
|
|
13
|
+
import { D as DvWgmsCrossSectionCorrelation } from './CrossSectionCorrelation/index.mjs';
|
|
14
|
+
import { D as DvWgmsUpstreamSection } from './UpstreamSection/index.mjs';
|
|
15
15
|
import { D as DvWgmsSubordinateRanking } from './SubordinateRanking/index.mjs';
|
|
16
16
|
import { C as ChlorophyllAChangeRate } from './ChlorophyllAchangeRate/index.mjs';
|
|
17
17
|
import { F as FactorTopThreeRanking } from './FactorTopThreeRanking/index.mjs';
|
|
18
18
|
import { D as DvWgmsDistributionPoints } from './DistributionPoints/index.mjs';
|
|
19
|
+
import { D as DvWgmsLakeRiverIndex } from './LakeRiverIndex/index.mjs';
|
|
20
|
+
import { D as DvWgmsChangesAlongTheProcess } from './ChangesAlongTheProcess/index.mjs';
|
|
21
|
+
import { D as DvWgmsFactorTrendComparison } from './FactorTrendComparison/index.mjs';
|
|
22
|
+
import { D as DvWgmsNPTrendChange } from './NPTrendChange/index.mjs';
|
|
19
23
|
|
|
20
24
|
const components = /*#__PURE__*/Object.freeze(/*#__PURE__*/Object.defineProperty({
|
|
21
25
|
__proto__: null,
|
|
22
|
-
AuxiliaryJudgment,
|
|
23
26
|
ChlorophyllAChangeRate,
|
|
24
|
-
CrossSectionCorrelation,
|
|
25
27
|
DrinkingWaterComplianceRate,
|
|
28
|
+
DvWgmsAuxiliaryJudgment,
|
|
29
|
+
DvWgmsChangesAlongTheProcess,
|
|
30
|
+
DvWgmsCrossSectionCorrelation,
|
|
26
31
|
DvWgmsDistributionPoints,
|
|
27
32
|
DvWgmsEnvironmentalAnalysis,
|
|
33
|
+
DvWgmsFactorTrendComparison,
|
|
34
|
+
DvWgmsLakeRiverIndex,
|
|
35
|
+
DvWgmsNPTrendChange,
|
|
36
|
+
DvWgmsSevenDayKline,
|
|
28
37
|
DvWgmsSubordinateRanking,
|
|
38
|
+
DvWgmsSurroundingPollution,
|
|
39
|
+
DvWgmsUpstreamImpact,
|
|
40
|
+
DvWgmsUpstreamSection,
|
|
41
|
+
DvWgmsWaterQualityRainfall,
|
|
29
42
|
FactorTopThreeRanking,
|
|
30
43
|
KeyRiverWaterQualityEvaluation,
|
|
31
|
-
SevenDayKline,
|
|
32
44
|
SewageOutletsOnlineMonitor,
|
|
33
|
-
SurroundingPollution,
|
|
34
|
-
UpstreamImpact,
|
|
35
|
-
UpstreamSection,
|
|
36
45
|
WaterEnvironmentOnlineMonitor,
|
|
37
46
|
WaterQualityClassification,
|
|
38
|
-
WaterQualityRainfall,
|
|
39
47
|
WaterQualityStatus
|
|
40
48
|
}, Symbol.toStringTag, { value: 'Module' }));
|
|
41
49
|
|
|
@@ -7,9 +7,6 @@ const aims_utils_tools = require('../utils/tools.js');
|
|
|
7
7
|
const instance = vendor_axios_1_4_0.axios.create({
|
|
8
8
|
baseURL: aims_config_index.Config.domain,
|
|
9
9
|
timeout: 60 * 1e3,
|
|
10
|
-
validateStatus() {
|
|
11
|
-
return true;
|
|
12
|
-
},
|
|
13
10
|
transformResponse: [
|
|
14
11
|
(data) => {
|
|
15
12
|
if (typeof data === "string" && (data.startsWith("{") || data.startsWith("[")))
|
|
@@ -50,6 +47,7 @@ instance.interceptors.response.use(
|
|
|
50
47
|
);
|
|
51
48
|
const request = instance.request;
|
|
52
49
|
const requestControl = (option) => {
|
|
50
|
+
option.baseURL = aims_config_index.Config.domain;
|
|
53
51
|
return request(option);
|
|
54
52
|
};
|
|
55
53
|
|