From 095654ae8a89476a769dcf19472ede10f7a0148d Mon Sep 17 00:00:00 2001
From: zhaowei <zhaowei>
Date: 星期五, 14 三月 2025 11:02:22 +0800
Subject: [PATCH] 1、车间看板页面缩放设备最小尺寸由70调整为50 2、调整车间看板页面右侧设备布局中的设备样式 3、将看板页面加入路由白名单,无需登录即可访问

---
 src/views/system/modules/SelectDeviceDrawer.vue |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/views/system/modules/SelectDeviceDrawer.vue b/src/views/system/modules/SelectDeviceDrawer.vue
index 6015831..af9990b 100644
--- a/src/views/system/modules/SelectDeviceDrawer.vue
+++ b/src/views/system/modules/SelectDeviceDrawer.vue
@@ -90,6 +90,7 @@
     data() {
       return {
         searchInput: '',
+        searchValue: '',
         cardLoading: false,
         loading: false,
         treeDataSource: [],

--
Gitblit v1.9.3