@ued_fpi/data-visual 1.2.0 → 1.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/es/aims/src/AirQualityCalendar/index.vue.mjs +1 -1
- package/dist/es/aims/src/AirQualityLevelMonthRatio/index.vue.mjs +1 -1
- package/dist/es/aims/src/AirQualityLevelYearRatio/index.vue.mjs +1 -1
- package/dist/es/aims/src/AirQualityPresentSituation/index.vue.mjs +1 -1
- package/dist/es/aims/src/AirQualityRealTime/index.vue.mjs +1 -1
- package/dist/es/aims/src/AirTimeSeriesAnalysis/index.vue.mjs +1 -1
- package/dist/es/aims/src/CieqContributionMonthRatio/index.vue.mjs +1 -1
- package/dist/es/aims/src/CieqContributionYearRatio/index.vue.mjs +1 -1
- package/dist/es/aims/src/FactorRealTimeRankChart/index.vue.mjs +1 -1
- package/dist/es/aims/src/FactorRealTimeRankList/index.vue.mjs +1 -1
- package/dist/es/aims/src/FactorTargetYearPeriod/api/index.d.ts +26 -0
- package/dist/es/aims/src/FactorTargetYearPeriod/api/index.mjs +11 -0
- package/dist/es/aims/src/FactorTargetYearPeriod/index.d.ts +59 -3
- package/dist/es/aims/src/FactorTargetYearPeriod/index.vue.d.ts +41 -1
- package/dist/es/aims/src/FactorTargetYearPeriod/index.vue.mjs +54 -28
- package/dist/es/aims/src/MainPollutionMonthRatio/index.vue.mjs +1 -1
- package/dist/es/aims/src/MainPollutionYearRatio/index.vue.mjs +1 -1
- package/dist/es/aims/src/MulGridAirQualityLevelMonthRatio/index.vue.mjs +1 -1
- package/dist/es/aims/src/MulGridCieqContributionMonthRatio/index.vue.mjs +1 -1
- package/dist/es/aims/src/TbHbAnalysis/index.vue.mjs +1 -1
- package/dist/es/aims/src/WeatherCondition/index.vue.mjs +1 -1
- package/dist/es/aims/src/common/BasicCard/index.vue.mjs +1 -1
- package/dist/es/aims/src/common/BasicDialog/index.vue.mjs +1 -1
- package/dist/es/aims/src/common/BasicPanel/index.vue.mjs +1 -1
- package/dist/es/bmp/src/AlgaeMonitoring/index.vue.mjs +1 -1
- package/dist/es/bmp/src/EarlyWarningEvent/index.vue.mjs +1 -1
- package/dist/es/bmp/src/EventList/index.vue.mjs +1 -1
- package/dist/es/bmp/src/ReportEvent/index.vue.mjs +1 -1
- package/dist/es/index.mjs +1 -0
- package/dist/es/ipes/src/AirPollutionDischarge/index.vue.mjs +1 -1
- package/dist/es/ipes/src/AirQuality/index.vue.mjs +1 -1
- package/dist/es/ipes/src/AirQualityManagement/index.vue.mjs +40 -37
- package/dist/es/ipes/src/AlarmManage/index.vue.mjs +1 -1
- package/dist/es/ipes/src/BusinessManage/index.vue.mjs +1 -1
- package/dist/es/ipes/src/EmergencyDuty/index.vue.mjs +5 -5
- package/dist/es/ipes/src/EmergencyManage/img/pie.png.mjs +3 -0
- package/dist/es/ipes/src/EmergencyManage/index.d.ts +128 -0
- package/dist/es/ipes/src/EmergencyManage/index.mjs +7 -0
- package/dist/es/ipes/src/EmergencyManage/index.vue.d.ts +26 -0
- package/dist/es/ipes/src/EmergencyManage/index.vue.mjs +160 -0
- package/dist/es/ipes/src/EmergencyManage/index.vue2.mjs +3 -0
- package/dist/es/ipes/src/EmergencyManage/index.vue3.mjs +6 -0
- package/dist/es/ipes/src/EmergencyResources/index.vue.mjs +1 -1
- package/dist/es/ipes/src/EnterpriseProtectionCode/index.vue.mjs +14 -14
- package/dist/es/ipes/src/EnvironmentalProtection/index.vue.mjs +1 -1
- package/dist/es/ipes/src/EnvironmentalRiskManagement/components/SingleItem.vue.mjs +2 -2
- package/dist/es/ipes/src/EnvironmentalRiskManagement/index.vue.mjs +1 -1
- package/dist/es/ipes/src/GasControl/components/AlarmStatistics.vue.mjs +8 -8
- package/dist/es/ipes/src/GasControl/components/SingleItem.vue.mjs +4 -4
- package/dist/es/ipes/src/GasControl/index.vue.mjs +2 -2
- package/dist/es/ipes/src/GeneralManagement/components/ListItem.vue.mjs +5 -5
- package/dist/es/ipes/src/GeneralManagement/components/Tabs.vue.mjs +2 -2
- package/dist/es/ipes/src/GeneralManagement/index.vue.mjs +2 -2
- package/dist/es/ipes/src/HazardousVehicleManage/index.vue.mjs +1 -1
- package/dist/es/ipes/src/Level3AirDefense/components/AppItem.vue.mjs +1 -1
- package/dist/es/ipes/src/Level3AirDefense/components/EmptyData.vue.mjs +2 -2
- package/dist/es/ipes/src/Level3AirDefense/components/NumberItem.vue.mjs +1 -1
- package/dist/es/ipes/src/Level3AirDefense/components/PercentageItem.vue.mjs +2 -2
- package/dist/es/ipes/src/Level3AirDefense/index.vue.mjs +6 -6
- package/dist/es/ipes/src/OdorControl/index.vue.mjs +6 -9
- package/dist/es/ipes/src/PollutantSourceManage/index.vue.mjs +1 -1
- package/dist/es/ipes/src/TaskDispose/index.vue.mjs +20 -20
- package/dist/es/ipes/src/VocStatistics/index.vue.mjs +6 -6
- package/dist/es/ipes/src/common/Echarts.vue.d.ts +0 -11
- package/dist/es/ipes/src/common/Echarts.vue.mjs +6 -10
- package/dist/es/ipes/src/common/IpesPercentBar.vue.mjs +1 -1
- package/dist/es/ipes/src/common/IpesProgressBar.vue.mjs +1 -1
- package/dist/es/ipes/src/common/LottieAnimation.vue.mjs +1 -1
- package/dist/es/ipes/src/index.d.ts +1 -0
- package/dist/es/ipes/src/index.mjs +1 -0
- package/dist/es/style.css +3967 -3917
- package/dist/es/wgms/src/ChlorophyllAchangeRate/index.vue.mjs +1 -1
- package/dist/es/wgms/src/DrinkingWaterComplianceRate/index.vue.mjs +5 -5
- package/dist/es/wgms/src/FactorTopThreeRanking/index.vue.mjs +3 -3
- package/dist/es/wgms/src/FactorTrendComparison/index.vue.mjs +1 -1
- package/dist/es/wgms/src/KeyRiverWaterQualityEvaluation/index.vue.mjs +6 -6
- package/dist/es/wgms/src/LakeRiverIndex/index.vue.mjs +15 -15
- package/dist/es/wgms/src/NPTrendChange/index.vue.mjs +1 -1
- package/dist/es/wgms/src/SewageOutletsOnlineMonitor/index.vue.mjs +7 -7
- package/dist/es/wgms/src/WaterEnvironmentOnlineMonitor/index.vue.mjs +6 -6
- package/dist/es/wgms/src/WaterQualityClassification/index.vue.mjs +1 -1
- package/dist/es/wgms/src/WaterQualityStatus/index.vue.mjs +12 -12
- package/dist/es/wgms/src/common/ProgressBar.vue.mjs +1 -1
- package/dist/es/wgms/src/common/select-panel.vue.mjs +1 -1
- package/dist/es/wgms/utils/tools.d.ts +13 -0
- package/dist/lib/aims/src/AirQualityCalendar/index.vue.js +1 -1
- package/dist/lib/aims/src/AirQualityLevelMonthRatio/index.vue.js +1 -1
- package/dist/lib/aims/src/AirQualityLevelYearRatio/index.vue.js +1 -1
- package/dist/lib/aims/src/AirQualityPresentSituation/index.vue.js +1 -1
- package/dist/lib/aims/src/AirQualityRealTime/index.vue.js +1 -1
- package/dist/lib/aims/src/AirTimeSeriesAnalysis/index.vue.js +1 -1
- package/dist/lib/aims/src/CieqContributionMonthRatio/index.vue.js +1 -1
- package/dist/lib/aims/src/CieqContributionYearRatio/index.vue.js +1 -1
- package/dist/lib/aims/src/FactorRealTimeRankChart/index.vue.js +1 -1
- package/dist/lib/aims/src/FactorRealTimeRankList/index.vue.js +1 -1
- package/dist/lib/aims/src/FactorTargetYearPeriod/api/index.d.ts +26 -0
- package/dist/lib/aims/src/FactorTargetYearPeriod/api/index.js +15 -0
- package/dist/lib/aims/src/FactorTargetYearPeriod/index.d.ts +59 -3
- package/dist/lib/aims/src/FactorTargetYearPeriod/index.vue.d.ts +41 -1
- package/dist/lib/aims/src/FactorTargetYearPeriod/index.vue.js +53 -27
- package/dist/lib/aims/src/MainPollutionMonthRatio/index.vue.js +1 -1
- package/dist/lib/aims/src/MainPollutionYearRatio/index.vue.js +1 -1
- package/dist/lib/aims/src/MulGridAirQualityLevelMonthRatio/index.vue.js +1 -1
- package/dist/lib/aims/src/MulGridCieqContributionMonthRatio/index.vue.js +1 -1
- package/dist/lib/aims/src/TbHbAnalysis/index.vue.js +1 -1
- package/dist/lib/aims/src/WeatherCondition/index.vue.js +1 -1
- package/dist/lib/aims/src/common/BasicCard/index.vue.js +1 -1
- package/dist/lib/aims/src/common/BasicDialog/index.vue.js +1 -1
- package/dist/lib/aims/src/common/BasicPanel/index.vue.js +1 -1
- package/dist/lib/bmp/src/AlgaeMonitoring/index.vue.js +1 -1
- package/dist/lib/bmp/src/EarlyWarningEvent/index.vue.js +1 -1
- package/dist/lib/bmp/src/EventList/index.vue.js +1 -1
- package/dist/lib/bmp/src/ReportEvent/index.vue.js +1 -1
- package/dist/lib/index.js +61 -59
- package/dist/lib/ipes/index.js +4 -4
- package/dist/lib/ipes/src/AirPollutionDischarge/index.vue.js +1 -1
- package/dist/lib/ipes/src/AirQuality/index.vue.js +1 -1
- package/dist/lib/ipes/src/AirQualityManagement/index.vue.js +40 -37
- package/dist/lib/ipes/src/AlarmManage/index.vue.js +1 -1
- package/dist/lib/ipes/src/BusinessManage/index.vue.js +1 -1
- package/dist/lib/ipes/src/EmergencyDuty/index.vue.js +5 -5
- package/dist/lib/ipes/src/EmergencyManage/img/pie.png.js +7 -0
- package/dist/lib/ipes/src/EmergencyManage/index.d.ts +128 -0
- package/dist/lib/ipes/src/EmergencyManage/index.js +12 -0
- package/dist/lib/ipes/src/EmergencyManage/index.vue.d.ts +26 -0
- package/dist/lib/ipes/src/EmergencyManage/index.vue.js +164 -0
- package/dist/lib/ipes/src/EmergencyManage/index.vue2.js +7 -0
- package/dist/lib/ipes/src/EmergencyManage/index.vue3.js +10 -0
- package/dist/lib/ipes/src/EmergencyResources/index.vue.js +1 -1
- package/dist/lib/ipes/src/EnterpriseProtectionCode/index.vue.js +14 -14
- package/dist/lib/ipes/src/EnvironmentalProtection/index.vue.js +1 -1
- package/dist/lib/ipes/src/EnvironmentalRiskManagement/components/SingleItem.vue.js +2 -2
- package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.vue.js +1 -1
- package/dist/lib/ipes/src/GasControl/components/AlarmStatistics.vue.js +8 -8
- package/dist/lib/ipes/src/GasControl/components/SingleItem.vue.js +4 -4
- package/dist/lib/ipes/src/GasControl/index.vue.js +2 -2
- package/dist/lib/ipes/src/GeneralManagement/components/ListItem.vue.js +5 -5
- package/dist/lib/ipes/src/GeneralManagement/components/Tabs.vue.js +2 -2
- package/dist/lib/ipes/src/GeneralManagement/index.vue.js +2 -2
- package/dist/lib/ipes/src/HazardousVehicleManage/index.vue.js +1 -1
- package/dist/lib/ipes/src/Level3AirDefense/components/AppItem.vue.js +1 -1
- package/dist/lib/ipes/src/Level3AirDefense/components/EmptyData.vue.js +2 -2
- package/dist/lib/ipes/src/Level3AirDefense/components/NumberItem.vue.js +1 -1
- package/dist/lib/ipes/src/Level3AirDefense/components/PercentageItem.vue.js +2 -2
- package/dist/lib/ipes/src/Level3AirDefense/index.vue.js +6 -6
- package/dist/lib/ipes/src/OdorControl/index.vue.js +6 -9
- package/dist/lib/ipes/src/PollutantSourceManage/index.vue.js +1 -1
- package/dist/lib/ipes/src/TaskDispose/index.vue.js +20 -20
- package/dist/lib/ipes/src/VocStatistics/index.vue.js +6 -6
- package/dist/lib/ipes/src/common/Echarts.vue.d.ts +0 -11
- package/dist/lib/ipes/src/common/Echarts.vue.js +5 -9
- package/dist/lib/ipes/src/common/IpesPercentBar.vue.js +1 -1
- package/dist/lib/ipes/src/common/IpesProgressBar.vue.js +1 -1
- package/dist/lib/ipes/src/common/LottieAnimation.vue.js +1 -1
- package/dist/lib/ipes/src/index.d.ts +1 -0
- package/dist/lib/ipes/src/index.js +2 -0
- package/dist/lib/style.css +3967 -3917
- package/dist/lib/wgms/src/ChlorophyllAchangeRate/index.vue.js +1 -1
- package/dist/lib/wgms/src/DrinkingWaterComplianceRate/index.vue.js +5 -5
- package/dist/lib/wgms/src/FactorTopThreeRanking/index.vue.js +3 -3
- package/dist/lib/wgms/src/FactorTrendComparison/index.vue.js +1 -1
- package/dist/lib/wgms/src/KeyRiverWaterQualityEvaluation/index.vue.js +6 -6
- package/dist/lib/wgms/src/LakeRiverIndex/index.vue.js +15 -15
- package/dist/lib/wgms/src/NPTrendChange/index.vue.js +1 -1
- package/dist/lib/wgms/src/SewageOutletsOnlineMonitor/index.vue.js +7 -7
- package/dist/lib/wgms/src/WaterEnvironmentOnlineMonitor/index.vue.js +6 -6
- package/dist/lib/wgms/src/WaterQualityClassification/index.vue.js +1 -1
- package/dist/lib/wgms/src/WaterQualityStatus/index.vue.js +12 -12
- package/dist/lib/wgms/src/common/ProgressBar.vue.js +1 -1
- package/dist/lib/wgms/src/common/select-panel.vue.js +1 -1
- package/dist/lib/wgms/utils/tools.d.ts +13 -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/aims/src/FactorTargetYearPeriod/data.json.mjs +0 -88
- package/dist/es/ipes/src/TaskDispose/components/Echarts.vue.d.ts +0 -63
- package/dist/es/ipes/src/TaskDispose/components/Echarts.vue.mjs +0 -87
- package/dist/es/ipes/src/TaskDispose/components/Echarts.vue2.mjs +0 -3
- package/dist/es/ipes/src/TaskDispose/components/Echarts.vue3.mjs +0 -6
- package/dist/lib/aims/src/FactorTargetYearPeriod/data.json.js +0 -92
- package/dist/lib/ipes/src/TaskDispose/components/Echarts.vue.d.ts +0 -63
- package/dist/lib/ipes/src/TaskDispose/components/Echarts.vue.js +0 -91
- package/dist/lib/ipes/src/TaskDispose/components/Echarts.vue2.js +0 -7
- package/dist/lib/ipes/src/TaskDispose/components/Echarts.vue3.js +0 -10
|
@@ -8,7 +8,8 @@ const red_up = require('./images/red_up.png.js');
|
|
|
8
8
|
const vue = require('vue');
|
|
9
9
|
const elementPlusExpand = require('@ued_fpi/element-plus-expand');
|
|
10
10
|
const fpiTgFactorTools = require('fpi-tg-factor-tools');
|
|
11
|
-
const
|
|
11
|
+
const dayjs = require('dayjs');
|
|
12
|
+
const index = require('./api/index.js');
|
|
12
13
|
|
|
13
14
|
const _hoisted_1 = { class: "factorName" };
|
|
14
15
|
const _hoisted_2 = { class: "factorValue" };
|
|
@@ -23,42 +24,65 @@ const _hoisted_7 = /* @__PURE__ */ vue.createElementVNode("span", { class: "unit
|
|
|
23
24
|
const _hoisted_8 = { class: "period" };
|
|
24
25
|
const _hoisted_9 = /* @__PURE__ */ vue.createElementVNode("span", { class: "name" }, "同比", -1);
|
|
25
26
|
const _hoisted_10 = ["src"];
|
|
26
|
-
const clsfix = "
|
|
27
|
+
const clsfix = "dv-aims-factor-target-year-period";
|
|
27
28
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
28
29
|
__name: "index",
|
|
30
|
+
props: {
|
|
31
|
+
isUseBuiltInApi: { type: Boolean, default: true },
|
|
32
|
+
apiParams: { default: () => ({
|
|
33
|
+
time: dayjs().subtract(1, "h").valueOf(),
|
|
34
|
+
gridCode: "0101010000",
|
|
35
|
+
timeType: "year",
|
|
36
|
+
type: "county"
|
|
37
|
+
}) }
|
|
38
|
+
},
|
|
29
39
|
setup(__props) {
|
|
40
|
+
const props = __props;
|
|
30
41
|
const cardWidth = vue.ref(400);
|
|
31
42
|
const listWidth = vue.ref(0);
|
|
32
43
|
const itemWidth = vue.ref(0);
|
|
33
44
|
const factorList = vue.ref([]);
|
|
34
|
-
const
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
45
|
+
const fetchData = async () => {
|
|
46
|
+
index.getEnvironmentStatusV2(props.apiParams).then((res) => {
|
|
47
|
+
if (res.data && res.data.entries) {
|
|
48
|
+
const data = res.data.entries;
|
|
49
|
+
factorList.value = data.map((item) => {
|
|
50
|
+
const obj = {
|
|
51
|
+
factorName: item.itemName,
|
|
52
|
+
factorCode: item.factorCode,
|
|
53
|
+
value: item.thisPeriodValue,
|
|
54
|
+
target: item.targetValue,
|
|
55
|
+
ratio: item.changeRate,
|
|
56
|
+
unit: item.unit
|
|
57
|
+
};
|
|
58
|
+
if (item.factorCode === "fineRate") {
|
|
59
|
+
obj.ratioColor = obj.ratio > 0 ? "#15F3A3" : obj.ratio < 0 ? "#F84439" : "#00DEFF";
|
|
60
|
+
obj.arrowUrl = new URL((/* #__PURE__ */ Object.assign({"./images/flat.png": flat.default,"./images/green_down.png": green_down.default,"./images/red_up.png": red_up.default}))[`./images/${obj.ratio > 0 ? "green_down" : obj.ratio < 0 ? "red_up" : "flat"}.png`], self.location);
|
|
61
|
+
} else {
|
|
62
|
+
obj.color = fpiTgFactorTools.factorToColor(
|
|
63
|
+
item.factorCode,
|
|
64
|
+
obj.value,
|
|
65
|
+
"hour"
|
|
66
|
+
);
|
|
67
|
+
obj.ratioColor = obj.ratio > 0 ? "#F84439" : obj.ratio < 0 ? "#15F3A3" : "#00DEFF";
|
|
68
|
+
obj.arrowUrl = new URL((/* #__PURE__ */ Object.assign({"./images/flat.png": flat.default,"./images/green_down.png": green_down.default,"./images/red_up.png": red_up.default}))[`./images/${obj.ratio > 0 ? "red_up" : obj.ratio < 0 ? "green_down" : "flat"}.png`], self.location);
|
|
69
|
+
}
|
|
70
|
+
return obj;
|
|
71
|
+
});
|
|
72
|
+
vue.nextTick(() => {
|
|
73
|
+
itemWidth.value = (cardWidth.value - 12 * 2) / 4;
|
|
74
|
+
listWidth.value = itemWidth.value * factorList.value.length;
|
|
75
|
+
});
|
|
52
76
|
}
|
|
53
|
-
return obj;
|
|
54
|
-
});
|
|
55
|
-
vue.nextTick(() => {
|
|
56
|
-
itemWidth.value = (cardWidth.value - 12 * 2) / 4;
|
|
57
|
-
listWidth.value = itemWidth.value * factorList.value.length;
|
|
58
77
|
});
|
|
59
78
|
};
|
|
60
79
|
vue.onMounted(() => {
|
|
61
|
-
|
|
80
|
+
if (props.isUseBuiltInApi)
|
|
81
|
+
fetchData();
|
|
82
|
+
});
|
|
83
|
+
vue.watch([() => props.apiParams], () => {
|
|
84
|
+
if (props.isUseBuiltInApi)
|
|
85
|
+
fetchData();
|
|
62
86
|
});
|
|
63
87
|
return (_ctx, _cache) => {
|
|
64
88
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
@@ -102,7 +126,9 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
102
126
|
}, vue.toDisplayString(Math.abs(item.ratio)) + "%", 5),
|
|
103
127
|
vue.createElementVNode("img", {
|
|
104
128
|
src: item.arrowUrl,
|
|
105
|
-
style: vue.normalizeStyle({
|
|
129
|
+
style: vue.normalizeStyle({
|
|
130
|
+
transform: item.factorCode === "fineRate" ? "rotate(180deg)" : "none"
|
|
131
|
+
})
|
|
106
132
|
}, null, 12, _hoisted_10)
|
|
107
133
|
])
|
|
108
134
|
], 4);
|
|
@@ -10,7 +10,7 @@ const index = require('./api/index.js');
|
|
|
10
10
|
const index_vue_vue_type_script_setup_true_lang = require('../common/BasicEcharts/index.vue.js');
|
|
11
11
|
require('../common/BasicEcharts/index.vue2.js');
|
|
12
12
|
|
|
13
|
-
const clsfix = "main-pollution-year-ratio";
|
|
13
|
+
const clsfix = "dv-aims-main-pollution-year-ratio";
|
|
14
14
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
15
15
|
__name: "index",
|
|
16
16
|
props: {
|
|
@@ -10,7 +10,7 @@ const index = require('./api/index.js');
|
|
|
10
10
|
const index_vue_vue_type_script_setup_true_lang = require('../common/BasicEcharts/index.vue.js');
|
|
11
11
|
require('../common/BasicEcharts/index.vue2.js');
|
|
12
12
|
|
|
13
|
-
const clsfix = "main-pollution-year-ratio";
|
|
13
|
+
const clsfix = "dv-aims-main-pollution-year-ratio";
|
|
14
14
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
15
15
|
__name: "index",
|
|
16
16
|
props: {
|
|
@@ -10,7 +10,7 @@ const index = require('./api/index.js');
|
|
|
10
10
|
const index_vue_vue_type_script_setup_true_lang = require('../common/BasicEcharts/index.vue.js');
|
|
11
11
|
require('../common/BasicEcharts/index.vue2.js');
|
|
12
12
|
|
|
13
|
-
const clsfix = "
|
|
13
|
+
const clsfix = "dv-aims-mul-grid-air-quality-level-month-ratio";
|
|
14
14
|
const noDataColor = "rgb(255, 255, 255, 0.5)";
|
|
15
15
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
16
16
|
__name: "index",
|
|
@@ -10,7 +10,7 @@ const index = require('./api/index.js');
|
|
|
10
10
|
const index_vue_vue_type_script_setup_true_lang = require('../common/BasicEcharts/index.vue.js');
|
|
11
11
|
require('../common/BasicEcharts/index.vue2.js');
|
|
12
12
|
|
|
13
|
-
const clsfix = "cieq-
|
|
13
|
+
const clsfix = "dv-aims-mul-grid-cieq-contribution-month-ratio";
|
|
14
14
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
15
15
|
__name: "index",
|
|
16
16
|
props: {
|
|
@@ -16,7 +16,7 @@ const upSvg = `<i style='width: 14px;font-size: 14px;display: inline-block;'>
|
|
|
16
16
|
const downSvg = `<i style='width: 14px;font-size: 14px;display: inline-block;'>
|
|
17
17
|
<svg viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" data-v-ea893728=""><path fill="green" d="M544 805.888V168a32 32 0 1 0-64 0v637.888L246.656 557.952a30.72 30.72 0 0 0-45.312 0 35.52 35.52 0 0 0 0 48.064l288 306.048a30.72 30.72 0 0 0 45.312 0l288-306.048a35.52 35.52 0 0 0 0-48 30.72 30.72 0 0 0-45.312 0L544 805.824z"></path></svg>
|
|
18
18
|
</i>`;
|
|
19
|
-
const clsfix = "
|
|
19
|
+
const clsfix = "dv-aims-tb-hb-analysis";
|
|
20
20
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
21
21
|
__name: "index",
|
|
22
22
|
props: {
|
|
@@ -16,7 +16,7 @@ const _hoisted_1 = { class: "condition" };
|
|
|
16
16
|
const _hoisted_2 = ["src"];
|
|
17
17
|
const _hoisted_3 = { class: "condition-value" };
|
|
18
18
|
const _hoisted_4 = { class: "unit" };
|
|
19
|
-
const className = "
|
|
19
|
+
const className = "dv-aims-weather-condition";
|
|
20
20
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
21
21
|
__name: "index",
|
|
22
22
|
props: {
|
|
@@ -4,7 +4,7 @@ Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toString
|
|
|
4
4
|
|
|
5
5
|
const vue = require('vue');
|
|
6
6
|
|
|
7
|
-
const clsfix = "
|
|
7
|
+
const clsfix = "dv-aims-basic-card";
|
|
8
8
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
9
9
|
__name: "index",
|
|
10
10
|
props: {
|
|
@@ -15,7 +15,7 @@ const _hoisted_1 = /* @__PURE__ */ vue.createElementVNode("g", null, [
|
|
|
15
15
|
const _hoisted_2 = [
|
|
16
16
|
_hoisted_1
|
|
17
17
|
];
|
|
18
|
-
const clsfix = "
|
|
18
|
+
const clsfix = "dv-aims-basic-dialog";
|
|
19
19
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
20
20
|
__name: "index",
|
|
21
21
|
props: {
|
|
@@ -7,7 +7,7 @@ require('element-plus/es/components/base/style/css');
|
|
|
7
7
|
require('element-plus/es/components/scrollbar/style/css');
|
|
8
8
|
const vue = require('vue');
|
|
9
9
|
|
|
10
|
-
const clsfix = "
|
|
10
|
+
const clsfix = "dv-aims-basic-panel";
|
|
11
11
|
const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
12
12
|
__name: "index",
|
|
13
13
|
props: {
|
|
@@ -28,7 +28,7 @@ function _interopNamespaceDefault(e) {
|
|
|
28
28
|
|
|
29
29
|
const echarts__namespace = /*#__PURE__*/_interopNamespaceDefault(echarts);
|
|
30
30
|
|
|
31
|
-
const _hoisted_1 = { class: "algae-monitoring-box" };
|
|
31
|
+
const _hoisted_1 = { class: "dv-bmp-algae-monitoring-box" };
|
|
32
32
|
const _hoisted_2 = { class: "algae-monitoring-echarts" };
|
|
33
33
|
const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("div", { class: "abso-pie" }, null, -1);
|
|
34
34
|
const _hoisted_4 = { class: "algae-monitoring-items" };
|
|
@@ -134,7 +134,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
134
134
|
};
|
|
135
135
|
return (_ctx, _cache) => {
|
|
136
136
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
137
|
-
class: "tab-item",
|
|
137
|
+
class: "dv-bmp-tab-item",
|
|
138
138
|
style: vue.normalizeStyle({ height: `${__props.height}px`, width: `${__props.width}px` })
|
|
139
139
|
}, [
|
|
140
140
|
vue.createElementVNode("div", _hoisted_1, vue.toDisplayString(__props.title), 1),
|
|
@@ -8,7 +8,7 @@ require('element-plus/es/components/scrollbar/style/css');
|
|
|
8
8
|
const vue = require('vue');
|
|
9
9
|
const index = require('./api/index.js');
|
|
10
10
|
|
|
11
|
-
const _hoisted_1 = { class: "event-list" };
|
|
11
|
+
const _hoisted_1 = { class: "dv-bmp-event-list" };
|
|
12
12
|
const _hoisted_2 = { class: "custom-table" };
|
|
13
13
|
const _hoisted_3 = { class: "custom-table-header" };
|
|
14
14
|
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("div", {
|
|
@@ -137,7 +137,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
137
137
|
};
|
|
138
138
|
return (_ctx, _cache) => {
|
|
139
139
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
140
|
-
class: "tab-item",
|
|
140
|
+
class: "dv-bmp-tab-item",
|
|
141
141
|
style: vue.normalizeStyle({ height: `${__props.height}px`, width: `${__props.width}px` })
|
|
142
142
|
}, [
|
|
143
143
|
vue.createElementVNode("div", _hoisted_1, vue.toDisplayString(__props.title), 1),
|
package/dist/lib/index.js
CHANGED
|
@@ -2,10 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
4
|
|
|
5
|
-
const index$
|
|
6
|
-
const index$
|
|
7
|
-
const index$
|
|
8
|
-
const index$
|
|
5
|
+
const index$1b = require('./aims/index.js');
|
|
6
|
+
const index$1d = require('./ipes/index.js');
|
|
7
|
+
const index$1c = require('./wgms/index.js');
|
|
8
|
+
const index$1e = require('./bmp/index.js');
|
|
9
9
|
const utils = require('./utils.js');
|
|
10
10
|
const index$1 = require('./aims/src/common/BasicCard/index.js');
|
|
11
11
|
const index$2 = require('./aims/src/common/BasicDialog/index.js');
|
|
@@ -53,40 +53,41 @@ const index$H = require('./ipes/src/EnvironmentalProtection/index.js');
|
|
|
53
53
|
const index$I = require('./ipes/src/GasControl/index.js');
|
|
54
54
|
const index$J = require('./ipes/src/StreetLightingManagement/index.js');
|
|
55
55
|
const index$K = require('./ipes/src/EmergencyResources/index.js');
|
|
56
|
-
const index$L = require('./
|
|
57
|
-
const index$M = require('./wgms/src/
|
|
58
|
-
const index$N = require('./wgms/src/
|
|
59
|
-
const index$O = require('./wgms/src/
|
|
60
|
-
const index$P = require('./wgms/src/
|
|
61
|
-
const index$Q = require('./wgms/src/
|
|
62
|
-
const index$R = require('./wgms/src/
|
|
63
|
-
const index$S = require('./wgms/src/
|
|
64
|
-
const index$T = require('./wgms/src/
|
|
65
|
-
const index$U = require('./wgms/src/
|
|
66
|
-
const index$V = require('./wgms/src/
|
|
67
|
-
const index$W = require('./wgms/src/
|
|
68
|
-
const index$X = require('./wgms/src/
|
|
69
|
-
const index$Y = require('./wgms/src/
|
|
70
|
-
const index$Z = require('./wgms/src/
|
|
71
|
-
const index$_ = require('./wgms/src/
|
|
72
|
-
const index$$ = require('./wgms/src/
|
|
73
|
-
const index$10 = require('./wgms/src/
|
|
74
|
-
const index$11 = require('./wgms/src/
|
|
75
|
-
const index$12 = require('./wgms/src/
|
|
76
|
-
const index$13 = require('./wgms/src/
|
|
77
|
-
const index$14 = require('./wgms/src/
|
|
78
|
-
const index$15 = require('./wgms/src/
|
|
79
|
-
const index$16 = require('./
|
|
80
|
-
const index$17 = require('./bmp/src/
|
|
81
|
-
const index$18 = require('./bmp/src/
|
|
82
|
-
const index$19 = require('./bmp/src/
|
|
56
|
+
const index$L = require('./ipes/src/EmergencyManage/index.js');
|
|
57
|
+
const index$M = require('./wgms/src/EnvironmentalAnalysis/index.js');
|
|
58
|
+
const index$N = require('./wgms/src/WaterQualityClassification/index.js');
|
|
59
|
+
const index$O = require('./wgms/src/WaterQualityStatus/index.js');
|
|
60
|
+
const index$P = require('./wgms/src/WaterQualityRainfall/index.js');
|
|
61
|
+
const index$Q = require('./wgms/src/WaterEnvironmentOnlineMonitor/index.js');
|
|
62
|
+
const index$R = require('./wgms/src/SewageOutletsOnlineMonitor/index.js');
|
|
63
|
+
const index$S = require('./wgms/src/KeyRiverWaterQualityEvaluation/index.js');
|
|
64
|
+
const index$T = require('./wgms/src/DrinkingWaterComplianceRate/index.js');
|
|
65
|
+
const index$U = require('./wgms/src/SevenDayKline/index.js');
|
|
66
|
+
const index$V = require('./wgms/src/SurroundingPollution/index.js');
|
|
67
|
+
const index$W = require('./wgms/src/AuxiliaryJudgment/index.js');
|
|
68
|
+
const index$X = require('./wgms/src/UpstreamImpact/index.js');
|
|
69
|
+
const index$Y = require('./wgms/src/CrossSectionCorrelation/index.js');
|
|
70
|
+
const index$Z = require('./wgms/src/UpstreamSection/index.js');
|
|
71
|
+
const index$_ = require('./wgms/src/SubordinateRanking/index.js');
|
|
72
|
+
const index$$ = require('./wgms/src/ChlorophyllAchangeRate/index.js');
|
|
73
|
+
const index$10 = require('./wgms/src/FactorTopThreeRanking/index.js');
|
|
74
|
+
const index$11 = require('./wgms/src/DistributionPoints/index.js');
|
|
75
|
+
const index$12 = require('./wgms/src/LakeRiverIndex/index.js');
|
|
76
|
+
const index$13 = require('./wgms/src/ChangesAlongTheProcess/index.js');
|
|
77
|
+
const index$14 = require('./wgms/src/FactorTrendComparison/index.js');
|
|
78
|
+
const index$15 = require('./wgms/src/NPTrendChange/index.js');
|
|
79
|
+
const index$16 = require('./wgms/src/PollutionSourceControl/index.js');
|
|
80
|
+
const index$17 = require('./bmp/src/AlgaeMonitoring/index.js');
|
|
81
|
+
const index$18 = require('./bmp/src/EarlyWarningEvent/index.js');
|
|
82
|
+
const index$19 = require('./bmp/src/ReportEvent/index.js');
|
|
83
|
+
const index$1a = require('./bmp/src/EventList/index.js');
|
|
83
84
|
|
|
84
85
|
const index = {
|
|
85
86
|
install: (app) => {
|
|
86
|
-
index$1a.default.install(app);
|
|
87
87
|
index$1b.default.install(app);
|
|
88
88
|
index$1c.default.install(app);
|
|
89
89
|
index$1d.default.install(app);
|
|
90
|
+
index$1e.default.install(app);
|
|
90
91
|
}
|
|
91
92
|
};
|
|
92
93
|
|
|
@@ -137,31 +138,32 @@ exports.DvIpesEnvironmentalProtection = index$H.DvIpesEnvironmentalProtection;
|
|
|
137
138
|
exports.DvIpesGasControl = index$I.DvIpesGasControl;
|
|
138
139
|
exports.DvIpesStreetLightingManagement = index$J.DvIpesStreetLightingManagement;
|
|
139
140
|
exports.DvIpesEmergencyResources = index$K.DvIpesEmergencyResources;
|
|
140
|
-
exports.
|
|
141
|
-
exports.
|
|
142
|
-
exports.
|
|
143
|
-
exports.
|
|
144
|
-
exports.
|
|
145
|
-
exports.
|
|
146
|
-
exports.
|
|
147
|
-
exports.
|
|
148
|
-
exports.
|
|
149
|
-
exports.
|
|
150
|
-
exports.
|
|
151
|
-
exports.
|
|
152
|
-
exports.
|
|
153
|
-
exports.
|
|
154
|
-
exports.
|
|
155
|
-
exports.
|
|
156
|
-
exports.
|
|
157
|
-
exports.
|
|
158
|
-
exports.
|
|
159
|
-
exports.
|
|
160
|
-
exports.
|
|
161
|
-
exports.
|
|
162
|
-
exports.
|
|
163
|
-
exports.
|
|
164
|
-
exports.
|
|
165
|
-
exports.
|
|
166
|
-
exports.
|
|
141
|
+
exports.DvIpesEmergencyManage = index$L.DvIpesEmergencyManage;
|
|
142
|
+
exports.DvWgmsEnvironmentalAnalysis = index$M.DvWgmsEnvironmentalAnalysis;
|
|
143
|
+
exports.DvWgmsWaterQualityClassification = index$N.DvWgmsWaterQualityClassification;
|
|
144
|
+
exports.DvWgmsWaterQualityStatus = index$O.DvWgmsWaterQualityStatus;
|
|
145
|
+
exports.DvWgmsWaterQualityRainfall = index$P.DvWgmsWaterQualityRainfall;
|
|
146
|
+
exports.DvWgmsWaterEnvironmentOnlineMonitor = index$Q.DvWgmsWaterEnvironmentOnlineMonitor;
|
|
147
|
+
exports.DvWgmsSewageOutletsOnlineMonitor = index$R.DvWgmsSewageOutletsOnlineMonitor;
|
|
148
|
+
exports.DvWgmsKeyRiverWaterQualityEvaluation = index$S.DvWgmsKeyRiverWaterQualityEvaluation;
|
|
149
|
+
exports.DrinkingWaterComplianceRate = index$T.DrinkingWaterComplianceRate;
|
|
150
|
+
exports.DvWgmsSevenDayKline = index$U.DvWgmsSevenDayKline;
|
|
151
|
+
exports.DvWgmsSurroundingPollution = index$V.DvWgmsSurroundingPollution;
|
|
152
|
+
exports.DvWgmsAuxiliaryJudgment = index$W.DvWgmsAuxiliaryJudgment;
|
|
153
|
+
exports.DvWgmsUpstreamImpact = index$X.DvWgmsUpstreamImpact;
|
|
154
|
+
exports.DvWgmsCrossSectionCorrelation = index$Y.DvWgmsCrossSectionCorrelation;
|
|
155
|
+
exports.DvWgmsUpstreamSection = index$Z.DvWgmsUpstreamSection;
|
|
156
|
+
exports.DvWgmsSubordinateRanking = index$_.DvWgmsSubordinateRanking;
|
|
157
|
+
exports.DvWgmsChlorophyllAChangeRate = index$$.DvWgmsChlorophyllAChangeRate;
|
|
158
|
+
exports.DvWgmsFactorTopThreeRanking = index$10.DvWgmsFactorTopThreeRanking;
|
|
159
|
+
exports.DvWgmsDistributionPoints = index$11.DvWgmsDistributionPoints;
|
|
160
|
+
exports.DvWgmsLakeRiverIndex = index$12.DvWgmsLakeRiverIndex;
|
|
161
|
+
exports.DvWgmsChangesAlongTheProcess = index$13.DvWgmsChangesAlongTheProcess;
|
|
162
|
+
exports.DvWgmsFactorTrendComparison = index$14.DvWgmsFactorTrendComparison;
|
|
163
|
+
exports.DvWgmsNPTrendChange = index$15.DvWgmsNPTrendChange;
|
|
164
|
+
exports.DvWgmsPollutionSourceControl = index$16.DvWgmsPollutionSourceControl;
|
|
165
|
+
exports.DvBmpAlgaeMonitoring = index$17.DvBmpAlgaeMonitoring;
|
|
166
|
+
exports.DvBmpEarlyWarningEvent = index$18.DvBmpEarlyWarningEvent;
|
|
167
|
+
exports.DvBmpReportEvent = index$19.DvBmpReportEvent;
|
|
168
|
+
exports.DvBmpEventList = index$1a.DvBmpEventList;
|
|
167
169
|
exports.default = index;
|
package/dist/lib/ipes/index.js
CHANGED
|
@@ -2,16 +2,16 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
|
|
4
4
|
|
|
5
|
-
const index$
|
|
5
|
+
const index$q = require('./src/index.js');
|
|
6
6
|
|
|
7
7
|
const ipes = {
|
|
8
8
|
install: (app) => {
|
|
9
|
-
for (const c in index$
|
|
10
|
-
const currCom = index$
|
|
9
|
+
for (const c in index$q) {
|
|
10
|
+
const currCom = index$q[c];
|
|
11
11
|
if (currCom.__name === "index")
|
|
12
12
|
app.component(c, currCom);
|
|
13
13
|
else
|
|
14
|
-
app.use(index$
|
|
14
|
+
app.use(index$q[c]);
|
|
15
15
|
}
|
|
16
16
|
}
|
|
17
17
|
};
|
|
@@ -11,7 +11,7 @@ const blue_1 = require('./images/blue_1.svg.js');
|
|
|
11
11
|
const request = require('../../service/request.js');
|
|
12
12
|
const newNodata = require('./images/new-nodata.svg.js');
|
|
13
13
|
|
|
14
|
-
const _hoisted_1 = { class: "air-pollution" };
|
|
14
|
+
const _hoisted_1 = { class: "dv-ipes-air-pollution" };
|
|
15
15
|
const _hoisted_2 = { class: "enterprise-statistics" };
|
|
16
16
|
const _hoisted_3 = { class: "statistics-charts" };
|
|
17
17
|
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("img", {
|
|
@@ -9,7 +9,7 @@ const vue = require('vue');
|
|
|
9
9
|
const LottieAnimation_vue_vue_type_script_setup_true_lang = require('../common/LottieAnimation.vue.js');
|
|
10
10
|
const request = require('../../service/request.js');
|
|
11
11
|
|
|
12
|
-
const _hoisted_1 = { class: "air-quality" };
|
|
12
|
+
const _hoisted_1 = { class: "dv-ipes-air-quality" };
|
|
13
13
|
const _hoisted_2 = { class: "real-time-air" };
|
|
14
14
|
const _hoisted_3 = { class: "real-time-air-up" };
|
|
15
15
|
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("span", { class: "real-title" }, "实时空气质量", -1);
|
|
@@ -11,7 +11,7 @@ const blue_1 = require('./images/blue_1.svg.js');
|
|
|
11
11
|
const LottieAnimation_vue_vue_type_script_setup_true_lang = require('../common/LottieAnimation.vue.js');
|
|
12
12
|
const request = require('../../service/request.js');
|
|
13
13
|
|
|
14
|
-
const _hoisted_1 = { class: "
|
|
14
|
+
const _hoisted_1 = { class: "dv-ipes-airQuality-management" };
|
|
15
15
|
const _hoisted_2 = { class: "real-time-air" };
|
|
16
16
|
const _hoisted_3 = { class: "real-time-air-up" };
|
|
17
17
|
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("span", { class: "real-title" }, "实时空气质量", -1);
|
|
@@ -27,31 +27,32 @@ const _hoisted_12 = {
|
|
|
27
27
|
style: { "min-height": "172px" }
|
|
28
28
|
};
|
|
29
29
|
const _hoisted_13 = /* @__PURE__ */ vue.createElementVNode("div", { class: "title" }, " 年度空气质量考核 ", -1);
|
|
30
|
-
const _hoisted_14 = { class: "
|
|
31
|
-
const _hoisted_15 =
|
|
30
|
+
const _hoisted_14 = { class: "chart-box" };
|
|
31
|
+
const _hoisted_15 = { class: "shineImgBox" };
|
|
32
|
+
const _hoisted_16 = /* @__PURE__ */ vue.createElementVNode("img", {
|
|
32
33
|
class: "img_one",
|
|
33
34
|
src: blue_2.default
|
|
34
35
|
}, null, -1);
|
|
35
|
-
const
|
|
36
|
+
const _hoisted_17 = /* @__PURE__ */ vue.createElementVNode("img", {
|
|
36
37
|
class: "img_two",
|
|
37
38
|
src: blue_1.default
|
|
38
39
|
}, null, -1);
|
|
39
|
-
const
|
|
40
|
-
const
|
|
41
|
-
const
|
|
42
|
-
const
|
|
43
|
-
const
|
|
44
|
-
const
|
|
45
|
-
const
|
|
46
|
-
const
|
|
47
|
-
const
|
|
40
|
+
const _hoisted_18 = { class: "legendBox" };
|
|
41
|
+
const _hoisted_19 = { class: "flex mgb7" };
|
|
42
|
+
const _hoisted_20 = /* @__PURE__ */ vue.createElementVNode("span", { class: "name" }, "优良率", -1);
|
|
43
|
+
const _hoisted_21 = { class: "value" };
|
|
44
|
+
const _hoisted_22 = { class: "flex mgb14" };
|
|
45
|
+
const _hoisted_23 = /* @__PURE__ */ vue.createElementVNode("span", { class: "name" }, "目标", -1);
|
|
46
|
+
const _hoisted_24 = { class: "value value2" };
|
|
47
|
+
const _hoisted_25 = { class: "tableList" };
|
|
48
|
+
const _hoisted_26 = /* @__PURE__ */ vue.createElementVNode("div", { class: "flex mgb8" }, [
|
|
48
49
|
/* @__PURE__ */ vue.createElementVNode("div", { class: "th" }, " 因子名 "),
|
|
49
50
|
/* @__PURE__ */ vue.createElementVNode("div", { class: "th" }, " 均值/目标值 ")
|
|
50
51
|
], -1);
|
|
51
|
-
const _hoisted_26 = { class: "tr" };
|
|
52
52
|
const _hoisted_27 = { class: "tr" };
|
|
53
|
-
const _hoisted_28 = { class: "
|
|
54
|
-
const _hoisted_29 = { class: "
|
|
53
|
+
const _hoisted_28 = { class: "tr" };
|
|
54
|
+
const _hoisted_29 = { class: "value1" };
|
|
55
|
+
const _hoisted_30 = { class: "value2" };
|
|
55
56
|
const __default__ = {
|
|
56
57
|
name: "DvIpesAirQualityManagement",
|
|
57
58
|
title: "空气质量达标"
|
|
@@ -229,26 +230,28 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
229
230
|
vue.createElementVNode("div", _hoisted_12, [
|
|
230
231
|
_hoisted_13,
|
|
231
232
|
vue.createElementVNode("div", _hoisted_14, [
|
|
232
|
-
vue.createElementVNode("div",
|
|
233
|
-
|
|
234
|
-
|
|
235
|
-
|
|
236
|
-
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
vue.createElementVNode("div", _hoisted_17, [
|
|
241
|
-
vue.createElementVNode("div", _hoisted_18, [
|
|
242
|
-
_hoisted_19,
|
|
243
|
-
vue.createElementVNode("span", _hoisted_20, vue.toDisplayString(airQualityObj.value.yearRatio || "--") + "%", 1)
|
|
233
|
+
vue.createElementVNode("div", _hoisted_15, [
|
|
234
|
+
vue.createElementVNode("div", {
|
|
235
|
+
ref_key: "kqzhChart",
|
|
236
|
+
ref: kqzhChart,
|
|
237
|
+
class: "kqzhChart"
|
|
238
|
+
}, null, 512),
|
|
239
|
+
_hoisted_16,
|
|
240
|
+
_hoisted_17
|
|
244
241
|
]),
|
|
245
|
-
vue.createElementVNode("div",
|
|
246
|
-
|
|
247
|
-
|
|
242
|
+
vue.createElementVNode("div", _hoisted_18, [
|
|
243
|
+
vue.createElementVNode("div", _hoisted_19, [
|
|
244
|
+
_hoisted_20,
|
|
245
|
+
vue.createElementVNode("span", _hoisted_21, vue.toDisplayString(airQualityObj.value.yearRatio || "--") + "%", 1)
|
|
246
|
+
]),
|
|
247
|
+
vue.createElementVNode("div", _hoisted_22, [
|
|
248
|
+
_hoisted_23,
|
|
249
|
+
vue.createElementVNode("span", _hoisted_24, vue.toDisplayString(airQualityObj.value.goal || "--") + "%", 1)
|
|
250
|
+
])
|
|
248
251
|
])
|
|
249
252
|
]),
|
|
250
|
-
vue.createElementVNode("div",
|
|
251
|
-
|
|
253
|
+
vue.createElementVNode("div", _hoisted_25, [
|
|
254
|
+
_hoisted_26,
|
|
252
255
|
vue.createVNode(_component_i_scrollbar, {
|
|
253
256
|
ref: "scroll",
|
|
254
257
|
style: { "max-height": "46px" },
|
|
@@ -261,10 +264,10 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
|
|
|
261
264
|
key: index,
|
|
262
265
|
class: "flex mgb8"
|
|
263
266
|
}, [
|
|
264
|
-
vue.createElementVNode("div",
|
|
265
|
-
vue.createElementVNode("div",
|
|
266
|
-
vue.createElementVNode("span",
|
|
267
|
-
vue.createElementVNode("span",
|
|
267
|
+
vue.createElementVNode("div", _hoisted_27, vue.toDisplayString(item.factorName), 1),
|
|
268
|
+
vue.createElementVNode("div", _hoisted_28, [
|
|
269
|
+
vue.createElementVNode("span", _hoisted_29, vue.toDisplayString(item.factorValue || "--"), 1),
|
|
270
|
+
vue.createElementVNode("span", _hoisted_30, "/ " + vue.toDisplayString(item.targetValue || "--"), 1)
|
|
268
271
|
])
|
|
269
272
|
]);
|
|
270
273
|
}), 128))
|
|
@@ -14,7 +14,7 @@ const alarm = require('./images/alarm.png.js');
|
|
|
14
14
|
const newNodata = require('./images/new-nodata.svg.js');
|
|
15
15
|
const modeluIcon = require('./images/modeluIcon.png.js');
|
|
16
16
|
|
|
17
|
-
const _hoisted_1 = { class: "alarm-manage" };
|
|
17
|
+
const _hoisted_1 = { class: "dv-ipes-alarm-manage" };
|
|
18
18
|
const _hoisted_2 = { class: "module-title flex" };
|
|
19
19
|
const _hoisted_3 = { class: "title flex" };
|
|
20
20
|
const _hoisted_4 = ["src"];
|
|
@@ -11,7 +11,7 @@ const request = require('../../service/request.js');
|
|
|
11
11
|
const IpesProgressBar = require('../common/IpesProgressBar.vue.js');
|
|
12
12
|
const iconPercent = require('./images/icon-percent.png.js');
|
|
13
13
|
|
|
14
|
-
const _hoisted_1 = { class: "
|
|
14
|
+
const _hoisted_1 = { class: "dv-ipes-business-manage" };
|
|
15
15
|
const _hoisted_2 = { class: "device-row" };
|
|
16
16
|
const _hoisted_3 = { class: "device-row__info" };
|
|
17
17
|
const _hoisted_4 = { class: "device-row__percent" };
|
|
@@ -8,11 +8,11 @@ const user = require('./images/user.png.js');
|
|
|
8
8
|
require('./index.vue3.js');
|
|
9
9
|
const _pluginVue_exportHelper = require('../../../_virtual/_plugin-vue_export-helper.js');
|
|
10
10
|
|
|
11
|
-
const _hoisted_1 = { class: "
|
|
12
|
-
const _hoisted_2 = { class: "env-mg flex" };
|
|
11
|
+
const _hoisted_1 = { class: "dv-ipes-emergency-duty" };
|
|
12
|
+
const _hoisted_2 = { class: "env-mg dv-ipes-flex-bw-c" };
|
|
13
13
|
const _hoisted_3 = {
|
|
14
14
|
key: 0,
|
|
15
|
-
class: "list-user flex"
|
|
15
|
+
class: "list-user dv-ipes-flex-bw-c"
|
|
16
16
|
};
|
|
17
17
|
const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("img", {
|
|
18
18
|
class: "left",
|
|
@@ -26,7 +26,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
26
26
|
(vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList($setup.panelData, (item, index) => {
|
|
27
27
|
return vue.openBlock(), vue.createElementBlock("div", {
|
|
28
28
|
key: index,
|
|
29
|
-
class: "list flex",
|
|
29
|
+
class: "list dv-ipes-flex-bw-c",
|
|
30
30
|
style: vue.normalizeStyle({
|
|
31
31
|
"margin-top": item.isTop ? "4px" : 0,
|
|
32
32
|
"background-image": `url(${$setup.getImg(`${item.borderName}`)})`
|
|
@@ -37,7 +37,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
|
|
|
37
37
|
vue.createElementVNode("div", _hoisted_5, [
|
|
38
38
|
vue.createElementVNode("span", null, vue.toDisplayString(item.label), 1),
|
|
39
39
|
vue.createElementVNode("div", {
|
|
40
|
-
class: "name single-overflow",
|
|
40
|
+
class: "name dv-ipes-single-overflow",
|
|
41
41
|
title: item.name
|
|
42
42
|
}, vue.toDisplayString(item.name), 9, _hoisted_6)
|
|
43
43
|
])
|