diff --git a/src/App.vue b/src/App.vue index 514165b768ca3871cc7b49dca28280ca855fd5ea..8f8ff313b2dcafce585979af853171f39f19bea7 100644 --- a/src/App.vue +++ b/src/App.vue @@ -5,16 +5,16 @@ - + diff --git a/src/components/NewsDialog.vue b/src/components/NewsDialog.vue new file mode 100644 index 0000000000000000000000000000000000000000..416329ee0dc0d68807cfb8391f53b06c0453d2e9 --- /dev/null +++ b/src/components/NewsDialog.vue @@ -0,0 +1,42 @@ + + + + + diff --git a/src/views/DataManagement/ReminderSettings.vue b/src/views/DataManagement/ReminderSettings.vue index 8f845a4acddcb0c20bdb88a374d20061ca6cad80..cdd7cec28f6e7d86c650a215b677c70589d2dab9 100644 --- a/src/views/DataManagement/ReminderSettings.vue +++ b/src/views/DataManagement/ReminderSettings.vue @@ -8,10 +8,11 @@ -
-

+
+ 日报发送设置 -

+ +
-

+ 报警率设置 -

+ +
-

+ 利用率基数设置 -

+ +
+ + + + + + + +
@@ -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 @@ @@ -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 }}