From 7b8c12dc311c472b8c8cbb95a91875846aae1e4c Mon Sep 17 00:00:00 2001 From: xuhuajiao <13476289682@163.com> Date: Wed, 16 Mar 2022 11:47:54 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=BE=E5=A4=87=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dashboard/HomeThemeGallery.vue | 2 +- src/views/device/deviceConfig.vue | 39 ++++++++++++++++++++++++ src/views/device/index.vue | 25 ++++++++++++++- 3 files changed, 64 insertions(+), 2 deletions(-) diff --git a/src/views/dashboard/HomeThemeGallery.vue b/src/views/dashboard/HomeThemeGallery.vue index 37ceb7d..5b12afd 100644 --- a/src/views/dashboard/HomeThemeGallery.vue +++ b/src/views/dashboard/HomeThemeGallery.vue @@ -2,7 +2,7 @@
- 即时发布 + 即时发布 定时发布 {{ mulitText }}
diff --git a/src/views/device/deviceConfig.vue b/src/views/device/deviceConfig.vue index 1ad6891..462ef4a 100644 --- a/src/views/device/deviceConfig.vue +++ b/src/views/device/deviceConfig.vue @@ -178,6 +178,42 @@

启动画面

+
+ + + + +
+ + +
+
+ +
+
+ + + + + + + + + + + + @@ -193,6 +212,7 @@ export default { dialogTitle: '', addFromVisible: false, contentVisible: false, + recordVisible: false, tableData: [ { id: 'XXXXXXXXX', @@ -222,6 +242,9 @@ export default { this.form.account = row.account this.form.name = row.name }, + recordData(index, row) { + this.recordVisible = true + }, // 查看 handleClick(row) { console.log(row)