@ued_fpi/data-visual 1.2.27 → 1.2.29

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.
Files changed (107) hide show
  1. package/dist/es/index.mjs +1 -2
  2. package/dist/es/ipes/src/AnnualEventStatistics/index.vue.mjs +3 -3
  3. package/dist/es/ipes/src/BasicSecurityManagement/index.vue.mjs +1 -1
  4. package/dist/es/ipes/src/DisasterWarning/index.vue.mjs +9 -3
  5. package/dist/es/ipes/src/EmengercyPlan/index.vue.mjs +1 -1
  6. package/dist/es/ipes/src/EmergencyWatch/index.vue.mjs +9 -16
  7. package/dist/es/ipes/src/EnterpriseProtectionCode/index.vue.mjs +1 -1
  8. package/dist/es/ipes/src/EventTracking/components/ListItem.vue.mjs +40 -0
  9. package/dist/es/ipes/src/{GeneralManagement → EventTracking}/components/Tabs.vue.mjs +11 -6
  10. package/dist/es/ipes/src/EventTracking/images/item-missionSuperviseStatus.png.mjs +3 -0
  11. package/dist/es/ipes/src/EventTracking/index.vue.mjs +168 -0
  12. package/dist/es/ipes/src/GasControl/index.vue.mjs +1 -1
  13. package/dist/es/ipes/src/GroundwaterMonitor/index.vue.mjs +14 -7
  14. package/dist/es/ipes/src/HazardousWasteManagement/index.vue.mjs +19 -4
  15. package/dist/es/ipes/src/HomeworkVolumeTrend/index.vue.mjs +25 -9
  16. package/dist/es/ipes/src/Level3AirDefense/components/PercentageItem.vue.mjs +3 -3
  17. package/dist/es/ipes/src/RiskClassification/index.vue.mjs +3 -5
  18. package/dist/es/ipes/src/TodayWork/index.vue.mjs +6 -3
  19. package/dist/es/ipes/src/WasteGas/index.vue.mjs +3 -11
  20. package/dist/es/ipes/src/WasteWater/index.vue.mjs +3 -11
  21. package/dist/es/ipes/src/WastewaterTargetRate/index.vue.mjs +22 -4
  22. package/dist/es/ipes/src/WaterQualityStandard/index.vue.mjs +8 -7
  23. package/dist/es/ipes/src/common/NoData.vue.mjs +20 -0
  24. package/dist/es/ipes/src/common/NoData.vue2.mjs +3 -0
  25. package/dist/es/ipes/src/common/NoData.vue3.mjs +6 -0
  26. package/dist/es/ipes/src/common/images/noData.svg.mjs +3 -0
  27. package/dist/es/ipes/src/index.mjs +1 -2
  28. package/dist/es/style.css +1 -1
  29. package/dist/es/wgms/src/ChangeAlongRiver/index.vue.mjs +6 -3
  30. package/dist/es/wgms/src/DistributionOfWaterQualityLevels/index.vue.mjs +3 -3
  31. package/dist/es/wgms/src/DrinkingWaterComplianceRate/index.vue.mjs +5 -6
  32. package/dist/es/wgms/src/RegionalQualityAnalysis/index.vue.mjs +24 -13
  33. package/dist/es/wgms/src/UpstreamImpact/index.vue.mjs +7 -4
  34. package/dist/es/wgms/src/WaterQualityRainfall/index.vue.mjs +12 -10
  35. package/dist/es/wgms/src/WaterQualitySituation/index.vue.mjs +29 -22
  36. package/dist/es/wgms/src/WaterQualityStatesAnalysis/index.vue.mjs +11 -6
  37. package/dist/es/wgms/src/common/popup-table.vue.mjs +1 -1
  38. package/dist/es/wgms/utils/echarts/echartsOptions.mjs +2 -2
  39. package/dist/es/wgms/utils/tools.mjs +7 -1
  40. package/dist/lib/index.js +216 -218
  41. package/dist/lib/ipes/index.js +4 -4
  42. package/dist/lib/ipes/src/AnnualEventStatistics/index.vue.js +3 -3
  43. package/dist/lib/ipes/src/BasicSecurityManagement/index.vue.js +1 -1
  44. package/dist/lib/ipes/src/DisasterWarning/index.vue.js +8 -2
  45. package/dist/lib/ipes/src/EmengercyPlan/index.vue.js +1 -1
  46. package/dist/lib/ipes/src/EmergencyWatch/index.vue.js +8 -15
  47. package/dist/lib/ipes/src/EnterpriseProtectionCode/index.vue.js +1 -1
  48. package/dist/lib/ipes/src/EventTracking/components/ListItem.vue.js +44 -0
  49. package/dist/lib/ipes/src/{GeneralManagement → EventTracking}/components/Tabs.vue.js +10 -5
  50. package/dist/lib/ipes/src/EventTracking/images/item-missionSuperviseStatus.png.js +7 -0
  51. package/dist/lib/ipes/src/EventTracking/index.vue.js +172 -0
  52. package/dist/lib/ipes/src/GasControl/index.vue.js +1 -1
  53. package/dist/lib/ipes/src/GroundwaterMonitor/index.vue.js +13 -6
  54. package/dist/lib/ipes/src/HazardousWasteManagement/index.vue.js +18 -3
  55. package/dist/lib/ipes/src/HomeworkVolumeTrend/index.vue.js +24 -8
  56. package/dist/lib/ipes/src/Level3AirDefense/components/PercentageItem.vue.js +3 -3
  57. package/dist/lib/ipes/src/RiskClassification/index.vue.js +3 -5
  58. package/dist/lib/ipes/src/TodayWork/index.vue.js +5 -2
  59. package/dist/lib/ipes/src/WasteGas/index.vue.js +2 -10
  60. package/dist/lib/ipes/src/WasteWater/index.vue.js +2 -10
  61. package/dist/lib/ipes/src/WastewaterTargetRate/index.vue.js +21 -3
  62. package/dist/lib/ipes/src/WaterQualityStandard/index.vue.js +7 -6
  63. package/dist/lib/ipes/src/common/NoData.vue.js +24 -0
  64. package/dist/lib/ipes/src/common/NoData.vue2.js +7 -0
  65. package/dist/lib/ipes/src/common/NoData.vue3.js +10 -0
  66. package/dist/lib/ipes/src/common/images/noData.svg.js +7 -0
  67. package/dist/lib/ipes/src/index.js +107 -109
  68. package/dist/lib/style.css +1 -1
  69. package/dist/lib/wgms/src/ChangeAlongRiver/index.vue.js +6 -3
  70. package/dist/lib/wgms/src/DistributionOfWaterQualityLevels/index.vue.js +3 -3
  71. package/dist/lib/wgms/src/DrinkingWaterComplianceRate/index.vue.js +5 -6
  72. package/dist/lib/wgms/src/RegionalQualityAnalysis/index.vue.js +23 -12
  73. package/dist/lib/wgms/src/UpstreamImpact/index.vue.js +7 -4
  74. package/dist/lib/wgms/src/WaterQualityRainfall/index.vue.js +11 -9
  75. package/dist/lib/wgms/src/WaterQualitySituation/index.vue.js +29 -22
  76. package/dist/lib/wgms/src/WaterQualityStatesAnalysis/index.vue.js +11 -6
  77. package/dist/lib/wgms/src/common/popup-table.vue.js +1 -1
  78. package/dist/lib/wgms/utils/echarts/echartsOptions.js +2 -2
  79. package/dist/lib/wgms/utils/tools.js +7 -0
  80. package/dist/style/style-ipes.css +1 -1
  81. package/package.json +2 -2
  82. package/dist/es/ipes/src/GeneralManagement/components/ListItem.vue.mjs +0 -35
  83. package/dist/es/ipes/src/GeneralManagement/index.vue.mjs +0 -60
  84. package/dist/es/ipes/src/KeyProblemEnterprises/index.mjs +0 -7
  85. package/dist/es/ipes/src/KeyProblemEnterprises/index.vue.mjs +0 -63
  86. package/dist/es/ipes/src/KeyProblemEnterprises/index.vue2.mjs +0 -3
  87. package/dist/es/ipes/src/KeyProblemEnterprises/index.vue3.mjs +0 -6
  88. package/dist/lib/ipes/src/GeneralManagement/components/ListItem.vue.js +0 -39
  89. package/dist/lib/ipes/src/GeneralManagement/index.vue.js +0 -64
  90. package/dist/lib/ipes/src/KeyProblemEnterprises/index.js +0 -12
  91. package/dist/lib/ipes/src/KeyProblemEnterprises/index.vue.js +0 -67
  92. package/dist/lib/ipes/src/KeyProblemEnterprises/index.vue2.js +0 -7
  93. package/dist/lib/ipes/src/KeyProblemEnterprises/index.vue3.js +0 -10
  94. /package/dist/es/ipes/src/{GeneralManagement → EventTracking}/components/ListItem.vue2.mjs +0 -0
  95. /package/dist/es/ipes/src/{GeneralManagement → EventTracking}/components/ListItem.vue3.mjs +0 -0
  96. /package/dist/es/ipes/src/{GeneralManagement → EventTracking}/components/Tabs.vue2.mjs +0 -0
  97. /package/dist/es/ipes/src/{GeneralManagement → EventTracking}/components/Tabs.vue3.mjs +0 -0
  98. /package/dist/es/ipes/src/{GeneralManagement → EventTracking}/index.mjs +0 -0
  99. /package/dist/es/ipes/src/{GeneralManagement → EventTracking}/index.vue2.mjs +0 -0
  100. /package/dist/es/ipes/src/{GeneralManagement → EventTracking}/index.vue3.mjs +0 -0
  101. /package/dist/lib/ipes/src/{GeneralManagement → EventTracking}/components/ListItem.vue2.js +0 -0
  102. /package/dist/lib/ipes/src/{GeneralManagement → EventTracking}/components/ListItem.vue3.js +0 -0
  103. /package/dist/lib/ipes/src/{GeneralManagement → EventTracking}/components/Tabs.vue2.js +0 -0
  104. /package/dist/lib/ipes/src/{GeneralManagement → EventTracking}/components/Tabs.vue3.js +0 -0
  105. /package/dist/lib/ipes/src/{GeneralManagement → EventTracking}/index.js +0 -0
  106. /package/dist/lib/ipes/src/{GeneralManagement → EventTracking}/index.vue2.js +0 -0
  107. /package/dist/lib/ipes/src/{GeneralManagement → EventTracking}/index.vue3.js +0 -0
