Kaynağa Gözat

bug ---需要合到主分支

傅行帆 5 yıl önce
ebeveyn
işleme
b66ff350ad
1 değiştirilmiş dosya ile 3 ekleme ve 3 silme
  1. 3
    3
      src/pages/activity/SignList.jsx

+ 3
- 3
src/pages/activity/SignList.jsx Dosyayı Görüntüle

@@ -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
 }