@ued_fpi/data-visual 1.2.20 → 1.2.22

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 (85) hide show
  1. package/dist/es/index.mjs +4 -0
  2. package/dist/es/ipes/src/AirQualityManage/index.vue.mjs +1 -1
  3. package/dist/es/ipes/src/AlarmManage/index.vue.mjs +1 -1
  4. package/dist/es/ipes/src/AnnualEventStatistics/index.vue.mjs +6 -8
  5. package/dist/es/ipes/src/BasicSecurityInfo/index.vue.mjs +1 -1
  6. package/dist/es/ipes/src/ClassifiedRegulation/components/BarItem.vue.mjs +20 -0
  7. package/dist/es/ipes/src/ClassifiedRegulation/components/BarItem.vue2.mjs +15 -0
  8. package/dist/es/ipes/src/ClassifiedRegulation/components/BarItem.vue3.mjs +3 -0
  9. package/dist/es/ipes/src/ClassifiedRegulation/index.mjs +7 -0
  10. package/dist/es/ipes/src/ClassifiedRegulation/index.vue.mjs +84 -0
  11. package/dist/es/ipes/src/ClassifiedRegulation/index.vue2.mjs +3 -0
  12. package/dist/es/ipes/src/ClassifiedRegulation/index.vue3.mjs +6 -0
  13. package/dist/es/ipes/src/EnterpriseProtectionCode/index.vue.mjs +87 -10
  14. package/dist/es/ipes/src/EventMonth/index.vue.mjs +15 -36
  15. package/dist/es/ipes/src/GroundwaterMonitor/index.vue.mjs +38 -38
  16. package/dist/es/ipes/src/HazardousWasteManagement/index.vue.mjs +4 -4
  17. package/dist/es/ipes/src/MajorRiskManagement/images/bg-light.png.mjs +3 -0
  18. package/dist/es/ipes/src/MajorRiskManagement/images/bg.png.mjs +3 -0
  19. package/dist/es/ipes/src/MajorRiskManagement/index.mjs +7 -0
  20. package/dist/es/ipes/src/MajorRiskManagement/index.vue.mjs +85 -0
  21. package/dist/es/ipes/src/MajorRiskManagement/index.vue2.mjs +3 -0
  22. package/dist/es/ipes/src/MajorRiskManagement/index.vue3.mjs +6 -0
  23. package/dist/es/ipes/src/OnlineMonitor/index.vue.mjs +23 -7
  24. package/dist/es/ipes/src/PerformanceWarrantyResponsibilities/index.vue.mjs +1 -1
  25. package/dist/es/ipes/src/PersonnelPassage/index.vue.mjs +10 -6
  26. package/dist/es/ipes/src/SensingEquipment/index.mjs +7 -0
  27. package/dist/es/ipes/src/SensingEquipment/index.vue.mjs +107 -0
  28. package/dist/es/ipes/src/SensingEquipment/index.vue2.mjs +3 -0
  29. package/dist/es/ipes/src/SensingEquipment/index.vue3.mjs +6 -0
  30. package/dist/es/ipes/src/StartStopMajorMaintenance/index.vue.mjs +1 -1
  31. package/dist/es/ipes/src/VehiclePassage/index.vue.mjs +10 -6
  32. package/dist/es/ipes/src/VehicleTrend/index.vue.mjs +40 -20
  33. package/dist/es/ipes/src/VideoEquipment/index.mjs +7 -0
  34. package/dist/es/ipes/src/VideoEquipment/index.vue.mjs +82 -0
  35. package/dist/es/ipes/src/VideoEquipment/index.vue2.mjs +3 -0
  36. package/dist/es/ipes/src/VideoEquipment/index.vue3.mjs +6 -0
  37. package/dist/es/ipes/src/VocsControl/index.vue.mjs +8 -6
  38. package/dist/es/ipes/src/WaterQualityStandard/index.vue.mjs +7 -12
  39. package/dist/es/ipes/src/common/RealTimeAir.vue.mjs +19 -23
  40. package/dist/es/ipes/src/index.mjs +4 -0
  41. package/dist/es/style.css +1 -1
  42. package/dist/lib/index.js +120 -112
  43. package/dist/lib/ipes/index.js +4 -4
  44. package/dist/lib/ipes/src/AirQualityManage/index.vue.js +1 -1
  45. package/dist/lib/ipes/src/AlarmManage/index.vue.js +1 -1
  46. package/dist/lib/ipes/src/AnnualEventStatistics/index.vue.js +6 -8
  47. package/dist/lib/ipes/src/BasicSecurityInfo/index.vue.js +1 -1
  48. package/dist/lib/ipes/src/ClassifiedRegulation/components/BarItem.vue.js +24 -0
  49. package/dist/lib/ipes/src/ClassifiedRegulation/components/BarItem.vue2.js +19 -0
  50. package/dist/lib/ipes/src/ClassifiedRegulation/components/BarItem.vue3.js +7 -0
  51. package/dist/lib/ipes/src/ClassifiedRegulation/index.js +12 -0
  52. package/dist/lib/ipes/src/ClassifiedRegulation/index.vue.js +88 -0
  53. package/dist/lib/ipes/src/ClassifiedRegulation/index.vue2.js +7 -0
  54. package/dist/lib/ipes/src/ClassifiedRegulation/index.vue3.js +10 -0
  55. package/dist/lib/ipes/src/EnterpriseProtectionCode/index.vue.js +86 -9
  56. package/dist/lib/ipes/src/EventMonth/index.vue.js +15 -36
  57. package/dist/lib/ipes/src/GroundwaterMonitor/index.vue.js +38 -38
  58. package/dist/lib/ipes/src/HazardousWasteManagement/index.vue.js +4 -4
  59. package/dist/lib/ipes/src/MajorRiskManagement/images/bg-light.png.js +7 -0
  60. package/dist/lib/ipes/src/MajorRiskManagement/images/bg.png.js +7 -0
  61. package/dist/lib/ipes/src/MajorRiskManagement/index.js +12 -0
  62. package/dist/lib/ipes/src/MajorRiskManagement/index.vue.js +89 -0
  63. package/dist/lib/ipes/src/MajorRiskManagement/index.vue2.js +7 -0
  64. package/dist/lib/ipes/src/MajorRiskManagement/index.vue3.js +10 -0
  65. package/dist/lib/ipes/src/OnlineMonitor/index.vue.js +23 -7
  66. package/dist/lib/ipes/src/PerformanceWarrantyResponsibilities/index.vue.js +1 -1
  67. package/dist/lib/ipes/src/PersonnelPassage/index.vue.js +9 -5
  68. package/dist/lib/ipes/src/SensingEquipment/index.js +12 -0
  69. package/dist/lib/ipes/src/SensingEquipment/index.vue.js +111 -0
  70. package/dist/lib/ipes/src/SensingEquipment/index.vue2.js +7 -0
  71. package/dist/lib/ipes/src/SensingEquipment/index.vue3.js +10 -0
  72. package/dist/lib/ipes/src/StartStopMajorMaintenance/index.vue.js +1 -1
  73. package/dist/lib/ipes/src/VehiclePassage/index.vue.js +9 -5
  74. package/dist/lib/ipes/src/VehicleTrend/index.vue.js +40 -20
  75. package/dist/lib/ipes/src/VideoEquipment/index.js +12 -0
  76. package/dist/lib/ipes/src/VideoEquipment/index.vue.js +86 -0
  77. package/dist/lib/ipes/src/VideoEquipment/index.vue2.js +7 -0
  78. package/dist/lib/ipes/src/VideoEquipment/index.vue3.js +10 -0
  79. package/dist/lib/ipes/src/VocsControl/index.vue.js +8 -6
  80. package/dist/lib/ipes/src/WaterQualityStandard/index.vue.js +7 -12
  81. package/dist/lib/ipes/src/common/RealTimeAir.vue.js +19 -23
  82. package/dist/lib/ipes/src/index.js +8 -0
  83. package/dist/lib/style.css +1 -1
  84. package/dist/style/style-ipes.css +1 -1
  85. package/package.json +2 -2
