初始化项目
This commit is contained in:
@@ -103,13 +103,13 @@ const tableProps: BasicTableProps = {
|
||||
},
|
||||
columns: tableColumns,
|
||||
formConfig: searchForm,
|
||||
rowKey: 'userCode',
|
||||
rowKey: 'loginCode',
|
||||
};
|
||||
|
||||
export default {
|
||||
modalProps,
|
||||
tableProps,
|
||||
itemCode: 'userCode',
|
||||
itemCode: 'loginCode',
|
||||
itemName: 'userName',
|
||||
isShowCode: true,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user