From 1975f9e8547d6a5710408487ee1f557a68e61313 Mon Sep 17 00:00:00 2001 From: wxw <Administrator@DESKTOP-5BIMHQ3> Date: 星期二, 15 十月 2024 08:43:31 +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 c43003f..083654c 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