From b13a488a8ac7017590dfe766d01a6d6db54f5ffc Mon Sep 17 00:00:00 2001 From: "Mr.sun" <2290907227@qq.com> Date: Wed, 5 Jun 2024 17:34:08 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E7=AE=A1=E7=90=86=E6=8F=90?= =?UTF-8?q?=E4=BA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/taskManagement/index.vue | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/views/taskManagement/index.vue b/src/views/taskManagement/index.vue index 8b71c84..f5815c4 100644 --- a/src/views/taskManagement/index.vue +++ b/src/views/taskManagement/index.vue @@ -33,12 +33,12 @@ /> @@ -243,6 +243,7 @@ export default { { label: '任务单号', prop: 'taskCode', + width: '150px', istrue: true }, { @@ -262,8 +263,9 @@ export default { } }, { - label: '台车编号', + label: '托盘编号', prop: 'containerCode', + width: '150px', istrue: true }, { @@ -297,6 +299,7 @@ export default { { label: '业务单号', prop: 'transId', + width: '160px', istrue: true }, {