From 9c3ee278c31a79e2e36b635651cef0b2dd431260 Mon Sep 17 00:00:00 2001 From: huanghongfeng <huanghongfeng@hnkhzn.com> Date: 星期一, 22 九月 2025 16:55:57 +0800 Subject: [PATCH] 1 --- 代码管理/WCS/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue | 10 +++++++++- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue" "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue" index 1344da1..9d628f1 100644 --- "a/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue" +++ "b/\344\273\243\347\240\201\347\256\241\347\220\206/WCS/WCS/WIDESEAWCS_Client/src/views/taskinfo/task.vue" @@ -89,6 +89,7 @@ data: [], placeholder: "璇烽�夋嫨浠诲姟鐘舵��" }, + { title: "璧峰鍦板潃", required: true, @@ -234,7 +235,7 @@ type: "int", width: 90, align: "left", - bind: { key: "agvStationEnum", data: [] }, + bind: { key: "taskType", data: [] }, }, { field: "taskState", @@ -243,6 +244,13 @@ width: 150, align: "left", bind: { key: "taskState", data: [] }, + },{ + field: "rgvTaskType", + title: "RGV鎵ц绫诲瀷", + type: "int", + width: 120, + align: "left", + bind: { key: "rgvtaskTypeEnum", data: [] }, }, { field: "sourceAddress", -- Gitblit v1.9.3