@ued_fpi/data-visual 1.2.8 → 1.2.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (195) hide show
  1. package/dist/es/index.mjs +5 -4
  2. package/dist/es/ipes/src/AccessVehicleManage/index.vue.mjs +4 -4
  3. package/dist/es/ipes/src/AirPollutionDischarge/index.vue.mjs +32 -135
  4. package/dist/es/ipes/src/AirQuality/index.vue.mjs +7 -110
  5. package/dist/es/ipes/src/{AirQualityManagement → AirQualityManage}/index.d.ts +3 -3
  6. package/dist/es/ipes/src/AirQualityManage/index.mjs +6 -0
  7. package/dist/es/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/index.vue.mjs +2 -3
  8. package/dist/{lib/ipes/src/AirQualityManagement → es/ipes/src/AirQualityStandard}/index.d.ts +3 -3
  9. package/dist/es/ipes/src/{AirQualityManagement → AirQualityStandard}/index.mjs +2 -2
  10. package/dist/es/ipes/src/{AirQualityManagement → AirQualityStandard}/index.vue.mjs +2 -12
  11. package/dist/es/ipes/src/EmergencyManage/index.vue.mjs +7 -11
  12. package/dist/es/ipes/src/EmergencyResources/images/materials.light.png.mjs +3 -0
  13. package/dist/es/ipes/src/EmergencyResources/images/materials.png.mjs +2 -2
  14. package/dist/es/ipes/src/EmergencyResources/images/personnel.light.png.mjs +3 -0
  15. package/dist/es/ipes/src/EmergencyResources/images/personnel.png.mjs +2 -2
  16. package/dist/es/ipes/src/EmergencyResources/images/preplan.light.png.mjs +3 -0
  17. package/dist/es/ipes/src/EmergencyResources/images/preplan.png.mjs +2 -2
  18. package/dist/es/ipes/src/EmergencyResources/images/protected.png.mjs +2 -2
  19. package/dist/es/ipes/src/EmergencyResources/images/shelter.light.png.mjs +3 -0
  20. package/dist/es/ipes/src/EmergencyResources/images/shelter.png.mjs +2 -2
  21. package/dist/es/ipes/src/EmergencyResources/images/store.light.png.mjs +3 -0
  22. package/dist/es/ipes/src/EmergencyResources/images/store.png.mjs +2 -2
  23. package/dist/es/ipes/src/EmergencyResources/images/team.light.png.mjs +3 -0
  24. package/dist/es/ipes/src/EmergencyResources/images/team.png.mjs +2 -2
  25. package/dist/es/ipes/src/EmergencyResources/index.vue.mjs +14 -8
  26. package/dist/es/ipes/src/EnterpriseProtectionCode/index.d.ts +21 -12
  27. package/dist/es/ipes/src/EnterpriseProtectionCode/index.vue.d.ts +27 -10
  28. package/dist/es/ipes/src/EnterpriseProtectionCode/index.vue.mjs +17 -76
  29. package/dist/es/ipes/src/EnterpriseProtectionCode/type.d.ts +4 -0
  30. package/dist/es/ipes/src/EnvironmentalProtection/index.vue.mjs +3 -11
  31. package/dist/es/ipes/src/EnvironmentalRiskManagement/index.d.ts +15 -0
  32. package/dist/es/ipes/src/EnvironmentalRiskManagement/index.vue.d.ts +9 -0
  33. package/dist/es/ipes/src/EnvironmentalRiskManagement/index.vue.mjs +8 -1
  34. package/dist/es/ipes/src/GasControl/components/AlarmStatistics.vue.mjs +10 -13
  35. package/dist/es/ipes/src/GasControl/index.d.ts +136 -13
  36. package/dist/es/ipes/src/GasControl/index.vue.d.ts +87 -7
  37. package/dist/es/ipes/src/GasControl/index.vue.mjs +26 -27
  38. package/dist/es/ipes/src/GeneralManagement/index.d.ts +3 -15
  39. package/dist/es/ipes/src/GeneralManagement/index.vue.d.ts +2 -10
  40. package/dist/es/ipes/src/GeneralManagement/index.vue.mjs +1 -1
  41. package/dist/{lib/ipes/src/EnvManage → es/ipes/src/HarmfulMonitoring}/index.d.ts +3 -3
  42. package/dist/es/ipes/src/{EnvManage → HarmfulMonitoring}/index.mjs +2 -2
  43. package/dist/es/ipes/src/HarmfulMonitoring/index.vue.mjs +105 -0
  44. package/dist/es/ipes/src/HazardousVehicleManage/index.d.ts +1 -9
  45. package/dist/es/ipes/src/HazardousVehicleManage/index.vue.d.ts +1 -4
  46. package/dist/es/ipes/src/HazardousVehicleManage/index.vue.mjs +17 -41
  47. package/dist/es/ipes/src/HazardousVehicleManage/types/index.d.ts +0 -1
  48. package/dist/es/ipes/src/HazardousVehicleManage/types/index.mjs +1 -2
  49. package/dist/es/ipes/src/InspectionManage/index.vue.mjs +7 -6
  50. package/dist/es/ipes/src/KeyProblemEnterprises/index.d.ts +126 -0
  51. package/dist/es/ipes/src/KeyProblemEnterprises/index.mjs +7 -0
  52. package/dist/es/ipes/src/KeyProblemEnterprises/index.vue.d.ts +33 -0
  53. package/dist/es/ipes/src/KeyProblemEnterprises/index.vue.mjs +63 -0
  54. package/dist/es/ipes/src/KeyProblemEnterprises/index.vue2.mjs +3 -0
  55. package/dist/es/ipes/src/KeyProblemEnterprises/index.vue3.mjs +6 -0
  56. package/dist/es/ipes/src/KeyProblemEnterprises/type.d.ts +4 -0
  57. package/dist/es/ipes/src/OdorControl/index.vue.mjs +4 -2
  58. package/dist/es/ipes/src/PollutantSourceManage/index.vue.mjs +3 -4
  59. package/dist/es/ipes/src/SealingManage/index.d.ts +0 -24
  60. package/dist/es/ipes/src/SealingManage/index.vue.d.ts +0 -16
  61. package/dist/es/ipes/src/SealingManage/index.vue.mjs +12 -46
  62. package/dist/es/ipes/src/SealingManage/types/index.d.ts +0 -16
  63. package/dist/es/ipes/src/SealingManage/types/index.mjs +0 -16
  64. package/dist/es/ipes/src/WaterNetworkManage/images/icon-percent.png.mjs +1 -1
  65. package/dist/es/ipes/src/WaterNetworkManage/index.vue.mjs +11 -11
  66. package/dist/es/ipes/src/index.d.ts +5 -4
  67. package/dist/es/ipes/src/index.mjs +5 -4
  68. package/dist/es/style.css +1 -1
  69. package/dist/es/wgms/src/ChlorophyllAchangeRate/index.vue.mjs +12 -8
  70. package/dist/lib/index.js +111 -109
  71. package/dist/lib/ipes/index.js +4 -4
  72. package/dist/lib/ipes/src/AccessVehicleManage/index.vue.js +4 -4
  73. package/dist/lib/ipes/src/AirPollutionDischarge/index.vue.js +31 -134
  74. package/dist/lib/ipes/src/AirQuality/index.vue.js +6 -109
  75. package/dist/{es/ipes/src/RealTimeAirQualityManage → lib/ipes/src/AirQualityManage}/index.d.ts +3 -3
  76. package/dist/lib/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/index.js +2 -2
  77. package/dist/lib/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/index.vue.js +2 -3
  78. package/dist/lib/ipes/src/{RealTimeAirQualityManage → AirQualityStandard}/index.d.ts +3 -3
  79. package/dist/lib/ipes/src/{AirQualityManagement → AirQualityStandard}/index.js +2 -2
  80. package/dist/lib/ipes/src/{AirQualityManagement → AirQualityStandard}/index.vue.js +1 -11
  81. package/dist/lib/ipes/src/EmergencyManage/index.vue.js +6 -10
  82. package/dist/lib/ipes/src/EmergencyResources/images/materials.light.png.js +7 -0
  83. package/dist/lib/ipes/src/EmergencyResources/images/materials.png.js +2 -2
  84. package/dist/lib/ipes/src/EmergencyResources/images/personnel.light.png.js +7 -0
  85. package/dist/lib/ipes/src/EmergencyResources/images/personnel.png.js +2 -2
  86. package/dist/lib/ipes/src/EmergencyResources/images/preplan.light.png.js +7 -0
  87. package/dist/lib/ipes/src/EmergencyResources/images/preplan.png.js +2 -2
  88. package/dist/lib/ipes/src/EmergencyResources/images/protected.png.js +2 -2
  89. package/dist/lib/ipes/src/EmergencyResources/images/shelter.light.png.js +7 -0
  90. package/dist/lib/ipes/src/EmergencyResources/images/shelter.png.js +2 -2
  91. package/dist/lib/ipes/src/EmergencyResources/images/store.light.png.js +7 -0
  92. package/dist/lib/ipes/src/EmergencyResources/images/store.png.js +2 -2
  93. package/dist/lib/ipes/src/EmergencyResources/images/team.light.png.js +7 -0
  94. package/dist/lib/ipes/src/EmergencyResources/images/team.png.js +2 -2
  95. package/dist/lib/ipes/src/EmergencyResources/index.vue.js +7 -1
  96. package/dist/lib/ipes/src/EnterpriseProtectionCode/index.d.ts +21 -12
  97. package/dist/lib/ipes/src/EnterpriseProtectionCode/index.vue.d.ts +27 -10
  98. package/dist/lib/ipes/src/EnterpriseProtectionCode/index.vue.js +16 -75
  99. package/dist/lib/ipes/src/EnterpriseProtectionCode/type.d.ts +4 -0
  100. package/dist/lib/ipes/src/EnvironmentalProtection/index.vue.js +3 -11
  101. package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.d.ts +15 -0
  102. package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.vue.d.ts +9 -0
  103. package/dist/lib/ipes/src/EnvironmentalRiskManagement/index.vue.js +8 -1
  104. package/dist/lib/ipes/src/GasControl/components/AlarmStatistics.vue.js +9 -12
  105. package/dist/lib/ipes/src/GasControl/index.d.ts +136 -13
  106. package/dist/lib/ipes/src/GasControl/index.vue.d.ts +87 -7
  107. package/dist/lib/ipes/src/GasControl/index.vue.js +25 -26
  108. package/dist/lib/ipes/src/GeneralManagement/index.d.ts +3 -15
  109. package/dist/lib/ipes/src/GeneralManagement/index.vue.d.ts +2 -10
  110. package/dist/lib/ipes/src/GeneralManagement/index.vue.js +1 -1
  111. package/dist/{es/ipes/src/EnvManage → lib/ipes/src/HarmfulMonitoring}/index.d.ts +3 -3
  112. package/dist/lib/ipes/src/{EnvManage → HarmfulMonitoring}/index.js +2 -2
  113. package/dist/lib/ipes/src/HarmfulMonitoring/index.vue.js +109 -0
  114. package/dist/lib/ipes/src/HazardousVehicleManage/index.d.ts +1 -9
  115. package/dist/lib/ipes/src/HazardousVehicleManage/index.vue.d.ts +1 -4
  116. package/dist/lib/ipes/src/HazardousVehicleManage/index.vue.js +16 -40
  117. package/dist/lib/ipes/src/HazardousVehicleManage/types/index.d.ts +0 -1
  118. package/dist/lib/ipes/src/HazardousVehicleManage/types/index.js +1 -2
  119. package/dist/lib/ipes/src/InspectionManage/index.vue.js +7 -6
  120. package/dist/lib/ipes/src/KeyProblemEnterprises/index.d.ts +126 -0
  121. package/dist/lib/ipes/src/KeyProblemEnterprises/index.js +12 -0
  122. package/dist/lib/ipes/src/KeyProblemEnterprises/index.vue.d.ts +33 -0
  123. package/dist/lib/ipes/src/KeyProblemEnterprises/index.vue.js +67 -0
  124. package/dist/lib/ipes/src/KeyProblemEnterprises/index.vue2.js +7 -0
  125. package/dist/lib/ipes/src/KeyProblemEnterprises/index.vue3.js +10 -0
  126. package/dist/lib/ipes/src/KeyProblemEnterprises/type.d.ts +4 -0
  127. package/dist/lib/ipes/src/OdorControl/index.vue.js +4 -2
  128. package/dist/lib/ipes/src/PollutantSourceManage/index.vue.js +2 -3
  129. package/dist/lib/ipes/src/SealingManage/index.d.ts +0 -24
  130. package/dist/lib/ipes/src/SealingManage/index.vue.d.ts +0 -16
  131. package/dist/lib/ipes/src/SealingManage/index.vue.js +12 -46
  132. package/dist/lib/ipes/src/SealingManage/types/index.d.ts +0 -16
  133. package/dist/lib/ipes/src/SealingManage/types/index.js +0 -16
  134. package/dist/lib/ipes/src/WaterNetworkManage/images/icon-percent.png.js +1 -1
  135. package/dist/lib/ipes/src/WaterNetworkManage/index.vue.js +11 -11
  136. package/dist/lib/ipes/src/index.d.ts +5 -4
  137. package/dist/lib/ipes/src/index.js +52 -50
  138. package/dist/lib/style.css +1 -1
  139. package/dist/lib/wgms/src/ChlorophyllAchangeRate/index.vue.js +12 -8
  140. package/dist/style/style-ipes.css +1 -1
  141. package/dist/style/style-wgms.css +1 -1
  142. package/package.json +2 -2
  143. package/dist/es/ipes/src/AirQuality/images/air-status-1.png.mjs +0 -3
  144. package/dist/es/ipes/src/AirQuality/images/air-status-2.png.mjs +0 -3
  145. package/dist/es/ipes/src/AirQuality/images/air-status-3.png.mjs +0 -3
  146. package/dist/es/ipes/src/AirQuality/images/air-status-4.png.mjs +0 -3
  147. package/dist/es/ipes/src/AirQuality/images/air-status-5.png.mjs +0 -3
  148. package/dist/es/ipes/src/AirQuality/images/air-status-6.png.mjs +0 -3
  149. package/dist/es/ipes/src/AirQuality/images/air-status.png.mjs +0 -3
  150. package/dist/es/ipes/src/AirQualityManagement/images/blue_1.svg.mjs +0 -3
  151. package/dist/es/ipes/src/AirQualityManagement/images/blue_2.svg.mjs +0 -3
  152. package/dist/es/ipes/src/EmergencyManage/img/pie.png.mjs +0 -3
  153. package/dist/es/ipes/src/EnvManage/index.vue.mjs +0 -280
  154. package/dist/es/ipes/src/EnvironmentalProtection/images/piebottom.png.mjs +0 -3
  155. package/dist/es/ipes/src/EnvironmentalProtection/images/pietop.png.mjs +0 -3
  156. package/dist/es/ipes/src/RealTimeAirQualityManage/index.mjs +0 -6
  157. package/dist/lib/ipes/src/AirQuality/images/air-status-1.png.js +0 -7
  158. package/dist/lib/ipes/src/AirQuality/images/air-status-2.png.js +0 -7
  159. package/dist/lib/ipes/src/AirQuality/images/air-status-3.png.js +0 -7
  160. package/dist/lib/ipes/src/AirQuality/images/air-status-4.png.js +0 -7
  161. package/dist/lib/ipes/src/AirQuality/images/air-status-5.png.js +0 -7
  162. package/dist/lib/ipes/src/AirQuality/images/air-status-6.png.js +0 -7
  163. package/dist/lib/ipes/src/AirQuality/images/air-status.png.js +0 -7
  164. package/dist/lib/ipes/src/AirQualityManagement/images/blue_1.svg.js +0 -7
  165. package/dist/lib/ipes/src/AirQualityManagement/images/blue_2.svg.js +0 -7
  166. package/dist/lib/ipes/src/EmergencyManage/img/pie.png.js +0 -7
  167. package/dist/lib/ipes/src/EnvManage/index.vue.js +0 -284
  168. package/dist/lib/ipes/src/EnvironmentalProtection/images/piebottom.png.js +0 -7
  169. package/dist/lib/ipes/src/EnvironmentalProtection/images/pietop.png.js +0 -7
  170. /package/dist/es/ipes/src/{AirQualityManagement → AirQualityManage}/index.vue.d.ts +0 -0
  171. /package/dist/es/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/index.vue2.mjs +0 -0
  172. /package/dist/es/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/type.d.ts +0 -0
  173. /package/dist/es/ipes/src/{AirPollutionDischarge → AirQualityStandard}/images/blue_1.svg.mjs +0 -0
  174. /package/dist/es/ipes/src/{AirPollutionDischarge → AirQualityStandard}/images/blue_2.svg.mjs +0 -0
  175. /package/dist/es/ipes/src/{RealTimeAirQualityManage → AirQualityStandard}/index.vue.d.ts +0 -0
  176. /package/dist/es/ipes/src/{AirQualityManagement → AirQualityStandard}/index.vue2.mjs +0 -0
  177. /package/dist/es/ipes/src/{AirQualityManagement → AirQualityStandard}/index.vue3.mjs +0 -0
  178. /package/dist/es/ipes/src/{AirQualityManagement → AirQualityStandard}/type.d.ts +0 -0
  179. /package/dist/es/ipes/src/{EnvManage → HarmfulMonitoring}/index.vue.d.ts +0 -0
  180. /package/dist/es/ipes/src/{EnvManage → HarmfulMonitoring}/index.vue2.mjs +0 -0
  181. /package/dist/es/ipes/src/{EnvManage → HarmfulMonitoring}/index.vue3.mjs +0 -0
  182. /package/dist/es/ipes/src/{EnvManage → HarmfulMonitoring}/type.d.ts +0 -0
  183. /package/dist/lib/ipes/src/{AirQualityManagement → AirQualityManage}/index.vue.d.ts +0 -0
  184. /package/dist/lib/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/index.vue2.js +0 -0
  185. /package/dist/lib/ipes/src/{RealTimeAirQualityManage → AirQualityManage}/type.d.ts +0 -0
  186. /package/dist/lib/ipes/src/{AirPollutionDischarge → AirQualityStandard}/images/blue_1.svg.js +0 -0
  187. /package/dist/lib/ipes/src/{AirPollutionDischarge → AirQualityStandard}/images/blue_2.svg.js +0 -0
  188. /package/dist/lib/ipes/src/{RealTimeAirQualityManage → AirQualityStandard}/index.vue.d.ts +0 -0
  189. /package/dist/lib/ipes/src/{AirQualityManagement → AirQualityStandard}/index.vue2.js +0 -0
  190. /package/dist/lib/ipes/src/{AirQualityManagement → AirQualityStandard}/index.vue3.js +0 -0
  191. /package/dist/lib/ipes/src/{AirQualityManagement → AirQualityStandard}/type.d.ts +0 -0
  192. /package/dist/lib/ipes/src/{EnvManage → HarmfulMonitoring}/index.vue.d.ts +0 -0
  193. /package/dist/lib/ipes/src/{EnvManage → HarmfulMonitoring}/index.vue2.js +0 -0
  194. /package/dist/lib/ipes/src/{EnvManage → HarmfulMonitoring}/index.vue3.js +0 -0
  195. /package/dist/lib/ipes/src/{EnvManage → HarmfulMonitoring}/type.d.ts +0 -0