@@ -1,11 +1,12 @@
1
- import { defineComponent, ref, reactive, openBlock, createElementBlock, createVNode, unref } from 'vue';
1
+ import { defineComponent, ref, reactive, openBlock, createElementBlock, normalizeStyle, createBlock, unref, createCommentVNode } from 'vue';
2
2
  import { useCssVar } from '@vueuse/core';
3
3
  import dayjs from 'dayjs';
4
4
  import _sfc_main$1 from '../common/Echarts.vue.mjs';
5
5
  import '../common/Echarts.vue2.mjs';
6
6
  import requestControl from '../../service/request.mjs';
7
+ import _sfc_main$2 from '../common/NoData.vue.mjs';
8
+ import '../common/NoData.vue2.mjs';
7
9
 
8
- const _hoisted_1 = { class: "dv-ipes-homework-volume-trend" };
9
10
  const __default__ = {
10
11
  name: "DvIpesHomeworkVolumeTrend",
11
12
  title: "作业量趋势"
@@ -57,7 +58,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
57
58
  xAxis: {
58
59
  type: "category",
59
60
  axisLabel: {
60
- color: xlabelColor.value
61
+ color: xlabelColor.value,
62
+ fontFamily: "var(--dv-font-family-number)",
63
+ fontSize: "var(--dv-text-number2)"
61
64
  },
62
65
  axisTick: {
63
66
  show: false
@@ -72,7 +75,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
72
75
  yAxis: {
73
76
  type: "value",
74
77
  axisLabel: {
75
- color: ylabelColor.value
78
+ color: ylabelColor.value,
79
+ fontFamily: "var(--dv-font-family-number)",
80
+ fontSize: "var(--dv-text-number2)"
76
81
  },
77
82
  splitLine: {
78
83
  lineStyle: {
@@ -96,6 +101,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
96
101
  ]
97
102
  }
98
103
  });
104
+ const isInit = ref(false);
105
+ const isNoData = ref(false);
99
106
  async function getHomeworkVolumeTrend() {
100
107
  try {
101
108
  const res = await requestControl({
@@ -106,7 +113,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
106
113
  endTime: props.endTime
107
114
  }
108
115
  });
109
- setOptions(res.data);
116
+ isInit.value = true;
117
+ if (res.success)
118
+ setOptions(res.data);
119
+ else
120
+ isNoData.value = true;
110
121
  } catch (error) {
111
122
  console.log(error);
112
123
  }
@@ -117,13 +128,18 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
117
128
  chartOption.options.series[0].data = data;
118
129
  }
119
130
  return (_ctx, _cache) => {
120
- return openBlock(), createElementBlock("div", _hoisted_1, [
121
- createVNode(_sfc_main$1, {
131
+ return openBlock(), createElementBlock("div", {
132
+ class: "dv-ipes-homework-volume-trend",
133
+ style: normalizeStyle({ height: __props.height })
134
+ }, [
135
+ isInit.value && !isNoData.value ? (openBlock(), createBlock(_sfc_main$1, {
136
+ key: 0,
122
137
  "full-options": unref(chartOption),
123
138
  loading: false,
124
139
  height: __props.height
125
- }, null, 8, ["full-options", "height"])
126
- ]);
140
+ }, null, 8, ["full-options", "height"])) : createCommentVNode("", true),
141
+ isInit.value && isNoData.value ? (openBlock(), createBlock(_sfc_main$2, { key: 1 })) : createCommentVNode("", true)
142
+ ], 4);
127
143
  };
128
144
  }
