From 419159c8611dca81b94b3103cdeaeb9272aed5ea Mon Sep 17 00:00:00 2001
From: wanshenmean <cathay_xy@163.com>
Date: 星期四, 23 四月 2026 16:40:32 +0800
Subject: [PATCH] feat(机器人任务): 实现本地创建机器人任务功能
---
Code/WCS/WIDESEAWCS_Client/src/views/taskinfo/robotState.vue | 24 ++++++++++++++++++------
1 files changed, 18 insertions(+), 6 deletions(-)
diff --git a/Code/WCS/WIDESEAWCS_Client/src/views/taskinfo/robotState.vue b/Code/WCS/WIDESEAWCS_Client/src/views/taskinfo/robotState.vue
index c90456f..cb5c486 100644
--- a/Code/WCS/WIDESEAWCS_Client/src/views/taskinfo/robotState.vue
+++ b/Code/WCS/WIDESEAWCS_Client/src/views/taskinfo/robotState.vue
@@ -90,34 +90,46 @@
{
title: "鏄惁鎷嗙洏",
field: "isSplitPallet",
- type: "checkbox",
+ type: "select",
+ dataKey: "isTrue",
+ data: [],
},
{
title: "鏄惁缁勭洏",
field: "isGroupPallet",
- type: "checkbox",
+ type: "select",
+ dataKey: "isTrue",
+ data: [],
},
{
title: "鍋囩數鑺ā寮�",
field: "isInFakeBatteryMode",
- type: "checkbox",
+ type: "select",
+ dataKey: "isTrue",
+ data: [],
},
],
[
{
title: "鏄惁鎵爜NG",
field: "isScanNG",
- type: "checkbox",
+ type: "select",
+ dataKey: "isTrue",
+ data: [],
},
{
title: "鐢佃姱鏄惁鍒颁綅",
field: "batteryArrived",
- type: "checkbox",
+ type: "select",
+ dataKey: "isTrue",
+ data: [],
},
{
title: "娑堟伅宸茶闃�",
field: "isEventSubscribed",
- type: "checkbox",
+ type: "select",
+ dataKey: "isTrue",
+ data: [],
},
],
]);
--
Gitblit v1.9.3