@@ -1,4 +1,4 @@
1
- import type { ICarData, Props } from './types';
1
+ import type { Props } from './types';
2
2
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
3
3
  hazardousCar: () => {
4
4
  sfCount: number;
@@ -18,7 +18,6 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
18
18
  value: string;
19
19
  label: string;
20
20
  }[];
21
- carData: () => never[];
22
21
  }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {
23
22
  onParkTypeChange: (value: string) => string;
24
23
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
@@ -40,13 +39,11 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
40
39
  value: string;
41
40
  label: string;
42
41
  }[];
43
- carData: () => never[];
44
42
  }>>> & {
45
43
  onOnParkTypeChange?: ((value: string) => any) | undefined;
46
44
  }, {
47
45
  hazardousCar: import("./types").IHazardousCar;
48
46
  parkOptions: import("./types").IParkOption[];
49
- carData: ICarData[];
50
47
  }, {}>;
51
48
  export default _default;
52
49
  type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
@@ -4,9 +4,7 @@ import 'element-plus/es/components/select/style/css';
4
4
  import 'element-plus/es/components/option/style/css';
5
5
  import { defineComponent, mergeDefaults, ref, reactive, watch, openBlock, createElementBlock, createElementVNode, toDisplayString, createVNode, withCtx, Fragment, renderList, createBlock } from 'vue';
