|
@@ -167,10 +167,10 @@ const handleSubmit = (e, props) => {
|
167
|
167
|
</Form>
|
168
|
168
|
<Button type="primary" className={styles.addBtn} onClick={toActivityList}>返回</Button>
|
169
|
169
|
<Button name="admin.activityDynamicEnlist.export.get" noRight={null} type="primary" style={{ marginLeft: '85%' }} onClick={exportHelp}>导出</Button>
|
170
|
|
- <Table dataSource={data.list.data} columns={columns} pagination={false} rowKey="activity"/>
|
171
|
|
- <div style={{ display: 'flex', justifyContent: 'flex-end', marginTop: '30px' }}>
|
|
170
|
+ <Table dataSource={data.list.data} columns={columns} pagination={{ total: data.total, onChange: changePageNum }} rowKey="activity"/>
|
|
171
|
+ {/* <div style={{ display: 'flex', justifyContent: 'flex-end', marginTop: '30px' }}>
|
172
|
172
|
<Pagination showQuickJumper defaultCurrent={1} total={data.total} onChange={changePageNum} current={data.current}/>
|
173
|
|
- </div>
|
|
173
|
+ </div> */}
|
174
|
174
|
</>
|
175
|
175
|
)
|
176
|
176
|
}
|