@ued_fpi/data-visual 1.2.2 → 1.2.3

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 (287) hide show
  1. package/dist/es/aims/src/AirQualityPresentSituation/index.vue.mjs +41 -15
  2. package/dist/es/aims/src/AirQualityRealTime/api/index.d.ts +1 -1
  3. package/dist/es/aims/src/AirQualityRealTime/index.vue.mjs +15 -10
  4. package/dist/es/aims/src/AirQualityRealTimeAndDay/api/index.d.ts +28 -0
  5. package/dist/es/aims/src/AirQualityRealTimeAndDay/api/index.mjs +11 -0
  6. package/dist/es/aims/src/AirQualityRealTimeAndDay/index.d.ts +122 -0
  7. package/dist/es/aims/src/AirQualityRealTimeAndDay/index.mjs +7 -0
  8. package/dist/es/aims/src/AirQualityRealTimeAndDay/index.vue.d.ts +33 -0
  9. package/dist/es/aims/src/AirQualityRealTimeAndDay/index.vue.mjs +218 -0
  10. package/dist/es/aims/src/AirQualityRealTimeAndDay/index.vue2.mjs +3 -0
  11. package/dist/es/aims/src/AirQualityRealTimeAndDay/index.vue3.mjs +6 -0
  12. package/dist/es/aims/src/index.d.ts +1 -0
  13. package/dist/es/aims/src/index.mjs +1 -0
  14. package/dist/es/index.mjs +2 -1
  15. package/dist/es/ipes/src/AirPollutionDischarge/index.vue.mjs +82 -68
  16. package/dist/es/ipes/src/AirQualityManagement/index.vue.mjs +2 -2
  17. package/dist/es/ipes/src/BusinessManage/index.vue.mjs +12 -7
  18. package/dist/es/ipes/src/EmergencyDuty/index.d.ts +23 -30
  19. package/dist/es/ipes/src/EmergencyDuty/index.mjs +4 -3
  20. package/dist/es/ipes/src/EmergencyDuty/index.vue.d.ts +13 -10
  21. package/dist/es/ipes/src/EmergencyDuty/index.vue.mjs +97 -33
  22. package/dist/es/ipes/src/EmergencyDuty/index.vue2.mjs +2 -20
  23. package/dist/es/ipes/src/EmergencyDuty/index.vue3.mjs +5 -2
  24. package/dist/es/ipes/src/EmergencyDuty/type.d.ts +7 -0
  25. package/dist/es/ipes/src/EmergencyManage/index.d.ts +9 -27
  26. package/dist/es/ipes/src/EmergencyManage/index.vue.d.ts +5 -17
  27. package/dist/es/ipes/src/EmergencyManage/index.vue.mjs +34 -55
  28. package/dist/es/ipes/src/EmergencyResources/images/expert.png.mjs +3 -0
  29. package/dist/es/ipes/src/EmergencyResources/images/materials.png.mjs +3 -0
  30. package/dist/es/ipes/src/EmergencyResources/images/personnel.png.mjs +3 -0
  31. package/dist/es/ipes/src/EmergencyResources/images/preplan.png.mjs +2 -2
  32. package/dist/es/ipes/src/EmergencyResources/images/protected.png.mjs +3 -0
  33. package/dist/es/ipes/src/EmergencyResources/images/shelter.png.mjs +3 -0
  34. package/dist/es/ipes/src/EmergencyResources/images/store.png.mjs +3 -0
  35. package/dist/es/ipes/src/EmergencyResources/images/team.png.mjs +3 -0
  36. package/dist/es/ipes/src/EmergencyResources/index.d.ts +12 -30
  37. package/dist/es/ipes/src/EmergencyResources/index.vue.d.ts +7 -20
  38. package/dist/es/ipes/src/EmergencyResources/index.vue.mjs +107 -28
  39. package/dist/es/ipes/src/EnterpriseProtectionCode/index.d.ts +17 -25
  40. package/dist/es/ipes/src/EnterpriseProtectionCode/index.vue.d.ts +7 -14
  41. package/dist/es/ipes/src/EnterpriseProtectionCode/index.vue.mjs +53 -45
  42. package/dist/es/ipes/src/EnvManage/index.vue.mjs +2 -1
  43. package/dist/es/ipes/src/EnvironmentalProtection/images/piebottom.png.mjs +2 -2
  44. package/dist/es/ipes/src/EnvironmentalProtection/images/pietop.png.mjs +2 -2
  45. package/dist/es/ipes/src/EnvironmentalProtection/index.vue.mjs +9 -17
  46. package/dist/es/ipes/src/EnvironmentalRiskManagement/index.d.ts +76 -7
  47. package/dist/es/ipes/src/EnvironmentalRiskManagement/index.vue.d.ts +49 -3
  48. package/dist/es/ipes/src/EnvironmentalRiskManagement/index.vue.mjs +22 -53
  49. package/dist/es/ipes/src/GasControl/index.d.ts +12 -12
  50. package/dist/es/ipes/src/GasControl/index.vue.d.ts +6 -6
  51. package/dist/es/ipes/src/GasControl/index.vue.mjs +4 -4
  52. package/dist/es/ipes/src/GeneralManagement/components/Tabs.vue.mjs +1 -1
  53. package/dist/es/ipes/src/GeneralManagement/index.d.ts +131 -26
  54. package/dist/es/ipes/src/GeneralManagement/index.vue.d.ts +82 -12
  55. package/dist/es/ipes/src/GeneralManagement/index.vue.mjs +21 -53
  56. package/dist/es/ipes/src/InspectionManage/index.vue.mjs +59 -67
  57. package/dist/es/ipes/src/PollutantSourceManage/index.d.ts +54 -56
  58. package/dist/es/ipes/src/PollutantSourceManage/index.vue.d.ts +28 -13
  59. package/dist/es/ipes/src/PollutantSourceManage/index.vue.mjs +16 -16
  60. package/dist/es/ipes/src/PollutantSourceManage/type.d.ts +9 -1
  61. package/dist/es/ipes/src/RealTimeAirQualityManage/index.vue.mjs +6 -5
  62. package/dist/es/ipes/src/StreetLightingManagement/index.d.ts +12 -21
  63. package/dist/es/ipes/src/StreetLightingManagement/index.vue.d.ts +7 -15
  64. package/dist/es/ipes/src/StreetLightingManagement/index.vue.mjs +34 -13
  65. package/dist/es/ipes/src/StreetLightingManagement/type.d.ts +2 -0
  66. package/dist/es/ipes/src/TaskDispose/index.d.ts +18 -93
  67. package/dist/es/ipes/src/TaskDispose/index.vue.d.ts +10 -58
  68. package/dist/es/ipes/src/TaskDispose/index.vue.mjs +72 -262
  69. package/dist/es/ipes/src/VocStatistics/index.d.ts +3 -27
  70. package/dist/es/ipes/src/VocStatistics/index.vue.d.ts +2 -17
  71. package/dist/es/ipes/src/VocStatistics/index.vue.mjs +20 -38
  72. package/dist/es/ipes/src/common/Echarts.vue.mjs +20 -11
  73. package/dist/es/style.css +4979 -4833
  74. package/dist/es/wgms/src/AuxiliaryJudgment/api/index.d.ts +2 -2
  75. package/dist/es/wgms/src/AuxiliaryJudgment/api/index.mjs +2 -2
  76. package/dist/es/wgms/src/AuxiliaryJudgment/api/types.d.ts +4 -20
  77. package/dist/es/wgms/src/AuxiliaryJudgment/index.d.ts +39 -24
  78. package/dist/es/wgms/src/AuxiliaryJudgment/index.vue.d.ts +22 -13
  79. package/dist/es/wgms/src/AuxiliaryJudgment/index.vue.mjs +33 -32
  80. package/dist/es/wgms/src/ChangesAlongTheProcess/api/index.mjs +11 -0
  81. package/dist/es/wgms/src/ChangesAlongTheProcess/api/types.d.ts +5 -16
  82. package/dist/es/wgms/src/ChangesAlongTheProcess/index.d.ts +69 -24
  83. package/dist/es/wgms/src/ChangesAlongTheProcess/index.vue.d.ts +40 -13
  84. package/dist/es/wgms/src/ChangesAlongTheProcess/index.vue.mjs +36 -35
  85. package/dist/es/wgms/src/ChlorophyllAchangeRate/index.d.ts +1 -1
  86. package/dist/es/wgms/src/CrossSectionCorrelation/api/index.mjs +2 -2
  87. package/dist/es/wgms/src/CrossSectionCorrelation/api/types.d.ts +14 -12
  88. package/dist/es/wgms/src/CrossSectionCorrelation/index.d.ts +111 -36
  89. package/dist/es/wgms/src/CrossSectionCorrelation/index.vue.d.ts +64 -19
  90. package/dist/es/wgms/src/CrossSectionCorrelation/index.vue.mjs +64 -41
  91. package/dist/es/wgms/src/DrinkingWaterComplianceRate/index.d.ts +1 -1
  92. package/dist/es/wgms/src/DrinkingWaterComplianceRate/index.mjs +2 -2
  93. package/dist/es/wgms/src/FactorTopThreeRanking/index.d.ts +1 -1
  94. package/dist/es/wgms/src/FactorTrendComparison/api/index.d.ts +5 -0
  95. package/dist/es/wgms/src/FactorTrendComparison/api/index.mjs +12 -0
  96. package/dist/es/wgms/src/FactorTrendComparison/index.d.ts +66 -44
  97. package/dist/es/wgms/src/FactorTrendComparison/index.vue.d.ts +39 -25
  98. package/dist/es/wgms/src/FactorTrendComparison/index.vue.mjs +78 -64
  99. package/dist/es/wgms/{api/NPTrendChange → src/NPTrendChange/api}/index.d.ts +1 -1
  100. package/dist/es/wgms/src/NPTrendChange/api/index.mjs +12 -0
  101. package/dist/es/wgms/src/NPTrendChange/index.d.ts +63 -41
  102. package/dist/es/wgms/src/NPTrendChange/index.vue.d.ts +37 -23
  103. package/dist/es/wgms/src/NPTrendChange/index.vue.mjs +58 -50
  104. package/dist/es/wgms/src/PollutionSourceControl/index.d.ts +9 -9
  105. package/dist/es/wgms/src/PollutionSourceControl/index.vue.d.ts +3 -3
  106. package/dist/es/wgms/src/SevenDayKline/api/index.d.ts +8 -0
  107. package/dist/es/wgms/src/SevenDayKline/api/index.mjs +19 -0
  108. package/dist/es/wgms/src/SevenDayKline/api/types.d.ts +5 -4
  109. package/dist/es/wgms/src/SevenDayKline/index.d.ts +39 -39
  110. package/dist/es/wgms/src/SevenDayKline/index.vue.d.ts +22 -22
  111. package/dist/es/wgms/src/SevenDayKline/index.vue.mjs +31 -28
  112. package/dist/es/wgms/src/SurroundingPollution/api/index.mjs +3 -10
  113. package/dist/es/wgms/src/SurroundingPollution/api/types.d.ts +8 -4
  114. package/dist/es/wgms/src/SurroundingPollution/index.d.ts +54 -39
  115. package/dist/es/wgms/src/SurroundingPollution/index.vue.d.ts +31 -22
  116. package/dist/es/wgms/src/SurroundingPollution/index.vue.mjs +43 -38
  117. package/dist/es/wgms/src/UpstreamImpact/api/index.mjs +3 -3
  118. package/dist/es/wgms/src/UpstreamImpact/api/types.d.ts +10 -7
  119. package/dist/es/wgms/src/UpstreamImpact/index.d.ts +93 -48
  120. package/dist/es/wgms/src/UpstreamImpact/index.vue.d.ts +53 -26
  121. package/dist/es/wgms/src/UpstreamImpact/index.vue.mjs +167 -195
  122. package/dist/es/wgms/src/UpstreamSection/api/index.d.ts +6 -0
  123. package/dist/es/wgms/src/UpstreamSection/api/index.mjs +12 -0
  124. package/dist/es/wgms/src/UpstreamSection/api/types.d.ts +20 -0
  125. package/dist/es/wgms/src/UpstreamSection/index.d.ts +113 -3
  126. package/dist/es/wgms/src/UpstreamSection/index.vue.d.ts +67 -1
  127. package/dist/es/wgms/src/UpstreamSection/index.vue.mjs +57 -3
  128. package/dist/es/wgms/src/WaterQualityRainfall/api/index.d.ts +8 -0
  129. package/dist/es/wgms/src/WaterQualityRainfall/api/index.mjs +19 -0
  130. package/dist/es/wgms/src/WaterQualityRainfall/api/types.d.ts +4 -4
  131. package/dist/es/wgms/src/WaterQualityRainfall/index.d.ts +30 -30
  132. package/dist/es/wgms/src/WaterQualityRainfall/index.vue.d.ts +18 -18
  133. package/dist/es/wgms/src/WaterQualityRainfall/index.vue.mjs +41 -24
  134. package/dist/es/wgms/src/index.mjs +1 -1
  135. package/dist/lib/aims/index.js +4 -4
  136. package/dist/lib/aims/src/AirQualityPresentSituation/index.vue.js +41 -15
  137. package/dist/lib/aims/src/AirQualityRealTime/api/index.d.ts +1 -1
  138. package/dist/lib/aims/src/AirQualityRealTime/index.vue.js +14 -9
  139. package/dist/lib/aims/src/AirQualityRealTimeAndDay/api/index.d.ts +28 -0
  140. package/dist/lib/aims/src/AirQualityRealTimeAndDay/api/index.js +15 -0
  141. package/dist/lib/aims/src/AirQualityRealTimeAndDay/index.d.ts +122 -0
  142. package/dist/lib/aims/src/AirQualityRealTimeAndDay/index.js +12 -0
  143. package/dist/lib/aims/src/AirQualityRealTimeAndDay/index.vue.d.ts +33 -0
  144. package/dist/lib/aims/src/AirQualityRealTimeAndDay/index.vue.js +222 -0
  145. package/dist/lib/aims/src/AirQualityRealTimeAndDay/index.vue2.js +7 -0
  146. package/dist/lib/aims/src/AirQualityRealTimeAndDay/index.vue3.js +10 -0
  147. package/dist/lib/aims/src/index.d.ts +1 -0
  148. package/dist/lib/aims/src/index.js +2 -0
  149. package/dist/lib/index.js +113 -111
  150. package/dist/lib/ipes/src/AirPollutionDischarge/index.vue.js +82 -68
  151. package/dist/lib/ipes/src/AirQualityManagement/index.vue.js +2 -2
  152. package/dist/lib/ipes/src/BusinessManage/index.vue.js +12 -7
  153. package/dist/lib/ipes/src/EmergencyDuty/index.d.ts +23 -30
  154. package/dist/lib/ipes/src/EmergencyDuty/index.js +4 -3
  155. package/dist/lib/ipes/src/EmergencyDuty/index.vue.d.ts +13 -10
  156. package/dist/lib/ipes/src/EmergencyDuty/index.vue.js +96 -32
  157. package/dist/lib/ipes/src/EmergencyDuty/index.vue2.js +2 -20
  158. package/dist/lib/ipes/src/EmergencyDuty/index.vue3.js +5 -2
  159. package/dist/lib/ipes/src/EmergencyDuty/type.d.ts +7 -0
  160. package/dist/lib/ipes/src/EmergencyManage/index.d.ts +9 -27
  161. package/dist/lib/ipes/src/EmergencyManage/index.vue.d.ts +5 -17
  162. package/dist/lib/ipes/src/EmergencyManage/index.vue.js +33 -54
  163. package/dist/lib/ipes/src/EmergencyResources/images/expert.png.js +7 -0
  164. package/dist/lib/ipes/src/EmergencyResources/images/materials.png.js +7 -0
  165. package/dist/lib/ipes/src/EmergencyResources/images/personnel.png.js +7 -0
  166. package/dist/lib/ipes/src/EmergencyResources/images/preplan.png.js +2 -2
  167. package/dist/lib/ipes/src/EmergencyResources/images/protected.png.js +7 -0
  168. package/dist/lib/ipes/src/EmergencyResources/images/shelter.png.js +7 -0
  169. package/dist/lib/ipes/src/EmergencyResources/images/store.png.js +7 -0
  170. package/dist/lib/ipes/src/EmergencyResources/images/team.png.js +7 -0
  171. package/dist/lib/ipes/src/EmergencyResources/index.d.ts +12 -30
  172. package/dist/lib/ipes/src/EmergencyResources/index.vue.d.ts +7 -20
  173. package/dist/lib/ipes/src/EmergencyResources/index.vue.js +106 -27
  174. package/dist/lib/ipes/src/EnterpriseProtectionCode/index.d.ts +17 -25
  175. package/dist/lib/ipes/src/EnterpriseProtectionCode/index.vue.d.ts +7 -14
  176. package/dist/lib/ipes/src/EnterpriseProtectionCode/index.vue.js +52 -44
  177. package/dist/lib/ipes/src/EnvManage/index.vue.js +2 -1
  178. package/dist/lib/ipes/src/EnvironmentalProtection/images/piebottom.png.js +2 -2
  179. package/dist/lib/ipes/src/EnvironmentalProtection/images/pietop.png.js +2 -2
  180. package/dist/lib/ipes/src/EnvironmentalProtection/index.vue.js +4 -12
  181. package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.d.ts +76 -7
  182. package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.vue.d.ts +49 -3
  183. package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.vue.js +21 -52
  184. package/dist/lib/ipes/src/GasControl/index.d.ts +12 -12
  185. package/dist/lib/ipes/src/GasControl/index.vue.d.ts +6 -6
  186. package/dist/lib/ipes/src/GasControl/index.vue.js +4 -4
  187. package/dist/lib/ipes/src/GeneralManagement/components/Tabs.vue.js +1 -1
  188. package/dist/lib/ipes/src/GeneralManagement/index.d.ts +131 -26
  189. package/dist/lib/ipes/src/GeneralManagement/index.vue.d.ts +82 -12
  190. package/dist/lib/ipes/src/GeneralManagement/index.vue.js +20 -52
  191. package/dist/lib/ipes/src/InspectionManage/index.vue.js +59 -67
  192. package/dist/lib/ipes/src/PollutantSourceManage/index.d.ts +54 -56
  193. package/dist/lib/ipes/src/PollutantSourceManage/index.vue.d.ts +28 -13
  194. package/dist/lib/ipes/src/PollutantSourceManage/index.vue.js +16 -16
  195. package/dist/lib/ipes/src/PollutantSourceManage/type.d.ts +9 -1
  196. package/dist/lib/ipes/src/RealTimeAirQualityManage/index.vue.js +6 -5
  197. package/dist/lib/ipes/src/StreetLightingManagement/index.d.ts +12 -21
  198. package/dist/lib/ipes/src/StreetLightingManagement/index.vue.d.ts +7 -15
  199. package/dist/lib/ipes/src/StreetLightingManagement/index.vue.js +33 -12
  200. package/dist/lib/ipes/src/StreetLightingManagement/type.d.ts +2 -0
  201. package/dist/lib/ipes/src/TaskDispose/index.d.ts +18 -93
  202. package/dist/lib/ipes/src/TaskDispose/index.vue.d.ts +10 -58
  203. package/dist/lib/ipes/src/TaskDispose/index.vue.js +71 -261
  204. package/dist/lib/ipes/src/VocStatistics/index.d.ts +3 -27
  205. package/dist/lib/ipes/src/VocStatistics/index.vue.d.ts +2 -17
  206. package/dist/lib/ipes/src/VocStatistics/index.vue.js +19 -37
  207. package/dist/lib/ipes/src/common/Echarts.vue.js +20 -11
  208. package/dist/lib/style.css +4979 -4833
  209. package/dist/lib/wgms/src/AuxiliaryJudgment/api/index.d.ts +2 -2
  210. package/dist/lib/wgms/src/AuxiliaryJudgment/api/index.js +2 -2
  211. package/dist/lib/wgms/src/AuxiliaryJudgment/api/types.d.ts +4 -20
  212. package/dist/lib/wgms/src/AuxiliaryJudgment/index.d.ts +39 -24
  213. package/dist/lib/wgms/src/AuxiliaryJudgment/index.vue.d.ts +22 -13
  214. package/dist/lib/wgms/src/AuxiliaryJudgment/index.vue.js +32 -31
  215. package/dist/lib/wgms/src/ChangesAlongTheProcess/api/index.js +15 -0
  216. package/dist/lib/wgms/src/ChangesAlongTheProcess/api/types.d.ts +5 -16
  217. package/dist/lib/wgms/src/ChangesAlongTheProcess/index.d.ts +69 -24
  218. package/dist/lib/wgms/src/ChangesAlongTheProcess/index.vue.d.ts +40 -13
  219. package/dist/lib/wgms/src/ChangesAlongTheProcess/index.vue.js +38 -37
  220. package/dist/lib/wgms/src/ChlorophyllAchangeRate/index.d.ts +1 -1
  221. package/dist/lib/wgms/src/CrossSectionCorrelation/api/index.js +2 -2
  222. package/dist/lib/wgms/src/CrossSectionCorrelation/api/types.d.ts +14 -12
  223. package/dist/lib/wgms/src/CrossSectionCorrelation/index.d.ts +111 -36
  224. package/dist/lib/wgms/src/CrossSectionCorrelation/index.vue.d.ts +64 -19
  225. package/dist/lib/wgms/src/CrossSectionCorrelation/index.vue.js +64 -41
  226. package/dist/lib/wgms/src/DrinkingWaterComplianceRate/index.d.ts +1 -1
  227. package/dist/lib/wgms/src/DrinkingWaterComplianceRate/index.js +2 -2
  228. package/dist/lib/wgms/src/FactorTopThreeRanking/index.d.ts +1 -1
  229. package/dist/lib/wgms/src/FactorTrendComparison/api/index.d.ts +5 -0
  230. package/dist/lib/wgms/src/FactorTrendComparison/api/index.js +16 -0
  231. package/dist/lib/wgms/src/FactorTrendComparison/index.d.ts +66 -44
  232. package/dist/lib/wgms/src/FactorTrendComparison/index.vue.d.ts +39 -25
  233. package/dist/lib/wgms/src/FactorTrendComparison/index.vue.js +80 -66
  234. package/dist/lib/wgms/{api/NPTrendChange → src/NPTrendChange/api}/index.d.ts +1 -1
  235. package/dist/lib/wgms/{api/NPTrendChange → src/NPTrendChange/api}/index.js +3 -3
  236. package/dist/lib/wgms/src/NPTrendChange/index.d.ts +63 -41
  237. package/dist/lib/wgms/src/NPTrendChange/index.vue.d.ts +37 -23
  238. package/dist/lib/wgms/src/NPTrendChange/index.vue.js +61 -53
  239. package/dist/lib/wgms/src/PollutionSourceControl/index.d.ts +9 -9
  240. package/dist/lib/wgms/src/PollutionSourceControl/index.vue.d.ts +3 -3
  241. package/dist/lib/wgms/src/SevenDayKline/api/index.d.ts +8 -0
  242. package/dist/lib/wgms/src/SevenDayKline/api/index.js +24 -0
  243. package/dist/lib/wgms/src/SevenDayKline/api/types.d.ts +5 -4
  244. package/dist/lib/wgms/src/SevenDayKline/index.d.ts +39 -39
  245. package/dist/lib/wgms/src/SevenDayKline/index.vue.d.ts +22 -22
  246. package/dist/lib/wgms/src/SevenDayKline/index.vue.js +33 -30
  247. package/dist/lib/wgms/src/SurroundingPollution/api/index.js +2 -10
  248. package/dist/lib/wgms/src/SurroundingPollution/api/types.d.ts +8 -4
  249. package/dist/lib/wgms/src/SurroundingPollution/index.d.ts +54 -39
  250. package/dist/lib/wgms/src/SurroundingPollution/index.vue.d.ts +31 -22
  251. package/dist/lib/wgms/src/SurroundingPollution/index.vue.js +42 -37
  252. package/dist/lib/wgms/src/UpstreamImpact/api/index.js +3 -3
  253. package/dist/lib/wgms/src/UpstreamImpact/api/types.d.ts +10 -7
  254. package/dist/lib/wgms/src/UpstreamImpact/index.d.ts +93 -48
  255. package/dist/lib/wgms/src/UpstreamImpact/index.vue.d.ts +53 -26
  256. package/dist/lib/wgms/src/UpstreamImpact/index.vue.js +166 -194
  257. package/dist/lib/wgms/src/UpstreamSection/api/index.d.ts +6 -0
  258. package/dist/lib/wgms/src/UpstreamSection/api/index.js +16 -0
  259. package/dist/lib/wgms/src/UpstreamSection/api/types.d.ts +20 -0
  260. package/dist/lib/wgms/src/UpstreamSection/index.d.ts +113 -3
  261. package/dist/lib/wgms/src/UpstreamSection/index.vue.d.ts +67 -1
  262. package/dist/lib/wgms/src/UpstreamSection/index.vue.js +56 -2
  263. package/dist/lib/wgms/src/WaterQualityRainfall/api/index.d.ts +8 -0
  264. package/dist/lib/wgms/src/WaterQualityRainfall/api/index.js +24 -0
  265. package/dist/lib/wgms/src/WaterQualityRainfall/api/types.d.ts +4 -4
  266. package/dist/lib/wgms/src/WaterQualityRainfall/index.d.ts +30 -30
  267. package/dist/lib/wgms/src/WaterQualityRainfall/index.vue.d.ts +18 -18
  268. package/dist/lib/wgms/src/WaterQualityRainfall/index.vue.js +43 -26
  269. package/dist/lib/wgms/src/index.js +1 -1
  270. package/dist/style/style-aims.css +1 -1
  271. package/dist/style/style-bmp.css +1 -1
  272. package/dist/style/style-ipes.css +1 -1
  273. package/dist/style/style-wgms.css +1 -1
  274. package/package.json +2 -2
  275. package/dist/es/ipes/src/EnvironmentalProtection/images/module-title-icon.png.mjs +0 -3
  276. package/dist/es/ipes/src/InspectionManage/images/module-title-icon.png.mjs +0 -3
  277. package/dist/es/ipes/src/PollutantSourceManage/types.d.ts +0 -18
  278. package/dist/es/ipes/src/TaskDispose/img/circlebottom.png.mjs +0 -3
  279. package/dist/es/wgms/api/FactorTrendComparison/index.d.ts +0 -10
  280. package/dist/es/wgms/api/FactorTrendComparison/index.mjs +0 -20
  281. package/dist/es/wgms/api/NPTrendChange/index.mjs +0 -12
  282. package/dist/lib/ipes/src/EnvironmentalProtection/images/module-title-icon.png.js +0 -7
  283. package/dist/lib/ipes/src/InspectionManage/images/module-title-icon.png.js +0 -7
  284. package/dist/lib/ipes/src/PollutantSourceManage/types.d.ts +0 -18
  285. package/dist/lib/ipes/src/TaskDispose/img/circlebottom.png.js +0 -7
  286. package/dist/lib/wgms/api/FactorTrendComparison/index.d.ts +0 -10
  287. package/dist/lib/wgms/api/FactorTrendComparison/index.js +0 -25
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$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');
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');
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');
@@ -28,66 +28,67 @@ const index$i = require('./aims/src/MainPollutionYearRatio/index.js');
28
28
  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