6
6
  import dayjs from 'dayjs';
7
- import _sfc_main$1 from '../common/Echarts.vue.mjs';
8
- import '../common/Echarts.vue2.mjs';
9
- import { getFontFamily } from '../../utils/tools.mjs';
7
+ import { getCssValue, getFontFamily } from '../../utils/tools.mjs';
10
8
  import { defaultProps } from './types/index.mjs';
11
9
 
12
10
  const _hoisted_1 = { class: "dv-ipes-hazardous-vehicle-manage" };
@@ -37,17 +35,6 @@ const _hoisted_25 = { class: "hazardous-statistics-item__value" };
37
35
  const _hoisted_26 = { class: "hazardous-statistics-item__col" };
38
36
  const _hoisted_27 = { class: "hazardous-statistics-item__label" };
39
37
  const _hoisted_28 = { class: "hazardous-statistics-item__value" };
40
- const _hoisted_29 = { class: "sealing-row" };
41
- const _hoisted_30 = /* @__PURE__ */ createElementVNode("div", {
42
- class: "sealing-header",
43
- style: { "margin": "8px 0" }
44
- }, [
45
- /* @__PURE__ */ createElementVNode("div", { class: "sealing-header__title" }, [
46
- /* @__PURE__ */ createElementVNode("span", null, "进出园区车辆统计"),
47
- /* @__PURE__ */ createElementVNode("span", { class: "sealing-header__title--sub" }, "(近10日)")
48
- ])
49
- ], -1);
50
- const _hoisted_31 = { class: "dv-ipes-hazardous-list" };
51
38
  const __default__ = {
52
39
  name: "DvIpesHazardousVehicleManage",
53
40
  title: "危险品车辆管理"
@@ -111,7 +98,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
111
98
  },
