@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
@@ -13,28 +13,40 @@ const _hoisted_3 = { class: "statistics-charts" };
13
13
  const _hoisted_4 = /* @__PURE__ */ createElementVNode("img", {
14
14
  src: _imports_0,
15
15
  alt: "",
16
- class: "img1"
16
+ class: "img2"
17
17
  }, null, -1);
18
18
  const _hoisted_5 = /* @__PURE__ */ createElementVNode("img", {
19
19
  src: _imports_1,
20
20
  alt: "",
21
- class: "img2"
21
+ class: "img1"
22
22
  }, null, -1);
23
23
  const _hoisted_6 = { class: "statistics-list" };
24
- const _hoisted_7 = /* @__PURE__ */ createElementVNode("span", null, "企业总数", -1);
25
- const _hoisted_8 = /* @__PURE__ */ createElementVNode("span", null, "", -1);
26
- const _hoisted_9 = /* @__PURE__ */ createElementVNode("span", null, "在线监测", -1);
27
- const _hoisted_10 = /* @__PURE__ */ createElementVNode("span", null, "家", -1);
28
- const _hoisted_11 = { class: "discharge-total" };
29
- const _hoisted_12 = /* @__PURE__ */ createElementVNode("div", { class: "discharge-title" }, " 年度累计排放总量 ", -1);
30
- const _hoisted_13 = /* @__PURE__ */ createElementVNode("div", { class: "discharge-title-small" }, " 排放量/允许排放量(吨) ", -1);
31
- const _hoisted_14 = { class: "box" };
32
- const _hoisted_15 = { class: "chart-statistics-head" };
33
- const _hoisted_16 = ["title"];
34
- const _hoisted_17 = { class: "statistics-he;ad-number" };
35
- const _hoisted_18 = ["title"];
36
- const _hoisted_19 = { class: "chart-statistics-body" };
37
- const _hoisted_20 = { class: "chart-statistics-body-box" };
24
+ const _hoisted_7 = { class: "row flex" };
25
+ const _hoisted_8 = /* @__PURE__ */ createElementVNode("div", { class: "label" }, " 企业总数 ", -1);
26
+ const _hoisted_9 = { class: "value" };
27
+ const _hoisted_10 = { class: "num" };
28
+ const _hoisted_11 = /* @__PURE__ */ createElementVNode("span", { class: "unit" }, "家", -1);
29
+ const _hoisted_12 = { class: "row flex mgt8" };
30
+ const _hoisted_13 = /* @__PURE__ */ createElementVNode("div", { class: "label" }, " 在线监测 ", -1);
31
+ const _hoisted_14 = { class: "value" };
32
+ const _hoisted_15 = { class: "num" };
33
+ const _hoisted_16 = /* @__PURE__ */ createElementVNode("span", { class: "unit" }, "家", -1);
34
+ const _hoisted_17 = { class: "discharge-total" };
35
+ const _hoisted_18 = /* @__PURE__ */ createElementVNode("div", { class: "discharge-title" }, " 年度累计排放总量 ", -1);
36
+ const _hoisted_19 = /* @__PURE__ */ createElementVNode("div", { class: "flex" }, [
37
+ /* @__PURE__ */ createElementVNode("div", { class: "discharge-label" }, " 污染物 "),
38
+ /* @__PURE__ */ createElementVNode("div", { class: "discharge-unit" }, " 排放量/允许排放量(吨) ")
39
+ ], -1);
40
+ const _hoisted_20 = {
41
+ key: 0,
42
+ class: "box"
43
+ };
44
+ const _hoisted_21 = { class: "chart-statistics-head" };
45
+ const _hoisted_22 = ["title"];
46
+ const _hoisted_23 = { class: "statistics-he;ad-number" };
47
+ const _hoisted_24 = ["title"];
48
+ const _hoisted_25 = { class: "chart-statistics-body" };
49
+ const _hoisted_26 = { class: "chart-statistics-body-box" };
38
50
  const __default__ = {
39
51
  name: "DvIpesAirPollutionDischarge",
40
52
  title: "大气污染物排放"
@@ -155,64 +167,66 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
155
167
  _hoisted_5
156
168
  ]),