- const index$m = require('./ipes/src/AirPollutionDischarge/index.js');
32
- const index$n = require('./ipes/src/AirQuality/index.js');
33
- const index$o = require('./ipes/src/EmergencyDuty/index.js');
34
- const index$p = require('./ipes/src/GeneralManagement/index.js');
35
- const index$q = require('./ipes/src/OdorControl/index.js');
36
- const index$r = require('./ipes/src/SealingManage/index.js');
37
- const index$s = require('./ipes/src/VocStatistics/index.js');
38
- const index$t = require('./ipes/src/EnterpriseProtectionCode/index.js');
39
- const index$u = require('./ipes/src/AccessVehicleManage/index.js');
40
- const index$v = require('./ipes/src/AirQualityManagement/index.js');
41
- const index$w = require('./ipes/src/TaskDispose/index.js');
42
- const index$x = require('./ipes/src/EnvironmentalRiskManagement/index.js');
43
- const index$y = require('./ipes/src/HazardousVehicleManage/index.js');
44
- const index$z = require('./ipes/src/WaterNetworkManage/index.js');
45
- const index$A = require('./ipes/src/Level3AirDefense/index.js');
46
- const index$B = require('./ipes/src/EnvManage/index.js');
47
- const index$C = require('./ipes/src/RealTimeAirQualityManage/index.js');
48
- const index$D = require('./ipes/src/BusinessManage/index.js');
49
- const index$E = require('./ipes/src/InspectionManage/index.js');
50
- const index$F = require('./ipes/src/AlarmManage/index.js');
51
- const index$G = require('./ipes/src/PollutantSourceManage/index.js');
52
- const index$H = require('./ipes/src/EnvironmentalProtection/index.js');
53
- const index$I = require('./ipes/src/GasControl/index.js');
54
- const index$J = require('./ipes/src/StreetLightingManagement/index.js');
55
- const index$K = require('./ipes/src/EmergencyResources/index.js');
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');
31
+ const index$m = require('./aims/src/AirQualityRealTimeAndDay/index.js');
32
+ const index$n = require('./ipes/src/AirPollutionDischarge/index.js');
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');
84
85
 