112
99
  // 全局字体样式
113
100
  textStyle: {
114
- color: getFontFamily("--dv-color-text-primary"),
101
+ color: getCssValue("--dv-color-text-primary"),
115
102
  fontSize: 16,
116
103
  fontFamily: getFontFamily("--font-family-text")
117
104
  },
@@ -134,7 +121,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
134
121
  return {
135
122
  name: item.name,
136
123
  textStyle: {
137
- color: getFontFamily("--dv-color-text-primary"),
124
+ color: getCssValue("--dv-color-text-primary"),
138
125
  fontSize: 16
139
126
  }
140
127
  };
@@ -176,7 +163,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
176
163
  type: "value",
177
164
  // 坐标轴刻度标签的相关设置。
178
165
  axisLabel: {
179
- color: getFontFamily("--dv-color-text-primary"),
166
+ color: getCssValue("--dv-color-text-primary"),
180
167
  fontSize: 16,
181
168
  opacity: 0.6
182
169
  },
@@ -241,7 +228,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
241
228
  onChange: handleParkTypeChange
242
229
  }, {
243
230
  default: withCtx(() => [
244
- (openBlock(true), createElementBlock(Fragment, null, renderList(props.parkOptions, (item) => {
231
+ (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.parkOptions, (item) => {
245
232
  return openBlock(), createBlock(_component_el_option, {
246
233
  key: item.value,
247
234
  value: item.value,
@@ -255,49 +242,38 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
255
242
  ]),
256
243
  createElementVNode("div", _hoisted_8, [
257
244
  createElementVNode("div", _hoisted_9, [
258
- createElementVNode("div", _hoisted_10, toDisplayString(props.hazardousCar.ynCountTitle), 1),
245
+ createElementVNode("div", _hoisted_10, toDisplayString(_ctx.hazardousCar.ynCountTitle), 1),
259
246
  createElementVNode("div", _hoisted_11, [
260
- createElementVNode("span", null, toDisplayString(props.hazardousCar.ynCount), 1)
247
+ createElementVNode("span", null, toDisplayString(_ctx.hazardousCar.ynCount), 1)
261
248
  ]),
262
249
  createElementVNode("div", _hoisted_12, [
263
250
  createElementVNode("div", _hoisted_13, [
264
- createElementVNode("div", _hoisted_14, toDisplayString(props.hazardousCar.dnCountTitle), 1),
265
- createElementVNode("div", _hoisted_15, toDisplayString(props.hazardousCar.dnCount), 1)
251
+ createElementVNode("div", _hoisted_14, toDisplayString(_ctx.hazardousCar.dnCountTitle), 1),
252
+ createElementVNode("div", _hoisted_15, toDisplayString(_ctx.hazardousCar.dnCount), 1)
266
253
  ]),
267
254
  createElementVNode("div", _hoisted_16, [
268
- createElementVNode("div", _hoisted_17, toDisplayString(props.hazardousCar.sfCountTitle), 1),
269
- createElementVNode("div", _hoisted_18, toDisplayString(props.hazardousCar.sfCount), 1)
255
+ createElementVNode("div", _hoisted_17, toDisplayString(_ctx.hazardousCar.sfCountTitle), 1),
256
+ createElementVNode("div", _hoisted_18, toDisplayString(_ctx.hazardousCar.sfCount), 1)
270
257
  ])
271
258
  ])
272
259
  ]),
273
260
  createElementVNode("div", _hoisted_19, [
274
- createElementVNode("div", _hoisted_20, toDisplayString(props.hazardousCar.zxPercentTitle), 1),
261
+ createElementVNode("div", _hoisted_20, toDisplayString(_ctx.hazardousCar.zxPercentTitle), 1),
275
262
  createElementVNode("div", _hoisted_21, [
276
- createElementVNode("span", null, toDisplayString(props.hazardousCar.zxPercent.toFixed(1)) + "%", 1)
263
+ createElementVNode("span", null, toDisplayString(_ctx.hazardousCar.zxPercent.toFixed(1)) + "%", 1)
277
264
  ]),
278
265
  createElementVNode("div", _hoisted_22, [
279
266
  createElementVNode("div", _hoisted_23, [
280
- createElementVNode("div", _hoisted_24, toDisplayString(props.hazardousCar.zxCountTitle), 1),
281
- createElementVNode("div", _hoisted_25, toDisplayString(props.hazardousCar.zxCount), 1)
267
+ createElementVNode("div", _hoisted_24, toDisplayString(_ctx.hazardousCar.zxCountTitle), 1),
268
+ createElementVNode("div", _hoisted_25, toDisplayString(_ctx.hazardousCar.zxCount), 1)
282
269
  ]),
283
270
  createElementVNode("div", _hoisted_26, [
284
- createElementVNode("div", _hoisted_27, toDisplayString(props.hazardousCar.lxCountTitle), 1),
285
- createElementVNode("div", _hoisted_28, toDisplayString(props.hazardousCar.lxCount), 1)
271
+ createElementVNode("div", _hoisted_27, toDisplayString(_ctx.hazardousCar.lxCountTitle), 1),
272
+ createElementVNode("div", _hoisted_28, toDisplayString(_ctx.hazardousCar.lxCount), 1)
286
273
  ])
287
274
  ])
288
275
  ])
289
276
  ])
290
- ]),
291
- createElementVNode("div", _hoisted_29, [
292
- _hoisted_30,
293
- createElementVNode("div", _hoisted_31, [
294
- createVNode(_sfc_main$1, {
295
- id: "hazardous-list",
296
- height: "128px",
297
- "full-options": chartOption,
298
- loading: chartLoading.value
299
- }, null, 8, ["full-options", "loading"])
300
- ])
301
277
  ])
302
278
  ]);
303
279
  };
@@ -44,5 +44,4 @@ export declare const defaultProps: {
44
44
  value: string;
45
45
  label: string;
46
46
  }[];
47
- carData: () => never[];
48
47
  };
@@ -38,8 +38,7 @@ const defaultProps = {
38
38
  value: "1",
39
39
  label: "长兴岛"
40
40
  }
41
- ],
42
- carData: () => []
41
+ ]
43
42
  };
