From f040136ab8029cc207a8111d21c78bbf315a6dbd Mon Sep 17 00:00:00 2001 From: IPC-610 <IPC-610@DESKTOP-6LEOOS3> Date: 星期一, 21 十月 2024 18:54:19 +0800 Subject: [PATCH] 修改问题 --- Web/src/views/device/deviceInfo/index.vue | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/Web/src/views/device/deviceInfo/index.vue b/Web/src/views/device/deviceInfo/index.vue index 7b827eb..6281d12 100644 --- a/Web/src/views/device/deviceInfo/index.vue +++ b/Web/src/views/device/deviceInfo/index.vue @@ -1,5 +1,5 @@ <template> - <div class="sys-user-container" style="overflow: hidden;"> + <div class="sys-user-container"> <el-row> <el-col :span="3"> <el-collapse v-model="activeName"> @@ -24,6 +24,14 @@ <el-switch v-model="state.boDrumReversal" active-text="" inactive-text="婊氬姩鍙嶈浆" @change="handleSwitchChange('boDrumReversal', $event)"></el-switch> </el-card> + <el-card class="box-card" shadow="hover" style="margin-top: 3px;"> + <el-switch v-model="state.boOutLock" active-text="" inactive-text="鍑哄簱閿佸畾" + @change="handleSwitchChange('boOutLock', $event)"></el-switch> + </el-card> + <el-card class="box-card" shadow="hover" style="margin-top: 3px;"> + <el-switch v-model="state.boEnterLock" active-text="" inactive-text="鍏ュ簱閿佸畾" + @change="handleSwitchChange('boEnterLock', $event)"></el-switch> + </el-card> </el-collapse-item> <el-collapse-item title="鍫嗗灈鏈�" name="2"> -- Gitblit v1.8.0