傅行帆 5 lat temu
rodzic
commit
d5ffebce58
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/pages/activity/helpActivity/helpRecord.jsx

+ 1
- 1
src/pages/activity/helpActivity/helpRecord.jsx Wyświetl plik

@@ -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
     );