157
169
  createElementVNode("div", _hoisted_6, [
158
- createElementVNode("div", null, [
159
- _hoisted_7,
160
- createElementVNode("span", null, toDisplayString(discharge.companyNum), 1),
161
- _hoisted_8
170
+ createElementVNode("div", _hoisted_7, [
171
+ _hoisted_8,
172
+ createElementVNode("div", _hoisted_9, [
173
+ createElementVNode("span", _hoisted_10, toDisplayString(discharge.companyNum), 1),
174
+ _hoisted_11
175
+ ])
162
176
  ]),
163
- createElementVNode("div", null, [
164
- _hoisted_9,
165
- createElementVNode("span", null, toDisplayString(discharge.monitorCompanyNum), 1),
166
- _hoisted_10
177
+ createElementVNode("div", _hoisted_12, [
178
+ _hoisted_13,
179
+ createElementVNode("div", _hoisted_14, [
180
+ createElementVNode("span", _hoisted_15, toDisplayString(discharge.monitorCompanyNum), 1),
181
+ _hoisted_16
182
+ ])
167
183
  ])
168
184
  ])
169
185
  ]),
170
- createElementVNode("div", _hoisted_11, [
171
- _hoisted_12,
172
- chartStatistics.length ? (openBlock(), createElementBlock(Fragment, { key: 0 }, [
173
- _hoisted_13,
174
- createElementVNode("div", _hoisted_14, [
175
- (openBlock(true), createElementBlock(Fragment, null, renderList(chartStatistics, (item, index) => {
176
- return openBlock(), createElementBlock("div", {
177
- key: index,
178
- class: "chart-statistics"
179
- }, [
180
- createElementVNode("div", _hoisted_15, [
186
+ createElementVNode("div", _hoisted_17, [
187
+ _hoisted_18,
188
+ _hoisted_19,
189
+ chartStatistics.length ? (openBlock(), createElementBlock("div", _hoisted_20, [
190
+ (openBlock(true), createElementBlock(Fragment, null, renderList(chartStatistics, (item, index) => {
191
+ return openBlock(), createElementBlock("div", {
192
+ key: index,
193
+ class: "chart-statistics"
194
+ }, [
195
+ createElementVNode("div", _hoisted_21, [
196
+ createElementVNode("div", {
197
+ class: "statistics-head-name",
198
+ title: item.factorName
199
+ }, toDisplayString(item.factorName), 9, _hoisted_22),
200
+ createElementVNode("div", _hoisted_23, [
201
+ createElementVNode("span", {
202
+ style: normalizeStyle({ color: item.color })
203
+ }, toDisplayString(item.factorValue || "0"), 5),
204
+ createElementVNode("span", {
205
+ style: { "opacity": "0.5" },
206
+ title: item.targetValue
207
+ }, "/ " + toDisplayString(item.targetValue), 9, _hoisted_24)
208
+ ])
209
+ ]),
210
+ createElementVNode("div", _hoisted_25, [
211
+ createElementVNode("div", _hoisted_26, [
181
212
  createElementVNode("div", {
182
- class: "statistics-head-name",
183
- title: item.factorName
184
- }, toDisplayString(item.factorName), 9, _hoisted_16),
185
- createElementVNode("div", _hoisted_17, [
186
- createElementVNode("span", {
187
- style: normalizeStyle({ color: item.color })
188
- }, toDisplayString(item.factorValue || "0"), 5),
189
- createElementVNode("span", {
190
- style: { "opacity": "0.5" },
191
- title: item.targetValue
192
- }, "/ " + toDisplayString(item.targetValue), 9, _hoisted_18)
193
- ])
194
- ]),
195
- createElementVNode("div", _hoisted_19, [
196
- createElementVNode("div", _hoisted_20, [
197
- createElementVNode("div", {
198
- class: "statistics-body-left",
199
- style: normalizeStyle({
200
- backgroundColor: item.color,
201
- width: `${item.percent}%`
202
- })
203
- }, null, 4),
204
- createElementVNode("div", {
205
- class: "statistics-body-right",
206
- style: normalizeStyle({
207
- width: `${100 - item.percent}%`
208
- })
209
- }, null, 4)
210
- ])
213
+ class: "statistics-body-left",
214
+ style: normalizeStyle({
215
+ backgroundColor: item.color,
216
+ width: `${item.percent}%`
217
+ })
218
+ }, null, 4),
219
+ createElementVNode("div", {
220
+ class: "statistics-body-right",
221
+ style: normalizeStyle({
222
+ width: `${100 - item.percent}%`
223
+ })
224
+ }, null, 4)
211
225
  ])
212
- ]);
213
- }), 128))
214
- ])
215
- ], 64)) : (openBlock(), createBlock(_component_el_empty, {
226
+ ])
227
+ ]);
228
+ }), 128))
229
+ ])) : (openBlock(), createBlock(_component_el_empty, {
216
230
  key: 1,
217
231
  "image-size": 100,
218
232
  image: unref(noDataImg),
@@ -41,7 +41,7 @@ const _hoisted_22 = { class: "flex mgb14" };
41
41
  const _hoisted_23 = /* @__PURE__ */ createElementVNode("span", { class: "name" }, "目标", -1);
42
42
  const _hoisted_24 = { class: "value value2" };
43
43
  const _hoisted_25 = { class: "tableList" };
44
- const _hoisted_26 = /* @__PURE__ */ createElementVNode("div", { class: "flex mgb8" }, [
44
+ const _hoisted_26 = /* @__PURE__ */ createElementVNode("div", { class: "flex mgt8" }, [
45
45
  /* @__PURE__ */ createElementVNode("div", { class: "th" }, " 因子名 "),
46
46
  /* @__PURE__ */ createElementVNode("div", { class: "th" }, " 均值/目标值 ")
47
47
  ], -1);
@@ -258,7 +258,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
258
258
  (openBlock(true), createElementBlock(Fragment, null, renderList(factorList.value, (item, index) => {
259
259
  return openBlock(), createElementBlock("div", {
260
260
  key: index,
261
- class: "flex mgb8"
261
+ class: "flex mgt8"
262
262
  }, [
263
263
  createElementVNode("div", _hoisted_27, toDisplayString(item.factorName), 1),
264
264
  createElementVNode("div", _hoisted_28, [
@@ -75,12 +75,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
75
75
  url: "/xizhongdao-cockpit-server/hd/water/status"
76
76
  });
77
77
  waterStatus.line = {
78
- total: res.entries.line.total,
79
- pel: res.entries.line.pel
78
+ total: res?.entries?.line?.total,
79
+ pel: res?.entries?.line?.pel
80
80
  };
81
81
  waterStatus.open = {
82
- openTotal: res.entries.open.openTotal,
83
- total: res.entries.open.total
82
+ openTotal: res?.entries?.open?.openTotal,
83
+ total: res?.entries?.open?.total
84
84
  };
85
85
  percentNum.value = res.entries.open.openTotal / res.entries.open.total * 100;
86
86
  } catch (e) {
@@ -93,9 +93,14 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
93
93
  method: "post",
94
94
  url: "/xizhongdao-cockpit-server/cloudPlatForm/device/status/statistics"
95
95
  });
96
- lightingDevice = entries[0];
97
- percent.value = (lightingDevice.onlamp || 0) / (lightingDevice.onlamp + lightingDevice.offlamp) * 100;
98
- onlinePercent.value = (lightingDevice.online || 0) / (lightingDevice.online + lightingDevice.offline) * 100;
96
+ lightingDevice = entries[0] || {
97
+ onlamp: "",
98
+ offlamp: "",
99
+ online: "",
100
+ offline: ""
101
+ };
102
+ percent.value = (lightingDevice?.onlamp || 0) / (lightingDevice?.onlamp + lightingDevice?.offlamp) * 100;
103
+ onlinePercent.value = (lightingDevice.online || 0) / (lightingDevice?.online + lightingDevice?.offline) * 100;
99
104
  } catch (e) {
100
105
  console.log(e);
101
106
  }
@@ -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;
@@ -1,6 +1,7 @@
1
1
  import { install } from '../../../utils.mjs';
2
- import _EmergencyDuty from './index.vue.mjs';
2
+ import _sfc_main from './index.vue.mjs';
3
+ import './index.vue2.mjs';
3
4
 
4
- const DvIpesEmergencyDuty = install(_EmergencyDuty);
5
+ const DvIpesEmergencyDuty = install(_sfc_main);
5
6
 
6
- export { DvIpesEmergencyDuty, _EmergencyDuty as default };
7
+ export { DvIpesEmergencyDuty, _sfc_main as default };
@@ -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;
@@ -1,8 +1,10 @@
1
- import _sfc_main from './index.vue2.mjs';
2
- import { openBlock, createElementBlock, createElementVNode, Fragment, renderList, normalizeStyle, toDisplayString, createCommentVNode } from 'vue';
1
+ import __vite_glob_0_0 from './images/accident-border.png.mjs';
2
+ import __vite_glob_0_1 from './images/duty-border.png.mjs';
3
+ import __vite_glob_0_2 from './images/event-border.png.mjs';
4
+ import { defineComponent, reactive, onMounted, openBlock, createElementBlock, createElementVNode, Fragment, renderList, unref, normalizeStyle, toDisplayString, createCommentVNode } from 'vue';
3
5
  import _imports_0 from './images/user.png.mjs';
4
- import './index.vue3.mjs';
5
- import _export_sfc from '../../../_virtual/_plugin-vue_export-helper.mjs';
6
+ import dayjs from 'dayjs';
7
+ import requestControl from '../../service/request.mjs';
6
8
 
7
9
  const _hoisted_1 = { class: "dv-ipes-emergency-duty" };
8
10
  const _hoisted_2 = { class: "env-mg dv-ipes-flex-bw-c" };
@@ -16,33 +18,95 @@ const _hoisted_4 = /* @__PURE__ */ createElementVNode("img", {
16
18
  }, null, -1);
17
19
  const _hoisted_5 = { class: "right" };
18
20
  const _hoisted_6 = ["title"];
19
- function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
20
- return openBlock(), createElementBlock("div", _hoisted_1, [
21
- createElementVNode("div", _hoisted_2, [
22
- (openBlock(true), createElementBlock(Fragment, null, renderList($setup.panelData, (item, index) => {
23
- return openBlock(), createElementBlock("div", {
24
- key: index,
25
- class: "list dv-ipes-flex-bw-c",
26
- style: normalizeStyle({
27
- "margin-top": item.isTop ? "4px" : 0,
28
- "background-image": `url(${$setup.getImg(`${item.borderName}`)})`
29
- })
30
- }, [
31
- item.isTop ? (openBlock(), createElementBlock("div", _hoisted_3, [
32
- _hoisted_4,
33
- createElementVNode("div", _hoisted_5, [
34
- createElementVNode("span", null, toDisplayString(item.label), 1),
35
- createElementVNode("div", {
36
- class: "name dv-ipes-single-overflow",
37
- title: item.name
38
- }, toDisplayString(item.name), 9, _hoisted_6)
39
- ])
40
- ])) : createCommentVNode("", true)
41
- ], 4);
42
- }), 128))
43
- ])
44
- ]);
45
- }
46
- const _EmergencyDuty = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
21
+ const __default__ = {
22
+ name: "DvIpesEmergencyDuty",
23
+ title: "应急值守"
24
+ };
25
+ const _sfc_main = /* @__PURE__ */ defineComponent({
26
+ ...__default__,
27
+ props: {
28
+ // 获取值班人员
29
+ getUserToCockpit: {
30
+ type: String,
31
+ default: "/xizhongdao-cockpit-server/duty/system/getUserToCockpit"
32
+ }
33
+ },
34
+ setup(__props) {
35
+ const props = __props;
36
+ const panelData = reactive([
37
+ {
38
+ label: "值班领导",
39
+ key: "leader",
40
+ isTop: true,
41
+ borderName: "duty",
42
+ name: "章三"
43
+ },
44
+ {
45
+ label: "值班人员",
46
+ key: "user",
47
+ isTop: true,
48
+ borderName: "duty",
49
+ name: "李四、王五"
50
+ }
51
+ ]);
52
+ const getImg = (name) => {
53
+ return new URL((/* #__PURE__ */ Object.assign({"./images/accident-border.png": __vite_glob_0_0,"./images/duty-border.png": __vite_glob_0_1,"./images/event-border.png": __vite_glob_0_2}))[`./images/${name}-border.png`], self.location).href;
54
+ };
55
+ onMounted(() => {
56
+ getUserToCockpitInfo();
57
+ });
58
+ const getUserToCockpitInfo = async () => {
59
+ try {
60
+ const res = await requestControl({
61
+ method: "get",
62
+ url: props.getUserToCockpit,
63
+ params: {
64
+ workDate: dayjs().format("YYYY-MM-DD")
65
+ }
66
+ });
67
+ const userData = res.entries ? res.entries.data : {};
68
+ const currentLeader = userData.master.map((item) => item.name);
69
+ const currentUser = userData.otherList.map((item) => item.name);
70
+ panelData[0] = {
71
+ ...panelData[0],
72
+ name: currentLeader.join(",") || "--"
73
+ };
74
+ panelData[1] = {
75
+ ...panelData[1],
76
+ name: currentUser.join(",") || "--"
77
+ };
78
+ } catch (e) {
79
+ console.log(e);
80
+ }
81
+ };
82
+ return (_ctx, _cache) => {
83
+ return openBlock(), createElementBlock("div", _hoisted_1, [
84
+ createElementVNode("div", _hoisted_2, [
85
+ (openBlock(true), createElementBlock(Fragment, null, renderList(unref(panelData), (item, index) => {
86
+ return openBlock(), createElementBlock("div", {
87
+ key: index,
88
+ class: "list dv-ipes-flex-bw-c",
89
+ style: normalizeStyle({
90
+ "margin-top": item.isTop ? "4px" : 0,
91
+ "background-image": `url(${getImg(`${item.borderName}`)})`
92
+ })
93
+ }, [
94
+ item.isTop ? (openBlock(), createElementBlock("div", _hoisted_3, [
95
+ _hoisted_4,
96
+ createElementVNode("div", _hoisted_5, [
97
+ createElementVNode("span", null, toDisplayString(item.label), 1),
98
+ createElementVNode("div", {
99
+ class: "name dv-ipes-single-overflow",
100
+ title: item.name
101
+ }, toDisplayString(item.name), 9, _hoisted_6)
102
+ ])
103
+ ])) : createCommentVNode("", true)
104
+ ], 4);
105
+ }), 128))
106
+ ])
107
+ ]);
108
+ };
109
+ }
110
+ });
47
111
 
48
- export { _EmergencyDuty as default };
112
+ export { _sfc_main as default };
@@ -1,21 +1,3 @@
1
- import __vite_glob_0_0 from './images/accident-border.png.mjs';
2
- import __vite_glob_0_1 from './images/duty-border.png.mjs';
3
- import __vite_glob_0_2 from './images/event-border.png.mjs';
4
- import { reactive } from 'vue';
1
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_lang = '';
5
2
 
6
- const _sfc_main = {
7
- name: "DvIpesEmergencyDuty",
8
- title: "应急值守",
9
- setup() {
10
- const panelData = reactive([
11
- { label: "值班领导", key: "leader", isTop: true, borderName: "duty", name: "章三" },
12
- { label: "值班人员", key: "user", isTop: true, borderName: "duty", name: "李四、王五" }
13
- ]);
14
- const getImg = (name) => {
15
- return new URL((/* #__PURE__ */ Object.assign({"./images/accident-border.png": __vite_glob_0_0,"./images/duty-border.png": __vite_glob_0_1,"./images/event-border.png": __vite_glob_0_2}))[`./images/${name}-border.png`], self.location).href;
16
- };
17
- return { panelData, getImg };
18
- }
19
- };
20
-
21
- export { _sfc_main as default };
3
+ export { index_vue_vue_type_style_index_0_lang as default };
@@ -1,3 +1,6 @@
1
- /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_lang = '';
1
+ import _sfc_main from './index.vue.mjs';
2
+ import './index.vue2.mjs';
2
3
 
3
- export { index_vue_vue_type_style_index_0_lang as default };
4
+
5
+
6
+ export { _sfc_main as default };
@@ -0,0 +1,7 @@
1
+ export interface type {
2
+ label: string;
3
+ key: string;
4
+ isTop: Boolean;
5
+ borderName: string;
6
+ name: string;
7
+ }
@@ -4,7 +4,7 @@ export declare const DvIpesEmergencyManage: {
4
4
  $: import("vue").ComponentInternalInstance;
5
5
  $data: {};
6
6
  $props: {
7
- emergencyData?: Record<string, any> | undefined;
7
+ emergencyData?: unknown[] | undefined;
8
8
  key?: string | number | symbol | undefined;
9
9
  style?: unknown;
10
10
  ref?: import("vue").VNodeRef | undefined;
@@ -65,17 +65,11 @@ export declare const DvIpesEmergencyManage: {
65
65
  $el: any;
66
66
  $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
67
67
  emergencyData: {
68
- type: ObjectConstructor;
69
- default: () => {
70
- total: number;
71
- chartList: {
72
- value: number;
73
- name: string;
74
- }[];
75
- };
68
+ type: ArrayConstructor;
69
+ default: () => never[];
76
70
  };
77
71
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
78
- emergencyData: Record<string, any>;
72
+ emergencyData: unknown[];
79
73
  }, {}, string, {}> & {
80
74
  beforeCreate?: ((() => void) | (() => void)[]) | undefined;
81
75
  created?: ((() => void) | (() => void)[]) | undefined;
@@ -98,14 +92,8 @@ export declare const DvIpesEmergencyManage: {
98
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;
99
93
  } & Readonly<import("vue").ExtractPropTypes<{
100
94
  emergencyData: {
101
- type: ObjectConstructor;
102
- default: () => {
103
- total: number;
104
- chartList: {
105
- value: number;
106
- name: string;
107
- }[];
108
- };
95
+ type: ArrayConstructor;
96
+ default: () => never[];
109
97
  };
110
98
  }>> & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
111
99
  __isFragment?: undefined;
@@ -113,16 +101,10 @@ export declare const DvIpesEmergencyManage: {
113
101
  __isSuspense?: undefined;
114
102
  } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
115
103
  emergencyData: {
116
- type: ObjectConstructor;
117
- default: () => {
118
- total: number;
119
- chartList: {
120
- value: number;
121
- name: string;
122
- }[];
123
- };
104
+ type: ArrayConstructor;
105
+ default: () => never[];
124
106
  };
125
107
  }>>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, {
126
- emergencyData: Record<string, any>;
108
+ emergencyData: unknown[];
127
109
  }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
128
110
  export default _EmergencyManage;
@@ -1,26 +1,14 @@
1
1
  declare const _default: import("vue").DefineComponent<{
2
2
  emergencyData: {
3
- type: ObjectConstructor;
4
- default: () => {
5
- total: number;
6
- chartList: {
7
- value: number;
8
- name: string;
9
- }[];
10
- };
3
+ type: ArrayConstructor;
4
+ default: () => never[];
11
5
  };
12
6
  }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
13
7
  emergencyData: {
14
- type: ObjectConstructor;
15
- default: () => {
16
- total: number;
17
- chartList: {
18
- value: number;
19
- name: string;
20
- }[];
21
- };
8
+ type: ArrayConstructor;
9
+ default: () => never[];
22
10
  };
23
11
  }>>, {
24
- emergencyData: Record<string, any>;
12
+ emergencyData: unknown[];
25
13
  }, {}>;
26
14
  export default _default;