From 57b36a005aae26f36795e42c9013fe7ac450fa5c Mon Sep 17 00:00:00 2001 From: Gitea Date: Fri, 8 Nov 2024 16:27:30 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=9B=E6=96=B0=E5=88=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jeecgboot-vue3/src/views/declarant/user.data.ts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/jeecgboot-vue3/src/views/declarant/user.data.ts b/jeecgboot-vue3/src/views/declarant/user.data.ts index ede01ad..3fdc867 100644 --- a/jeecgboot-vue3/src/views/declarant/user.data.ts +++ b/jeecgboot-vue3/src/views/declarant/user.data.ts @@ -40,7 +40,7 @@ export const columns: BasicColumn[] = [ width: 100, }, { - title: '部门', + title: '单位', width: 150, dataIndex: 'orgCodeTxt', }, @@ -51,7 +51,8 @@ export const columns: BasicColumn[] = [ // }, { title: '状态', - dataIndex: 'orgCategory_dictText', + //dataIndex: 'orgCategory_dictText', + dataIndex: 'status_dictText', width: 80, }, ];