zlisen il y a 3 ans
Parent
révision
4a199f8e0c

+ 1
- 1
src/pages/activity/SignupActivity/registrationRecord.jsx Voir le fichier

@@ -200,7 +200,7 @@ const header = props => {
200 200
         columns={columns}
201 201
         pagination={{ total: data.total, onChange: changePageNum }}
202 202
         loading={loading}
203
-        rowKey="activity"
203
+        rowKey="enlistId"
204 204
       />
205 205
       {/* <div style={{ display: 'flex', justifyContent: 'flex-end', marginTop: '30px' }}>
206 206
         <Pagination showQuickJumper defaultCurrent={1} total={data.total} onChange={changePageNum} current={data.current}/>

+ 3
- 3
src/pages/activity/groupRoomActivity/registrationRecord.jsx Voir le fichier

@@ -195,13 +195,13 @@ const header = props => {
195 195
           导出
196 196
         </Button>
197 197
       </div>
198
-      {/* <Table
198
+      <Table
199 199
         dataSource={data.list.data}
200 200
         columns={columns}
201 201
         pagination={{ total: data.total, onChange: changePageNum }}
202 202
         loading={loading}
203
-        rowKey="activity"
204
-      /> */}
203
+        rowKey="enlistId"
204
+      />
205 205
       {/* <div style={{ display: 'flex', justifyContent: 'flex-end', marginTop: '30px' }}>
206 206
         <Pagination showQuickJumper defaultCurrent={1} total={data.total} onChange={changePageNum} current={data.current}/>
207 207
       </div> */}

+ 1
- 1
src/pages/activity/lookHouseActivity/registrationRecord.jsx Voir le fichier

@@ -200,7 +200,7 @@ const header = props => {
200 200
         columns={columns}
201 201
         pagination={{ total: data.total, onChange: changePageNum }}
202 202
         loading={loading}
203
-        rowKey="activity"
203
+        rowKey="enlistId"
204 204
       />
205 205
       {/* <div style={{ display: 'flex', justifyContent: 'flex-end', marginTop: '30px' }}>
206 206
         <Pagination showQuickJumper defaultCurrent={1} total={data.total} onChange={changePageNum} current={data.current}/>

+ 1
- 1
src/pages/customer/Customer/PrivateCustomer/index.jsx Voir le fichier

@@ -236,7 +236,7 @@ const PrivateCustomer = () => {
236 236
 
237 237
   const actionRender = () => {
238 238
     return (
239
-      <Button type="danger" loading={exportLoding} onClick={() => exportCustomer()}>
239
+      <Button type='primary' loading={exportLoding} onClick={() => exportCustomer()}>
240 240
         导出
241 241
       </Button>
242 242
     );

+ 1
- 1
src/pages/customer/Customer/PublicCustomer/index.jsx Voir le fichier

@@ -197,7 +197,7 @@ const PublicCustomer = () => {
197 197
   const actionRender = () => {
198 198
     return (
199 199
       <>
200
-      <Button type="danger" loading={exportLoding} onClick={() => exportCustomer()}>
200
+      <Button type="primary" loading={exportLoding} onClick={() => exportCustomer()}>
201 201
           导出
202 202
         </Button>
203 203
         {/* <AuthButton name="admin.customer.import" noRight={null}>