@ued_fpi/data-visual 1.2.8 → 1.2.10

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 (195) hide show
  1. package/dist/es/index.mjs +5 -4
  2. package/dist/es/ipes/src/AccessVehicleManage/index.vue.mjs +4 -4
  3. package/dist/es/ipes/src/AirPollutionDischarge/index.vue.mjs +32 -135
  4. package/dist/es/ipes/src/AirQuality/index.vue.mjs +7 -110
  5. package/dist/es/ipes/src/{AirQualityManagement → AirQualityManage}/index.d.ts +3 -3
  6. package/dist/es/ipes/src/AirQualityManage/index.mjs +6 -0
  7. package/dist/es/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/index.vue.mjs +2 -3
  8. package/dist/{lib/ipes/src/AirQualityManagement → es/ipes/src/AirQualityStandard}/index.d.ts +3 -3
  9. package/dist/es/ipes/src/{AirQualityManagement → AirQualityStandard}/index.mjs +2 -2
  10. package/dist/es/ipes/src/{AirQualityManagement → AirQualityStandard}/index.vue.mjs +2 -12
  11. package/dist/es/ipes/src/EmergencyManage/index.vue.mjs +7 -11
  12. package/dist/es/ipes/src/EmergencyResources/images/materials.light.png.mjs +3 -0
  13. package/dist/es/ipes/src/EmergencyResources/images/materials.png.mjs +2 -2
  14. package/dist/es/ipes/src/EmergencyResources/images/personnel.light.png.mjs +3 -0
  15. package/dist/es/ipes/src/EmergencyResources/images/personnel.png.mjs +2 -2
  16. package/dist/es/ipes/src/EmergencyResources/images/preplan.light.png.mjs +3 -0
  17. package/dist/es/ipes/src/EmergencyResources/images/preplan.png.mjs +2 -2
  18. package/dist/es/ipes/src/EmergencyResources/images/protected.png.mjs +2 -2
  19. package/dist/es/ipes/src/EmergencyResources/images/shelter.light.png.mjs +3 -0
  20. package/dist/es/ipes/src/EmergencyResources/images/shelter.png.mjs +2 -2
  21. package/dist/es/ipes/src/EmergencyResources/images/store.light.png.mjs +3 -0
  22. package/dist/es/ipes/src/EmergencyResources/images/store.png.mjs +2 -2
  23. package/dist/es/ipes/src/EmergencyResources/images/team.light.png.mjs +3 -0
  24. package/dist/es/ipes/src/EmergencyResources/images/team.png.mjs +2 -2
  25. package/dist/es/ipes/src/EmergencyResources/index.vue.mjs +14 -8
  26. package/dist/es/ipes/src/EnterpriseProtectionCode/index.d.ts +21 -12
  27. package/dist/es/ipes/src/EnterpriseProtectionCode/index.vue.d.ts +27 -10
  28. package/dist/es/ipes/src/EnterpriseProtectionCode/index.vue.mjs +17 -76
  29. package/dist/es/ipes/src/EnterpriseProtectionCode/type.d.ts +4 -0
  30. package/dist/es/ipes/src/EnvironmentalProtection/index.vue.mjs +3 -11
  31. package/dist/es/ipes/src/EnvironmentalRiskManagement/index.d.ts +15 -0
  32. package/dist/es/ipes/src/EnvironmentalRiskManagement/index.vue.d.ts +9 -0
  33. package/dist/es/ipes/src/EnvironmentalRiskManagement/index.vue.mjs +8 -1
  34. package/dist/es/ipes/src/GasControl/components/AlarmStatistics.vue.mjs +10 -13
  35. package/dist/es/ipes/src/GasControl/index.d.ts +136 -13
  36. package/dist/es/ipes/src/GasControl/index.vue.d.ts +87 -7
  37. package/dist/es/ipes/src/GasControl/index.vue.mjs +26 -27
  38. package/dist/es/ipes/src/GeneralManagement/index.d.ts +3 -15
  39. package/dist/es/ipes/src/GeneralManagement/index.vue.d.ts +2 -10
  40. package/dist/es/ipes/src/GeneralManagement/index.vue.mjs +1 -1
  41. package/dist/{lib/ipes/src/EnvManage → es/ipes/src/HarmfulMonitoring}/index.d.ts +3 -3
  42. package/dist/es/ipes/src/{EnvManage → HarmfulMonitoring}/index.mjs +2 -2
  43. package/dist/es/ipes/src/HarmfulMonitoring/index.vue.mjs +105 -0
  44. package/dist/es/ipes/src/HazardousVehicleManage/index.d.ts +1 -9
  45. package/dist/es/ipes/src/HazardousVehicleManage/index.vue.d.ts +1 -4
  46. package/dist/es/ipes/src/HazardousVehicleManage/index.vue.mjs +17 -41
  47. package/dist/es/ipes/src/HazardousVehicleManage/types/index.d.ts +0 -1
  48. package/dist/es/ipes/src/HazardousVehicleManage/types/index.mjs +1 -2
  49. package/dist/es/ipes/src/InspectionManage/index.vue.mjs +7 -6
  50. package/dist/es/ipes/src/KeyProblemEnterprises/index.d.ts +126 -0
  51. package/dist/es/ipes/src/KeyProblemEnterprises/index.mjs +7 -0
  52. package/dist/es/ipes/src/KeyProblemEnterprises/index.vue.d.ts +33 -0
  53. package/dist/es/ipes/src/KeyProblemEnterprises/index.vue.mjs +63 -0
  54. package/dist/es/ipes/src/KeyProblemEnterprises/index.vue2.mjs +3 -0
  55. package/dist/es/ipes/src/KeyProblemEnterprises/index.vue3.mjs +6 -0
  56. package/dist/es/ipes/src/KeyProblemEnterprises/type.d.ts +4 -0
  57. package/dist/es/ipes/src/OdorControl/index.vue.mjs +4 -2
  58. package/dist/es/ipes/src/PollutantSourceManage/index.vue.mjs +3 -4
  59. package/dist/es/ipes/src/SealingManage/index.d.ts +0 -24
  60. package/dist/es/ipes/src/SealingManage/index.vue.d.ts +0 -16
  61. package/dist/es/ipes/src/SealingManage/index.vue.mjs +12 -46
  62. package/dist/es/ipes/src/SealingManage/types/index.d.ts +0 -16
  63. package/dist/es/ipes/src/SealingManage/types/index.mjs +0 -16
  64. package/dist/es/ipes/src/WaterNetworkManage/images/icon-percent.png.mjs +1 -1
  65. package/dist/es/ipes/src/WaterNetworkManage/index.vue.mjs +11 -11
  66. package/dist/es/ipes/src/index.d.ts +5 -4
  67. package/dist/es/ipes/src/index.mjs +5 -4
  68. package/dist/es/style.css +1 -1
  69. package/dist/es/wgms/src/ChlorophyllAchangeRate/index.vue.mjs +12 -8
  70. package/dist/lib/index.js +111 -109
  71. package/dist/lib/ipes/index.js +4 -4
  72. package/dist/lib/ipes/src/AccessVehicleManage/index.vue.js +4 -4
  73. package/dist/lib/ipes/src/AirPollutionDischarge/index.vue.js +31 -134
  74. package/dist/lib/ipes/src/AirQuality/index.vue.js +6 -109
  75. package/dist/{es/ipes/src/RealTimeAirQualityManage → lib/ipes/src/AirQualityManage}/index.d.ts +3 -3
  76. package/dist/lib/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/index.js +2 -2
  77. package/dist/lib/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/index.vue.js +2 -3
  78. package/dist/lib/ipes/src/{RealTimeAirQualityManage → AirQualityStandard}/index.d.ts +3 -3
  79. package/dist/lib/ipes/src/{AirQualityManagement → AirQualityStandard}/index.js +2 -2
  80. package/dist/lib/ipes/src/{AirQualityManagement → AirQualityStandard}/index.vue.js +1 -11
  81. package/dist/lib/ipes/src/EmergencyManage/index.vue.js +6 -10
  82. package/dist/lib/ipes/src/EmergencyResources/images/materials.light.png.js +7 -0
  83. package/dist/lib/ipes/src/EmergencyResources/images/materials.png.js +2 -2
  84. package/dist/lib/ipes/src/EmergencyResources/images/personnel.light.png.js +7 -0
  85. package/dist/lib/ipes/src/EmergencyResources/images/personnel.png.js +2 -2
  86. package/dist/lib/ipes/src/EmergencyResources/images/preplan.light.png.js +7 -0
  87. package/dist/lib/ipes/src/EmergencyResources/images/preplan.png.js +2 -2
  88. package/dist/lib/ipes/src/EmergencyResources/images/protected.png.js +2 -2
  89. package/dist/lib/ipes/src/EmergencyResources/images/shelter.light.png.js +7 -0
  90. package/dist/lib/ipes/src/EmergencyResources/images/shelter.png.js +2 -2
  91. package/dist/lib/ipes/src/EmergencyResources/images/store.light.png.js +7 -0
  92. package/dist/lib/ipes/src/EmergencyResources/images/store.png.js +2 -2
  93. package/dist/lib/ipes/src/EmergencyResources/images/team.light.png.js +7 -0
  94. package/dist/lib/ipes/src/EmergencyResources/images/team.png.js +2 -2
  95. package/dist/lib/ipes/src/EmergencyResources/index.vue.js +7 -1
  96. package/dist/lib/ipes/src/EnterpriseProtectionCode/index.d.ts +21 -12
  97. package/dist/lib/ipes/src/EnterpriseProtectionCode/index.vue.d.ts +27 -10
  98. package/dist/lib/ipes/src/EnterpriseProtectionCode/index.vue.js +16 -75
  99. package/dist/lib/ipes/src/EnterpriseProtectionCode/type.d.ts +4 -0
  100. package/dist/lib/ipes/src/EnvironmentalProtection/index.vue.js +3 -11
  101. package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.d.ts +15 -0
  102. package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.vue.d.ts +9 -0
  103. package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.vue.js +8 -1
  104. package/dist/lib/ipes/src/GasControl/components/AlarmStatistics.vue.js +9 -12
  105. package/dist/lib/ipes/src/GasControl/index.d.ts +136 -13
  106. package/dist/lib/ipes/src/GasControl/index.vue.d.ts +87 -7
  107. package/dist/lib/ipes/src/GasControl/index.vue.js +25 -26
  108. package/dist/lib/ipes/src/GeneralManagement/index.d.ts +3 -15
  109. package/dist/lib/ipes/src/GeneralManagement/index.vue.d.ts +2 -10
  110. package/dist/lib/ipes/src/GeneralManagement/index.vue.js +1 -1
  111. package/dist/{es/ipes/src/EnvManage → lib/ipes/src/HarmfulMonitoring}/index.d.ts +3 -3
  112. package/dist/lib/ipes/src/{EnvManage → HarmfulMonitoring}/index.js +2 -2
  113. package/dist/lib/ipes/src/HarmfulMonitoring/index.vue.js +109 -0
  114. package/dist/lib/ipes/src/HazardousVehicleManage/index.d.ts +1 -9
  115. package/dist/lib/ipes/src/HazardousVehicleManage/index.vue.d.ts +1 -4
  116. package/dist/lib/ipes/src/HazardousVehicleManage/index.vue.js +16 -40
  117. package/dist/lib/ipes/src/HazardousVehicleManage/types/index.d.ts +0 -1
  118. package/dist/lib/ipes/src/HazardousVehicleManage/types/index.js +1 -2
  119. package/dist/lib/ipes/src/InspectionManage/index.vue.js +7 -6
  120. package/dist/lib/ipes/src/KeyProblemEnterprises/index.d.ts +126 -0
  121. package/dist/lib/ipes/src/KeyProblemEnterprises/index.js +12 -0
  122. package/dist/lib/ipes/src/KeyProblemEnterprises/index.vue.d.ts +33 -0
  123. package/dist/lib/ipes/src/KeyProblemEnterprises/index.vue.js +67 -0
  124. package/dist/lib/ipes/src/KeyProblemEnterprises/index.vue2.js +7 -0
  125. package/dist/lib/ipes/src/KeyProblemEnterprises/index.vue3.js +10 -0
  126. package/dist/lib/ipes/src/KeyProblemEnterprises/type.d.ts +4 -0
  127. package/dist/lib/ipes/src/OdorControl/index.vue.js +4 -2
  128. package/dist/lib/ipes/src/PollutantSourceManage/index.vue.js +2 -3
  129. package/dist/lib/ipes/src/SealingManage/index.d.ts +0 -24
  130. package/dist/lib/ipes/src/SealingManage/index.vue.d.ts +0 -16
  131. package/dist/lib/ipes/src/SealingManage/index.vue.js +12 -46
  132. package/dist/lib/ipes/src/SealingManage/types/index.d.ts +0 -16
  133. package/dist/lib/ipes/src/SealingManage/types/index.js +0 -16
  134. package/dist/lib/ipes/src/WaterNetworkManage/images/icon-percent.png.js +1 -1
  135. package/dist/lib/ipes/src/WaterNetworkManage/index.vue.js +11 -11
  136. package/dist/lib/ipes/src/index.d.ts +5 -4
  137. package/dist/lib/ipes/src/index.js +52 -50
  138. package/dist/lib/style.css +1 -1
  139. package/dist/lib/wgms/src/ChlorophyllAchangeRate/index.vue.js +12 -8
  140. package/dist/style/style-ipes.css +1 -1
  141. package/dist/style/style-wgms.css +1 -1
  142. package/package.json +2 -2
  143. package/dist/es/ipes/src/AirQuality/images/air-status-1.png.mjs +0 -3
  144. package/dist/es/ipes/src/AirQuality/images/air-status-2.png.mjs +0 -3
  145. package/dist/es/ipes/src/AirQuality/images/air-status-3.png.mjs +0 -3
  146. package/dist/es/ipes/src/AirQuality/images/air-status-4.png.mjs +0 -3
  147. package/dist/es/ipes/src/AirQuality/images/air-status-5.png.mjs +0 -3
  148. package/dist/es/ipes/src/AirQuality/images/air-status-6.png.mjs +0 -3
  149. package/dist/es/ipes/src/AirQuality/images/air-status.png.mjs +0 -3
  150. package/dist/es/ipes/src/AirQualityManagement/images/blue_1.svg.mjs +0 -3
  151. package/dist/es/ipes/src/AirQualityManagement/images/blue_2.svg.mjs +0 -3
  152. package/dist/es/ipes/src/EmergencyManage/img/pie.png.mjs +0 -3
  153. package/dist/es/ipes/src/EnvManage/index.vue.mjs +0 -280
  154. package/dist/es/ipes/src/EnvironmentalProtection/images/piebottom.png.mjs +0 -3
  155. package/dist/es/ipes/src/EnvironmentalProtection/images/pietop.png.mjs +0 -3
  156. package/dist/es/ipes/src/RealTimeAirQualityManage/index.mjs +0 -6
  157. package/dist/lib/ipes/src/AirQuality/images/air-status-1.png.js +0 -7
  158. package/dist/lib/ipes/src/AirQuality/images/air-status-2.png.js +0 -7
  159. package/dist/lib/ipes/src/AirQuality/images/air-status-3.png.js +0 -7
  160. package/dist/lib/ipes/src/AirQuality/images/air-status-4.png.js +0 -7
  161. package/dist/lib/ipes/src/AirQuality/images/air-status-5.png.js +0 -7
  162. package/dist/lib/ipes/src/AirQuality/images/air-status-6.png.js +0 -7
  163. package/dist/lib/ipes/src/AirQuality/images/air-status.png.js +0 -7
  164. package/dist/lib/ipes/src/AirQualityManagement/images/blue_1.svg.js +0 -7
  165. package/dist/lib/ipes/src/AirQualityManagement/images/blue_2.svg.js +0 -7
  166. package/dist/lib/ipes/src/EmergencyManage/img/pie.png.js +0 -7
  167. package/dist/lib/ipes/src/EnvManage/index.vue.js +0 -284
  168. package/dist/lib/ipes/src/EnvironmentalProtection/images/piebottom.png.js +0 -7
  169. package/dist/lib/ipes/src/EnvironmentalProtection/images/pietop.png.js +0 -7
  170. /package/dist/es/ipes/src/{AirQualityManagement → AirQualityManage}/index.vue.d.ts +0 -0
  171. /package/dist/es/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/index.vue2.mjs +0 -0
  172. /package/dist/es/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/type.d.ts +0 -0
  173. /package/dist/es/ipes/src/{AirPollutionDischarge → AirQualityStandard}/images/blue_1.svg.mjs +0 -0
  174. /package/dist/es/ipes/src/{AirPollutionDischarge → AirQualityStandard}/images/blue_2.svg.mjs +0 -0
  175. /package/dist/es/ipes/src/{RealTimeAirQualityManage → AirQualityStandard}/index.vue.d.ts +0 -0
  176. /package/dist/es/ipes/src/{AirQualityManagement → AirQualityStandard}/index.vue2.mjs +0 -0
  177. /package/dist/es/ipes/src/{AirQualityManagement → AirQualityStandard}/index.vue3.mjs +0 -0
  178. /package/dist/es/ipes/src/{AirQualityManagement → AirQualityStandard}/type.d.ts +0 -0
  179. /package/dist/es/ipes/src/{EnvManage → HarmfulMonitoring}/index.vue.d.ts +0 -0
  180. /package/dist/es/ipes/src/{EnvManage → HarmfulMonitoring}/index.vue2.mjs +0 -0
  181. /package/dist/es/ipes/src/{EnvManage → HarmfulMonitoring}/index.vue3.mjs +0 -0
  182. /package/dist/es/ipes/src/{EnvManage → HarmfulMonitoring}/type.d.ts +0 -0
  183. /package/dist/lib/ipes/src/{AirQualityManagement → AirQualityManage}/index.vue.d.ts +0 -0
  184. /package/dist/lib/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/index.vue2.js +0 -0
  185. /package/dist/lib/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/type.d.ts +0 -0
  186. /package/dist/lib/ipes/src/{AirPollutionDischarge → AirQualityStandard}/images/blue_1.svg.js +0 -0
  187. /package/dist/lib/ipes/src/{AirPollutionDischarge → AirQualityStandard}/images/blue_2.svg.js +0 -0
  188. /package/dist/lib/ipes/src/{RealTimeAirQualityManage → AirQualityStandard}/index.vue.d.ts +0 -0
  189. /package/dist/lib/ipes/src/{AirQualityManagement → AirQualityStandard}/index.vue2.js +0 -0
  190. /package/dist/lib/ipes/src/{AirQualityManagement → AirQualityStandard}/index.vue3.js +0 -0
  191. /package/dist/lib/ipes/src/{AirQualityManagement → AirQualityStandard}/type.d.ts +0 -0
  192. /package/dist/lib/ipes/src/{EnvManage → HarmfulMonitoring}/index.vue.d.ts +0 -0
  193. /package/dist/lib/ipes/src/{EnvManage → HarmfulMonitoring}/index.vue2.js +0 -0
  194. /package/dist/lib/ipes/src/{EnvManage → HarmfulMonitoring}/index.vue3.js +0 -0
  195. /package/dist/lib/ipes/src/{EnvManage → HarmfulMonitoring}/type.d.ts +0 -0
