From e8cbeaf28745f37d7edf0a3c254cffb6c96d8a8d Mon Sep 17 00:00:00 2001 From: liujun Date: Wed, 17 Jan 2024 09:10:54 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E6=B6=88=E9=98=B2=E8=B5=84=E6=BA=90?= =?UTF-8?q?=E7=BB=9F=E8=AE=A1=E5=8A=9F=E8=83=BD=E6=A8=A1=E5=9D=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- src/views/map/index.vue | 40 ++++++++++++++++++++-------------------- 2 files changed, 21 insertions(+), 21 deletions(-) diff --git a/package.json b/package.json index 83f482a..692c109 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ "author": "", "private": true, "scripts": { - "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js --host 192.168.0.45", + "dev": "webpack-dev-server --inline --progress --config build/webpack.dev.conf.js --host 192.168.151.56", "start": "npm run dev", "unit": "jest --config test/unit/jest.conf.js --coverage", "e2e": "node test/e2e/runner.js", diff --git a/src/views/map/index.vue b/src/views/map/index.vue index 5b63a2d..b8319d2 100644 --- a/src/views/map/index.vue +++ b/src/views/map/index.vue @@ -430,16 +430,16 @@ export default { eliminateAuthorization: [], pointUrl: '/map/getFireControl', list: [ - { - label: '消防救援队', - dialog_width: '600px', - check: false, - img: require('../../assets/map/gangkou_index/buttom/ico4.png'), - checkImg: require('../../assets/map/gangkou_index/buttom/ico4_on.png'), - type: 'xfjyd01', - containAuthorization: [], - eliminateAuthorization: [] - }, + // { + // label: '消防救援队', + // dialog_width: '600px', + // check: false, + // img: require('../../assets/map/gangkou_index/buttom/ico4.png'), + // checkImg: require('../../assets/map/gangkou_index/buttom/ico4_on.png'), + // type: 'xfjyd01', + // containAuthorization: [], + // eliminateAuthorization: [] + // }, { label: '消防控制室', dialog_width: '600px', @@ -460,16 +460,16 @@ export default { containAuthorization: [], eliminateAuthorization: [] }, - // { - // label: '消防水源', - // dialog_width: '600px', - // check: false, - // type: 'xfsy01', - // img: require('../../assets/map/gangkou_index/buttom/ico7.png'), - // checkImg: require('../../assets/map/gangkou_index/buttom/ico7_on.png'), - // containAuthorization: [], - // eliminateAuthorization: [] - // }, + { + label: '消防水源', + dialog_width: '600px', + check: false, + type: 'xfsy01', + img: require('../../assets/map/gangkou_index/buttom/ico7.png'), + checkImg: require('../../assets/map/gangkou_index/buttom/ico7_on.png'), + containAuthorization: [], + eliminateAuthorization: [] + }, { label: '消防点位', dialog_width: '600px', From 9d863aca1a05cd4c30490c70cff5df7ea06a1bc3 Mon Sep 17 00:00:00 2001 From: liujun Date: Wed, 24 Jan 2024 11:43:42 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B6=88=E9=98=B2=E5=99=A8=E6=9D=90?= =?UTF-8?q?=E5=8A=9F=E8=83=BD=E8=BF=81=E7=A7=BB=E8=87=B3=E4=BC=81=E4=B8=9A?= =?UTF-8?q?=E7=AB=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../firecontrolroom/components/list.vue | 831 ++++++++++++++++++ .../firefighting/firecontrolroom/index.vue | 33 + .../firepumproom/components/list.vue | 781 ++++++++++++++++ src/views/firefighting/firepumproom/index.vue | 33 + .../fireresources/components/list.vue | 585 ++++++++++++ .../firefighting/fireresources/index.vue | 33 + 6 files changed, 2296 insertions(+) create mode 100644 src/views/firefighting/firecontrolroom/components/list.vue create mode 100644 src/views/firefighting/firecontrolroom/index.vue create mode 100644 src/views/firefighting/firepumproom/components/list.vue create mode 100644 src/views/firefighting/firepumproom/index.vue create mode 100644 src/views/firefighting/fireresources/components/list.vue create mode 100644 src/views/firefighting/fireresources/index.vue diff --git a/src/views/firefighting/firecontrolroom/components/list.vue b/src/views/firefighting/firecontrolroom/components/list.vue new file mode 100644 index 0000000..59923b1 --- /dev/null +++ b/src/views/firefighting/firecontrolroom/components/list.vue @@ -0,0 +1,831 @@ + + + + + diff --git a/src/views/firefighting/firecontrolroom/index.vue b/src/views/firefighting/firecontrolroom/index.vue new file mode 100644 index 0000000..12ac353 --- /dev/null +++ b/src/views/firefighting/firecontrolroom/index.vue @@ -0,0 +1,33 @@ + + + + + + diff --git a/src/views/firefighting/firepumproom/components/list.vue b/src/views/firefighting/firepumproom/components/list.vue new file mode 100644 index 0000000..82dca76 --- /dev/null +++ b/src/views/firefighting/firepumproom/components/list.vue @@ -0,0 +1,781 @@ + + + + + diff --git a/src/views/firefighting/firepumproom/index.vue b/src/views/firefighting/firepumproom/index.vue new file mode 100644 index 0000000..12ac353 --- /dev/null +++ b/src/views/firefighting/firepumproom/index.vue @@ -0,0 +1,33 @@ + + + + + + diff --git a/src/views/firefighting/fireresources/components/list.vue b/src/views/firefighting/fireresources/components/list.vue new file mode 100644 index 0000000..3cfb980 --- /dev/null +++ b/src/views/firefighting/fireresources/components/list.vue @@ -0,0 +1,585 @@ + + + + + diff --git a/src/views/firefighting/fireresources/index.vue b/src/views/firefighting/fireresources/index.vue new file mode 100644 index 0000000..12ac353 --- /dev/null +++ b/src/views/firefighting/fireresources/index.vue @@ -0,0 +1,33 @@ + + + + + +