diff --git a/src/assets/images/fhpl/warn.png b/src/assets/images/fhpl/warn.png index 3e008e1..2c087f8 100644 --- a/src/assets/images/fhpl/warn.png +++ b/src/assets/images/fhpl/warn.png Binary files differ diff --git a/src/assets/images/fhpl/warn.png b/src/assets/images/fhpl/warn.png index 3e008e1..2c087f8 100644 --- a/src/assets/images/fhpl/warn.png +++ b/src/assets/images/fhpl/warn.png Binary files differ diff --git a/src/views/DialogTabs/component/GongDanPaiFa.vue b/src/views/DialogTabs/component/GongDanPaiFa.vue index 9f68235..a044698 100644 --- a/src/views/DialogTabs/component/GongDanPaiFa.vue +++ b/src/views/DialogTabs/component/GongDanPaiFa.vue @@ -1,11 +1,6 @@ diff --git a/src/assets/images/fhpl/warn.png b/src/assets/images/fhpl/warn.png index 3e008e1..2c087f8 100644 --- a/src/assets/images/fhpl/warn.png +++ b/src/assets/images/fhpl/warn.png Binary files differ diff --git a/src/views/DialogTabs/component/GongDanPaiFa.vue b/src/views/DialogTabs/component/GongDanPaiFa.vue index 9f68235..a044698 100644 --- a/src/views/DialogTabs/component/GongDanPaiFa.vue +++ b/src/views/DialogTabs/component/GongDanPaiFa.vue @@ -1,11 +1,6 @@ diff --git a/src/views/oneMap/FloodStuationReview/xqRightBox.vue b/src/views/oneMap/FloodStuationReview/xqRightBox.vue index 7673833..f049f76 100644 --- a/src/views/oneMap/FloodStuationReview/xqRightBox.vue +++ b/src/views/oneMap/FloodStuationReview/xqRightBox.vue @@ -176,13 +176,13 @@ const activeIndex = ref(0); const munuList = [ { - name: '管网(40)', + name: '管网(43)', }, { - name: '积水点(24)', + name: '积水点(16)', }, { - name: '排口(10)', + name: '排口(24)', }, ]; const chartData1 = ref({ diff --git a/src/assets/images/fhpl/warn.png b/src/assets/images/fhpl/warn.png index 3e008e1..2c087f8 100644 --- a/src/assets/images/fhpl/warn.png +++ b/src/assets/images/fhpl/warn.png Binary files differ diff --git a/src/views/DialogTabs/component/GongDanPaiFa.vue b/src/views/DialogTabs/component/GongDanPaiFa.vue index 9f68235..a044698 100644 --- a/src/views/DialogTabs/component/GongDanPaiFa.vue +++ b/src/views/DialogTabs/component/GongDanPaiFa.vue @@ -1,11 +1,6 @@ diff --git a/src/views/oneMap/FloodStuationReview/xqRightBox.vue b/src/views/oneMap/FloodStuationReview/xqRightBox.vue index 7673833..f049f76 100644 --- a/src/views/oneMap/FloodStuationReview/xqRightBox.vue +++ b/src/views/oneMap/FloodStuationReview/xqRightBox.vue @@ -176,13 +176,13 @@ const activeIndex = ref(0); const munuList = [ { - name: '管网(40)', + name: '管网(43)', }, { - name: '积水点(24)', + name: '积水点(16)', }, { - name: '排口(10)', + name: '排口(24)', }, ]; const chartData1 = ref({ diff --git a/src/views/oneMap/SmartDrainage/PsRightBox.vue b/src/views/oneMap/SmartDrainage/PsRightBox.vue index e333175..b673573 100644 --- a/src/views/oneMap/SmartDrainage/PsRightBox.vue +++ b/src/views/oneMap/SmartDrainage/PsRightBox.vue @@ -188,18 +188,21 @@ sj: 250, zk: '高水位', cz: '派单', + value: '004', //语音识别内容编码-前段自己设置的,后期项目有接口就直接替换数据唯一id }, { wz: '枣园南路与枣园五路管网', sj: 400, zk: '满管', cz: '派单', + value: '005', }, { wz: '王家坪旧址门口', sj: 120, zk: '积水', cz: '派单', + value: '006', }, { wz: '金延安路与枣园大道管网 ', @@ -267,6 +270,7 @@ let data = { title: item.wz, comIDs: ['gdpf'], + getSiteId: item.value, }; bus.emit('publicDialog', data); };