@@ -6,14 +6,15 @@ import downImg from './images/down.png.mjs';
6
6
 
7
7
  const _hoisted_1 = { class: "change-rate" };
8
8
  const _hoisted_2 = { class: "value" };
9
- const _hoisted_3 = /* @__PURE__ */ createElementVNode("img", {
9
+ const _hoisted_3 = { class: "trend" };
10
+ const _hoisted_4 = ["src"];
11
+ const _hoisted_5 = { style: { "height": "10px" } };
12
+ const _hoisted_6 = /* @__PURE__ */ createElementVNode("img", {
10
13
  alt: "",
11
14
  class: "zao",
12
15
  src: _imports_0
13
16
  }, null, -1);
14
- const _hoisted_4 = { class: "trend" };
15
- const _hoisted_5 = ["src"];
16
- const _hoisted_6 = { class: "label" };
17
+ const _hoisted_7 = { class: "label" };
17
18
  const _sfc_main = /* @__PURE__ */ defineComponent({
18
19
  __name: "index",
19
20
  props: {
@@ -124,16 +125,19 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
124
125
  style: normalizeStyle({ color: Number(item.rate) > 0 ? "var(--dv-color-danger)" : Number(item.rate) < 0 ? "var(--dv-color-success)" : "var(--dv-color-index)" })
125
126
  }, toDisplayString(item.rate) + "%", 5)
126
127
  ]),
127
- _hoisted_3,
128
- createElementVNode("div", _hoisted_4, [
128
+ createElementVNode("div", _hoisted_3, [
129
129
  withDirectives(createElementVNode("img", {
130
130
  alt: "",
131
131
  src: Number(item.rate) > 0 ? unref(upImg) : unref(downImg)
132
- }, null, 8, _hoisted_5), [
132
+ }, null, 8, _hoisted_4), [
133
133
  [vShow, Number(item.rate)]
134
+ ]),
135
+ withDirectives(createElementVNode("div", _hoisted_5, null, 512), [
136
+ [vShow, !Number(item.rate)]
134
137
  ])
135
138
  ]),
136
- createElementVNode("div", _hoisted_6, toDisplayString(item.label), 1)
139
+ _hoisted_6,
140
+ createElementVNode("div", _hoisted_7, toDisplayString(item.label), 1)
137
141
  ]);