129
145
  });
@@ -39,11 +39,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
39
39
  });
40
40
  return (_ctx, _cache) => {
41
41
  return openBlock(), createElementBlock("div", _hoisted_1, [
42
- (openBlock(true), createElementBlock(Fragment, null, renderList(data.value, (name, value) => {
42
+ (openBlock(true), createElementBlock(Fragment, null, renderList(data.value, (name, index) => {
43
43
  return openBlock(), createElementBlock("div", {
44
- key: value,
44
+ key: index,
45
45
  class: "dv-ipes-percentage-item",
46
- style: normalizeStyle({ backgroundColor: colors[value], width: `${name}%` })
46
+ style: normalizeStyle({ backgroundColor: colors[index], width: `${name}%` })
47
47
  }, null, 4);
48
48
  }), 128))
49
49
  ]);
@@ -5,8 +5,8 @@ import '../../utils/highchartsPiePlugins.mjs';
5
5
 
6
6
  const _hoisted_1 = { class: "dv-ipes-risk-classification" };
7
7
  const _hoisted_2 = { class: "chart-box" };
8
- const _hoisted_3 = /* @__PURE__ */ createElementVNode("div", { style: { "flex": "1" } }, [
9
- /* @__PURE__ */ createElementVNode("div", null, "企业风险分级"),
8
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("div", { class: "topChartBox" }, [
9
+ /* @__PURE__ */ createElementVNode("div", { style: { "padding-left": "8px" } }, " 企业风险分级 "),
10
10
  /* @__PURE__ */ createElementVNode("div", {
11
11
  id: "pieChart",
12
12
  class: "pie-chart"
@@ -51,7 +51,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
51
51
  });
52
52
  levelData.value = data;
53
53
  const seriesData = handleSeriesData(data);
54
- console.log(seriesData);
55
54
  drawChart(seriesData);
56
55
  } catch (error) {
57
56
  console.log(error);
@@ -85,7 +84,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
85
84
  const highcharts = window.Highcharts;
86
85
  function loadFunction() {
87
86
  const each = highcharts.each;
88
- console.log(this);
89
87
  const points = this.series[0].points;
90
88
  each(points, (p) => {
91
89
  p.graphic.attr({
@@ -135,7 +133,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
135
133
  allowPointSelect: true,
136
134
  cursor: "pointer",
137
135
  innerSize: "50%",
138
- size: 80,
136
+ size: 90,
139
137
  depth: 25,
140
138
  dataLabels: {
141
139
  enabled: false
@@ -16,10 +16,12 @@ import __vite_glob_0_14 from './images/mangbanchouduzy-dark.png.mjs';
16
16
  import __vite_glob_0_15 from './images/mangbanchouduzy-light.png.mjs';
17
17
  import __vite_glob_0_16 from './images/shouxiankongjianzy-dark.png.mjs';
18
18
  import __vite_glob_0_17 from './images/shouxiankongjianzy-light.png.mjs';
19
- import { defineComponent, ref, onMounted, openBlock, createElementBlock, createVNode, unref, withCtx, createElementVNode, Fragment, renderList, toDisplayString } from 'vue';
19
+ import { defineComponent, ref, onMounted, openBlock, createElementBlock, createBlock, unref, withCtx, createElementVNode, Fragment, renderList, toDisplayString } from 'vue';
20
20
  import { FpiElRolling } from '@ued_fpi/element-plus-expand';
21
21
  import requestControl from '../../service/request.mjs';
22
22
  import { useThemeHook } from '../../../utils.mjs';
23
+ import _sfc_main$1 from '../common/NoData.vue.mjs';
24
+ import '../common/NoData.vue2.mjs';
23
25
 
24
26
  const _hoisted_1 = { class: "dv-ipes-today-work" };
25
27
  const _hoisted_2 = { class: "special-work-parkList flex" };
@@ -56,7 +58,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
56
58
  });
57
59
  return (_ctx, _cache) => {
58
60
  return openBlock(), createElementBlock("div", _hoisted_1, [
59
- createVNode(unref(FpiElRolling), {
61
+ workList.value.length ? (openBlock(), createBlock(unref(FpiElRolling), {
62
+ key: 0,
60
63
  direction: "x",
61
64
  "scroll-able": "",
62
65
  time: workList.value.length * 3
@@ -83,7 +86,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
83
86
  ])
84
87
  ]),
85
88
  _: 1
86
- }, 8, ["time"])
89
+ }, 8, ["time"])) : (openBlock(), createBlock(_sfc_main$1, { key: 1 }))
87
90
  ]);
88
91
  };
89
92
  }
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, onMounted, openBlock, createElementBlock, createVNode, unref, isRef, withCtx, Fragment, renderList, createElementVNode, toDisplayString, normalizeClass, normalizeStyle } from 'vue';
1
+ import { defineComponent, ref, onMounted, openBlock, createElementBlock, createVNode, unref, withCtx, Fragment, renderList, createElementVNode, toDisplayString, normalizeClass, normalizeStyle } from 'vue';
2
2
  import { FpiElRolling } from '@ued_fpi/element-plus-expand';
3
3
  import requestControl from '../../service/request.mjs';
4
4
 
@@ -22,8 +22,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
22
22
  ...__default__,
23
23
  setup(__props) {
24
24
  const factorList = ref([]);
25
- const isRolling = ref(false);
26
- const actionType = ref("none");
27
25
  async function getData() {
28
26
  try {
29
27
  const { data } = await requestControl({
@@ -31,11 +29,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
31
29
  url: "/ipes-data-aggregation-server/api/v1/env-protection/discharge"
32
30
  });
33
31
  const water = data.find((e) => e.name === "年度废气排放量");
34
- if (water && water.factorList) {
32
+ if (water && water.factorList)
35
33
  factorList.value = water.factorList;
36
- isRolling.value = factorList.value.length > 2;
37
- actionType.value = factorList.value.length > 2 ? "hover" : "none";
38
- }
39
34
  } catch (error) {
40
35
  console.log(error);
41
36
  }
@@ -47,9 +42,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
47
42
  return openBlock(), createElementBlock("div", _hoisted_1, [
48
43
  _hoisted_2,
49
44
  createVNode(unref(FpiElRolling), {
50
- modelValue: unref(isRolling),
51
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(isRolling) ? isRolling.value = $event : null),
52
- action: unref(actionType),
53
45
  class: "box",
54
46
  direction: "y",
55
47
  time: 15
@@ -78,7 +70,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
78
70
  }), 128))
79
71
  ]),
80
72
  _: 1
81
- }, 8, ["modelValue", "action"])
73
+ })
82
74
  ]);
