From 0d65f757fe9bff3b0247bc0e52f3cbce71dc53ab Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Wed, 10 Jul 2024 19:52:23 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2field?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../repleinsh/repleinshJobMain/repleinshJobMain.data.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts b/src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts index 9fee8806c..146cbd97e 100644 --- a/src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts +++ b/src/views/wms/issueManage/repleinsh/repleinshJobMain/repleinshJobMain.data.ts @@ -440,7 +440,7 @@ export const RepleinshJobMain = useCrudSchemas(reactive([ }, { label: '承接人用户名', - field: 'acceptUserId', + field: 'acceptUserName', sort: 'custom', table: { width: 150 @@ -449,7 +449,7 @@ export const RepleinshJobMain = useCrudSchemas(reactive([ }, { label: '完成人用户名', - field: 'completeUserId', + field: 'completeUserName', sort: 'custom', table: { width: 150