138
142
  }), 128))
139
143
  ])
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$1c = require('./aims/index.js');
6
- const index$1e = require('./ipes/index.js');
7
- const index$1d = require('./wgms/index.js');
8
- const index$1f = require('./bmp/index.js');
5
+ const index$1d = require('./aims/index.js');
6
+ const index$1f = require('./ipes/index.js');
7
+ const index$1e = require('./wgms/index.js');
8
+ const index$1g = 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');
@@ -29,66 +29,67 @@ const index$j = require('./aims/src/MainPollutionMonthRatio/index.js');
29
29
  const index$k = require('./aims/src/AirTimeSeriesAnalysis/index.js');
30
30
  const index$l = require('./aims/src/TbHbAnalysis/index.js');
31
31
  const index$m = require('./aims/src/AirQualityRealTimeAndDay/index.js');
32
- const index$n = require('./ipes/src/AirPollutionDischarge/index.js');
32
+ const index$n = require('./ipes/src/AirQualityManage/index.js');
33
33
  const index$o = require('./ipes/src/AirQuality/index.js');
34
- const index$p = require('./ipes/src/EmergencyDuty/index.js');
35
- const index$q = require('./ipes/src/GeneralManagement/index.js');
36
- const index$r = require('./ipes/src/OdorControl/index.js');
37
- const index$s = require('./ipes/src/SealingManage/index.js');
38
- const index$t = require('./ipes/src/VocStatistics/index.js');
39
- const index$u = require('./ipes/src/EnterpriseProtectionCode/index.js');
40
- const index$v = require('./ipes/src/AccessVehicleManage/index.js');
41
- const index$w = require('./ipes/src/AirQualityManagement/index.js');
42
- const index$x = require('./ipes/src/TaskDispose/index.js');
43
- const index$y = require('./ipes/src/EnvironmentalRiskManagement/index.js');
44
- const index$z = require('./ipes/src/HazardousVehicleManage/index.js');
45
- const index$A = require('./ipes/src/WaterNetworkManage/index.js');
46
- const index$B = require('./ipes/src/Level3AirDefense/index.js');
47
- const index$C = require('./ipes/src/EnvManage/index.js');
48
- const index$D = require('./ipes/src/RealTimeAirQualityManage/index.js');
49
- const index$E = require('./ipes/src/BusinessManage/index.js');
50
- const index$F = require('./ipes/src/InspectionManage/index.js');
51
- const index$G = require('./ipes/src/AlarmManage/index.js');
52
- const index$H = require('./ipes/src/PollutantSourceManage/index.js');
53
- const index$I = require('./ipes/src/EnvironmentalProtection/index.js');
54
- const index$J = require('./ipes/src/GasControl/index.js');
55
- const index$K = require('./ipes/src/StreetLightingManagement/index.js');
56
- const index$L = require('./ipes/src/EmergencyResources/index.js');
57
- const index$M = require('./ipes/src/EmergencyManage/index.js');
58
- const index$N = require('./wgms/src/EnvironmentalAnalysis/index.js');
59
- const index$O = require('./wgms/src/WaterQualityClassification/index.js');
60
- const index$P = require('./wgms/src/WaterQualityStatus/index.js');
61
- const index$Q = require('./wgms/src/WaterQualityRainfall/index.js');
62
- const index$R = require('./wgms/src/WaterEnvironmentOnlineMonitor/index.js');
63
- const index$S = require('./wgms/src/SewageOutletsOnlineMonitor/index.js');
64
- const index$T = require('./wgms/src/KeyRiverWaterQualityEvaluation/index.js');
65
- const index$U = require('./wgms/src/DrinkingWaterComplianceRate/index.js');
66
- const index$V = require('./wgms/src/SevenDayKline/index.js');
67
- const index$W = require('./wgms/src/SurroundingPollution/index.js');
68
- const index$X = require('./wgms/src/AuxiliaryJudgment/index.js');
69
- const index$Y = require('./wgms/src/UpstreamImpact/index.js');
70
- const index$Z = require('./wgms/src/CrossSectionCorrelation/index.js');
71
- const index$_ = require('./wgms/src/UpstreamSection/index.js');
72
- const index$$ = require('./wgms/src/SubordinateRanking/index.js');
73
- const index$10 = require('./wgms/src/ChlorophyllAchangeRate/index.js');
74
- const index$11 = require('./wgms/src/FactorTopThreeRanking/index.js');
75
- const index$12 = require('./wgms/src/DistributionPoints/index.js');
76
- const index$13 = require('./wgms/src/LakeRiverIndex/index.js');
77
- const index$14 = require('./wgms/src/ChangesAlongTheProcess/index.js');
78
- const index$15 = require('./wgms/src/FactorTrendComparison/index.js');
79
- const index$16 = require('./wgms/src/NPTrendChange/index.js');
80
- const index$17 = require('./wgms/src/PollutionSourceControl/index.js');
81
- const index$18 = require('./bmp/src/AlgaeMonitoring/index.js');
82
- const index$19 = require('./bmp/src/EarlyWarningEvent/index.js');
83
- const index$1a = require('./bmp/src/ReportEvent/index.js');
84
- const index$1b = require('./bmp/src/EventList/index.js');
34
+ const index$p = require('./ipes/src/AirQualityStandard/index.js');
35
+ const index$q = require('./ipes/src/AirPollutionDischarge/index.js');
36
+ const index$r = require('./ipes/src/EmergencyDuty/index.js');
37
+ const index$s = require('./ipes/src/GeneralManagement/index.js');
38
+ const index$t = require('./ipes/src/OdorControl/index.js');
39
+ const index$u = require('./ipes/src/SealingManage/index.js');
40
+ const index$v = require('./ipes/src/VocStatistics/index.js');
41
+ const index$w = require('./ipes/src/EnterpriseProtectionCode/index.js');
42
+ const index$x = require('./ipes/src/KeyProblemEnterprises/index.js');
43
+ const index$y = require('./ipes/src/AccessVehicleManage/index.js');
44
+ const index$z = require('./ipes/src/TaskDispose/index.js');
45
+ const index$A = require('./ipes/src/EnvironmentalRiskManagement/index.js');
46
+ const index$B = require('./ipes/src/HazardousVehicleManage/index.js');
47
+ const index$C = require('./ipes/src/WaterNetworkManage/index.js');
48
+ const index$D = require('./ipes/src/Level3AirDefense/index.js');
49
+ const index$E = require('./ipes/src/HarmfulMonitoring/index.js');
50
+ const index$F = require('./ipes/src/BusinessManage/index.js');
51
+ const index$G = require('./ipes/src/InspectionManage/index.js');
52
+ const index$H = require('./ipes/src/AlarmManage/index.js');
53
+ const index$I = require('./ipes/src/PollutantSourceManage/index.js');
54
+ const index$J = require('./ipes/src/EnvironmentalProtection/index.js');
55
+ const index$K = require('./ipes/src/GasControl/index.js');
56
+ const index$L = require('./ipes/src/StreetLightingManagement/index.js');
57
+ const index$M = require('./ipes/src/EmergencyResources/index.js');
58
+ const index$N = require('./ipes/src/EmergencyManage/index.js');
59
+ const index$O = require('./wgms/src/EnvironmentalAnalysis/index.js');
60
+ const index$P = require('./wgms/src/WaterQualityClassification/index.js');
61
+ const index$Q = require('./wgms/src/WaterQualityStatus/index.js');
62
+ const index$R = require('./wgms/src/WaterQualityRainfall/index.js');
63
+ const index$S = require('./wgms/src/WaterEnvironmentOnlineMonitor/index.js');
64
+ const index$T = require('./wgms/src/SewageOutletsOnlineMonitor/index.js');
65
+ const index$U = require('./wgms/src/KeyRiverWaterQualityEvaluation/index.js');
66
+ const index$V = require('./wgms/src/DrinkingWaterComplianceRate/index.js');
67
+ const index$W = require('./wgms/src/SevenDayKline/index.js');
68
+ const index$X = require('./wgms/src/SurroundingPollution/index.js');
69
+ const index$Y = require('./wgms/src/AuxiliaryJudgment/index.js');
70
+ const index$Z = require('./wgms/src/UpstreamImpact/index.js');
71
+ const index$_ = require('./wgms/src/CrossSectionCorrelation/index.js');
72
+ const index$$ = require('./wgms/src/UpstreamSection/index.js');
73
+ const index$10 = require('./wgms/src/SubordinateRanking/index.js');
74
+ const index$11 = require('./wgms/src/ChlorophyllAchangeRate/index.js');
75
+ const index$12 = require('./wgms/src/FactorTopThreeRanking/index.js');
76
+ const index$13 = require('./wgms/src/DistributionPoints/index.js');
77
+ const index$14 = require('./wgms/src/LakeRiverIndex/index.js');
78
+ const index$15 = require('./wgms/src/ChangesAlongTheProcess/index.js');
79
+ const index$16 = require('./wgms/src/FactorTrendComparison/index.js');
80
+ const index$17 = require('./wgms/src/NPTrendChange/index.js');
81
+ const index$18 = require('./wgms/src/PollutionSourceControl/index.js');
82
+ const index$19 = require('./bmp/src/AlgaeMonitoring/index.js');
83
+ const index$1a = require('./bmp/src/EarlyWarningEvent/index.js');
84
+ const index$1b = require('./bmp/src/ReportEvent/index.js');
85
+ const index$1c = require('./bmp/src/EventList/index.js');
85
86
 