83
75
  };
84
76
  }
@@ -1,4 +1,4 @@
1
- import { defineComponent, ref, onMounted, openBlock, createElementBlock, createVNode, unref, isRef, withCtx, Fragment, renderList, createElementVNode, toDisplayString, normalizeClass, normalizeStyle } from 'vue';
1
+ import { defineComponent, ref, onMounted, openBlock, createElementBlock, createVNode, unref, withCtx, Fragment, renderList, createElementVNode, toDisplayString, normalizeClass, normalizeStyle } from 'vue';
2
2
  import { FpiElRolling } from '@ued_fpi/element-plus-expand';
3
3
  import requestControl from '../../service/request.mjs';
4
4
 
@@ -22,8 +22,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
22
22
  ...__default__,
23
23
  setup(__props) {
24
24
  const factorList = ref([]);
25
- const isRolling = ref(false);
26
- const actionType = ref("none");
27
25
  async function getData() {
28
26
  try {
29
27
  const { data } = await requestControl({
@@ -31,11 +29,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
31
29
  url: "/ipes-data-aggregation-server/api/v1/env-protection/discharge"
32
30
  });
33
31
  const water = data.find((e) => e.name === "年度废水排放量");
34
- if (water && water.factorList) {
32
+ if (water && water.factorList)
35
33
  factorList.value = water.factorList;
36
- isRolling.value = factorList.value.length > 2;
37
- actionType.value = factorList.value.length > 2 ? "hover" : "none";
38
- }
39
34
  } catch (error) {
40
35
  console.log(error);
41
36
  }
@@ -47,9 +42,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
47
42
  return openBlock(), createElementBlock("div", _hoisted_1, [
48
43
  _hoisted_2,
49
44
  createVNode(unref(FpiElRolling), {
50
- modelValue: unref(isRolling),
51
- "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRef(isRolling) ? isRolling.value = $event : null),
52
- action: unref(actionType),
53
45
  class: "box",
54
46
  direction: "y",
55
47
  time: 15
@@ -78,7 +70,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
78
70
  }), 128))
79
71
  ]),
80
72
  _: 1
81
- }, 8, ["modelValue", "action"])
73
+ })
82
74
  ]);
83
75
  };
84
76
  }
@@ -1,6 +1,6 @@
1
1
  import __vite_glob_0_0 from './images/bg-light.png.mjs';
2
2
  import __vite_glob_0_1 from './images/bg.png.mjs';
3
- import { defineComponent, ref, onMounted, openBlock, createElementBlock, createElementVNode, toDisplayString, unref } from 'vue';
3
+ import { defineComponent, ref, onMounted, openBlock, createElementBlock, createElementVNode, toDisplayString, unref, normalizeStyle } from 'vue';
4
4
  import requestControl from '../../service/request.mjs';
5
5
  import { useThemeHook } from '../../../utils.mjs';
6
6
 
@@ -20,7 +20,6 @@ const _hoisted_10 = { class: "right-waste-water-box" };
20
20
  const _hoisted_11 = ["src"];
21
21
  const _hoisted_12 = { class: "info" };
22
22
  const _hoisted_13 = /* @__PURE__ */ createElementVNode("div", { class: "label" }, " 污水厂总排口 ", -1);
23
- const _hoisted_14 = { class: "value" };
24
23
  const __default__ = {
25
24
  name: "DvIpesWastewaterTargetRate",
26
25
  title: "废水达标率"
@@ -54,7 +53,6 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
54
53
  { name: "未达标率", y: 100 - +(data.onlineRatio || 0) }
55
54
  ];
56
55
  const seriesData = legendData;
57
- console.log(seriesData);
58
56
  const highcharts = window.Highcharts;
59
57
  highcharts.chart("wasteWaterChart", {
60
58
  chart: {
@@ -99,6 +97,23 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
99
97
  ]
100
98
  });
101
99
  }
100
+ function getSiteStateColor(runStatus) {
101
+ const statusColors = {
102
+ stop_running: "#FF792E",
103
+ // 停运
104
+ stop_using: "rgb(233, 169, 0)",
105
+ // 停用
106
+ offline: "rgb(116, 116, 116)",
107
+ // 离线
108
+ exceed: "rgb(228, 56, 52)",
109
+ // 超标
110
+ abnormal: "rgb(143, 32, 253)",
111
+ // 异常
112
+ normal: "rgb(58, 183, 93)"
113
+ // 正常
114
+ };
115
+ return statusColors[runStatus] || "#0084ff";
116
+ }
102
117
  onMounted(() => {
103
118
  getInfoData();
104
119
  });
@@ -122,7 +137,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
122
137
  }, null, 8, _hoisted_11),
123
138
  createElementVNode("div", _hoisted_12, [
124
139
  _hoisted_13,
125
- createElementVNode("div", _hoisted_14, toDisplayString(info.value.runStatusName), 1)
140
+ createElementVNode("div", {
141
+ class: "value",
142
+ style: normalizeStyle({ color: getSiteStateColor(info.value.runStatus) })
143
+ }, toDisplayString(info.value.runStatusName), 5)
126
144
  ])
127
145
  ])
128
146
  ]);
@@ -4,16 +4,15 @@ import __vite_glob_0_2 from './images/standard-light.png.mjs';
4
4
  import __vite_glob_0_3 from './images/standard.png.mjs';
5
5
  import __vite_glob_0_4 from './images/unstandard-light.png.mjs';
6
6
  import __vite_glob_0_5 from './images/unstandard.png.mjs';
7
- import { defineComponent, ref, onMounted, openBlock, createElementBlock, Fragment, renderList, createElementVNode, toDisplayString } from 'vue';
7
+ import { defineComponent, ref, onMounted, openBlock, createElementBlock, Fragment, renderList, createElementVNode, toDisplayString, normalizeClass } from 'vue';
8
8
  import { useThemeHook } from '../../../utils.mjs';
9
9
  import requestControl from '../../service/request.mjs';
10
10
 
11
11
  const _hoisted_1 = { class: "dv-ipes-water-quality-standard" };
12
12
  const _hoisted_2 = { class: "title" };
13
13
  const _hoisted_3 = { class: "info-box-count" };
