master
Gitea 2 weeks ago
parent 2a76635f4f
commit 57b36a005a
  1. 5
      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,
},
];

Loading…
Cancel
Save