86
87
  const index = {
87
88
  install: (app) => {
88
- index$1c.default.install(app);
89
89
  index$1d.default.install(app);
90
90
  index$1e.default.install(app);
91
91
  index$1f.default.install(app);
92
+ index$1g.default.install(app);
92
93
  }
93
94
  };
94
95
 
@@ -115,57 +116,58 @@ exports.DvAimsMainPollutionMonthRatio = index$j.DvAimsMainPollutionMonthRatio;
115
116
  exports.DvAimsAirTimeSeriesAnalysis = index$k.DvAimsAirTimeSeriesAnalysis;
116
117
  exports.DvAimsTbHbAnalysis = index$l.DvAimsTbHbAnalysis;
117
118
  exports.DvAimsAirQualityRealTimeAndDay = index$m.DvAimsAirQualityRealTimeAndDay;
118
- exports.DvIpesAirPollutionDischarge = index$n.DvIpesAirPollutionDischarge;
119
+ exports.DvIpesAirQualityManage = index$n.DvIpesAirQualityManage;
119
120
  exports.DvIpesAirQuality = index$o.DvIpesAirQuality;
120
- exports.DvIpesEmergencyDuty = index$p.DvIpesEmergencyDuty;
121
- exports.DvIpesGeneralManagement = index$q.DvIpesGeneralManagement;
122
- exports.DvIpesOdorControl = index$r.DvIpesOdorControl;
123
- exports.DvIpesSealingManage = index$s.DvIpesSealingManage;
124
- exports.DvIpesVocStatistics = index$t.DvIpesVocStatistics;
125
- exports.DvIpesEnterpriseProtectionCode = index$u.DvIpesEnterpriseProtectionCode;
126
- exports.DvIpesAccessVehicleManage = index$v.DvIpesAccessVehicleManage;
127
- exports.DvIpesAirQualityManagement = index$w.DvIpesAirQualityManagement;
128
- exports.DvIpesTaskDispose = index$x.DvIpesTaskDispose;
129
- exports.DvIpesEnvironmentalRiskManagement = index$y.DvIpesEnvironmentalRiskManagement;
130
- exports.DvIpesHazardousVehicleManage = index$z.DvIpesHazardousVehicleManage;
131
- exports.DvIpesWaterNetworkManage = index$A.DvIpesWaterNetworkManage;
132
- exports.DvIpesLevel3AirDefense = index$B.DvIpesLevel3AirDefense;
133
- exports.DvIpesEnvManage = index$C.DvIpesEnvManage;
134
- exports.DvIpesRealTimeAirQualityManage = index$D.DvIpesRealTimeAirQualityManage;
135
- exports.DvIpesBusinessManage = index$E.DvIpesBusinessManage;
136
- exports.DvIpesInspectionManage = index$F.DvIpesInspectionManage;
137
- exports.DvIpesAlarmManage = index$G.DvIpesAlarmManage;
138
- exports.DvIpesPollutantSourceManage = index$H.DvIpesPollutantSourceManage;
139
- exports.DvIpesEnvironmentalProtection = index$I.DvIpesEnvironmentalProtection;
140
- exports.DvIpesGasControl = index$J.DvIpesGasControl;
141
- exports.DvIpesStreetLightingManagement = index$K.DvIpesStreetLightingManagement;
142
- exports.DvIpesEmergencyResources = index$L.DvIpesEmergencyResources;
143
- exports.DvIpesEmergencyManage = index$M.DvIpesEmergencyManage;
144
- exports.DvWgmsEnvironmentalAnalysis = index$N.DvWgmsEnvironmentalAnalysis;
145
- exports.DvWgmsWaterQualityClassification = index$O.DvWgmsWaterQualityClassification;
146
- exports.DvWgmsWaterQualityStatus = index$P.DvWgmsWaterQualityStatus;
147
- exports.DvWgmsWaterQualityRainfall = index$Q.DvWgmsWaterQualityRainfall;
148
- exports.DvWgmsWaterEnvironmentOnlineMonitor = index$R.DvWgmsWaterEnvironmentOnlineMonitor;
149
- exports.DvWgmsSewageOutletsOnlineMonitor = index$S.DvWgmsSewageOutletsOnlineMonitor;
150
- exports.DvWgmsKeyRiverWaterQualityEvaluation = index$T.DvWgmsKeyRiverWaterQualityEvaluation;
151
- exports.DvWgmsDrinkingWaterComplianceRate = index$U.DvWgmsDrinkingWaterComplianceRate;
152
- exports.DvWgmsSevenDayKline = index$V.DvWgmsSevenDayKline;
153
- exports.DvWgmsSurroundingPollution = index$W.DvWgmsSurroundingPollution;
154
- exports.DvWgmsAuxiliaryJudgment = index$X.DvWgmsAuxiliaryJudgment;
155
- exports.DvWgmsUpstreamImpact = index$Y.DvWgmsUpstreamImpact;
156
- exports.DvWgmsCrossSectionCorrelation = index$Z.DvWgmsCrossSectionCorrelation;
157
- exports.DvWgmsUpstreamSection = index$_.DvWgmsUpstreamSection;
158
- exports.DvWgmsSubordinateRanking = index$$.DvWgmsSubordinateRanking;
159
- exports.DvWgmsChlorophyllAChangeRate = index$10.DvWgmsChlorophyllAChangeRate;
160
- exports.DvWgmsFactorTopThreeRanking = index$11.DvWgmsFactorTopThreeRanking;
161
- exports.DvWgmsDistributionPoints = index$12.DvWgmsDistributionPoints;
162
- exports.DvWgmsLakeRiverIndex = index$13.DvWgmsLakeRiverIndex;
163
- exports.DvWgmsChangesAlongTheProcess = index$14.DvWgmsChangesAlongTheProcess;
164
- exports.DvWgmsFactorTrendComparison = index$15.DvWgmsFactorTrendComparison;
165
- exports.DvWgmsNPTrendChange = index$16.DvWgmsNPTrendChange;
166
- exports.DvWgmsPollutionSourceControl = index$17.DvWgmsPollutionSourceControl;
167
- exports.DvBmpAlgaeMonitoring = index$18.DvBmpAlgaeMonitoring;
168
- exports.DvBmpEarlyWarningEvent = index$19.DvBmpEarlyWarningEvent;
169
- exports.DvBmpReportEvent = index$1a.DvBmpReportEvent;
170
- exports.DvBmpEventList = index$1b.DvBmpEventList;
121
+ exports.DvIpesAirQualityStandard = index$p.DvIpesAirQualityStandard;
122
+ exports.DvIpesAirPollutionDischarge = index$q.DvIpesAirPollutionDischarge;
123
+ exports.DvIpesEmergencyDuty = index$r.DvIpesEmergencyDuty;
124
+ exports.DvIpesGeneralManagement = index$s.DvIpesGeneralManagement;
125
+ exports.DvIpesOdorControl = index$t.DvIpesOdorControl;
126
+ exports.DvIpesSealingManage = index$u.DvIpesSealingManage;
127
+ exports.DvIpesVocStatistics = index$v.DvIpesVocStatistics;
128
+ exports.DvIpesEnterpriseProtectionCode = index$w.DvIpesEnterpriseProtectionCode;
129
+ exports.DvIpesKeyProblemEnterprises = index$x.DvIpesKeyProblemEnterprises;
130
+ exports.DvIpesAccessVehicleManage = index$y.DvIpesAccessVehicleManage;
131
+ exports.DvIpesTaskDispose = index$z.DvIpesTaskDispose;
132
+ exports.DvIpesEnvironmentalRiskManagement = index$A.DvIpesEnvironmentalRiskManagement;
133
+ exports.DvIpesHazardousVehicleManage = index$B.DvIpesHazardousVehicleManage;
134
+ exports.DvIpesWaterNetworkManage = index$C.DvIpesWaterNetworkManage;
135
+ exports.DvIpesLevel3AirDefense = index$D.DvIpesLevel3AirDefense;
136
+ exports.DvIpesHarmfulMonitoring = index$E.DvIpesHarmfulMonitoring;
137
+ exports.DvIpesBusinessManage = index$F.DvIpesBusinessManage;
138
+ exports.DvIpesInspectionManage = index$G.DvIpesInspectionManage;
139
+ exports.DvIpesAlarmManage = index$H.DvIpesAlarmManage;
140
+ exports.DvIpesPollutantSourceManage = index$I.DvIpesPollutantSourceManage;
141
+ exports.DvIpesEnvironmentalProtection = index$J.DvIpesEnvironmentalProtection;
142
+ exports.DvIpesGasControl = index$K.DvIpesGasControl;
143
+ exports.DvIpesStreetLightingManagement = index$L.DvIpesStreetLightingManagement;
144
+ exports.DvIpesEmergencyResources = index$M.DvIpesEmergencyResources;
145
+ exports.DvIpesEmergencyManage = index$N.DvIpesEmergencyManage;
146
+ exports.DvWgmsEnvironmentalAnalysis = index$O.DvWgmsEnvironmentalAnalysis;
147
+ exports.DvWgmsWaterQualityClassification = index$P.DvWgmsWaterQualityClassification;
148
+ exports.DvWgmsWaterQualityStatus = index$Q.DvWgmsWaterQualityStatus;
149
+ exports.DvWgmsWaterQualityRainfall = index$R.DvWgmsWaterQualityRainfall;
150
+ exports.DvWgmsWaterEnvironmentOnlineMonitor = index$S.DvWgmsWaterEnvironmentOnlineMonitor;
151
+ exports.DvWgmsSewageOutletsOnlineMonitor = index$T.DvWgmsSewageOutletsOnlineMonitor;
152
+ exports.DvWgmsKeyRiverWaterQualityEvaluation = index$U.DvWgmsKeyRiverWaterQualityEvaluation;
153
+ exports.DvWgmsDrinkingWaterComplianceRate = index$V.DvWgmsDrinkingWaterComplianceRate;
154
+ exports.DvWgmsSevenDayKline = index$W.DvWgmsSevenDayKline;
155
+ exports.DvWgmsSurroundingPollution = index$X.DvWgmsSurroundingPollution;
156
+ exports.DvWgmsAuxiliaryJudgment = index$Y.DvWgmsAuxiliaryJudgment;
157
+ exports.DvWgmsUpstreamImpact = index$Z.DvWgmsUpstreamImpact;
158
+ exports.DvWgmsCrossSectionCorrelation = index$_.DvWgmsCrossSectionCorrelation;
159
+ exports.DvWgmsUpstreamSection = index$$.DvWgmsUpstreamSection;
160
+ exports.DvWgmsSubordinateRanking = index$10.DvWgmsSubordinateRanking;
161
+ exports.DvWgmsChlorophyllAChangeRate = index$11.DvWgmsChlorophyllAChangeRate;
162
+ exports.DvWgmsFactorTopThreeRanking = index$12.DvWgmsFactorTopThreeRanking;
163
+ exports.DvWgmsDistributionPoints = index$13.DvWgmsDistributionPoints;
164
+ exports.DvWgmsLakeRiverIndex = index$14.DvWgmsLakeRiverIndex;
165
+ exports.DvWgmsChangesAlongTheProcess = index$15.DvWgmsChangesAlongTheProcess;
166
+ exports.DvWgmsFactorTrendComparison = index$16.DvWgmsFactorTrendComparison;
167
+ exports.DvWgmsNPTrendChange = index$17.DvWgmsNPTrendChange;
168
+ exports.DvWgmsPollutionSourceControl = index$18.DvWgmsPollutionSourceControl;
169
+ exports.DvBmpAlgaeMonitoring = index$19.DvBmpAlgaeMonitoring;
170
+ exports.DvBmpEarlyWarningEvent = index$1a.DvBmpEarlyWarningEvent;
171
+ exports.DvBmpReportEvent = index$1b.DvBmpReportEvent;
172
+ exports.DvBmpEventList = index$1c.DvBmpEventList;
171
173
  exports.default = index;