85
86
  const index = {
86
87
  install: (app) => {
87
- index$1b.default.install(app);
88
88
  index$1c.default.install(app);
89
89
  index$1d.default.install(app);
90
90
  index$1e.default.install(app);
91
+ index$1f.default.install(app);
91
92
  }
92
93
  };
93
94
 
@@ -113,57 +114,58 @@ exports.DvAimsMainPollutionYearRatio = index$i.DvAimsMainPollutionYearRatio;
113
114
  exports.DvAimsMainPollutionMonthRatio = index$j.DvAimsMainPollutionMonthRatio;
114
115
  exports.DvAimsAirTimeSeriesAnalysis = index$k.DvAimsAirTimeSeriesAnalysis;
115
116
  exports.DvAimsTbHbAnalysis = index$l.DvAimsTbHbAnalysis;
116
- exports.DvIpesAirPollutionDischarge = index$m.DvIpesAirPollutionDischarge;
117
- exports.DvIpesAirQuality = index$n.DvIpesAirQuality;
118
- exports.DvIpesEmergencyDuty = index$o.DvIpesEmergencyDuty;
119
- exports.DvIpesGeneralManagement = index$p.DvIpesGeneralManagement;
120
- exports.DvIpesOdorControl = index$q.DvIpesOdorControl;
121
- exports.DvIpesSealingManage = index$r.DvIpesSealingManage;
122
- exports.DvIpesVocStatistics = index$s.DvIpesVocStatistics;
123
- exports.DvIpesEnterpriseProtectionCode = index$t.DvIpesEnterpriseProtectionCode;
124
- exports.DvIpesAccessVehicleManage = index$u.DvIpesAccessVehicleManage;
125
- exports.DvIpesAirQualityManagement = index$v.DvIpesAirQualityManagement;
126
- exports.DvIpesTaskDispose = index$w.DvIpesTaskDispose;
127
- exports.DvIpesEnvironmentalRiskManagement = index$x.DvIpesEnvironmentalRiskManagement;
128
- exports.DvIpesHazardousVehicleManage = index$y.DvIpesHazardousVehicleManage;
129
- exports.DvIpesWaterNetworkManage = index$z.DvIpesWaterNetworkManage;
130
- exports.DvIpesLevel3AirDefense = index$A.DvIpesLevel3AirDefense;
131
- exports.DvIpesEnvManage = index$B.DvIpesEnvManage;
132
- exports.DvIpesRealTimeAirQualityManage = index$C.DvIpesRealTimeAirQualityManage;
133
- exports.DvIpesBusinessManage = index$D.DvIpesBusinessManage;
134
- exports.DvIpesInspectionManage = index$E.DvIpesInspectionManage;
135
- exports.DvIpesAlarmManage = index$F.DvIpesAlarmManage;
136
- exports.DvIpesPollutantSourceManage = index$G.DvIpesPollutantSourceManage;
137
- exports.DvIpesEnvironmentalProtection = index$H.DvIpesEnvironmentalProtection;
138
- exports.DvIpesGasControl = index$I.DvIpesGasControl;
139
- exports.DvIpesStreetLightingManagement = index$J.DvIpesStreetLightingManagement;
140
- exports.DvIpesEmergencyResources = index$K.DvIpesEmergencyResources;
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;
117
+ exports.DvAimsAirQualityRealTimeAndDay = index$m.DvAimsAirQualityRealTimeAndDay;
118
+ exports.DvIpesAirPollutionDischarge = index$n.DvIpesAirPollutionDischarge;
119
+ 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;
169
171
  exports.default = index;
