From d28a7ae623eb7d926d79ed4d3a20aa77f43dd8a2 Mon Sep 17 00:00:00 2001 From: guoyuqi Date: Thu, 12 Dec 2024 19:05:39 +0800 Subject: [PATCH] =?UTF-8?q?refactor(=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92):?= =?UTF-8?q?=20=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=E5=85=B3=E8=81=94?= =?UTF-8?q?=E7=94=A8=E4=BE=8B=E5=88=9B=E5=BB=BA=E4=BA=BA=E7=AD=9B=E9=80=89?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=E9=A1=B5=E9=9D=A2=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/business/ms-associate-case/caseTable.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/business/ms-associate-case/caseTable.vue b/frontend/src/components/business/ms-associate-case/caseTable.vue index bc6aec70a0..4f152b37d3 100644 --- a/frontend/src/components/business/ms-associate-case/caseTable.vue +++ b/frontend/src/components/business/ms-associate-case/caseTable.vue @@ -213,7 +213,7 @@ { title: 'caseManagement.featureCase.tableColumnCreateUser', slotName: 'createUserName', - dataIndex: 'createUserName', + dataIndex: 'createUser', width: 150, filterConfig: { mode: 'remote',