@@ -157,12 +165,12 @@
:rules="modifyInfoRules"
label-width="100px"
>
-
+
@@ -804,6 +812,7 @@ export default {
},
data() {
return {
+ activeName: 'first',
inner: { title: '设备列表' },
searchFrom: {
searchData: ''
@@ -973,13 +982,15 @@ export default {
computed: {},
watch: {},
created() {
-
},
mounted() {
this.getData()
this.getConfigData()
},
methods: {
+ handleClick(tab, event) {
+ console.log(tab, event)
+ },
// 单个设备删除
deleteRow(index, row) {
this.$confirm('此操作将永久删除该设备, 是否继续?', '提示', {
diff --git a/src/views/FacilityManagement/RealTimeDate.vue b/src/views/FacilityManagement/RealTimeDate.vue
index eaa8312cff647efc9b21035a0706e120c1b3429a..8aa02aac2119ec4b670ea7a5b93b140d57fe12ed 100644
--- a/src/views/FacilityManagement/RealTimeDate.vue
+++ b/src/views/FacilityManagement/RealTimeDate.vue
@@ -2,7 +2,76 @@
-
+
+
+
+
+
+
+ 服务器信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 主交换机信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 无线路由器信息
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 02区
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -18,8 +87,14 @@ export default {
},
data() {
return {
+ labelPosition: 'left',
+ formLabelAlign: {
+ name: '',
+ region: '',
+ type: ''
+ },
inner: {
- title: '实时数据'
+ title: '设备信息'
},
searchFrom: {
deviceId: '',
diff --git a/src/views/NewMainPageComponents/RightMiddle.vue b/src/views/NewMainPageComponents/RightMiddle.vue
index df82900a6bbd9d2b72ab4b9ea268f8cda49e1910..60f9b91c8f02ae8a76b5411f8c550d22a570b6cd 100644
--- a/src/views/NewMainPageComponents/RightMiddle.vue
+++ b/src/views/NewMainPageComponents/RightMiddle.vue
@@ -21,18 +21,21 @@
+
报警率
-
-
+
+
+
+
本周期
{{ currentCycle }}
-
+
上周期
{{ lastCycle }}
@@ -40,18 +43,21 @@
+
不活跃度
-
-
+
+
+
+
本周期
{{ currentCycleInactivity }}
-
+
上周期
{{ lastCycleInactivity }}