zlisen 3 年之前
父節點
當前提交
4a199f8e0c

+ 1
- 1
src/pages/activity/SignupActivity/registrationRecord.jsx 查看文件

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

+ 3
- 3
src/pages/activity/groupRoomActivity/registrationRecord.jsx 查看文件

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

+ 1
- 1
src/pages/activity/lookHouseActivity/registrationRecord.jsx 查看文件

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

+ 1
- 1
src/pages/customer/Customer/PrivateCustomer/index.jsx 查看文件

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

+ 1
- 1
src/pages/customer/Customer/PublicCustomer/index.jsx 查看文件

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