傅行帆 il y a 5 ans
Parent
révision
d5ffebce58
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/pages/activity/helpActivity/helpRecord.jsx

+ 1
- 1
src/pages/activity/helpActivity/helpRecord.jsx Voir le fichier

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