From 968094c8258d9fb7f33d4718546f8db0505cf0d8 Mon Sep 17 00:00:00 2001 From: bjang03 <259278618@qq.com> Date: Wed, 25 Sep 2024 16:07:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=98=E7=82=B9=E4=BB=BB=E5=8A=A1=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E8=BF=94=E5=9B=9E=E6=89=BF=E6=8E=A5=E4=BA=BA=E5=90=8D?= =?UTF-8?q?=E7=A7=B0=EF=BC=8C=E7=9B=98=E7=82=B9=E4=BA=BA=E5=AE=8C=E6=88=90?= =?UTF-8?q?=E4=BA=BA=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wms/countManage/count/countJobMain/countJobMain.data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts b/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts index d6590816b..0256bd71e 100644 --- a/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts +++ b/src/views/wms/countManage/count/countJobMain/countJobMain.data.ts @@ -459,7 +459,7 @@ export const CountJobMain = useCrudSchemas(reactive([ }, { label: '承接人', - field: 'acceptUserId', + field: 'acceptUserName', sort: 'custom', table: { width: 150 @@ -489,7 +489,7 @@ export const CountJobMain = useCrudSchemas(reactive([ }, { label: '完成人', - field: 'completeUserId', + field: 'completeUserName', sort: 'custom', table: { width: 150