From 2b25f973bb6d72ce6971d6f9c3cdccf51b7962ab Mon Sep 17 00:00:00 2001 From: wangxinhui <wangxinhui@hnkhzn.com> Date: 星期六, 06 九月 2025 14:27:08 +0800 Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/ZhiHuiQiCe/LongDeLiLiKu --- 项目代码/WMS/WMSClient/src/views/taskinfo/task.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/taskinfo/task.vue" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/taskinfo/task.vue" index 310b96c..419061e 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/taskinfo/task.vue" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WMSClient/src/views/taskinfo/task.vue" @@ -76,7 +76,7 @@ field: "taskNum", title: "浠诲姟鍙�", type: "int", - width: 120, + width: 110, align: "left", }, { @@ -91,21 +91,21 @@ field: "palletCode", title: "鎵樼洏缂栧彿", type: "string", - width: 160, + width: 170, align: "left", }, { field: "roadway", title: "宸烽亾鍙�", type: "string", - width: 120, + width: 130, align: "left", }, { field: "taskType", title: "浠诲姟绫诲瀷", type: "int", - width: 120, + width: 130, align: "left", bind: { key: "taskType", data: [] }, }, -- Gitblit v1.9.3