From d85a4b97325020b7efe1a6cdbd55025c6408cec9 Mon Sep 17 00:00:00 2001
From: hutongqing <hutongqing@hnkhzn.com>
Date: 星期五, 25 十月 2024 10:12:06 +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