From 7e4ba6c7140c347974a88654fb2b72441a1b7705 Mon Sep 17 00:00:00 2001 From: liujun Date: Mon, 15 Jan 2024 12:21:18 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=81=E4=B8=9A=E6=B6=88=E9=98=B2=E5=9F=BA?= =?UTF-8?q?=E7=A1=80=E4=BF=A1=E6=81=AF=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../fireInfoReport/components/fireDevice.vue | 326 +++++++++++++++++ .../fireInfoReport/components/firePoint.vue | 333 ++++++++++++++++++ .../fireInfoReport/components/fireRegion.vue | 188 ++++++++++ .../fireInfoReport/components/list.vue | 131 +++++++ .../firefighting/fireInfoReport/index.vue | 46 +++ .../components/fireControlRoom.vue | 169 +++++++++ .../components/firePumpRoom.vue | 169 +++++++++ .../components/fireResources.vue | 169 +++++++++ .../fireUtilReport/components/list.vue | 131 +++++++ .../firefighting/fireUtilReport/index.vue | 46 +++ src/views/map/index.vue | 20 +- 11 files changed, 1718 insertions(+), 10 deletions(-) create mode 100644 src/views/firefighting/fireInfoReport/components/fireDevice.vue create mode 100644 src/views/firefighting/fireInfoReport/components/firePoint.vue create mode 100644 src/views/firefighting/fireInfoReport/components/fireRegion.vue create mode 100644 src/views/firefighting/fireInfoReport/components/list.vue create mode 100644 src/views/firefighting/fireInfoReport/index.vue create mode 100644 src/views/firefighting/fireUtilReport/components/fireControlRoom.vue create mode 100644 src/views/firefighting/fireUtilReport/components/firePumpRoom.vue create mode 100644 src/views/firefighting/fireUtilReport/components/fireResources.vue create mode 100644 src/views/firefighting/fireUtilReport/components/list.vue create mode 100644 src/views/firefighting/fireUtilReport/index.vue diff --git a/src/views/firefighting/fireInfoReport/components/fireDevice.vue b/src/views/firefighting/fireInfoReport/components/fireDevice.vue new file mode 100644 index 0000000..5cad7d8 --- /dev/null +++ b/src/views/firefighting/fireInfoReport/components/fireDevice.vue @@ -0,0 +1,326 @@ + + + + + + diff --git a/src/views/firefighting/fireInfoReport/components/firePoint.vue b/src/views/firefighting/fireInfoReport/components/firePoint.vue new file mode 100644 index 0000000..ed2a17a --- /dev/null +++ b/src/views/firefighting/fireInfoReport/components/firePoint.vue @@ -0,0 +1,333 @@ + + + + + diff --git a/src/views/firefighting/fireInfoReport/components/fireRegion.vue b/src/views/firefighting/fireInfoReport/components/fireRegion.vue new file mode 100644 index 0000000..111846f --- /dev/null +++ b/src/views/firefighting/fireInfoReport/components/fireRegion.vue @@ -0,0 +1,188 @@ + + + + + diff --git a/src/views/firefighting/fireInfoReport/components/list.vue b/src/views/firefighting/fireInfoReport/components/list.vue new file mode 100644 index 0000000..18c1cc3 --- /dev/null +++ b/src/views/firefighting/fireInfoReport/components/list.vue @@ -0,0 +1,131 @@ + + + diff --git a/src/views/firefighting/fireInfoReport/index.vue b/src/views/firefighting/fireInfoReport/index.vue new file mode 100644 index 0000000..ac31013 --- /dev/null +++ b/src/views/firefighting/fireInfoReport/index.vue @@ -0,0 +1,46 @@ + + + + diff --git a/src/views/firefighting/fireUtilReport/components/fireControlRoom.vue b/src/views/firefighting/fireUtilReport/components/fireControlRoom.vue new file mode 100644 index 0000000..80d63ce --- /dev/null +++ b/src/views/firefighting/fireUtilReport/components/fireControlRoom.vue @@ -0,0 +1,169 @@ + + + + + diff --git a/src/views/firefighting/fireUtilReport/components/firePumpRoom.vue b/src/views/firefighting/fireUtilReport/components/firePumpRoom.vue new file mode 100644 index 0000000..5dd6147 --- /dev/null +++ b/src/views/firefighting/fireUtilReport/components/firePumpRoom.vue @@ -0,0 +1,169 @@ + + + + + diff --git a/src/views/firefighting/fireUtilReport/components/fireResources.vue b/src/views/firefighting/fireUtilReport/components/fireResources.vue new file mode 100644 index 0000000..b434a2d --- /dev/null +++ b/src/views/firefighting/fireUtilReport/components/fireResources.vue @@ -0,0 +1,169 @@ + + + + + diff --git a/src/views/firefighting/fireUtilReport/components/list.vue b/src/views/firefighting/fireUtilReport/components/list.vue new file mode 100644 index 0000000..e29f4bf --- /dev/null +++ b/src/views/firefighting/fireUtilReport/components/list.vue @@ -0,0 +1,131 @@ + + + diff --git a/src/views/firefighting/fireUtilReport/index.vue b/src/views/firefighting/fireUtilReport/index.vue new file mode 100644 index 0000000..fa086b6 --- /dev/null +++ b/src/views/firefighting/fireUtilReport/index.vue @@ -0,0 +1,46 @@ + + + + diff --git a/src/views/map/index.vue b/src/views/map/index.vue index 7151670..7f41d02 100644 --- a/src/views/map/index.vue +++ b/src/views/map/index.vue @@ -464,16 +464,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',