From 9ca96199d92168fe221dda9aba56f55520a561d8 Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期二, 29 十月 2024 17:30:59 +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