From 908bd4b53c7efc7ca55ae07b4aa46e8378bf76fe Mon Sep 17 00:00:00 2001
From: guoyuepeng <770272267@qq.com>
Date: Thu, 27 Jun 2024 10:40:42 +0800
Subject: [PATCH] =?UTF-8?q?1.=E6=B6=88=E9=98=B2=E8=B5=84=E6=BA=90=E7=AE=A1?=
=?UTF-8?q?=E7=90=86=E8=8F=9C=E5=8D=95=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../alarm/alarmDeviceMaintenance/components/list.vue | 2 +-
.../{ => firefighting}/alarm/alarmDeviceMaintenance/index.vue | 0
.../alarm/alarmInfomation/components/infoList.vue | 2 +-
.../alarm/alarmInfomation/components/list.vue | 2 +-
src/views/{ => firefighting}/alarm/alarmInfomation/index.vue | 0
.../alarm/alarmVideo/components/alarmInfoList.vue | 2 +-
.../{ => firefighting}/alarm/alarmVideo/components/list.vue | 2 +-
.../alarm/alarmVideo/components/videoList.vue | 0
src/views/{ => firefighting}/alarm/alarmVideo/index.vue | 0
src/views/firefighting/alarm/index.vue | 4 ++++
.../fireReport/components/fireControlRoom.vue | 2 +-
.../{ => firecontrol}/fireReport/components/firePumpRoom.vue | 2 +-
.../{ => firecontrol}/fireReport/components/fireResources.vue | 2 +-
.../{ => firecontrol}/fireReport/components/list.vue | 0
src/views/firefighting/{ => firecontrol}/fireReport/index.vue | 0
.../{ => firecontrol}/firecontrolroom/components/list.vue | 0
.../firefighting/{ => firecontrol}/firecontrolroom/index.vue | 0
.../{ => firecontrol}/firepumproom/components/list.vue | 2 +-
.../firefighting/{ => firecontrol}/firepumproom/index.vue | 0
.../{ => firecontrol}/firerescueteam/components/list.vue | 2 +-
.../firefighting/{ => firecontrol}/firerescueteam/index.vue | 0
.../{ => firecontrol}/fireresources/components/list.vue | 2 +-
.../firefighting/{ => firecontrol}/fireresources/index.vue | 0
.../{ => firecontrol}/firewatersource/components/list.vue | 2 +-
.../firefighting/{ => firecontrol}/firewatersource/index.vue | 0
src/views/firefighting/firecontrol/index.vue | 4 ++++
26 files changed, 20 insertions(+), 12 deletions(-)
rename src/views/{ => firefighting}/alarm/alarmDeviceMaintenance/components/list.vue (99%)
rename src/views/{ => firefighting}/alarm/alarmDeviceMaintenance/index.vue (100%)
rename src/views/{ => firefighting}/alarm/alarmInfomation/components/infoList.vue (99%)
rename src/views/{ => firefighting}/alarm/alarmInfomation/components/list.vue (99%)
rename src/views/{ => firefighting}/alarm/alarmInfomation/index.vue (100%)
rename src/views/{ => firefighting}/alarm/alarmVideo/components/alarmInfoList.vue (99%)
rename src/views/{ => firefighting}/alarm/alarmVideo/components/list.vue (99%)
rename src/views/{ => firefighting}/alarm/alarmVideo/components/videoList.vue (100%)
rename src/views/{ => firefighting}/alarm/alarmVideo/index.vue (100%)
create mode 100644 src/views/firefighting/alarm/index.vue
rename src/views/firefighting/{ => firecontrol}/fireReport/components/fireControlRoom.vue (98%)
rename src/views/firefighting/{ => firecontrol}/fireReport/components/firePumpRoom.vue (98%)
rename src/views/firefighting/{ => firecontrol}/fireReport/components/fireResources.vue (98%)
rename src/views/firefighting/{ => firecontrol}/fireReport/components/list.vue (100%)
rename src/views/firefighting/{ => firecontrol}/fireReport/index.vue (100%)
rename src/views/firefighting/{ => firecontrol}/firecontrolroom/components/list.vue (100%)
rename src/views/firefighting/{ => firecontrol}/firecontrolroom/index.vue (100%)
rename src/views/firefighting/{ => firecontrol}/firepumproom/components/list.vue (99%)
rename src/views/firefighting/{ => firecontrol}/firepumproom/index.vue (100%)
rename src/views/firefighting/{ => firecontrol}/firerescueteam/components/list.vue (99%)
rename src/views/firefighting/{ => firecontrol}/firerescueteam/index.vue (100%)
rename src/views/firefighting/{ => firecontrol}/fireresources/components/list.vue (99%)
rename src/views/firefighting/{ => firecontrol}/fireresources/index.vue (100%)
rename src/views/firefighting/{ => firecontrol}/firewatersource/components/list.vue (99%)
rename src/views/firefighting/{ => firecontrol}/firewatersource/index.vue (100%)
create mode 100644 src/views/firefighting/firecontrol/index.vue
diff --git a/src/views/alarm/alarmDeviceMaintenance/components/list.vue b/src/views/firefighting/alarm/alarmDeviceMaintenance/components/list.vue
similarity index 99%
rename from src/views/alarm/alarmDeviceMaintenance/components/list.vue
rename to src/views/firefighting/alarm/alarmDeviceMaintenance/components/list.vue
index 8b35795..a63dd8f 100644
--- a/src/views/alarm/alarmDeviceMaintenance/components/list.vue
+++ b/src/views/firefighting/alarm/alarmDeviceMaintenance/components/list.vue
@@ -222,7 +222,7 @@
import Pagination from '@/components/Pagination' // 通过 el-pagination二次打包
import { requestFN } from '@/utils/request'
import waves from '@/directive/waves' // waves directive
-import TiandiMap from '../../../../components/TianMap/TiandiMap'
+import TiandiMap from '../../../../../components/TianMap/TiandiMap'
import SelectTree from '@/components/SelectTree'
export default {
diff --git a/src/views/alarm/alarmDeviceMaintenance/index.vue b/src/views/firefighting/alarm/alarmDeviceMaintenance/index.vue
similarity index 100%
rename from src/views/alarm/alarmDeviceMaintenance/index.vue
rename to src/views/firefighting/alarm/alarmDeviceMaintenance/index.vue
diff --git a/src/views/alarm/alarmInfomation/components/infoList.vue b/src/views/firefighting/alarm/alarmInfomation/components/infoList.vue
similarity index 99%
rename from src/views/alarm/alarmInfomation/components/infoList.vue
rename to src/views/firefighting/alarm/alarmInfomation/components/infoList.vue
index cbeaf18..1f0690f 100644
--- a/src/views/alarm/alarmInfomation/components/infoList.vue
+++ b/src/views/firefighting/alarm/alarmInfomation/components/infoList.vue
@@ -191,7 +191,7 @@
import Pagination from '@/components/Pagination' // 通过 el-pagination二次打包
import { requestFN } from '@/utils/request'
import waves from '@/directive/waves' // waves directive
-import TiandiMap from '../../../../components/TianMap/TiandiMap'
+import TiandiMap from '../../../../../components/TianMap/TiandiMap'
import SelectTree from '@/components/SelectTree'
export default {
diff --git a/src/views/alarm/alarmInfomation/components/list.vue b/src/views/firefighting/alarm/alarmInfomation/components/list.vue
similarity index 99%
rename from src/views/alarm/alarmInfomation/components/list.vue
rename to src/views/firefighting/alarm/alarmInfomation/components/list.vue
index 309c6e5..2fccf4b 100644
--- a/src/views/alarm/alarmInfomation/components/list.vue
+++ b/src/views/firefighting/alarm/alarmInfomation/components/list.vue
@@ -193,7 +193,7 @@
import Pagination from '@/components/Pagination' // 通过 el-pagination二次打包
import { requestFN } from '@/utils/request'
import waves from '@/directive/waves' // waves directive
-import TiandiMap from '../../../../components/TianMap/TiandiMap'
+import TiandiMap from '../../../../../components/TianMap/TiandiMap'
import SelectTree from '@/components/SelectTree'
export default {
diff --git a/src/views/alarm/alarmInfomation/index.vue b/src/views/firefighting/alarm/alarmInfomation/index.vue
similarity index 100%
rename from src/views/alarm/alarmInfomation/index.vue
rename to src/views/firefighting/alarm/alarmInfomation/index.vue
diff --git a/src/views/alarm/alarmVideo/components/alarmInfoList.vue b/src/views/firefighting/alarm/alarmVideo/components/alarmInfoList.vue
similarity index 99%
rename from src/views/alarm/alarmVideo/components/alarmInfoList.vue
rename to src/views/firefighting/alarm/alarmVideo/components/alarmInfoList.vue
index 1053f71..9a5380d 100644
--- a/src/views/alarm/alarmVideo/components/alarmInfoList.vue
+++ b/src/views/firefighting/alarm/alarmVideo/components/alarmInfoList.vue
@@ -130,7 +130,7 @@
import Pagination from '@/components/Pagination' // 通过 el-pagination二次打包
import { requestFN } from '@/utils/request'
import waves from '@/directive/waves' // waves directive
-import TiandiMap from '../../../../components/TianMap/TiandiMap'
+import TiandiMap from '../../../../../components/TianMap/TiandiMap'
import SelectTree from '@/components/SelectTree'
export default {
diff --git a/src/views/alarm/alarmVideo/components/list.vue b/src/views/firefighting/alarm/alarmVideo/components/list.vue
similarity index 99%
rename from src/views/alarm/alarmVideo/components/list.vue
rename to src/views/firefighting/alarm/alarmVideo/components/list.vue
index 313d924..de112dd 100644
--- a/src/views/alarm/alarmVideo/components/list.vue
+++ b/src/views/firefighting/alarm/alarmVideo/components/list.vue
@@ -193,7 +193,7 @@
import Pagination from '@/components/Pagination' // 通过 el-pagination二次打包
import { requestFN } from '@/utils/request'
import waves from '@/directive/waves' // waves directive
-import TiandiMap from '../../../../components/TianMap/TiandiMap'
+import TiandiMap from '../../../../../components/TianMap/TiandiMap'
import SelectTree from '@/components/SelectTree'
export default {
diff --git a/src/views/alarm/alarmVideo/components/videoList.vue b/src/views/firefighting/alarm/alarmVideo/components/videoList.vue
similarity index 100%
rename from src/views/alarm/alarmVideo/components/videoList.vue
rename to src/views/firefighting/alarm/alarmVideo/components/videoList.vue
diff --git a/src/views/alarm/alarmVideo/index.vue b/src/views/firefighting/alarm/alarmVideo/index.vue
similarity index 100%
rename from src/views/alarm/alarmVideo/index.vue
rename to src/views/firefighting/alarm/alarmVideo/index.vue
diff --git a/src/views/firefighting/alarm/index.vue b/src/views/firefighting/alarm/index.vue
new file mode 100644
index 0000000..36420c5
--- /dev/null
+++ b/src/views/firefighting/alarm/index.vue
@@ -0,0 +1,4 @@
+
+
+
+
diff --git a/src/views/firefighting/fireReport/components/fireControlRoom.vue b/src/views/firefighting/firecontrol/fireReport/components/fireControlRoom.vue
similarity index 98%
rename from src/views/firefighting/fireReport/components/fireControlRoom.vue
rename to src/views/firefighting/firecontrol/fireReport/components/fireControlRoom.vue
index 80d63ce..80940b1 100644
--- a/src/views/firefighting/fireReport/components/fireControlRoom.vue
+++ b/src/views/firefighting/firecontrol/fireReport/components/fireControlRoom.vue
@@ -58,7 +58,7 @@ import Pagination from '@/components/Pagination'
import { requestFN } from '@/utils/request'
import waves from '@/directive/waves' // waves directive
import SelectTree from '@/components/SelectTree'
-import TiandiMap from '../../../../components/TianMap/TiandiMap'
+import TiandiMap from '../../../../../components/TianMap/TiandiMap'
export default {
components: { Pagination, SelectTree, TiandiMap },
diff --git a/src/views/firefighting/fireReport/components/firePumpRoom.vue b/src/views/firefighting/firecontrol/fireReport/components/firePumpRoom.vue
similarity index 98%
rename from src/views/firefighting/fireReport/components/firePumpRoom.vue
rename to src/views/firefighting/firecontrol/fireReport/components/firePumpRoom.vue
index 5dd6147..ea61332 100644
--- a/src/views/firefighting/fireReport/components/firePumpRoom.vue
+++ b/src/views/firefighting/firecontrol/fireReport/components/firePumpRoom.vue
@@ -58,7 +58,7 @@ import Pagination from '@/components/Pagination'
import { requestFN } from '@/utils/request'
import waves from '@/directive/waves' // waves directive
import SelectTree from '@/components/SelectTree'
-import TiandiMap from '../../../../components/TianMap/TiandiMap'
+import TiandiMap from '../../../../../components/TianMap/TiandiMap'
export default {
components: { Pagination, SelectTree, TiandiMap },
diff --git a/src/views/firefighting/fireReport/components/fireResources.vue b/src/views/firefighting/firecontrol/fireReport/components/fireResources.vue
similarity index 98%
rename from src/views/firefighting/fireReport/components/fireResources.vue
rename to src/views/firefighting/firecontrol/fireReport/components/fireResources.vue
index b434a2d..fabddb7 100644
--- a/src/views/firefighting/fireReport/components/fireResources.vue
+++ b/src/views/firefighting/firecontrol/fireReport/components/fireResources.vue
@@ -58,7 +58,7 @@ import Pagination from '@/components/Pagination'
import { requestFN } from '@/utils/request'
import waves from '@/directive/waves' // waves directive
import SelectTree from '@/components/SelectTree'
-import TiandiMap from '../../../../components/TianMap/TiandiMap'
+import TiandiMap from '../../../../../components/TianMap/TiandiMap'
export default {
components: { Pagination, SelectTree, TiandiMap },
diff --git a/src/views/firefighting/fireReport/components/list.vue b/src/views/firefighting/firecontrol/fireReport/components/list.vue
similarity index 100%
rename from src/views/firefighting/fireReport/components/list.vue
rename to src/views/firefighting/firecontrol/fireReport/components/list.vue
diff --git a/src/views/firefighting/fireReport/index.vue b/src/views/firefighting/firecontrol/fireReport/index.vue
similarity index 100%
rename from src/views/firefighting/fireReport/index.vue
rename to src/views/firefighting/firecontrol/fireReport/index.vue
diff --git a/src/views/firefighting/firecontrolroom/components/list.vue b/src/views/firefighting/firecontrol/firecontrolroom/components/list.vue
similarity index 100%
rename from src/views/firefighting/firecontrolroom/components/list.vue
rename to src/views/firefighting/firecontrol/firecontrolroom/components/list.vue
diff --git a/src/views/firefighting/firecontrolroom/index.vue b/src/views/firefighting/firecontrol/firecontrolroom/index.vue
similarity index 100%
rename from src/views/firefighting/firecontrolroom/index.vue
rename to src/views/firefighting/firecontrol/firecontrolroom/index.vue
diff --git a/src/views/firefighting/firepumproom/components/list.vue b/src/views/firefighting/firecontrol/firepumproom/components/list.vue
similarity index 99%
rename from src/views/firefighting/firepumproom/components/list.vue
rename to src/views/firefighting/firecontrol/firepumproom/components/list.vue
index d19c373..5639146 100644
--- a/src/views/firefighting/firepumproom/components/list.vue
+++ b/src/views/firefighting/firecontrol/firepumproom/components/list.vue
@@ -257,7 +257,7 @@ import { requestFN } from '@/utils/request'
import { upload } from '@/utils/upload'
import waves from '@/directive/waves' // waves directive
import SelectTree from '@/components/SelectTree'
-import TiandiMap from '../../../../components/TianMap/TiandiMap'
+import TiandiMap from '../../../../../components/TianMap/TiandiMap'
export default {
components: { Pagination, SelectTree, TiandiMap },
diff --git a/src/views/firefighting/firepumproom/index.vue b/src/views/firefighting/firecontrol/firepumproom/index.vue
similarity index 100%
rename from src/views/firefighting/firepumproom/index.vue
rename to src/views/firefighting/firecontrol/firepumproom/index.vue
diff --git a/src/views/firefighting/firerescueteam/components/list.vue b/src/views/firefighting/firecontrol/firerescueteam/components/list.vue
similarity index 99%
rename from src/views/firefighting/firerescueteam/components/list.vue
rename to src/views/firefighting/firecontrol/firerescueteam/components/list.vue
index 92d185b..24bb9d0 100644
--- a/src/views/firefighting/firerescueteam/components/list.vue
+++ b/src/views/firefighting/firecontrol/firerescueteam/components/list.vue
@@ -168,7 +168,7 @@ import Pagination from '@/components/Pagination'
import { requestFN } from '@/utils/request'
import waves from '@/directive/waves' // waves directive
import SelectTree from '@/components/SelectTree'
-import TiandiMap from '../../../../components/TianMap/TiandiMap'
+import TiandiMap from '../../../../../components/TianMap/TiandiMap'
export default {
components: { Pagination, SelectTree, TiandiMap },
diff --git a/src/views/firefighting/firerescueteam/index.vue b/src/views/firefighting/firecontrol/firerescueteam/index.vue
similarity index 100%
rename from src/views/firefighting/firerescueteam/index.vue
rename to src/views/firefighting/firecontrol/firerescueteam/index.vue
diff --git a/src/views/firefighting/fireresources/components/list.vue b/src/views/firefighting/firecontrol/fireresources/components/list.vue
similarity index 99%
rename from src/views/firefighting/fireresources/components/list.vue
rename to src/views/firefighting/firecontrol/fireresources/components/list.vue
index fc21b51..54348c1 100644
--- a/src/views/firefighting/fireresources/components/list.vue
+++ b/src/views/firefighting/firecontrol/fireresources/components/list.vue
@@ -204,7 +204,7 @@ import Pagination from '@/components/Pagination'
import { requestFN } from '@/utils/request'
import waves from '@/directive/waves' // waves directive
import SelectTree from '@/components/SelectTree'
-import TiandiMap from '../../../../components/TianMap/TiandiMap'
+import TiandiMap from '../../../../../components/TianMap/TiandiMap'
export default {
components: { Pagination, SelectTree, TiandiMap },
diff --git a/src/views/firefighting/fireresources/index.vue b/src/views/firefighting/firecontrol/fireresources/index.vue
similarity index 100%
rename from src/views/firefighting/fireresources/index.vue
rename to src/views/firefighting/firecontrol/fireresources/index.vue
diff --git a/src/views/firefighting/firewatersource/components/list.vue b/src/views/firefighting/firecontrol/firewatersource/components/list.vue
similarity index 99%
rename from src/views/firefighting/firewatersource/components/list.vue
rename to src/views/firefighting/firecontrol/firewatersource/components/list.vue
index 5a7f5b7..e9a8f85 100644
--- a/src/views/firefighting/firewatersource/components/list.vue
+++ b/src/views/firefighting/firecontrol/firewatersource/components/list.vue
@@ -176,7 +176,7 @@ import Pagination from '@/components/Pagination'
import { requestFN } from '@/utils/request'
import waves from '@/directive/waves' // waves directive
import SelectTree from '@/components/SelectTree'
-import TiandiMap from '../../../../components/TianMap/TiandiMap'
+import TiandiMap from '../../../../../components/TianMap/TiandiMap'
export default {
components: { Pagination, SelectTree, TiandiMap },
diff --git a/src/views/firefighting/firewatersource/index.vue b/src/views/firefighting/firecontrol/firewatersource/index.vue
similarity index 100%
rename from src/views/firefighting/firewatersource/index.vue
rename to src/views/firefighting/firecontrol/firewatersource/index.vue
diff --git a/src/views/firefighting/firecontrol/index.vue b/src/views/firefighting/firecontrol/index.vue
new file mode 100644
index 0000000..36420c5
--- /dev/null
+++ b/src/views/firefighting/firecontrol/index.vue
@@ -0,0 +1,4 @@
+
+
+
+