From 569e91c63636345391f741df049c9374a141a434 Mon Sep 17 00:00:00 2001 From: hutongqing <hutongqing@hnkhzn.com> Date: 星期一, 26 八月 2024 08:57:33 +0800 Subject: [PATCH] 添加路由新建配置,重新导出种子数据 --- 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