@@ -2,16 +2,16 @@
2
2
 
3
3
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
4
4
 
5
- const index$q = require('./src/index.js');
5
+ const index$r = require('./src/index.js');
6
6
 
7
7
  const ipes = {
8
8
  install: (app) => {
9
- for (const c in index$q) {
10
- const currCom = index$q[c];
9
+ for (const c in index$r) {
10
+ const currCom = index$r[c];
11
11
  if (currCom.__name === "index")
12
12
  app.component(c, currCom);
13
13
  else
14
- app.use(index$q[c]);
14
+ app.use(index$r[c]);
15
15
  }
16
16
  }
17
17
  };
@@ -93,7 +93,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
93
93
  onChange: handleTimeTypeChange
94
94
  }, {
95
95
  default: vue.withCtx(() => [
96
- (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(props.timeTypeOptions, (item) => {
96
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.timeTypeOptions, (item) => {
97
97
  return vue.openBlock(), vue.createBlock(_component_el_option, {
98
98
  key: item.value,
99
99
  value: item.value,
@@ -106,7 +106,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
106
106
  ])
107
107
  ]),
108
108
  vue.createElementVNode("div", _hoisted_8, [
109
- (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(props.accessStatistic, (item, idx) => {
109
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.accessStatistic, (item, idx) => {
110
110
  return vue.openBlock(), vue.createElementBlock("div", {
111
111
  key: idx,
112
112
  class: vue.normalizeClass(["access-statistics-item", `access-statistics-item--${item.type}`])
@@ -132,9 +132,9 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
132
132
  image: vue.unref(newNodata.default),
133
133
  description: ""
134
134
  }, null, 8, ["image"]), [
135
- [vue.vShow, !props.accessRecord.length]
135
+ [vue.vShow, !_ctx.accessRecord.length]
136
136
  ]),
137
- (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(props.accessRecord, (item, key) => {
137
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(_ctx.accessRecord, (item, key) => {
138
138
  return vue.openBlock(), vue.createElementBlock(vue.Fragment, null, [
139
139
  item ? (vue.openBlock(), vue.createElementBlock("div", {
140
140
  key,
@@ -6,51 +6,30 @@ const es = require('element-plus/es');
6
6
  require('element-plus/es/components/base/style/css');
7
7
  require('element-plus/es/components/empty/style/css');
8
8
  const vue = require('vue');
9
- const blue_2 = require('./images/blue_2.svg.js');
10
- const blue_1 = require('./images/blue_1.svg.js');
11
9
  const request = require('../../service/request.js');
12
10
  const newNodata = require('./images/new-nodata.svg.js');
13
11
 
14
12
  const _hoisted_1 = { class: "dv-ipes-air-pollution" };
15
- const _hoisted_2 = { class: "enterprise-statistics" };
16
- const _hoisted_3 = { class: "statistics-charts" };
17
- const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("img", {
18
- src: blue_2.default,
19
- alt: "",
20
- class: "img2"
21
- }, null, -1);
22
- const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("img", {
23
- src: blue_1.default,
24
- alt: "",
25
- class: "img1"
26
- }, null, -1);
27
- const _hoisted_6 = { class: "statistics-list" };
28
- const _hoisted_7 = { class: "row flex" };
29
- const _hoisted_8 = /* @__PURE__ */ vue.createElementVNode("div", { class: "label" }, " 企业总数 ", -1);
30
- const _hoisted_9 = { class: "value" };
31
- const _hoisted_10 = { class: "num" };
32
- const _hoisted_11 = /* @__PURE__ */ vue.createElementVNode("span", { class: "unit" }, "家", -1);
33
- const _hoisted_12 = { class: "row flex mgt8" };
34
- const _hoisted_13 = /* @__PURE__ */ vue.createElementVNode("div", { class: "label" }, " 在线监测 ", -1);
35
- const _hoisted_14 = { class: "value" };
36
- const _hoisted_15 = { class: "num" };
37
- const _hoisted_16 = /* @__PURE__ */ vue.createElementVNode("span", { class: "unit" }, "家", -1);
38
- const _hoisted_17 = { class: "discharge-total" };
39
- const _hoisted_18 = /* @__PURE__ */ vue.createElementVNode("div", { class: "discharge-title" }, " 年度累计排放总量 ", -1);
40
- const _hoisted_19 = /* @__PURE__ */ vue.createElementVNode("div", { class: "flex" }, [
41
- /* @__PURE__ */ vue.createElementVNode("div", { class: "discharge-label" }, " 污染物 "),
42
- /* @__PURE__ */ vue.createElementVNode("div", { class: "discharge-unit" }, " 排放量/允许排放量(吨) ")
13
+ const _hoisted_2 = { class: "discharge-total" };
14
+ const _hoisted_3 = /* @__PURE__ */ vue.createElementVNode("div", { class: "discharge-title" }, [
15
+ /* @__PURE__ */ vue.createElementVNode("span", null, "年度累计排放总量 "),
16
+ /* @__PURE__ */ vue.createElementVNode("span", { class: "unit" }, "(吨)")
43
17
  ], -1);
44
- const _hoisted_20 = {
18
+ const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("div", { class: "discharge-label flex" }, [
19
+ /* @__PURE__ */ vue.createElementVNode("div", null, " 污染物 "),
20
+ /* @__PURE__ */ vue.createElementVNode("div", null, " 排放量/允许排放量 ")
21
+ ], -1);
22
+ const _hoisted_5 = {
45
23
  key: 0,
46
24
  class: "box"
47
25
  };
48
- const _hoisted_21 = { class: "chart-statistics-head" };
49
- const _hoisted_22 = ["title"];
50
- const _hoisted_23 = { class: "statistics-he;ad-number" };
51
- const _hoisted_24 = ["title"];
52
- const _hoisted_25 = { class: "chart-statistics-body" };
53
- const _hoisted_26 = { class: "chart-statistics-body-box" };
26
+ const _hoisted_6 = { class: "chart-statistics-head" };
27
+ const _hoisted_7 = ["title"];
28
+ const _hoisted_8 = { class: "statistics-head-number" };
29
+ const _hoisted_9 = /* @__PURE__ */ vue.createElementVNode("span", { class: "separator" }, " / ", -1);
30
+ const _hoisted_10 = ["title"];
31
+ const _hoisted_11 = { class: "chart-statistics-body" };
32
+ const _hoisted_12 = { class: "chart-statistics-body-box" };
54
33
  const __default__ = {
55
34
  name: "DvIpesAirPollutionDischarge",
56
35
  title: "大气污染物排放"
@@ -63,62 +42,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
63
42
  companyNum: 0,
64
43
  monitorCompanyNum: 0
65
44
  });
66
- const statisticsCharts = vue.ref();
67
- function drawChart(data) {
68
- const Highcharts = window.Highcharts;
69
- Highcharts && Highcharts.chart(statisticsCharts.value, {
70
- credits: {
71
- enabled: false
72
- // 隐藏版权信息
73
- },
74
- chart: {
75
- type: "pie",
76
- options3d: {
77
- enabled: true,
78
- alpha: 64,
79
- // 内旋转角度
80
- beta: 0
81
- // 外旋转角度
82
- },
83
- backgroundColor: "rgba(0,0,0,0)"
84
- },
85
- title: {
86
- text: "",
87
- style: {
88
- fontSize: "14px",
89
- color: "#fff"
90
- // fontFamily: 'shzhjt',
91
- },
92
- align: "left"
93
- },
94
- tooltip: {
95
- enabled: false
96
- },
97
- plotOptions: {
98
- pie: {
99
- size: "55px",
100
- depth: 9,
101
- // 饼图厚度
102
- dataLabels: {
103
- enabled: false
104
- },
105
- showInLegend: true,
106
- colors: ["#00DD78", "#8FAFC7"]
107
- // 绿色 灰色
108
- }
109
- },
110
- series: [
111
- {
112
- name: "占比",
113
- data
114
- // colors: ['#00DD78', '#8FAFC7'],
115
- }
116
- ],
117
- legend: {
118
- enabled: false
119
- }
120
- });
121
- }
45
+ vue.ref();
122
46
  const fetchData = async () => {
123
47
  try {
124
48
  const result = await request.default({
@@ -131,11 +55,11 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
131
55
  const arr = data.factorList.slice(0, 3).map((item) => {
132
56
  let flag = parseInt(item.factorValue) / parseInt(item.targetValue) * 100;
133
57
  if (flag <= 80)
134
- item.color = "#03D5FB";
58
+ item.color = "var(--dv-color-success)";
135
59
  else if (flag > 80 && flag <= 100)
136
- item.color = "#FFBE00";
60
+ item.color = "var(--dv-color-warning)";
137
61
  else if (flag > 100)
138
- item.color = "#FF553C";
62
+ item.color = "var(--dv-color-danger)";
139
63
  isNaN(flag) && (flag = 0);
140
64
  item.percent = flag > 100 ? 100 : flag;
141
65
  return item;
@@ -148,7 +72,6 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
148
72
  data.companyNum - data.monitorCompanyNum
149
73
  ]
150
74
  ];
151
- drawChart(seriesData);
152
75
  } catch (error) {
153
76
  console.log(error);
154
77
  }
@@ -161,58 +84,32 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
161
84
  const _component_el_empty = es.ElEmpty;
162
85
  return vue.openBlock(), vue.createElementBlock("div", _hoisted_1, [
163
86
  vue.createElementVNode("div", _hoisted_2, [
164
- vue.createElementVNode("div", _hoisted_3, [
165
- vue.createElementVNode("div", {
166
- ref_key: "statisticsCharts",
167
- ref: statisticsCharts,
168
- style: { "width": "68px", "height": "36px" }
169
- }, null, 512),
170
- _hoisted_4,
171
- _hoisted_5
172
- ]),
173
- vue.createElementVNode("div", _hoisted_6, [
174
- vue.createElementVNode("div", _hoisted_7, [
175
- _hoisted_8,
176
- vue.createElementVNode("div", _hoisted_9, [
177
- vue.createElementVNode("span", _hoisted_10, vue.toDisplayString(discharge.companyNum), 1),
178
- _hoisted_11
179
- ])
180
- ]),
181
- vue.createElementVNode("div", _hoisted_12, [
182
- _hoisted_13,
183
- vue.createElementVNode("div", _hoisted_14, [
184
- vue.createElementVNode("span", _hoisted_15, vue.toDisplayString(discharge.monitorCompanyNum), 1),
185
- _hoisted_16
186
- ])
187
- ])
188
- ])
189
- ]),
190
- vue.createElementVNode("div", _hoisted_17, [
191
- _hoisted_18,
192
- _hoisted_19,
193
- chartStatistics.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_20, [
87
+ _hoisted_3,
88
+ _hoisted_4,
89
+ chartStatistics.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_5, [
194
90
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(chartStatistics, (item, index) => {
195
91
  return vue.openBlock(), vue.createElementBlock("div", {
196
92
  key: index,
197
93
  class: "chart-statistics"
198
94
  }, [
199
- vue.createElementVNode("div", _hoisted_21, [
95
+ vue.createElementVNode("div", _hoisted_6, [
200
96
  vue.createElementVNode("div", {
201
97
  class: "statistics-head-name",
202
98
  title: item.factorName
203
- }, vue.toDisplayString(item.factorName), 9, _hoisted_22),
204
- vue.createElementVNode("div", _hoisted_23, [
99
+ }, vue.toDisplayString(item.factorName), 9, _hoisted_7),
100
+ vue.createElementVNode("div", _hoisted_8, [
205
101
  vue.createElementVNode("span", {
102
+ class: "statistics-head-number-left",
206
103
  style: vue.normalizeStyle({ color: item.color })
207
104
  }, vue.toDisplayString(item.factorValue || "0"), 5),
105
+ _hoisted_9,
208
106
  vue.createElementVNode("span", {
209
- style: { "opacity": "0.5" },
210
107
  title: item.targetValue
211
- }, "/ " + vue.toDisplayString(item.targetValue), 9, _hoisted_24)
108
+ }, vue.toDisplayString(item.targetValue), 9, _hoisted_10)
212
109
  ])
213
110
  ]),
214
- vue.createElementVNode("div", _hoisted_25, [
215
- vue.createElementVNode("div", _hoisted_26, [
111
+ vue.createElementVNode("div", _hoisted_11, [
112
+ vue.createElementVNode("div", _hoisted_12, [
216
113
  vue.createElementVNode("div", {
217
114
  class: "statistics-body-left",
218
115
  style: vue.normalizeStyle({