单位与部门
This commit is contained in:
@ -31,12 +31,6 @@ interface ModalInfo {
|
||||
record: string | null;
|
||||
}
|
||||
|
||||
|
||||
const deptOptions = [
|
||||
{ label: '全部', value: '' },
|
||||
{ label: '采购部', value: 'DEPT001' },
|
||||
{ label: '业务部', value: 'DEPT002' },
|
||||
];
|
||||
interface Dict {
|
||||
dicName: string;
|
||||
code: string;
|
||||
@ -136,7 +130,7 @@ const SupplierEntryReview: React.FC = () => {
|
||||
},
|
||||
{
|
||||
title: '准入部门',
|
||||
dataIndex: 'deptId',
|
||||
dataIndex: 'deptName',
|
||||
align: 'center',
|
||||
width: 120,
|
||||
},
|
||||
|
Reference in New Issue
Block a user