44
43
 
45
44
  export { defaultProps };
@@ -4,6 +4,7 @@ import 'element-plus/es/components/scrollbar/style/css';
4
4
  import 'element-plus/es/components/empty/style/css';
5
5
  import { defineComponent, ref, onMounted, openBlock, createElementBlock, createElementVNode, toDisplayString, Fragment, renderList, normalizeStyle, withDirectives, vShow, createVNode, withCtx, unref, normalizeClass } from 'vue';
6
6
  import IpesPercentBar from '../common/IpesPercentBar.vue.mjs';
7
+ import { getCssValue } from '../../utils/tools.mjs';
7
8
  import noDataImg from './images/new-nodata.svg.mjs';
8
9
 
9
10
  const _hoisted_1 = { class: "dv-ipes-inspection-manage" };
@@ -54,20 +55,20 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
54
55
  {
55
56
  value: 50,
56
57
  percent: 10,
57
- color: "#15F3A3",
58
- background: "#15F3A3"
58
+ color: getCssValue("--dv-color-success"),
59
+ background: getCssValue("--dv-color-success")
59
60
  },
60
61
  {
61
62
  value: 20,
62
63
  percent: 20,
63
- color: "#FDBD00",
64
- background: "#FDBD00"
64
+ color: getCssValue("--dv-color-warning"),
65
+ background: getCssValue("--dv-color-warning")
65
66
  },
