From 8c6fd742db249ad4cc819cf041eb98d880a3ef73 Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期四, 02 一月 2025 15:09:07 +0800 Subject: [PATCH] 1 --- WIDESEAWCS_Client/src/views/taskinfo/task.vue | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/WIDESEAWCS_Client/src/views/taskinfo/task.vue b/WIDESEAWCS_Client/src/views/taskinfo/task.vue index 3296f14..1c1154f 100644 --- a/WIDESEAWCS_Client/src/views/taskinfo/task.vue +++ b/WIDESEAWCS_Client/src/views/taskinfo/task.vue @@ -85,14 +85,14 @@ field: "taskNum", title: "浠诲姟鍙�", type: "int", - width: 60, + width: 90, align: "left", }, { field: "palletCode", title: "鎵樼洏缂栧彿", type: "string", - width: 150, + width: 200, align: "left", }, { @@ -114,7 +114,7 @@ field: "taskState", title: "浠诲姟鐘舵��", type: "int", - width: 90, + width: 150, align: "left", bind: { key: "taskState", data: [] }, }, @@ -136,14 +136,14 @@ field: "currentAddress", title: "褰撳墠浣嶇疆", type: "string", - width: 90, + width: 120, align: "left", }, { field: "nextAddress", title: "涓嬩竴浣嶇疆", type: "string", - width: 90, + width: 120, align: "left", }, { -- Gitblit v1.9.3