14
- const _hoisted_4 = { class: "value" };
15
- const _hoisted_5 = /* @__PURE__ */ createElementVNode("span", { class: "unit" }, "类", -1);
16
- const _hoisted_6 = ["src"];
14
+ const _hoisted_4 = /* @__PURE__ */ createElementVNode("span", { class: "unit" }, "类", -1);
15
+ const _hoisted_5 = ["src"];
17
16
  const __default__ = {
18
17
  name: "WaterQualityStandard",
19
18
  title: "水环境质量达标"
@@ -66,11 +65,13 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
66
65
  }, [
67
66
  createElementVNode("span", _hoisted_2, toDisplayString(basicInfoData.value[item.title]), 1),
68
67
  createElementVNode("div", _hoisted_3, [
69
- createElementVNode("span", _hoisted_4, toDisplayString(basicInfoData.value[item.key]), 1),
70
- _hoisted_5,
68
+ createElementVNode("span", {
69
+ class: normalizeClass(["value", item.key])
70
+ }, toDisplayString(basicInfoData.value[item.key]), 3),
71
+ _hoisted_4,
71
72
  createElementVNode("img", {
72
73
  src: getImg(basicInfoData.value[item.standardKey])
73
- }, null, 8, _hoisted_6)
74
+ }, null, 8, _hoisted_5)
74
75
  ])
75
76
  ]);
76
77
  }), 128))
