|
@@ -169,6 +169,11 @@ export default function Info() {
|
|
|
bordered
|
|
|
rowClassName={(record: iUserInfo) => !record.enable ? 'pi-red' : ''}
|
|
|
rowKey={record => record.id}
|
|
|
+ pagination={{
|
|
|
+ hideOnSinglePage: true,
|
|
|
+ size: "small",
|
|
|
+ pageSize: 10
|
|
|
+ }}
|
|
|
></Table>
|
|
|
</div>
|
|
|
<UserModal {...modalStatus} userInfo={row} onCreate={onCreate} onCancel={onCancel} initData={initData}></UserModal>
|