66
67
  {
67
68
  value: 30,
68
69
  percent: 20,
69
- color: "#F84439",
70
- background: "#F84439"
70
+ color: getCssValue("--dv-color-danger"),
71
+ background: getCssValue("--dv-color-danger")
71
72
  }
72
73
  ]
73
74
  }) },
@@ -0,0 +1,126 @@
1
+ import _KeyProblemEnterprises from './index.vue';
2
+ export declare const DvIpesKeyProblemEnterprises: {
3
+ new (...args: any[]): {
4
+ $: import("vue").ComponentInternalInstance;
5
+ $data: {};
6
+ $props: {
7
+ codeInfo?: import("./type").codeInfoType | undefined;
8
+ key?: string | number | symbol | undefined;
9
+ style?: unknown;
10
+ ref?: import("vue").VNodeRef | undefined;
11
+ ref_for?: boolean | undefined;
12
+ ref_key?: string | undefined;
13
+ onVnodeBeforeMount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
14
+ [key: string]: any;
15
+ }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
16
+ [key: string]: any;
17
+ }>) => void)[] | undefined;
18
+ onVnodeMounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
19
+ [key: string]: any;
20
+ }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
21
+ [key: string]: any;
22
+ }>) => void)[] | undefined;
23
+ onVnodeBeforeUpdate?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
24
+ [key: string]: any;
25
+ }>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
26
+ [key: string]: any;
27
+ }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
28
+ [key: string]: any;
29
+ }>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
30
+ [key: string]: any;
31
+ }>) => void)[] | undefined;
32
+ onVnodeUpdated?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
33
+ [key: string]: any;
34
+ }>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
35
+ [key: string]: any;
36
+ }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
37
+ [key: string]: any;
38
+ }>, oldVNode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
39
+ [key: string]: any;
40
+ }>) => void)[] | undefined;
41
+ onVnodeBeforeUnmount?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
42
+ [key: string]: any;
43
+ }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
44
+ [key: string]: any;
45
+ }>) => void)[] | undefined;
46
+ onVnodeUnmounted?: ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
47
+ [key: string]: any;
48
+ }>) => void) | ((vnode: globalThis.VNode<import("vue").RendererNode, import("vue").RendererElement, {
49
+ [key: string]: any;
50
+ }>) => void)[] | undefined;
51
+ class?: unknown;
52
+ onClickCompany?: ((...args: any[]) => any) | undefined;
53
+ };
54
+ $attrs: {
55
+ [x: string]: unknown;
56
+ };
57
+ $refs: {
58
+ [x: string]: unknown;
59
+ };
60
+ $slots: Readonly<{
61
+ [name: string]: import("vue").Slot<any> | undefined;
62
+ }>;
63
+ $root: globalThis.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
64
+ $parent: globalThis.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null;
65
+ $emit: (event: "clickCompany", ...args: any[]) => void;
66
+ $el: any;
67
+ $options: import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
68
+ codeInfo: {
69
+ type: globalThis.PropType<import("./type").codeInfoType>;
70
+ } & {
71
+ default: () => {
72
+ data: never[];
73
+ };
74
+ };
75
+ }>> & {
76
+ onClickCompany?: ((...args: any[]) => any) | undefined;
77
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "clickCompany"[], string, {
78
+ codeInfo: import("./type").codeInfoType;
79
+ }, {}, string, {}> & {
80
+ beforeCreate?: ((() => void) | (() => void)[]) | undefined;
81
+ created?: ((() => void) | (() => void)[]) | undefined;
82
+ beforeMount?: ((() => void) | (() => void)[]) | undefined;
83
+ mounted?: ((() => void) | (() => void)[]) | undefined;
84
+ beforeUpdate?: ((() => void) | (() => void)[]) | undefined;
85
+ updated?: ((() => void) | (() => void)[]) | undefined;
86
+ activated?: ((() => void) | (() => void)[]) | undefined;
87
+ deactivated?: ((() => void) | (() => void)[]) | undefined;
88
+ beforeDestroy?: ((() => void) | (() => void)[]) | undefined;
89
+ beforeUnmount?: ((() => void) | (() => void)[]) | undefined;
90
+ destroyed?: ((() => void) | (() => void)[]) | undefined;
91
+ unmounted?: ((() => void) | (() => void)[]) | undefined;
92
+ renderTracked?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
93
+ renderTriggered?: (((e: import("vue").DebuggerEvent) => void) | ((e: import("vue").DebuggerEvent) => void)[]) | undefined;
94
+ errorCaptured?: (((err: unknown, instance: globalThis.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void) | ((err: unknown, instance: globalThis.ComponentPublicInstance<{}, {}, {}, {}, {}, {}, {}, {}, false, import("vue").ComponentOptionsBase<any, any, any, any, any, any, any, any, any, {}, {}, string, {}>, {}, {}> | null, info: string) => boolean | void)[]) | undefined;
95
+ };
96
+ $forceUpdate: () => void;
97
+ $nextTick: typeof import("vue").nextTick;
98
+ $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
+ } & Readonly<import("vue").ExtractPropTypes<{
100
+ codeInfo: {
101
+ type: globalThis.PropType<import("./type").codeInfoType>;
102
+ } & {
103
+ default: () => {
104
+ data: never[];
105
+ };
106
+ };
107
+ }>> & {
108
+ onClickCompany?: ((...args: any[]) => any) | undefined;
109
+ } & import("vue").ShallowUnwrapRef<{}> & {} & import("vue").ComponentCustomProperties & {};
110
+ __isFragment?: undefined;
111
+ __isTeleport?: undefined;
112
+ __isSuspense?: undefined;
113
+ } & import("vue").ComponentOptionsBase<Readonly<import("vue").ExtractPropTypes<{
114
+ codeInfo: {
115
+ type: globalThis.PropType<import("./type").codeInfoType>;
116
+ } & {
117
+ default: () => {
118
+ data: never[];
119
+ };
120
+ };
121
+ }>> & {
122
+ onClickCompany?: ((...args: any[]) => any) | undefined;
123
+ }, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "clickCompany"[], "clickCompany", {
124
+ codeInfo: import("./type").codeInfoType;
125
+ }, {}, string, {}> & import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps & import("vue").Plugin<any[]>;
126
+ export default _KeyProblemEnterprises;
@@ -0,0 +1,7 @@
1
+ import { install } from '../../../utils.mjs';
2
+ import _sfc_main from './index.vue.mjs';
3
+ import './index.vue2.mjs';
4
+
5
+ const DvIpesKeyProblemEnterprises = install(_sfc_main);
6
+
7
+ export { DvIpesKeyProblemEnterprises, _sfc_main as default };
@@ -0,0 +1,33 @@
1
+ import type { codeInfoType } from './type';
2
+ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
3
+ codeInfo?: codeInfoType | undefined;
4
+ }>, {
5
+ codeInfo: () => {
6
+ data: never[];
7
+ };
8
+ }>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "clickCompany"[], "clickCompany", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
9
+ codeInfo?: codeInfoType | undefined;
10
+ }>, {
11
+ codeInfo: () => {
12
+ data: never[];
13
+ };
14
+ }>>> & {
15
+ onClickCompany?: ((...args: any[]) => any) | undefined;
16
+ }, {
17
+ codeInfo: codeInfoType;
18
+ }, {}>;
19
+ export default _default;
20
+ type __VLS_NonUndefinedable<T> = T extends undefined ? never : T;
21
+ type __VLS_TypePropsToRuntimeProps<T> = {
22
+ [K in keyof T]-?: {} extends Pick<T, K> ? {
23
+ type: import('vue').PropType<__VLS_NonUndefinedable<T[K]>>;
24
+ } : {
25
+ type: import('vue').PropType<T[K]>;
26
+ required: true;
27
+ };
28
+ };
29
+ type __VLS_WithDefaults<P, D> = {
30
+ [K in keyof Pick<P, keyof P>]: K extends keyof D ? P[K] & {
31
+ default: D[K];
32
+ } : P[K];
33
+ };
@@ -0,0 +1,63 @@
1
+ import { defineComponent, openBlock, createElementBlock, createElementVNode, Fragment, renderList, toDisplayString } from 'vue';
2
+
3
+ const _hoisted_1 = { class: "enterprise-protection-code" };
4
+ const _hoisted_2 = { class: "dv-ipes-env-list" };
5
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("div", { class: "dv-ipes-env-list-header dv-ipes-flex-bw-c" }, [
6
+ /* @__PURE__ */ createElementVNode("div", { class: "dv-ipes-th" }, " 重点问题企业 "),
7
+ /* @__PURE__ */ createElementVNode("div", { class: "dv-ipes-th" }, " 问题数 ")
8
+ ], -1);
9
+ const _hoisted_4 = {
10
+ key: 0,
11
+ class: "dv-ipes-env-list-con"
12
+ };
13
+ const _hoisted_5 = { class: "dv-ipes-tr dv-ipes-body-name" };
14
+ const _hoisted_6 = ["title", "onClick"];
15
+ const _hoisted_7 = { class: "dv-ipes-tr dv-ipes-value" };
16
+ const _hoisted_8 = {
17
+ key: 1,
18
+ class: "dv-ipes-no-data"
19
+ };
20
+ const __default__ = {
21
+ name: "DvIpesKeyProblemEnterprises",
22
+ title: "重点问题企业"
23
+ };
24
+ const _sfc_main = /* @__PURE__ */ defineComponent({
25
+ ...__default__,
26
+ props: {
27
+ codeInfo: { default: () => ({
28
+ data: []
29
+ }) }
30
+ },
31
+ emits: ["clickCompany"],
32
+ setup(__props, { emit: $emit }) {
33
+ function onClickCompany(item) {
34
+ $emit("clickCompany", item);
35
+ }
36
+ return (_ctx, _cache) => {
37
+ return openBlock(), createElementBlock("div", _hoisted_1, [
38
+ createElementVNode("div", _hoisted_2, [
39
+ _hoisted_3,
40
+ _ctx.codeInfo.data && _ctx.codeInfo.data.length > 0 ? (openBlock(), createElementBlock("div", _hoisted_4, [
41
+ (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.codeInfo.data, (item, index) => {
42
+ return openBlock(), createElementBlock("div", {
43
+ key: index,
44
+ class: "dv-ipes-flex-bw-c dv-ipes-body-item"
45
+ }, [
46
+ createElementVNode("div", _hoisted_5, [
47
+ createElementVNode("a", {
48
+ href: "javascript:void(0);",
49
+ title: item.companyName,
50
+ onClick: ($event) => onClickCompany(item)
51
+ }, toDisplayString(item.companyName), 9, _hoisted_6)
52
+ ]),
53
+ createElementVNode("div", _hoisted_7, toDisplayString(item.num), 1)
54
+ ]);
55
+ }), 128))
56
+ ])) : (openBlock(), createElementBlock("div", _hoisted_8, " 暂无数据 "))
57
+ ])
58
+ ]);
59
+ };
60
+ }
61
+ });
62
+
63
+ export { _sfc_main as default };
@@ -0,0 +1,3 @@
1
+ /* unplugin-vue-components disabled */const index_vue_vue_type_style_index_0_lang = '';
2
+
3
+ export { index_vue_vue_type_style_index_0_lang as default };
@@ -0,0 +1,6 @@
1
+ import _sfc_main from './index.vue.mjs';
2
+ import './index.vue2.mjs';
3
+
4
+
5
+
6
+ export { _sfc_main as default };
@@ -0,0 +1,4 @@
1
+ export interface codeInfoType {
2
+ data?: any[];
3
+ codeData?: any[];
4
+ }
@@ -4,6 +4,7 @@ import { FpiElRolling } from '@ued_fpi/element-plus-expand';
4
4
  import { useCssVar } from '@vueuse/core';