@@ -0,0 +1,20 @@
1
+ import { defineComponent, openBlock, createElementBlock, createElementVNode, unref } from 'vue';
2
+ import noData from './images/noData.svg.mjs';
3
+
4
+ const _hoisted_1 = { class: "dv-ipes-base-no-data" };
5
+ const _hoisted_2 = ["src"];
6
+ const _sfc_main = /* @__PURE__ */ defineComponent({
7
+ __name: "NoData",
8
+ setup(__props) {
9
+ return (_ctx, _cache) => {
10
+ return openBlock(), createElementBlock("div", _hoisted_1, [
11
+ createElementVNode("img", {
12
+ class: "img",
13
+ src: unref(noData)
14
+ }, null, 8, _hoisted_2)
15
+ ]);
16
+ };
17
+ }
18
+ });
19
+
20
+ export { _sfc_main as default };
@@ -0,0 +1,3 @@
1
+ /* unplugin-vue-components disabled */const NoData_vue_vue_type_style_index_0_lang = '';
2
+
3
+ export { NoData_vue_vue_type_style_index_0_lang as default };
@@ -0,0 +1,6 @@
1
+ import _sfc_main from './NoData.vue.mjs';
2
+ import './NoData.vue2.mjs';
3
+
4
+
5
+
6
+ export { _sfc_main as default };
@@ -0,0 +1,3 @@
1
+ const noData = "data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMTYwIiBoZWlnaHQ9Ijk0IiB2aWV3Qm94PSIwIDAgMTYwIDk0Ij48ZGVmcz48c3R5bGU+LmF7b3BhY2l0eTowLjU7fS5ie2ZpbGw6dXJsKCNhKTt9LmN7ZmlsbDp1cmwoI2IpO30uZHtmaWxsOnVybCgjZCk7fS5lLC5mLC5nLC5oLC5pLC5qLC5rLC5se2ZpbGwtcnVsZTpldmVub2RkO30uZXtmaWxsOnVybCgjZSk7fS5me2ZpbGw6dXJsKCNmKTt9Lmd7ZmlsbDp1cmwoI2cpO30uaHtmaWxsOnVybCgjaCk7fS5pe2ZpbGw6dXJsKCNpKTt9Lmp7ZmlsbDp1cmwoI2spO30ua3tmaWxsOnVybCgjbCk7fS5se2ZpbGw6dXJsKCNtKTt9Lm17ZmlsbDp1cmwoI3MpO30ubntmaWxsOnVybCgjdCk7fS5ve2ZpbGw6dXJsKCN1KTt9LnB7ZmlsbDojOWRiMmQxO30ucXtmaWxsOiM3MzhiYjA7Zm9udC1zaXplOjEycHg7Zm9udC1mYW1pbHk6UGluZ0ZhbmdTQy1SZWd1bGFyLCBQaW5nRmFuZyBTQzt9LnJ7ZmlsdGVyOnVybCgjcSk7fS5ze2ZpbHRlcjp1cmwoI24pO308L3N0eWxlPjxyYWRpYWxHcmFkaWVudCBpZD0iYSIgY3g9IjAuNSIgY3k9IjAiIHI9IjEuMTcyIiBncmFkaWVudFRyYW5zZm9ybT0ic2NhbGUoMSAxLjM0OSkiIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM3ZTk1YjkiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PHN0b3Agb2Zmc2V0PSIwLjE5MiIgc3RvcC1jb2xvcj0iIzdlOTViOSIgc3RvcC1vcGFjaXR5PSIwLjEwMiIvPjxzdG9wIG9mZnNldD0iMC40MzMiIHN0b3AtY29sb3I9IiM3ZTk1YjkiIHN0b3Atb3BhY2l0eT0iMCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzdlOTViOSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9yYWRpYWxHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImIiIHgxPSIwLjUiIHgyPSIwLjUiIHkyPSIxIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjNWI3NDlhIiBzdG9wLW9wYWNpdHk9IjAuNCIvPjxzdG9wIG9mZnNldD0iMC4yOTMiIHN0b3AtY29sb3I9IiM1Yjc0OWEiIHN0b3Atb3BhY2l0eT0iMC4yIi8+PHN0b3Agb2Zmc2V0PSIwLjY2MyIgc3RvcC1jb2xvcj0iIzViNzQ5YSIgc3RvcC1vcGFjaXR5PSIwIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNWI3NDlhIiBzdG9wLW9wYWNpdHk9IjAiLz48L2xpbmVhckdyYWRpZW50PjxsaW5lYXJHcmFkaWVudCBpZD0iZCIgeDE9IjAuMTM3IiB5MT0iLTAuMjU5IiB4Mj0iMC4xODkiIHkyPSIwLjc3OSIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzlkYjJkMSIgc3RvcC1vcGFjaXR5PSIwLjMwMiIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzlkYjJkMSIgc3RvcC1vcGFjaXR5PSIwIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImUiIHgxPSIxIiB5MT0iMC4xMTUiIHgyPSIwIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjNGI2NDg4Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNWI3NDlhIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImYiIHkxPSIwLjEwOSIgeDI9IjEiIHkyPSIwLjIzNCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzViNzQ5YSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzNhNTM3NiIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJnIiB4MT0iMC4xMTgiIHkxPSIwLjMxMyIgeDI9IjEiIHkyPSIxIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjM2E1Mzc2Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNWI3NDlhIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImgiIHkxPSIwLjMwNCIgeDI9IjAuOTgiIHkyPSIxIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjNWI3NDlhIi8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNmM4NWFhIi8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImkiIHkxPSIwLjMwNCIgeDI9IjAuOTgiIHkyPSIxIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjN2U5NWI5Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjOGNhMmM0Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImsiIHgxPSIwLjI2IiB5MT0iMC40MjEiIHgyPSIwLjg4MiIgeTI9IjAuNzM4IiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjMmU0NjY3Ii8+PHN0b3Agb2Zmc2V0PSIxIiBzdG9wLWNvbG9yPSIjNGI2NDg4Ii8+PC9saW5lYXJHcmFkaWVudD48bGluZWFyR3JhZGllbnQgaWQ9ImwiIHgxPSIwLjc4NSIgeTE9IjAuODUxIiB4Mj0iMC43ODYiIHkyPSIwLjA0NiIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzZjODVhYSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzdlOTViOSIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJtIiB4MT0iMC4xMDMiIHkxPSIwLjEyNSIgeDI9IjAuOTQ0IiB5Mj0iMC40MTciIGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94Ij48c3RvcCBvZmZzZXQ9IjAiIHN0b3AtY29sb3I9IiM3ZTk1YjkiLz48c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiM1Yjc0OWEiLz48L2xpbmVhckdyYWRpZW50PjxmaWx0ZXIgaWQ9Im4iIHg9Ijc0LjUyIiB5PSIyMy42NzYiIHdpZHRoPSIzNS4xMzQiIGhlaWdodD0iMjUuNTQzIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiPjxmZU9mZnNldCBkeD0iLTEiIGR5PSIxIiBpbnB1dD0iU291cmNlQWxwaGEiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxLjUiIHJlc3VsdD0ibyIvPjxmZUZsb29kIGZsb29kLWNvbG9yPSIjMTkzMTUyIiBmbG9vZC1vcGFjaXR5PSIwLjMwMiIvPjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0ibyIvPjxmZUNvbXBvc2l0ZSBpbj0iU291cmNlR3JhcGhpYyIvPjwvZmlsdGVyPjxmaWx0ZXIgaWQ9InEiIHg9IjUwLjM0NiIgeT0iMjMuNjc2IiB3aWR0aD0iMzUuMTc0IiBoZWlnaHQ9IjI0LjU5MiIgZmlsdGVyVW5pdHM9InVzZXJTcGFjZU9uVXNlIj48ZmVPZmZzZXQgZHg9IjEiIGR5PSIxIiBpbnB1dD0iU291cmNlQWxwaGEiLz48ZmVHYXVzc2lhbkJsdXIgc3RkRGV2aWF0aW9uPSIxLjUiIHJlc3VsdD0iciIvPjxmZUZsb29kIGZsb29kLWNvbG9yPSIjMTkzMTUyIiBmbG9vZC1vcGFjaXR5PSIwLjMwMiIvPjxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0iciIvPjxmZUNvbXBvc2l0ZSBpbj0iU291cmNlR3JhcGhpYyIvPjwvZmlsdGVyPjxsaW5lYXJHcmFkaWVudCBpZD0icyIgeDE9IjAuODk3IiB5MT0iMC40NDciIHgyPSIwLjUzNiIgeTI9IjAuNDExIiB4bGluazpocmVmPSIjbCIvPjxsaW5lYXJHcmFkaWVudCBpZD0idCIgeDE9IjAuNjU4IiB5MT0iMC4xNTgiIHgyPSIwLjg4NyIgeTI9IjAuNTA3IiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCI+PHN0b3Agb2Zmc2V0PSIwIiBzdG9wLWNvbG9yPSIjNWI3NDlhIi8+PHN0b3Agb2Zmc2V0PSIwLjUwNyIgc3RvcC1jb2xvcj0iIzRiNjQ4OCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzNhNTM3NiIvPjwvbGluZWFyR3JhZGllbnQ+PGxpbmVhckdyYWRpZW50IGlkPSJ1IiB4MT0iMC4wMzQiIHkxPSIxIiB4Mj0iMC43MjQiIHkyPSIwLjA0OCIgZ3JhZGllbnRVbml0cz0ib2JqZWN0Qm91bmRpbmdCb3giPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iIzViNzQ5YSIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzJlNDY2NyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxnIGNsYXNzPSJhIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg2Njk3IDE3MjY3LjU3KSI+PHBhdGggY2xhc3M9ImIiIGQ9Ik0xNzUsNDkuMkgxNWEzMS4zNTksMzEuMzU5LDAsMCwxLDEuNjI1LTkuOTE1LDM2LjkzNSwzNi45MzUsMCwwLDEsNC42NjEtOS4yMzUsNDguNzU4LDQ4Ljc1OCwwLDAsMSw3LjM3Ni04LjM1Nyw2NS40ODIsNjUuNDgyLDAsMCwxLDkuNzY5LTcuMjgxQTg0LjcsODQuNywwLDAsMSw1MC4yNzIsOC40LDEwMy4zNDksMTAzLjM0OSwwLDAsMSw2My44NjEsMy44NjYsMTE4Ljc5MSwxMTguNzkxLDAsMCwxLDc4Ljg3OCwxYTEzMC41MzcsMTMwLjUzNywwLDAsMSwzMi4yNDYsMEExMTguNzkyLDExOC43OTIsMCwwLDEsMTI2LjE0LDMuODY2LDEwMy4zNDksMTAzLjM0OSwwLDAsMSwxMzkuNzI5LDguNGE4NC43LDg0LjcsMCwwLDEsMTEuODQsNi4wMDcsNjUuNDgyLDY1LjQ4MiwwLDAsMSw5Ljc2OSw3LjI4MSw0OC43NTgsNDguNzU4LDAsMCwxLDcuMzc2LDguMzU3LDM2LjkzNSwzNi45MzUsMCwwLDEsNC42NjEsOS4yMzVBMzEuMzU5LDMxLjM1OSwwLDAsMSwxNzUsNDkuMloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02NzEyIC0xNzIyMi43NjgpIi8+PHBhdGggY2xhc3M9ImMiIGQ9Ik0tNTM4NS4xMTctMTIzMDAuMzg1YTUuNDMxLDUuNDMxLDAsMCwxLTEuMTkxLjEzMiw1LjM1Niw1LjM1NiwwLDAsMS0zLjAxNS0uOTIzLDUsNSwwLDAsMS00LjY3NywzLjIyOSw1LDUsMCwwLDEtNS01LDUsNSwwLDAsMSw1LTUsNC45NzYsNC45NzYsMCwwLDEsMi41NTIuNyw1LjM4Niw1LjM4NiwwLDAsMSw1LjE0LTMuNzc1LDUuMzg2LDUuMzg2LDAsMCwxLDUuMzQ3LDQuNzQ3LDUuMzc3LDUuMzc3LDAsMCwxLDEuMTkxLS4xMzMsNS4zODQsNS4zODQsMCwwLDEsNS4zODQsNS4zODYsNS4zODUsNS4zODUsMCwwLDEtNS4zODQsNS4zODVBNS4zODcsNS4zODcsMCwwLDEtNTM4NS4xMTctMTIzMDAuMzg1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEyNzYuNDYxIC00OTU0Ljc5MikiLz48cGF0aCBjbGFzcz0iYyIgZD0iTS01Mzg1LjExNy0xMjMwMC4zODVhNS40MzEsNS40MzEsMCwwLDEtMS4xOTEuMTMyLDUuMzU2LDUuMzU2LDAsMCwxLTMuMDE1LS45MjMsNSw1LDAsMCwxLTQuNjc3LDMuMjI5LDUsNSwwLDAsMS01LTUsNSw1LDAsMCwxLDUtNSw0Ljk3Niw0Ljk3NiwwLDAsMSwyLjU1Mi43LDUuMzg2LDUuMzg2LDAsMCwxLDUuMTQtMy43NzUsNS4zODYsNS4zODYsMCwwLDEsNS4zNDcsNC43NDcsNS4zNzcsNS4zNzcsMCwwLDEsMS4xOTEtLjEzMyw1LjM4NCw1LjM4NCwwLDAsMSw1LjM4NCw1LjM4Niw1LjM4NSw1LjM4NSwwLDAsMS01LjM4NCw1LjM4NUE1LjM4Nyw1LjM4NywwLDAsMS01Mzg1LjExNy0xMjMwMC4zODVaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTE3Ny45OTkgLTQ5MzkuNDE4KSIvPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02NjQzLjE1MyAtMTcyNDQuNjc0KSI+PHBhdGggY2xhc3M9ImQiIGQ9Ik02MzEzLjgyNywxOTg0NS4wODJsNDMuMS4wMjMsMzcuNzU5LDE2Ljc3My01NS44LDE0LjQ0NVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02MzEwLjQ3IC0xOTgxOC41ODQpIi8+PHBhdGggY2xhc3M9ImUiIGQ9Ik0xNTAuNjE3LTE3Mi43MiwxMjktMTc3djM2LjA3MmwyMS42MTctOC45NjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAyLjgyNiAxNzcpIi8+PHBhdGggY2xhc3M9ImYiIGQ9Ik0xNy0xNzIuNzIsMzkuODQxLTE3N3YzNi4wNzJMMTctMTUwLjUwN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMy42NjYgMTc3KSIvPjxwYXRoIGNsYXNzPSJnIiBkPSJNMTctMTU2bDIyLjg0MSw0LjA3NnYyNy43MTZMMTctMTMzLjc4NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMy42NjYgMTYwLjI4KSIvPjxwYXRoIGNsYXNzPSJoIiBkPSJNMjgtMTQwbDE3LjMzNCwzLjA1N3YyMC43ODdMMjgtMTIzLjM0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTIyLjQyMyAxNDcuNTQpIi8+PHBhdGggY2xhc3M9ImkiIGQ9Ik00OS44NDgtNzAuMjkzdjIuNDQ2TDM3LTczLjA0MnYtMi40NDZaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjkuNTg4IDk2LjE3NSkiLz48cGF0aCBjbGFzcz0iaSIgZD0iTTQ5Ljg0OC05MC4yOTN2Mi40NDZMMzctOTMuMDQydi0yLjQ0NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yOS41ODggMTEyLjA5OSkiLz48cGF0aCBjbGFzcz0iaiIgZD0iTTE1MC42MTctMTU2LDEyOS0xNTEuOTI0djI3LjcxNmwyMS42MTctOC45NjdaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAyLjgyNiAxNjAuMjgpIi8+PHBhdGggY2xhc3M9ImsiIGQ9Ik0xODEuODk0LTcxbC0uNzQuODIzLS43OS0uMTA2LS40ODIuNzA1LS45NTQtLjI0NS0uODEuNzU2SDE3N3Y4LjQ2bDQuODk0LTIuMDEyWiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTE0MS4wMzcgOTIuNjAyKSIvPjxnIGNsYXNzPSJzIiB0cmFuc2Zvcm09Im1hdHJpeCgxLCAwLCAwLCAxLCAtNTMuODUsIC0yMi45KSI+PHBhdGggY2xhc3M9ImwiIGQ9Ik0xNTAuNjE3LTE1NiwxMjktMTUxLjkyNGw0LjQ0NCwxMi4yYS40MDguNDA4LDAsMCwwLC41MjMuMjQ0bDIwLjktNy41OTVhLjQwNy40MDcsMCwwLDAsLjI0NC0uNTIyLjQwNi40MDYsMCwwLDAtLjAyNC0uMDUzTDE1MC42MTctMTU2WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTQ4Ljk4IDE4My4xOCkiLz48L2c+PGcgY2xhc3M9InIiIHRyYW5zZm9ybT0ibWF0cml4KDEsIDAsIDAsIDEsIC01My44NSwgLTIyLjkpIj48cGF0aCBjbGFzcz0ibCIgZD0iTTMuOTg4LTE1NmwyMi44NDEsNC4wNzZMMjMuMi0xNDAuNjlhLjQwOC40MDgsMCwwLDEtLjUwOC4yNjRMLjk0My0xNDcuMTA3YS40MDguNDA4LDAsMCwxLS4yNy0uNTA5cTAtLjAxNS4wMTEtLjAzTDMuOTg4LTE1NloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDUzLjE5IDE4My4xOCkiLz48L2c+PC9nPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC02NjE1Ljg3NSAtMTcyNjcuNTcpIj48cGF0aCBjbGFzcz0ibSIgZD0iTTE2Mjk5LjI2OCwyODU0LjVjLjA2Ni0uMDI1LDE2LjA1NS02LjMyNywxNi4wNTUtNi4zMjdsLTQuMDgxLDExLjk2MS01LjI3Ni0yLjMyOS0yLjQzOCwyLjYtLjE2OC00LjE2MloiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjI5OS4yNjggLTI4NDguMTcyKSIvPjxwYXRoIGNsYXNzPSJuIiBkPSJNMTYzNDUuOTgyLDI4NDguMTcybC0xMS45NTEsOC4wNzUuMTUsNC4yMjUsMS42NS0zLjEyMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNjMyOS45MjkgLTI4NDguMTcyKSIvPjxwYXRoIGNsYXNzPSJvIiBkPSJNMTYzMzUuMzEzLDI5MjkuODI5bDEuNjYyLTMuMTIyLjg0NC40NzJaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTYzMzEuMDcgLTI5MTcuNTMyKSIvPjwvZz48cGF0aCBjbGFzcz0icCIgZD0iTTM1ODUuMzQzLDE2MjQ2Ljk4NWExMC4xMzUsMTAuMTM1LDAsMCwxLTEuMDEyLS41NTFsLjQtLjY1NWE5LjksOS45LDAsMCwwLDEuMzE0LjY4MWwtLjE4OC40NDJTMzU4NS40ODksMTYyNDYuOTcxLDM1ODUuMzQzLDE2MjQ2Ljk4NVptLTEuNjc1LS45OTNhMTEuMjUxLDExLjI1MSwwLDAsMS0xLjIyMi0xLjAybC41MzMtLjU1NWExMC4zOCwxMC4zOCwwLDAsMCwxLjEzOC45NVptLTEuNzc2LTEuNTkyYTEwLjk0LDEwLjk0LDAsMCwxLS45NzktMS4yNTZsLjY0LS40MjhhMTAuMTUzLDEwLjE1MywwLDAsMCwuOTExLDEuMTY4Wm0tMS40LTEuOTM3YTkuNDQyLDkuNDQyLDAsMCwxLS42NjYtMS40NTdsLjcyNS0uMjU3YTguNjc0LDguNjc0LDAsMCwwLC42MTIsMS4zMzhabS0uOS0yLjIyOWE3LjA3MSw3LjA3MSwwLDAsMS0uMjE1LTEuNjA5bC43Ny0uMDFhNi4zLDYuMywwLDAsMCwuMTkyLDEuNDM0Wm05LjMyNS0uMzI0LS4wNzgtLjc2NWExLjAxOSwxLjAxOSwwLDAsMCwuODU5LS42NTNsLjcuMzE0QTEuNzgxLDEuNzgxLDAsMCwxLDM1ODguOTIxLDE2MjM5LjkxWm0tLjktLjA4N2EzLjU0NywzLjU0NywwLDAsMS0uNDg2LS4xNzEsNC41LDQuNSwwLDAsMS0xLjAxMy0uNTkzbC40NzUtLjZhMy43MTEsMy43MTEsMCwwLDAsLjgzOS40OSwyLjk3MSwyLjk3MSwwLDAsMCwuMzg2LjEzNlptLTIuMTA4LTEuMzU5YTQuMDQzLDQuMDQzLDAsMCwxLS43NjQtMS41bC43NDItLjJhMy4yNzMsMy4yNzMsMCwwLDAsLjYxNywxLjIyWm00LjcxNC0uNTE3LS43NjUtLjA3OWEzLjQxMywzLjQxMywwLDAsMC0uMTU5LTEuMzYybC43MzMtLjIzMkE0LjE4OSw0LjE4OSwwLDAsMSwzNTkwLjYyNiwxNjIzNy45NDdabS0xMC40MzctLjA0Ny0uNzYzLS4xYTUuMTY5LDUuMTY5LDAsMCwxLC40NjEtMS41OWwuNjk0LjMzMkE0LjQxOCw0LjQxOCwwLDAsMCwzNTgwLjE4OSwxNjIzNy45Wm00LjgxLTEuNzZhNi40LDYuNCwwLDAsMSwuMDU5LTEuNjMybC43Ni4xMmE1LjY2NCw1LjY2NCwwLDAsMC0uMDU0LDEuNDM2Wm0tNC4wNjItLjItLjYyNy0uNDQ2YTUuMjE2LDUuMjE2LDAsMCwxLDEuMTY2LTEuMTc0bC40NTUuNjIxQTQuNDI1LDQuNDI1LDAsMCwwLDM1ODAuOTM4LDE2MjM1Ljk0MlptOC41LS4wODVhNCw0LDAsMCwwLS44NDctMS4xMTFsLjUyLS41NjZhNC43NDksNC43NDksMCwwLDEsMS4wMSwxLjMyM1ptLTYuOS0xLjMtLjM2OS0uNjc1YTcuNjQzLDcuNjQzLDAsMCwxLDEuMzQxLS41NjVsLjE1NS0uMDQ3LjIyLjczN2MtLjA0Ny4wMTQtLjEuMDI4LS4xNDMuMDQ0QTYuODcsNi44NywwLDAsMCwzNTgyLjUzOCwxNjIzNC41NTlabTUuNDk0LS4yMzRhMy45NSwzLjk1LDAsMCwwLTEuMy0uNTE2bC4xNTctLjc1NGE0LjczLDQuNzMsMCwwLDEsMS41NDcuNjE3Wm0tMi4wNjItLjQxLS42ODctLjE4YTYuNDQ5LDYuNDQ5LDAsMCwwLS42ODcuMWwtLjE0OC0uNzU1YTcuMTE3LDcuMTE3LDAsMCwxLDEuMDItLjEyN2MuMDktLjI0OC4xOTEtLjUuMy0uNzM5bC43LjMyMmE4LjU2OCw4LjU2OCwwLDAsMC0uNDM2LDEuMTU1bDAsLjAzaC0uMDA3QzM1ODYuMDA1LDE2MjMzLjc4MywzNTg1Ljk4NywxNjIzMy44NSwzNTg1Ljk3LDE2MjMzLjkxNFptLjgzNS0yLjAzOC0uNjctLjM3OGE5LjI1NSw5LjI1NSwwLDAsMSwuOS0xLjMyNGwuNTk1LjQ4N0E4LjU3Nyw4LjU3NywwLDAsMCwzNTg2LjgwNSwxNjIzMS44NzZabTEuMzE4LTEuNzU1LS41NDItLjU0NmE1Ljg3Myw1Ljg3MywwLDAsMSwxLjMwNi0xbC4zNjguNjc2QTUuMTM4LDUuMTM4LDAsMCwwLDM1ODguMTI0LDE2MjMwLjEyMVoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDIwMS43MyAtMzM0ODMuNDA2KSIvPjx0ZXh0IGNsYXNzPSJxIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtNjYxNyAtMTcxNzcuNTcpIj48dHNwYW4geD0iLTI0IiB5PSIwIj7mmoLml6DmlbDmja48L3RzcGFuPjwvdGV4dD48L2c+PC9zdmc+";
2
+
3
+ export { noData as default };
@@ -3,12 +3,11 @@ export { DvIpesAirQuality } from './AirQuality/index.mjs';
3
3
  export { DvIpesAirQualityStandard } from './AirQualityStandard/index.mjs';
4
4
  export { DvIpesAirPollutionDischarge } from './AirPollutionDischarge/index.mjs';
5
5
  export { DvIpesEmergencyDuty } from './EmergencyDuty/index.mjs';
6
- export { DvIpesGeneralManagement } from './GeneralManagement/index.mjs';
6
+ export { DvIpesGeneralManagement } from './EventTracking/index.mjs';
7
7
  export { DvIpesOdorControl } from './OdorControl/index.mjs';
8
8
  export { DvIpesSealingManage } from './SealingManage/index.mjs';
9
9
  export { DvIpesVocStatistics } from './VocStatistics/index.mjs';
10
10
  export { DvIpesEnterpriseProtectionCode } from './EnterpriseProtectionCode/index.mjs';
11
- export { DvIpesKeyProblemEnterprises } from './KeyProblemEnterprises/index.mjs';
12
11
  export { DvIpesAccessVehicleManage } from './AccessVehicleManage/index.mjs';
13
12
  export { DvIpesTaskDispose } from './TaskDispose/index.mjs';
14
13
  export { DvIpesEnvironmentalRiskManagement } from './EnvironmentalRiskManagement/index.mjs';