@@ -17,28 +17,40 @@ const _hoisted_3 = { class: "statistics-charts" };
17
17
  const _hoisted_4 = /* @__PURE__ */ vue.createElementVNode("img", {
18
18
  src: blue_2.default,
19
19
  alt: "",
20
- class: "img1"
20
+ class: "img2"
21
21
  }, null, -1);
22
22
  const _hoisted_5 = /* @__PURE__ */ vue.createElementVNode("img", {
23
23
  src: blue_1.default,
24
24
  alt: "",
25
- class: "img2"
25
+ class: "img1"
26
26
  }, null, -1);
27
27
  const _hoisted_6 = { class: "statistics-list" };
28
- const _hoisted_7 = /* @__PURE__ */ vue.createElementVNode("span", null, "企业总数", -1);
29
- const _hoisted_8 = /* @__PURE__ */ vue.createElementVNode("span", null, "", -1);
30
- const _hoisted_9 = /* @__PURE__ */ vue.createElementVNode("span", null, "在线监测", -1);
31
- const _hoisted_10 = /* @__PURE__ */ vue.createElementVNode("span", null, "家", -1);
32
- const _hoisted_11 = { class: "discharge-total" };
33
- const _hoisted_12 = /* @__PURE__ */ vue.createElementVNode("div", { class: "discharge-title" }, " 年度累计排放总量 ", -1);
34
- const _hoisted_13 = /* @__PURE__ */ vue.createElementVNode("div", { class: "discharge-title-small" }, " 排放量/允许排放量(吨) ", -1);
35
- const _hoisted_14 = { class: "box" };
36
- const _hoisted_15 = { class: "chart-statistics-head" };
37
- const _hoisted_16 = ["title"];
38
- const _hoisted_17 = { class: "statistics-he;ad-number" };
39
- const _hoisted_18 = ["title"];
40
- const _hoisted_19 = { class: "chart-statistics-body" };
41
- const _hoisted_20 = { class: "chart-statistics-body-box" };
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" }, " 排放量/允许排放量(吨) ")
43
+ ], -1);
44
+ const _hoisted_20 = {
45
+ key: 0,
46
+ class: "box"
47
+ };
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" };
42
54
  const __default__ = {
43
55
  name: "DvIpesAirPollutionDischarge",
44
56
  title: "大气污染物排放"
@@ -159,64 +171,66 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
159
171
  _hoisted_5
160
172
  ]),
