From 72f553661a74b225c89310d3fb3d78f3ebe35f82 Mon Sep 17 00:00:00 2001
From: hanbaoshan <hanbaoshan@aiotlink.com>
Date: 星期日, 28 二月 2021 10:45:04 +0800
Subject: [PATCH] m朔黄首页模拟数据更新
---
src/pages/settings/index/App.vue | 44 ++++++++++++++++++--------------------------
1 files changed, 18 insertions(+), 26 deletions(-)
diff --git a/src/pages/settings/index/App.vue b/src/pages/settings/index/App.vue
index e5a2172..8a8d3e9 100644
--- a/src/pages/settings/index/App.vue
+++ b/src/pages/settings/index/App.vue
@@ -5,22 +5,12 @@
</template>
<script>
-import AuthorityManagement from "../components/AuthorityManagement";
import BasicSetting from "../components/BasicSetting";
-import ClusterManagement from "../components/ClusterManagement";
-import LogManagement from "../components/LogManagement";
-import RadioSet from "../components/RadioSet";
-import SystemMaintenance from "../components/SystemMaintenance";
-//import EventPush from "../components/systemManage/EventPush/index";
export default {
name: 'settings',
components: {
- AuthorityManagement,
- BasicSetting,
- LogManagement,
- RadioSet,
- SystemMaintenance
+ BasicSetting
},
data() {
return {
@@ -53,25 +43,27 @@
},
},
created() {
- if(this.isShow('videoSystem:base')){
- this.activeName = "basic"
- }else if(this.isShow('videoSystem:permission')){
- this.activeName = "user"
- }else if(this.isShow('videoSystem:broadcast')){
- this.activeName = "radio"
- }else if(this.isShow('videoSystem:eventPush')){
- this.activeName = "event"
- }else if(this.isShow('videoSystem:logManage')){
- this.activeName = "log"
- }else if(this.isShow('videoSystem:sysManage')){
- this.activeName = "system"
- }
+ if (this.isShow('videoSystem:base')) {
+ this.activeName = "basic"
+ } else if (this.isShow('videoSystem:permission')) {
+ this.activeName = "user"
+ } else if (this.isShow('videoSystem:broadcast')) {
+ this.activeName = "radio"
+ } else if (this.isShow('videoSystem:eventPush')) {
+ this.activeName = "event"
+ } else if (this.isShow('videoSystem:logManage')) {
+ this.activeName = "log"
+ } else if (this.isShow('videoSystem:sysManage')) {
+ this.activeName = "system"
+ }
},
};
</script>
<style lang="scss">
.s-system-manage {
width: 100% !important;
+ min-width: 1067px;
+ height: 100%;
box-sizing: border-box;
padding: 10px;
background-color: #f8f9fb;
@@ -107,7 +99,7 @@
}
.el-tabs__item.is-active {
color: #3d68e1;
-
+
// border-right-color: #fff;
// border-left-color: #fff;
}
@@ -116,7 +108,7 @@
}
}
}
- .el-tabs__header{
+ .el-tabs__header {
margin-bottom: 0;
}
.el-tabs__content {
--
Gitblit v1.8.0