package/dist/es/index.mjs CHANGED
@@ -95,6 +95,10 @@ export { DvIpesWaterQualityStandard } from './ipes/src/WaterQualityStandard/inde
95
95
  export { DvIpesRainValveCondition } from './ipes/src/RainValveCondition/index.mjs';
96
96
  export { DvIpesGroundwaterMonitor } from './ipes/src/GroundwaterMonitor/index.mjs';
97
97
  export { DvIpesOnlineMonitor } from './ipes/src/OnlineMonitor/index.mjs';
98
+ export { DvIpesSensingEquipment } from './ipes/src/SensingEquipment/index.mjs';
99
+ export { DvIpesMajorRiskManagement } from './ipes/src/MajorRiskManagement/index.mjs';
100
+ export { DvIpesVideoEquipment } from './ipes/src/VideoEquipment/index.mjs';
101
+ export { DvIpesClassifiedRegulation } from './ipes/src/ClassifiedRegulation/index.mjs';
98
102
  export { DvWgmsEnvironmentalAnalysis } from './wgms/src/EnvironmentalAnalysis/index.mjs';
99
103
  export { DvWgmsWaterQualityClassification } from './wgms/src/WaterQualityClassification/index.mjs';
100
104
  export { DvWgmsWaterQualityStatus } from './wgms/src/WaterQualityStatus/index.mjs';
@@ -12,7 +12,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
12
12
  ...__default__,
13
13
  props: {
14
14
  width: { default: "100%" },
15
- height: { default: 96 }
15
+ height: { default: 72 }
16
16
  },
