diff --git a/src/views/DialogTabs/DialogConfig.js b/src/views/DialogTabs/DialogConfig.js
index da7ace5..c1187b4 100644
--- a/src/views/DialogTabs/DialogConfig.js
+++ b/src/views/DialogTabs/DialogConfig.js
@@ -15,6 +15,10 @@
title: '视频监控',
content: markRaw(res_components['ShiPingJianKong']),
name: "spjk"
+ }, {
+ title: '工单派发',
+ content: markRaw(res_components['GongDanPaiFa']),
+ name: "gdpf"
}
]
diff --git a/src/views/DialogTabs/DialogConfig.js b/src/views/DialogTabs/DialogConfig.js
index da7ace5..c1187b4 100644
--- a/src/views/DialogTabs/DialogConfig.js
+++ b/src/views/DialogTabs/DialogConfig.js
@@ -15,6 +15,10 @@
title: '视频监控',
content: markRaw(res_components['ShiPingJianKong']),
name: "spjk"
+ }, {
+ title: '工单派发',
+ content: markRaw(res_components['GongDanPaiFa']),
+ name: "gdpf"
}
]
diff --git a/src/views/DialogTabs/component/GongDanPaiFa.vue b/src/views/DialogTabs/component/GongDanPaiFa.vue
new file mode 100644
index 0000000..e2d7df1
--- /dev/null
+++ b/src/views/DialogTabs/component/GongDanPaiFa.vue
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
diff --git a/src/views/DialogTabs/DialogConfig.js b/src/views/DialogTabs/DialogConfig.js
index da7ace5..c1187b4 100644
--- a/src/views/DialogTabs/DialogConfig.js
+++ b/src/views/DialogTabs/DialogConfig.js
@@ -15,6 +15,10 @@
title: '视频监控',
content: markRaw(res_components['ShiPingJianKong']),
name: "spjk"
+ }, {
+ title: '工单派发',
+ content: markRaw(res_components['GongDanPaiFa']),
+ name: "gdpf"
}
]
diff --git a/src/views/DialogTabs/component/GongDanPaiFa.vue b/src/views/DialogTabs/component/GongDanPaiFa.vue
new file mode 100644
index 0000000..e2d7df1
--- /dev/null
+++ b/src/views/DialogTabs/component/GongDanPaiFa.vue
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
diff --git a/src/views/DialogTabs/dialogTabs.vue b/src/views/DialogTabs/dialogTabs.vue
index 17fb224..d22fa52 100644
--- a/src/views/DialogTabs/dialogTabs.vue
+++ b/src/views/DialogTabs/dialogTabs.vue
@@ -46,7 +46,7 @@
// 默认打开tabs的key
RefName: {
type: String,
- }
+ },
});
// 声明本页面中的变量
const AllData = reactive({
@@ -57,7 +57,7 @@
const updateTabsType = (name) => {
AllData.editableTabsValue = name;
AllData.RefreshName = name;
-}
+};
// tab切换事件
const TabsChange = (tab, event) => {
AllData.RefreshName = tab.paneName;
@@ -117,7 +117,7 @@
}
.el-tabs__header {
- background: #031c33;
+ background: #02566b;
.el-tabs__item {
color: #93a7ba;
@@ -125,11 +125,11 @@
}
.is-active {
- color: #00b4ff;
+ color: #00f7ff;
}
.el-tabs__active-bar {
- color: #00b4ff;
+ color: #00f7ff;
}
}
diff --git a/src/views/DialogTabs/DialogConfig.js b/src/views/DialogTabs/DialogConfig.js
index da7ace5..c1187b4 100644
--- a/src/views/DialogTabs/DialogConfig.js
+++ b/src/views/DialogTabs/DialogConfig.js
@@ -15,6 +15,10 @@
title: '视频监控',
content: markRaw(res_components['ShiPingJianKong']),
name: "spjk"
+ }, {
+ title: '工单派发',
+ content: markRaw(res_components['GongDanPaiFa']),
+ name: "gdpf"
}
]
diff --git a/src/views/DialogTabs/component/GongDanPaiFa.vue b/src/views/DialogTabs/component/GongDanPaiFa.vue
new file mode 100644
index 0000000..e2d7df1
--- /dev/null
+++ b/src/views/DialogTabs/component/GongDanPaiFa.vue
@@ -0,0 +1,16 @@
+
+
+
+
+
+
+
diff --git a/src/views/DialogTabs/dialogTabs.vue b/src/views/DialogTabs/dialogTabs.vue
index 17fb224..d22fa52 100644
--- a/src/views/DialogTabs/dialogTabs.vue
+++ b/src/views/DialogTabs/dialogTabs.vue
@@ -46,7 +46,7 @@
// 默认打开tabs的key
RefName: {
type: String,
- }
+ },
});
// 声明本页面中的变量
const AllData = reactive({
@@ -57,7 +57,7 @@
const updateTabsType = (name) => {
AllData.editableTabsValue = name;
AllData.RefreshName = name;
-}
+};
// tab切换事件
const TabsChange = (tab, event) => {
AllData.RefreshName = tab.paneName;
@@ -117,7 +117,7 @@
}
.el-tabs__header {
- background: #031c33;
+ background: #02566b;
.el-tabs__item {
color: #93a7ba;
@@ -125,11 +125,11 @@
}
.is-active {
- color: #00b4ff;
+ color: #00f7ff;
}
.el-tabs__active-bar {
- color: #00b4ff;
+ color: #00f7ff;
}
}
diff --git a/src/views/oneMap/LayerControl/LayerControl.vue b/src/views/oneMap/LayerControl/LayerControl.vue
index 848b32d..0fd0e38 100644
--- a/src/views/oneMap/LayerControl/LayerControl.vue
+++ b/src/views/oneMap/LayerControl/LayerControl.vue
@@ -26,17 +26,17 @@
+
+
diff --git a/src/views/DialogTabs/dialogTabs.vue b/src/views/DialogTabs/dialogTabs.vue
index 17fb224..d22fa52 100644
--- a/src/views/DialogTabs/dialogTabs.vue
+++ b/src/views/DialogTabs/dialogTabs.vue
@@ -46,7 +46,7 @@
// 默认打开tabs的key
RefName: {
type: String,
- }
+ },
});
// 声明本页面中的变量
const AllData = reactive({
@@ -57,7 +57,7 @@
const updateTabsType = (name) => {
AllData.editableTabsValue = name;
AllData.RefreshName = name;
-}
+};
// tab切换事件
const TabsChange = (tab, event) => {
AllData.RefreshName = tab.paneName;
@@ -117,7 +117,7 @@
}
.el-tabs__header {
- background: #031c33;
+ background: #02566b;
.el-tabs__item {
color: #93a7ba;
@@ -125,11 +125,11 @@
}
.is-active {
- color: #00b4ff;
+ color: #00f7ff;
}
.el-tabs__active-bar {
- color: #00b4ff;
+ color: #00f7ff;
}
}
diff --git a/src/views/oneMap/LayerControl/LayerControl.vue b/src/views/oneMap/LayerControl/LayerControl.vue
index 848b32d..0fd0e38 100644
--- a/src/views/oneMap/LayerControl/LayerControl.vue
+++ b/src/views/oneMap/LayerControl/LayerControl.vue
@@ -26,17 +26,17 @@
diff --git a/src/views/DialogTabs/dialogTabs.vue b/src/views/DialogTabs/dialogTabs.vue
index 17fb224..d22fa52 100644
--- a/src/views/DialogTabs/dialogTabs.vue
+++ b/src/views/DialogTabs/dialogTabs.vue
@@ -46,7 +46,7 @@
// 默认打开tabs的key
RefName: {
type: String,
- }
+ },
});
// 声明本页面中的变量
const AllData = reactive({
@@ -57,7 +57,7 @@
const updateTabsType = (name) => {
AllData.editableTabsValue = name;
AllData.RefreshName = name;
-}
+};
// tab切换事件
const TabsChange = (tab, event) => {
AllData.RefreshName = tab.paneName;
@@ -117,7 +117,7 @@
}
.el-tabs__header {
- background: #031c33;
+ background: #02566b;
.el-tabs__item {
color: #93a7ba;
@@ -125,11 +125,11 @@
}
.is-active {
- color: #00b4ff;
+ color: #00f7ff;
}
.el-tabs__active-bar {
- color: #00b4ff;
+ color: #00f7ff;
}
}
diff --git a/src/views/oneMap/LayerControl/LayerControl.vue b/src/views/oneMap/LayerControl/LayerControl.vue
index 848b32d..0fd0e38 100644
--- a/src/views/oneMap/LayerControl/LayerControl.vue
+++ b/src/views/oneMap/LayerControl/LayerControl.vue
@@ -26,17 +26,17 @@
+
+