同上
This commit is contained in:
@ -112,13 +112,13 @@ const SupplierRegisterAgent: React.FC = () => {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '创建单位',
|
title: '创建单位',
|
||||||
dataIndex: 'unit',
|
dataIndex: 'orgName',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
ellipsis: true,
|
ellipsis: true,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: '创建部门',
|
title: '创建部门',
|
||||||
dataIndex: 'deptId',
|
dataIndex: 'deptName',
|
||||||
align: 'center',
|
align: 'center',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user