5
5
  import _sfc_main$1 from '../common/Echarts.vue.mjs';
6
6
  import '../common/Echarts.vue2.mjs';
7
+ import { getCssValue } from '../../utils/tools.mjs';
7
8
 
8
9
  const _hoisted_1 = { class: "dv-ipes-OrdorControl" };
9
10
  const _hoisted_2 = { class: "specific-site" };
@@ -75,11 +76,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
75
76
  const themeEl = ref(null);
76
77
  const themeColor = useCssVar("--color", themeEl);
77
78
  const axisLabelEl = ref(null);
78
- const axisLabelColor = useCssVar("--dv-text-body2", axisLabelEl);
79
+ const axisLabelColor = useCssVar("--dv-color-text-primary", axisLabelEl);
79
80
  const splitLineEl = ref(null);
80
81
  const splitLineElColor = useCssVar("--dv-color-border-light", splitLineEl);
81
82
  const echartsOptions = reactive({
82
83
  options: {
84
+ color: getCssValue("--dv-color-index"),
83
85
  grid: {
84
86
  left: 0,
85
87
  bottom: 0,
@@ -90,7 +92,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
90
92
  tooltip: {
91
93
  trigger: "axis",
92
94
  padding: 8,
93
- background: "rgba(1, 11, 18, 0.6)"
95
+ background: getCssValue("-dv-color-fill-base")
94
96
  },
95
97
  xAxis: {
96
98
  type: "category",
@@ -1,4 +1,4 @@
1
- import { defineComponent, toRefs, ref, openBlock, createElementBlock, Fragment, renderList, normalizeClass, createElementVNode, toDisplayString, normalizeStyle, unref, createCommentVNode } from 'vue';
1
+ import { defineComponent, toRefs, ref, openBlock, createElementBlock, Fragment, renderList, normalizeClass, createElementVNode, toDisplayString, unref, createCommentVNode } from 'vue';
2
2
 
3
3
  const _hoisted_1 = { class: "dv-ipes-pollutant-source-manage" };
4
4
  const _hoisted_2 = ["onClick"];
@@ -66,9 +66,8 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
66
66
  class: "status"
67
67
  }, [
68
68
  createElementVNode("div", {
69
- class: "value",
70
- style: normalizeStyle({ color: option.color })
71
- }, toDisplayString(unref(statusData) && unref(statusData)[item.key] ? unref(statusData)[item.key][option.key] : "--"), 5),
69
+ class: normalizeClass(["value", [option.key]])
70
+ }, toDisplayString(unref(statusData) && unref(statusData)[item.key] ? unref(statusData)[item.key][option.key] : "--"), 3),
72
71
  index < statusOption.value.length - 1 ? (openBlock(), createElementBlock("span", _hoisted_5, "/")) : createCommentVNode("", true)
73
72
  ]);
74
73
  }), 128))
