From 043a37b51d5da0c8762a6a28e649bc87d60bf0a7 Mon Sep 17 00:00:00 2001
From: hwh <332078369@qq.com>
Date: 星期四, 12 九月 2024 16:42:08 +0800
Subject: [PATCH] ·
---
Web/src/views/device/deviceInfo/index.vue | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Web/src/views/device/deviceInfo/index.vue b/Web/src/views/device/deviceInfo/index.vue
index 9d46727..dc5861a 100644
--- a/Web/src/views/device/deviceInfo/index.vue
+++ b/Web/src/views/device/deviceInfo/index.vue
@@ -16,6 +16,10 @@
<el-switch v-model="state.boRefresh" active-text="" inactive-text="鑷埛鏂�"
@change="handleSwitchChange('boRefresh', $event)"></el-switch>
</el-card>
+ <el-card class="box-card" shadow="hover" style="margin-top: 3px;">
+ <el-switch v-model="state.boDemo" active-text="" inactive-text="婕旂ず妯″紡"
+ @change="handleSwitchChange('boDemo', $event)"></el-switch>
+ </el-card>
</el-collapse-item>
<el-collapse-item title="鍫嗗灈鏈�" name="2">
--
Gitblit v1.8.0