17
17
  setup(__props) {
18
18
  const airQualityObj = ref({
@@ -39,7 +39,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
39
39
  overProofAlarm: {
40
40
  type: Object,
41
41
  default: () => {
42
- return { dqhj: 0, total: 0, ydyh: 0, wry: 0 };
42
+ return { dqhj: 5, total: 20, ydyh: 5, wry: 10 };
43
43
  }
44
44
  },
45
45
  realAlarmList: {
@@ -7,7 +7,7 @@ const _hoisted_1 = { class: "dv-ipes-event-statistics" };
7
7
  const _hoisted_2 = { class: "chart-box" };
8
8
  const _hoisted_3 = /* @__PURE__ */ createElementVNode("div", { style: { "flex": "1" } }, [
9
9
  /* @__PURE__ */ createElementVNode("div", {
10
- id: "pieChart",
10
+ id: "pieEventChart",
11
11
  class: "pie-chart"
12
12
  })
13
13
  ], -1);
@@ -64,13 +64,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
64
64
  ]);
65
65
  async function getEventData() {
66
66
  try {
67
- const { data } = await requestControl({
67
+ const res = await requestControl({
68
68
  url: "/ipes-data-aggregation-server/api/v2/coordinated/year-event-stat",
69
69
  method: "get"
70
70
  });
71
- const { businessStat, levelStat } = data;
72
- typeData.value = data;
73
- const seriesData = handleSeriesData(data);
71
+ typeData.value = res.data;
72
+ const seriesData = handleSeriesData(res.data);
74
73
  console.log(seriesData);
75
74
  drawChart(seriesData);
76
75
  } catch (error) {
@@ -108,10 +107,9 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
108
107
  });
109
108
  }
110
109
  const color = isDark ? LinearGradientColor : LinearGradientColor_light;
111
- highcharts.chart("pieChart", {
110
+ highcharts.chart("pieEventChart", {
112
111
  chart: {
113
112
  type: "pie",
114
- marginTop: 20,
115
113
  animation: false,
116
114
  backgroundColor: "transparent",
117
115
  // 不显示背景色
@@ -143,7 +141,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
143
141
  allowPointSelect: true,
144
142
  cursor: "pointer",
145
143
  innerSize: "50%",
146
- size: 80,
144
+ size: 100,
147
145
  depth: 25,
148
146
  dataLabels: {
149
147
  enabled: false
@@ -1,7 +1,7 @@
1
1
  import { defineComponent, ref, onMounted, openBlock, createElementBlock, Fragment, renderList, createElementVNode, toDisplayString } from 'vue';
2
2
  import requestControl from '../../service/request.mjs';
3
3
 
4
- const _hoisted_1 = { class: "dv-ipes-basic-info" };
4
+ const _hoisted_1 = { class: "dv-ipes-basic-security-info" };
5
5
  const _hoisted_2 = { class: "title" };
6
6
  const _hoisted_3 = { class: "value" };
7
7
  const _hoisted_4 = { class: "unit" };
@@ -0,0 +1,20 @@
1
+ import _sfc_main from './BarItem.vue2.mjs';
2
+ import { openBlock, createElementBlock, normalizeClass, normalizeStyle, createElementVNode } from 'vue';
3
+ import './BarItem.vue3.mjs';
4
+ import _export_sfc from '../../../../_virtual/_plugin-vue_export-helper.mjs';
5
+
6
+ const _hoisted_1 = /* @__PURE__ */ createElementVNode("div", { class: "progress-bar__outer__top" }, null, -1);
7
+ const _hoisted_2 = /* @__PURE__ */ createElementVNode("div", { class: "progress-bar__outer__bottom" }, null, -1);
8
+ const _hoisted_3 = [
9
+ _hoisted_1,
10
+ _hoisted_2
11
+ ];
12
+ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
13
+ return openBlock(), createElementBlock("div", {
14
+ class: normalizeClass(["dv-ipes-progress-bar", [$props.className]]),
15
+ style: normalizeStyle({ width: $props.percent > 100 ? "100%" : `${$props.percent}%` })
16
+ }, _hoisted_3, 6);
17
+ }
18
+ const BarItem = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render]]);
19
+
20
+ export { BarItem as default };
@@ -0,0 +1,15 @@
1
+ /* unplugin-vue-components disabled */const _sfc_main = {
2
+ name: "BarItem",
3
+ props: {
4
+ percent: {
5
+ type: Number,
6
+ default: 100
7
+ },
8
+ className: {
9
+ type: String,
10
+ default: "red"
11
+ }
12
+ }
13
+ };
14
+
15
+ export { _sfc_main as default };
@@ -0,0 +1,3 @@
1
+ /* unplugin-vue-components disabled */const BarItem_vue_vue_type_style_index_0_lang = '';
2
+
3
+ export { BarItem_vue_vue_type_style_index_0_lang as default };
@@ -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 DvIpesClassifiedRegulation = install(_sfc_main);
6
+
7
+ export { DvIpesClassifiedRegulation, _sfc_main as default };
@@ -0,0 +1,84 @@
1
+ import { defineComponent, ref, onMounted, openBlock, createElementBlock, createElementVNode, toDisplayString, createVNode } from 'vue';
2
+ import requestControl from '../../service/request.mjs';
3
+ import BarItem from './components/BarItem.vue.mjs';
4
+
5
+ const _hoisted_1 = { class: "dv-ipes-classified-regulation" };
6
+ const _hoisted_2 = { class: "classified-header flex" };
7
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("div", { class: "title" }, " 特别/重点/一般 ", -1);
8
+ const _hoisted_4 = { class: "count" };
9
+ const _hoisted_5 = /* @__PURE__ */ createElementVNode("span", { class: "gap" }, "/", -1);
10
+ const _hoisted_6 = /* @__PURE__ */ createElementVNode("span", { class: "gap" }, "/", -1);
11
+ const _hoisted_7 = { class: "progress-bar" };
12
+ const __default__ = {
13
+ name: "DvIpesClassifiedRegulation",
14
+ title: "企业分类监管"
15
+ };
16
+ const _sfc_main = /* @__PURE__ */ defineComponent({
17
+ ...__default__,
18
+ setup(__props) {
19
+ const countData = ref({
20
+ special: 0,
21
+ keyPoint: 0,
22
+ general: 0
23
+ });
24
+ const countPercent = ref({
25
+ specialPercent: 0,
26
+ keyPointPercent: 0,
27
+ generalPercent: 0
28
+ });
29
+ function getShowData(value) {
30
+ return value == null ? "0" : value;
31
+ }
32
+ async function getData() {
33
+ try {
34
+ const res = await requestControl({
35
+ method: "get",
36
+ url: "/ipes-company-epcode-server/api/v2/gis/stat/company-rule-color"
37
+ });
38
+ const { special, keyPoint, general } = res.data;
39
+ countData.value = res.data || {};
40
+ const total = special + keyPoint + general;
41
+ countPercent.value = {
42
+ specialPercent: total === 0 ? 0 : special / total * 100,
43
+ keyPointPercent: total === 0 ? 0 : keyPoint / total * 100,
44
+ generalPercent: total === 0 ? 100 : general / total * 100
45
+ };
46
+ } catch (error) {
47
+ console.log(error);
48
+ }
49
+ }
50
+ onMounted(() => {
51
+ getData();
52
+ });
53
+ return (_ctx, _cache) => {
54
+ return openBlock(), createElementBlock("div", _hoisted_1, [
55
+ createElementVNode("div", _hoisted_2, [
56
+ _hoisted_3,
57
+ createElementVNode("div", _hoisted_4, [
58
+ createElementVNode("span", null, toDisplayString(getShowData(countData.value.special)) + "家 ", 1),
59
+ _hoisted_5,
60
+ createElementVNode("span", null, toDisplayString(getShowData(countData.value.keyPoint)) + "家 ", 1),
61
+ _hoisted_6,
62
+ createElementVNode("span", null, toDisplayString(getShowData(countData.value.general)) + "家 ", 1)
63
+ ])
64
+ ]),
65
+ createElementVNode("div", _hoisted_7, [
66
+ createVNode(BarItem, {
67
+ percent: countPercent.value.specialPercent,
68
+ "class-name": "red"
69
+ }, null, 8, ["percent"]),
70
+ createVNode(BarItem, {
71
+ percent: countPercent.value.keyPointPercent,
72
+ "class-name": "yellow"
73
+ }, null, 8, ["percent"]),
74
+ createVNode(BarItem, {
75
+ percent: countPercent.value.generalPercent,
76
+ "class-name": "green"
77
+ }, null, 8, ["percent"])
78
+ ])
79
+ ]);
80
+ };
81
+ }
82
+ });
83
+
84
+ 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 };
@@ -1,4 +1,6 @@
1
- import { defineComponent, openBlock, createElementBlock, createElementVNode, Fragment, renderList, normalizeStyle, toDisplayString, createTextVNode } from 'vue';
1
+ import { defineComponent, ref, onMounted, openBlock, createElementBlock, createElementVNode, Fragment, renderList, normalizeStyle, toDisplayString, createTextVNode, createBlock, unref, withCtx } from 'vue';
2
+ import { FpiElRolling } from '@ued_fpi/element-plus-expand';
3
+ import requestControl from '../../service/request.mjs';
2
4
 
3
5
  const _hoisted_1 = { class: "enterprise-protection-code" };
4
6
  const _hoisted_2 = { class: "dv-ipes-env-code-list" };
@@ -34,28 +36,72 @@ const _hoisted_7 = /* @__PURE__ */ createElementVNode("rect", {
34
36
  const _hoisted_8 = ["fill"];
35
37
  const _hoisted_9 = { class: "dv-ipes-value" };
36
38
  const _hoisted_10 = { class: "dv-ipes-rate-num" };
39
+ const _hoisted_11 = { class: "dv-ipes-env-list" };
40
+ const _hoisted_12 = /* @__PURE__ */ createElementVNode("div", { class: "dv-ipes-env-list-header dv-ipes-flex-bw-c" }, [
41
+ /* @__PURE__ */ createElementVNode("div", { class: "dv-ipes-th" }, " 重点问题企业 "),
42
+ /* @__PURE__ */ createElementVNode("div", { class: "dv-ipes-th" }, " 问题数 ")
43
+ ], -1);
44
+ const _hoisted_13 = { class: "dv-ipes-tr dv-ipes-body-name" };
45
+ const _hoisted_14 = ["title", "onClick"];
46
+ const _hoisted_15 = { class: "dv-ipes-tr dv-ipes-value" };
47
+ const _hoisted_16 = {
48
+ key: 1,
49
+ class: "dv-ipes-no-data"
50
+ };
37
51
  const __default__ = {
38
52
  name: "DvIpesEnterpriseProtectionCode",
39
53
  title: "环保码统计"
40
54
  };
41
55
  const _sfc_main = /* @__PURE__ */ defineComponent({
42
56
  ...__default__,
43
- props: {
44
- codeInfo: { default: () => ({
45
- codeData: []
46
- }) }
47
- },
48
57
  emits: ["clickCompany"],
49
58
  setup(__props, { emit: $emit }) {
59
+ const isRolling = ref(false);
60
+ const actionType = ref("none");
61
+ const codeData = ref([
62
+ { ruleColorName: "红码", inColor: "#F84439", num: 0, rate: "0" },
63
+ { ruleColorName: "黄码", inColor: "#FDBD00", num: 0, rate: "0" },
64
+ { ruleColorName: "绿码", inColor: "#15F3A3", num: 0, rate: "0" }
65
+ ]);
66
+ const codeList = ref([]);
67
+ function onClickCompany(item) {
68
+ $emit("clickCompany", item);
69
+ }
70
+ async function getData() {
71
+ try {
72
+ const { data } = await requestControl({
73
+ method: "get",
74
+ url: "/ipes-company-epcode-server/web/api/v1/thirdcode/getInfo"
75
+ });
76
+ let total = 0;
77
+ data.colors.forEach((item) => {
78
+ total += item.num;
79
+ });
80
+ codeData.value = codeData.value.map((item) => {
81
+ const obj = data.colors.find((e) => e.ruleColorName === item.ruleColorName);
82
+ const rate = total === 0 ? 0 : `${+(obj.num / total * 100).toFixed(1)}%`;
83
+ return Object.assign(item, obj, {
84
+ rate
85
+ });
86
+ });
87
+ codeList.value = data?.companys || [];
88
+ isRolling.value = codeList.value.length > 3;
89
+ actionType.value = codeList.value.length > 3 ? "hover" : "none";
90
+ } catch (error) {
91
+ console.log(error);
92
+ }
93
+ }
94
+ onMounted(() => {
95
+ getData();
96
+ });
50
97
  return (_ctx, _cache) => {
51
98
  return openBlock(), createElementBlock("div", _hoisted_1, [
52
99
  createElementVNode("div", _hoisted_2, [
53
100
  createElementVNode("div", _hoisted_3, [
54
- (openBlock(true), createElementBlock(Fragment, null, renderList(_ctx.codeInfo.codeData, (item, index) => {
101
+ (openBlock(true), createElementBlock(Fragment, null, renderList(codeData.value, (item, index) => {
55
102
  return openBlock(), createElementBlock("div", {
56
103
  key: index,
57
- class: "dv-ipes-code-wrap",
58
- style: normalizeStyle({ backgroundColor: item.bgColor })
104
+ class: "dv-ipes-code-wrap"
59
105
  }, [
60
106
  (openBlock(), createElementBlock("svg", _hoisted_4, [
61
107
  _hoisted_5,
@@ -77,9 +123,40 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
77
123
  createTextVNode("家 ")
78
124
  ]),
79
125
  createElementVNode("div", _hoisted_10, toDisplayString(item.rate), 1)
80
- ], 4);
126
+ ]);
81
127
  }), 128))
82
128
  ])
129
+ ]),
130
+ createElementVNode("div", _hoisted_11, [
131
+ _hoisted_12,
132
+ codeList.value && codeList.value.length > 0 ? (openBlock(), createBlock(unref(FpiElRolling), {
133
+ key: 0,
134
+ modelValue: isRolling.value,
135
+ "onUpdate:modelValue": _cache[0] || (_cache[0] = ($event) => isRolling.value = $event),
136
+ action: actionType.value,
137
+ class: "dv-ipes-env-list-con",
138
+ direction: "y",
139
+ time: 100
140
+ }, {
141
+ default: withCtx(() => [
142
+ (openBlock(true), createElementBlock(Fragment, null, renderList(codeList.value, (item, index) => {
143
+ return openBlock(), createElementBlock("div", {
144
+ key: index,
145
+ class: "dv-ipes-flex-bw-c dv-ipes-body-item"
146
+ }, [
147
+ createElementVNode("div", _hoisted_13, [
148
+ createElementVNode("a", {
149
+ href: "javascript:void(0);",
150
+ title: item.companyName,
151
+ onClick: ($event) => onClickCompany(item)
152
+ }, toDisplayString(item.companyName), 9, _hoisted_14)
153
+ ]),
154
+ createElementVNode("div", _hoisted_15, toDisplayString(item.num), 1)
155
+ ]);
156
+ }), 128))
157
+ ]),
158
+ _: 1
159
+ }, 8, ["modelValue", "action"])) : (openBlock(), createElementBlock("div", _hoisted_16, " 暂无数据 "))
83
160
  ])
84
161
  ]);
85
162
  };
@@ -26,61 +26,40 @@ const __default__ = {
26
26
  const _sfc_main = /* @__PURE__ */ defineComponent({
27
27
  ...__default__,
28
28
  props: {
29
- categoryCode: { default: "com_public_pic" },
29
+ categoryCode: { default: "sec_control" },
30
30
  beginTime: { default: +dayjs().startOf("M") },
31
31
  endTime: { default: +dayjs() }
32
32
  },
33
33
  setup(__props) {
34
34
  const props = __props;
35
35
  const { isDark } = useThemeHook();
36
- const commitmentData = ref();
36
+ const eventData = ref();
37
37
  const getImg = (key) => {
38
38
  return new URL((/* #__PURE__ */ Object.assign({"./images/intelligent-light.png": __vite_glob_0_0,"./images/intelligent.png": __vite_glob_0_1,"./images/monitor-light.png": __vite_glob_0_2,"./images/monitor.png": __vite_glob_0_3,"./images/other-light.png": __vite_glob_0_4,"./images/other.png": __vite_glob_0_5,"./images/report-light.png": __vite_glob_0_6,"./images/report.png": __vite_glob_0_7}))[`./images/${key}.png`], self.location).href;
39
39
  };
40
- async function getCommitmentData() {
40
+ const iconArr = ["monitor", "intelligent", "report", "other"];
41
+ async function getData() {
41
42
  try {
42
- const res = await requestControl({
43
+ const { data } = await requestControl({
43
44
  method: "get",
44
45
  url: "/ipes-data-aggregation-server/api/v1/common/task-charge",
45
46
  params: props
46
47
  });
47
- commitmentData.value = [
48
- {
49
- key: "monitor",
50
- title: "监测报警",
51
- value: "152",
52
- percent: "82.5"
53
- },
54
- {
55
- key: "intelligent",
56
- title: "智能预警",
57
- value: "21",
58
- percent: "98.5"
59
- },
60
- {
61
- key: "report",
62
- title: "上报接警",
63
- value: "16",
64
- percent: "100"
65
- },
66
- {
67
- key: "other",
68
- title: "其他类型",
69
- value: "10",
70
- percent: "50"
71
- }
72
- ];
73
- console.log(commitmentData);
48
+ eventData.value = data.map((e, index) => {
49
+ return Object.assign(e, {
50
+ key: index > 3 ? iconArr[3] : iconArr[index]
51
+ });
52
+ });
74
53
  } catch (error) {
75
54
  console.log(error);
76
55
  }
77
56
  }
78
57
  onMounted(() => {
79
- getCommitmentData();
58
+ getData();
80
59
  });
81
60
  return (_ctx, _cache) => {
82
61
  return openBlock(), createElementBlock("div", _hoisted_1, [
83
- (openBlock(true), createElementBlock(Fragment, null, renderList(commitmentData.value, (item) => {
62
+ (openBlock(true), createElementBlock(Fragment, null, renderList(eventData.value, (item) => {
84
63
  return openBlock(), createElementBlock("div", {
85
64
  key: item.key,
86
65
  class: normalizeClass(["security-box", item.key])
@@ -89,11 +68,11 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
89
68
  src: getImg(item.key + (unref(isDark) ? "" : "-light"))
90
69
  }, null, 8, _hoisted_2),
91
70
  createElementVNode("div", _hoisted_3, [
92
- createElementVNode("div", _hoisted_4, toDisplayString(item.title), 1),
71
+ createElementVNode("div", _hoisted_4, toDisplayString(item.taskTypeName), 1),
93
72
  createElementVNode("div", _hoisted_5, [
94
- createElementVNode("span", _hoisted_6, toDisplayString(item.value), 1),
73
+ createElementVNode("span", _hoisted_6, toDisplayString(item.curMonthIncreaseNum), 1),
95
74
  _hoisted_7,
96
- createElementVNode("span", _hoisted_8, toDisplayString(item.percent) + "% ", 1)
75
+ createElementVNode("span", _hoisted_8, toDisplayString(item.disposeRate), 1)
97
76
  ])
98
77
  ])
99
78
  ], 2);
@@ -2,16 +2,15 @@ import { defineComponent, ref, onMounted, nextTick, openBlock, createElementBloc
2
2
  import requestControl from '../../service/request.mjs';
3
3
 
4
4
  const _hoisted_1 = { class: "dv-ipes-ground-water-monitor" };
5
- const _hoisted_2 = { class: "risk_body" };
6
- const _hoisted_3 = { class: "pie-card" };
7
- const _hoisted_4 = /* @__PURE__ */ createElementVNode("div", { class: "top" }, null, -1);
8
- const _hoisted_5 = /* @__PURE__ */ createElementVNode("div", { class: "bottom" }, null, -1);
9
- const _hoisted_6 = { class: "label" };
10
- const _hoisted_7 = /* @__PURE__ */ createElementVNode("div", { class: "title" }, " 地下水监控 ", -1);
11
- const _hoisted_8 = { class: "total mgt8" };
12
- const _hoisted_9 = { class: "legend" };
13
- const _hoisted_10 = { class: "typename" };
14
- const _hoisted_11 = { class: "value" };
5
+ const _hoisted_2 = { class: "pie-card" };
6
+ const _hoisted_3 = /* @__PURE__ */ createElementVNode("div", { class: "top" }, null, -1);
7
+ const _hoisted_4 = /* @__PURE__ */ createElementVNode("div", { class: "bottom" }, null, -1);
8
+ const _hoisted_5 = { class: "label" };
9
+ const _hoisted_6 = /* @__PURE__ */ createElementVNode("div", { class: "title" }, " 地下水监控 ", -1);
10
+ const _hoisted_7 = { class: "total mgt8" };
11
+ const _hoisted_8 = { class: "legend" };
12
+ const _hoisted_9 = { class: "typename" };
13
+ const _hoisted_10 = { class: "value" };
15
14
  const __default__ = {
16
15
  name: "DvIpesGroundwaterMonitor",
17
16
  title: "地下水监控"
@@ -20,7 +19,7 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
20
19
  ...__default__,
21
20
  emits: ["openPopup"],
22
21
  setup(__props, { emit }) {
23
- const colors = ["#1976D2", "#85C941", "#D9CC4C", "var(--dv-color-success)"];
22
+ const colors = ref([]);
24
23
  const waterTotal = ref(0);
25
24
  const legendData = ref([]);
26
25
  const groundwaterChart = ref();
@@ -79,9 +78,12 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
79
78
  });
80
79
  const { total, gwLevels } = result.data;
81
80
  const seriesData = [];
81
+ const colorList = [];
82
82
  gwLevels.forEach((item) => {
83
83
  seriesData.push([item.name, item.count]);
84
+ colorList.push(item.color);
84
85
  });
86
+ colors.value = colorList;
85
87
  legendData.value = gwLevels;
86
88
  waterTotal.value = total;
87
89
  drawChart(seriesData);
@@ -96,34 +98,32 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
96
98
  return (_ctx, _cache) => {
97
99
  return openBlock(), createElementBlock("div", _hoisted_1, [
98
100
  createElementVNode("div", _hoisted_2, [
99
- createElementVNode("div", _hoisted_3, [
100
- createElementVNode("div", {
101
- ref_key: "groundwaterChart",
102
- ref: groundwaterChart,
103
- class: "pie"
104
- }, null, 512),
105
- _hoisted_4,
106
- _hoisted_5,
107
- createElementVNode("div", _hoisted_6, [
108
- _hoisted_7,
109
- createElementVNode("div", _hoisted_8, toDisplayString(waterTotal.value), 1)
110
- ])
111
- ]),
112
- createElementVNode("div", _hoisted_9, [
113
- (openBlock(true), createElementBlock(Fragment, null, renderList(legendData.value, (item, index) => {
114
- return openBlock(), createElementBlock("div", {
115
- key: index,
116
- class: "legend-item"
117
- }, [
118
- createElementVNode("div", {
119
- class: "circle",
120
- style: normalizeStyle({ background: colors[index] })
121
- }, null, 4),
122
- createElementVNode("div", _hoisted_10, toDisplayString(item.name), 1),
123
- createElementVNode("div", _hoisted_11, toDisplayString(item.count || 0), 1)
124
- ]);
125
- }), 128))
101
+ createElementVNode("div", {
102
+ ref_key: "groundwaterChart",
103
+ ref: groundwaterChart,
104
+ class: "pie"
105
+ }, null, 512),
106
+ _hoisted_3,
107
+ _hoisted_4,
108
+ createElementVNode("div", _hoisted_5, [
109
+ _hoisted_6,
110
+ createElementVNode("div", _hoisted_7, toDisplayString(waterTotal.value), 1)
126
111
  ])
112
+ ]),
113
+ createElementVNode("div", _hoisted_8, [
114
+ (openBlock(true), createElementBlock(Fragment, null, renderList(legendData.value, (item, index) => {
115
+ return openBlock(), createElementBlock("div", {
116
+ key: index,
117
+ class: "legend-item"
118
+ }, [
119
+ createElementVNode("div", {
120
+ class: "circle",
121
+ style: normalizeStyle({ background: item.color || colors.value[index] })
122
+ }, null, 4),
123
+ createElementVNode("div", _hoisted_9, toDisplayString(item.name), 1),
124
+ createElementVNode("div", _hoisted_10, toDisplayString(item.count || 0), 1)
125
+ ]);
126
+ }), 128))
127
127
  ])
128
128
  ]);
129
129
  };
@@ -36,10 +36,10 @@ const _sfc_main = /* @__PURE__ */ defineComponent({
36
36
  const props = __props;
37
37
  const { isDark } = useThemeHook();
38
38
  const basicInfos = ref([
39
- { title: "危废产生", key: "wasteGenerated" },
40
- { title: "自行处置", key: "selfUse" },
41
- { title: "委外处置", key: "transfer" },
42
- { title: "库存量", key: "stockWeight" }
39
+ { name: "危废产生", key: "wasteGenerated" },
40
+ { name: "自行处置", key: "selfUse" },
41
+ { name: "委外处置", key: "transfer" },
42
+ { name: "库存量", key: "stockWeight" }
43
43
  ]);
44
44
  const infoData = ref({
45
45
  wasteGenerated: 0,
@@ -0,0 +1,3 @@
1
+ const __vite_glob_0_0 = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADEAAAAoCAYAAABXRRJPAAAAAXNSR0IArs4c6QAAAARzQklUCAgICHwIZIgAAAorSURBVFiF7ZhrjJzXWcd/z3lv887M7s5677b34pjUjROlTtw0QJq2UYXapKSqS2IJKkUNaoSIEJUQQuq38AkBH5CIUqJQqy2CQpOqN0SiNh9CStUWKGlKYgfHduysHXt3Z3d27vNezoUPs+u4zRjf1vCBPp9m3ve85///Pec573lm4Bfx/yCcc4Fzbuh66/jXY1LnXAVQgAUmnXMe4AF1ETFbrbdlEM65AKgACdARkXzj+rCI1DdAis65AtAVkc5WaV8TxIaxzXLJRKR6sbEbK9ACWs45zzk3tnGrIyLJtfiQq3nIOVcCCoChn9Xs0b9z+0Lhty2cCwsc+vMDbALNisjiIG3nHMDmXBpoXU25XRHERq2XgHUg35xj95tLn5l4JX5851pZR7kXOkid41vFiCcPPcSbwOnNOY6AhMeRMz7y4xgPYPEU3tgQ/nyRYS9GHjrOKsfIefjyVuhKIRbWeuSFGOPALFarvQkm2DN26lN1Z5+Ml33GT5W6U8fLXnktigCU4ogo/vr2d/P0h/bX2mlzmypb3FAFd8M2LEAIgYGSTgkrEXEkcphn3TABgk9MQIf3S2tLIHrO7VqBOkAJiialQAT70zP3ncv0X6pUUKnCb/tE60EycmxYwqrvS0d5Ak3P4+n5Sf7mzw5yGGAsZCQXvHYP3fRoDQM7h5gcEnntZ4RfcBVGKHK7nB3k64o2toCc6xBufNXLtW4v9Yv+VORH1ghJCr0ekEMemEJtdwNZCK2ci3J3OiqEq/KbkyU+/rXvc+jAXXxh0ZF3DL1UI2jCdWBUDfB0j9R5xc0A1w6RgLzeprjUSf1pL9JBVHShwzVSZ2upI0gVE9pDckWWCklXkNSoKEhUeJPmo6aUxB2ZbPfIT3cxdFGZUDgvUIAkHODphHs/wrGL+bo8iMecYi/FN2pE2sENI5HVWebjQgQop2FUSDJUquimgiRCWXuMGEWEkGmhnSrWRMxQCkM+QUeyEhuLqrJMCENIoKuIAJxzu9a7+u+fO9X66acC/pg5Wb56iG+5IVI0B6U9mzjzmqWcOiAIMXkujoBiJlGUeMjGnlCpwmRCkgjbPI9WG3yEzEcSDQUhyPKwZCQXCECF/RcskKg+2RNL+Qd2LTf3Hzve7PHAtoFldGmIZ90wZSI+8PYB1hFUN6cIIBrBD0gMEuZeFCYWlSokextEUsH3FWEmOCdooKehCEHLUMIP0BsmMtHia59DS+zm35z+vVfXv/kn7daLL53I1i6V58EQL7pZEmoXAgDkoFqGEgACNjPieR5epsIg8ZBMoVJBZdL/nAmBUfgZOCWkGWIMJI6gJRS9jWPtZE7pRNefwEM+WqHKjfIDgM9B41IAgyFecAUiGnzwnb2NzlFNQ9EapH9MeXgGtofhmRr8ey/lvSpTolI2IBQqEjzpd4KJRjwLPUv4Uou5VkqpaynNRFTfM2Sq4DEWbBbW5cc7IUYZY5+8NWhwLc+9pg2KCNh8EwTGitHqB+ejx2tNO3HydPaRTocP2UxCMYIIiAcOYdkj9LVjTcn8HfAfUxWqqH570sCLVY50Lb1rh5hknePuFlJWuVmWLrylCaRria1BLOD02yChZngqVXfPVgp3rpcJX12z1FuWpufohBDkMNJxhcQK263LvEhcG2IsOLtx6Aq0HFfcO70TYrt0gVdZdNs56d4NjNBCYWn+aZV9Kz32Oo3gEAxS1GybztmnNDetgcLBsII7xhWMK4y2vLJsqCWORIMNHOOhfGxomff0QvuDeln9RPukm/JNR3btEJsxJ2f5uRPyoVVX/PIKk85HjGa4nLjf2mllFkER9Me4jbGbrraVFDfvVLRGHc0uzIz3S8xYdoaJOlhqJPe80W1+N9g9ecRZpOVvRTn9D5FpVMMQlyAY7/Vufi238z8NAuatMKsdsR+ehzj/jEAqEJaF8XK/9c2N4Vx1jdPnqtTr7YnizrnbJnfY5TxQ3bbbTMd1glhtMf0rig/TTvd1Okn51m5CPc1YLIS8XikzYlN22IBJAnzPA+mvSCqAg1qnw1uNGiv1Osb4EFZgxw5a4u9tHMn3DA15R9+c9v/lukL8wVHcbWV323tjFQ0FiraAWMv4ap14cYlaHPDqzChu2zCTubA98wnwOJq0Weo06aUZqqMQVwE/wCkfKxCHwviQ8tpFNf39uhm5UojLasUffPpwWAymP50Z/dnDQbz3RKFIHCn2kHJj2qBab7Gy3qHb7dFNMkyxQDo3Tj5bYUeesbya4FU10hOc8vvmlc/CeEy7EJAWPN7ogFfzCFrSGk3UX0yO8bcvPywXbfquCOL27+hf32N7hya79ck0N2jno53PYhRztBxzthiw4Btu6dWpn17m1FINIx54PtYLmK7ELDXNefOlYsT8dJlmKeQN7eg0hWAlQK14mFzQFqyDWxZIklGeOvpJ+ew1QRz4jpv8Z8uBddyTc6Fp7pc0nGl3pdu2kdmAaXkBJyohJ0c98kC4I+8wXG/w5ukaq13D9jhk3XnsnBomnipy3AlvJY54PSBeCpGGh7agLewcxYWjtBsV7KJmRFn+6UDE57TP8jc+IiuXDTH9tJvwhbt3KU6VYw4/lxIT2z8Eez/K3Yq47H0FZ+40xiRrplzvKozzyfE5O+xxagLWKnCjshQbXSpJl6xS4KWuhp5ieKVAcTnEZQptIfLh1jnyaoX8mIK2pqgtaybnH6zhCT7Z/5V35zfd3v9K7N2+r15ee0D+9aIQw181TxQ8pVYekN8diPzd/C5EP4riAGLjmYBknyi7q+15Z1ZUpG0/q60IzkzD0nYI12uETY/R5ZjCeng+6wsTmMIE2foY+ljOkDZgND+0hs93Ur7O/dL9efnKF10lKts/0lBee9D7/YuuxNjX3J3a2k/8UqC+cEOZ1Wd+Td7ZSf5jc5yi+jSefQRx70Ise5Rq3W5iKa4HxZOrKG0hA7qhwW/34YohLMzTzrcTHRFsMyPShobRfEXDU/W75OVBubv3WRcdSbirrtkfw5eWDv5sd33JPeGnFIhpDIQB+F77w0j+KOLuR0wwG6n8ZkIzX4ulWvWitxqwewYz/i6yahn14x6R6Wf9JzrnqZ7mK7VfluZF9RUFbUmuaE9cLB78tpuzBSIlrAwEemFlmpDPIO4RxM6hHPeUo/ymkdHGfyoZb2RgLB2d83Vr+PzxvfKjQTr3PuuicsAUGSNt4fXn7pN00LirgjgP87wbAUbowTMfH/DP3mOPKe79nXvBPYrY+26bnTmNU1prHrfClw/PSm3QvJeb9S2BuDAefN6N0GNERxcR/uHJhX03LNz48pQ8P/D5b7s5Yrga4xfGNUGcN/O8G9GW6JL7h41y0UwRQztn+XLK5VKxJRAXxt5vuPedzewj4776q+O/IS9tXp95Jr+7i/rVIWd/dOZg8OJWam45BPTf53nBfCLy5VbjSD1RUWrsYtBTX6o/LPXroXldo/JFV/m/9vCL+N+K/wbdvc18Rl4KcQAAAABJRU5ErkJggg==";
2
+
3
+ export { __vite_glob_0_0 as default };
@@ -0,0 +1,3 @@
1
+ const __vite_glob_0_1 = "data:image/png;base64,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";
2
+
3
+ export { __vite_glob_0_1 as default };
@@ -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 DvIpesMajorRiskManagement = install(_sfc_main);
6
+
7
+ export { DvIpesMajorRiskManagement, _sfc_main as default };