161
173
  vue.createElementVNode("div", _hoisted_6, [
162
- vue.createElementVNode("div", null, [
163
- _hoisted_7,
164
- vue.createElementVNode("span", null, vue.toDisplayString(discharge.companyNum), 1),
165
- _hoisted_8
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
+ ])
166
180
  ]),
167
- vue.createElementVNode("div", null, [
168
- _hoisted_9,
169
- vue.createElementVNode("span", null, vue.toDisplayString(discharge.monitorCompanyNum), 1),
170
- _hoisted_10
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
+ ])
171
187
  ])
172
188
  ])
173
189
  ]),
174
- vue.createElementVNode("div", _hoisted_11, [
175
- _hoisted_12,
176
- chartStatistics.length ? (vue.openBlock(), vue.createElementBlock(vue.Fragment, { key: 0 }, [
177
- _hoisted_13,
178
- vue.createElementVNode("div", _hoisted_14, [
179
- (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(chartStatistics, (item, index) => {
180
- return vue.openBlock(), vue.createElementBlock("div", {
181
- key: index,
182
- class: "chart-statistics"
183
- }, [
184
- vue.createElementVNode("div", _hoisted_15, [
190
+ vue.createElementVNode("div", _hoisted_17, [
191
+ _hoisted_18,
192
+ _hoisted_19,
193
+ chartStatistics.length ? (vue.openBlock(), vue.createElementBlock("div", _hoisted_20, [
194
+ (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(chartStatistics, (item, index) => {
195
+ return vue.openBlock(), vue.createElementBlock("div", {
196
+ key: index,
197
+ class: "chart-statistics"
198
+ }, [
199
+ vue.createElementVNode("div", _hoisted_21, [
200
+ vue.createElementVNode("div", {
201
+ class: "statistics-head-name",
202
+ title: item.factorName
203
+ }, vue.toDisplayString(item.factorName), 9, _hoisted_22),
204
+ vue.createElementVNode("div", _hoisted_23, [
205
+ vue.createElementVNode("span", {
206
+ style: vue.normalizeStyle({ color: item.color })
207
+ }, vue.toDisplayString(item.factorValue || "0"), 5),
208
+ vue.createElementVNode("span", {
209
+ style: { "opacity": "0.5" },
210
+ title: item.targetValue
211
+ }, "/ " + vue.toDisplayString(item.targetValue), 9, _hoisted_24)
212
+ ])
213
+ ]),
214
+ vue.createElementVNode("div", _hoisted_25, [
215
+ vue.createElementVNode("div", _hoisted_26, [
185
216
  vue.createElementVNode("div", {
186
- class: "statistics-head-name",
187
- title: item.factorName
188
- }, vue.toDisplayString(item.factorName), 9, _hoisted_16),
189
- vue.createElementVNode("div", _hoisted_17, [
190
- vue.createElementVNode("span", {
191
- style: vue.normalizeStyle({ color: item.color })
192
- }, vue.toDisplayString(item.factorValue || "0"), 5),
193
- vue.createElementVNode("span", {
194
- style: { "opacity": "0.5" },
195
- title: item.targetValue
196
- }, "/ " + vue.toDisplayString(item.targetValue), 9, _hoisted_18)
197
- ])
198
- ]),
199
- vue.createElementVNode("div", _hoisted_19, [
200
- vue.createElementVNode("div", _hoisted_20, [
201
- vue.createElementVNode("div", {
202
- class: "statistics-body-left",
203
- style: vue.normalizeStyle({
204
- backgroundColor: item.color,
205
- width: `${item.percent}%`
206
- })
207
- }, null, 4),
208
- vue.createElementVNode("div", {
209
- class: "statistics-body-right",
210
- style: vue.normalizeStyle({
211
- width: `${100 - item.percent}%`
212
- })
213
- }, null, 4)
214
- ])
217
+ class: "statistics-body-left",
218
+ style: vue.normalizeStyle({
219
+ backgroundColor: item.color,
220
+ width: `${item.percent}%`
221
+ })
222
+ }, null, 4),
223
+ vue.createElementVNode("div", {
224
+ class: "statistics-body-right",
225
+ style: vue.normalizeStyle({
226
+ width: `${100 - item.percent}%`
227
+ })
228
+ }, null, 4)
215
229
  ])
216
- ]);
217
- }), 128))
218
- ])
219
- ], 64)) : (vue.openBlock(), vue.createBlock(_component_el_empty, {
230
+ ])
231
+ ]);
232
+ }), 128))
233
+ ])) : (vue.openBlock(), vue.createBlock(_component_el_empty, {
220
234
  key: 1,
221
235
  "image-size": 100,
222
236
  image: vue.unref(newNodata.default),
@@ -45,7 +45,7 @@ const _hoisted_22 = { class: "flex mgb14" };
45
45
  const _hoisted_23 = /* @__PURE__ */ vue.createElementVNode("span", { class: "name" }, "目标", -1);
46
46
  const _hoisted_24 = { class: "value value2" };
47
47
  const _hoisted_25 = { class: "tableList" };
48
- const _hoisted_26 = /* @__PURE__ */ vue.createElementVNode("div", { class: "flex mgb8" }, [
48
+ const _hoisted_26 = /* @__PURE__ */ vue.createElementVNode("div", { class: "flex mgt8" }, [
49
49
  /* @__PURE__ */ vue.createElementVNode("div", { class: "th" }, " 因子名 "),
50
50
  /* @__PURE__ */ vue.createElementVNode("div", { class: "th" }, " 均值/目标值 ")
51
51
  ], -1);
@@ -262,7 +262,7 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
262
262
  (vue.openBlock(true), vue.createElementBlock(vue.Fragment, null, vue.renderList(factorList.value, (item, index) => {
263
263
  return vue.openBlock(), vue.createElementBlock("div", {
264
264
  key: index,
265
- class: "flex mgb8"
265
+ class: "flex mgt8"
266
266
  }, [
267
267
  vue.createElementVNode("div", _hoisted_27, vue.toDisplayString(item.factorName), 1),
268
268
  vue.createElementVNode("div", _hoisted_28, [
@@ -79,12 +79,12 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
79
79
  url: "/xizhongdao-cockpit-server/hd/water/status"
80
80
  });
81
81
  waterStatus.line = {
82
- total: res.entries.line.total,
83
- pel: res.entries.line.pel
82
+ total: res?.entries?.line?.total,
83
+ pel: res?.entries?.line?.pel
84
84
  };
85
85
  waterStatus.open = {
86
- openTotal: res.entries.open.openTotal,
87
- total: res.entries.open.total
86
+ openTotal: res?.entries?.open?.openTotal,
87
+ total: res?.entries?.open?.total
88
88
  };
89
89
  percentNum.value = res.entries.open.openTotal / res.entries.open.total * 100;
90
90
  } catch (e) {
@@ -97,9 +97,14 @@ const _sfc_main = /* @__PURE__ */ vue.defineComponent({
97
97
  method: "post",
98
98
  url: "/xizhongdao-cockpit-server/cloudPlatForm/device/status/statistics"
99
99
  });
100
- lightingDevice = entries[0];
101
- percent.value = (lightingDevice.onlamp || 0) / (lightingDevice.onlamp + lightingDevice.offlamp) * 100;
102
- onlinePercent.value = (lightingDevice.online || 0) / (lightingDevice.online + lightingDevice.offline) * 100;
100
+ lightingDevice = entries[0] || {
101
+ onlamp: "",
102
+ offlamp: "",
103
+ online: "",
104
+ offline: ""
105
+ };
106
+ percent.value = (lightingDevice?.onlamp || 0) / (lightingDevice?.onlamp + lightingDevice?.offlamp) * 100;
107
+ onlinePercent.value = (lightingDevice.online || 0) / (lightingDevice?.online + lightingDevice?.offline) * 100;
103
108
  } catch (e) {
104
109
  console.log(e);
105
110
  }
@@ -4,6 +4,7 @@ export declare const DvIpesEmergencyDuty: {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
6
  $props: {
7
+ getUserToCockpit?: string | undefined;
7
8
  key?: string | number | symbol | undefined;
8
9
  style?: unknown;
9
10
  ref?: import("vue").VNodeRef | undefined;
@@ -62,16 +63,14 @@ export declare const DvIpesEmergencyDuty: {
62
63
  $parent: globalThis.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
63
64
  $emit: (event: string, ...args: any[]) => void;
64
65
  $el: any;
65
- $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
66
- panelData: {
67
- label: string;
68
- key: string;
69
- isTop: boolean;
70
- borderName: string;
71
- name: string;
72
- }[];
73
- getImg: (name: string) => string;
74
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & {
66
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
67
+ getUserToCockpit: {
68
+ type: StringConstructor;
69
+ default: string;
70
+ };
71
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
72
+ getUserToCockpit: string;
73
+ }, {}, string, {}> & {
75
74
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
76
75
  created?: ((() => void) | (() => void)[]) | undefined;
77
76
  beforeMount?: ((() => void) | (() => void)[]) | undefined;
@@ -91,27 +90,21 @@ export declare const DvIpesEmergencyDuty: {
91
90
  $forceUpdate: () => void;
92
91
  $nextTick: typeof import("vue").nextTick;
93
92
  $watch<T extends string | ((...args: any) => any)>(source: T, cb: T extends (...args: any) => infer R ? (args_0: R, args_1: R) => any : (...args: any) => any, options?: import("vue").WatchOptions<boolean> | undefined): import("vue").WatchStopHandle;
94
- } & Readonly<import("vue").ExtractPropTypes<{}>> & import("vue").ShallowUnwrapRef<{
95
- panelData: {
96
- label: string;
97
- key: string;
98
- isTop: boolean;
99
- borderName: string;
100
- name: string;
101
- }[];
102
- getImg: (name: string) => string;
103
- }> & {} & import("vue").ComponentCustomProperties & {};
93
+ } & Readonly<import("vue").ExtractPropTypes<{
94
+ getUserToCockpit: {
95
+ type: StringConstructor;
96
+ default: string;
97
+ };
98
+ }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
104
99
  __isFragment?: undefined;
105
100
  __isTeleport?: undefined;
106
101
  __isSuspense?: undefined;
107
- } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{}>>, {
108
- panelData: {
109
- label: string;
110
- key: string;
111
- isTop: boolean;
112
- borderName: string;
113
- name: string;
114
- }[];
115
- getImg: (name: string) => string;
116
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {}, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
102
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
103
+ getUserToCockpit: {
104
+ type: StringConstructor;
105
+ default: string;
106
+ };
107
+ }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
108
+ getUserToCockpit: string;
109
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
117
110
  export default _EmergencyDuty;
@@ -3,9 +3,10 @@
3
3
  Object.defineProperties(exports, { __esModule: { value: true }, [Symbol.toStringTag]: { value: 'Module' } });
4
4
 
5
5
  const utils = require('../../../utils.js');
6
- const index = require('./index.vue.js');
6
+ const index_vue_vue_type_script_setup_true_lang = require('./index.vue.js');
7
+ require('./index.vue2.js');
7
8
 
8
- const DvIpesEmergencyDuty = utils.install(index.default);
9
+ const DvIpesEmergencyDuty = utils.install(index_vue_vue_type_script_setup_true_lang.default);
9
10
 
10
- exports.default = index.default;
11
+ exports.default = index_vue_vue_type_script_setup_true_lang.default;
11
12
  exports.DvIpesEmergencyDuty = DvIpesEmergencyDuty;
@@ -1,11 +1,14 @@
1
- declare const _default: import("vue").DefineComponent<{}, {
2
- panelData: {
3
- label: string;
4
- key: string;
5
- isTop: boolean;
6
- borderName: string;
7
- name: string;
8
- }[];
9
- getImg: (name: string) => string;
10
- }, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{}>>, {}, {}>;
1
+ declare const _default: import("vue").DefineComponent<{
2
+ getUserToCockpit: {
3
+ type: StringConstructor;
4
+ default: string;
5
+ };
6
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
7
+ getUserToCockpit: {
8
+ type: StringConstructor;
9
+ default: string;
10
+ };
11
+ }>>, {
12
+ getUserToCockpit: string;
13
+ }, {}>;
11
14
  export default _default;