|
@@ -135,7 +135,7 @@ class InviteTable extends React.Component {
|
135
|
135
|
<Button name="admin.HelpInitiateRecordSucceed.export.get" noRight={null} type="primary" onClick={() => this.exportHelp()} style={{ float: 'right', margin: '20px 0', zIndex: 1 }}>
|
136
|
136
|
导出
|
137
|
137
|
</Button>
|
138
|
|
- <Table rowKey="independent" dataSource={this.state.dataSource.records} columns={columns} pagination={{ total: this.state.dataSource.total, onChange: e => this.onChange(e) }} />
|
|
138
|
+ <Table rowKey="independent" dataSource={this.state.dataSource.records} columns={columns} pagination={{pageSize: 5, total: this.state.dataSource.total, onChange: e => this.onChange(e) }} />
|
139
|
139
|
</Modal>
|
140
|
140
|
</>
|
141
|
141
|
);
|