@@ -81,16 +81,8 @@ export declare const DvIpesSealingManage: {
81
81
  required: true;
82
82
  } & {
83
83
  default: () => {
84
- sfCount: number;
85
- sfCountTitle: string;
86
- dnCount: number;
87
- dnCountTitle: string;
88
84
  ynCount: number;
89
85
  ynCountTitle: string;
90
- zxCount: number;
91
- zxCountTitle: string;
92
- lxCount: number;
93
- lxCountTitle: string;
94
86
  zxPercent: number;
95
87
  zxPercentTitle: string;
96
88
  };
@@ -167,16 +159,8 @@ export declare const DvIpesSealingManage: {
167
159
  required: true;
168
160
  } & {
169
161
  default: () => {
170
- sfCount: number;
171
- sfCountTitle: string;
172
- dnCount: number;
173
- dnCountTitle: string;
174
162
  ynCount: number;
175
163
  ynCountTitle: string;
176
- zxCount: number;
177
- zxCountTitle: string;
178
- lxCount: number;
179
- lxCountTitle: string;
180
164
  zxPercent: number;
181
165
  zxPercentTitle: string;
182
166
  };
@@ -228,16 +212,8 @@ export declare const DvIpesSealingManage: {
228
212
  required: true;
229
213
  } & {
230
214
  default: () => {
231
- sfCount: number;
232
- sfCountTitle: string;
233
- dnCount: number;
234
- dnCountTitle: string;
235
215
  ynCount: number;
236
216
  ynCountTitle: string;
237
- zxCount: number;
238
- zxCountTitle: string;
239
- lxCount: number;
240
- lxCountTitle: string;
241
217
  zxPercent: number;
242
218
  zxPercentTitle: string;
243
219
  };
@@ -1,16 +1,8 @@
1
1
  import type { Props } from './types';
2
2
  declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
3
3
  hazardousCar: () => {
4
- sfCount: number;
5
- sfCountTitle: string;
6
- dnCount: number;
7
- dnCountTitle: string;
8
4
  ynCount: number;
9
5
  ynCountTitle: string;
10
- zxCount: number;
11
- zxCountTitle: string;
12
- lxCount: number;
13
- lxCountTitle: string;
14
6
  zxPercent: number;
15
7
  zxPercentTitle: string;
16
8
  };
@@ -33,16 +25,8 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
33
25
  onParkTypeChange: (value: string) => string;
34
26
  }, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<Props>, {
35
27
  hazardousCar: () => {
36
- sfCount: number;
37
- sfCountTitle: string;
38
- dnCount: number;
39
- dnCountTitle: string;
40
28
  ynCount: number;
41
29
  ynCountTitle: string;
42
- zxCount: number;
43
- zxCountTitle: string;
44
- lxCount: number;
45
- lxCountTitle: string;
46
30
  zxPercent: number;
47
31
  zxPercentTitle: string;
48
32
  };