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, }, ];