From d239f2cccb5b84d52c8c202557ea8e75cc6ab984 Mon Sep 17 00:00:00 2001
From: wxw <Administrator@DESKTOP-5BIMHQ3>
Date: 星期六, 14 九月 2024 16:51:17 +0800
Subject: [PATCH] 任务管理新增功能增加分配拆垛工位功能;调整分拣码垛页面,更改拆垛机器人属性

---
 Web/src/views/main/wcsBoxInfo/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Web/src/views/main/wcsBoxInfo/index.vue b/Web/src/views/main/wcsBoxInfo/index.vue
index 431b2bd..b6f275d 100644
--- a/Web/src/views/main/wcsBoxInfo/index.vue
+++ b/Web/src/views/main/wcsBoxInfo/index.vue
@@ -212,7 +212,7 @@
   const queryParams = ref<any>({});
   const tableParams = ref({
     page: 1,
-    pageSize: 10,
+    pageSize: 20,
     total: 0,
   });
 

--
Gitblit v1.8.0