| | |
| | | <div slot="footer" style="display: flex; justify-content: center; align-items: center"> |
| | | <a-button type="primary" style="background-color: " @click="OkeditOrderdialog(3)">驳回</a-button> |
| | | <a-button type="primary" @click="OkeditOrderdialog(2)">通过</a-button> |
| | | <a-button type="primary" @click="OkeditOrderdialog(1)">代付1</a-button> |
| | | <a-button type="primary" @click="OkeditOrderdialog(4)">代付2</a-button> |
| | | <!-- <a-button type="primary" @click="OkeditOrderdialog(1)">代付1</a-button> |
| | | <a-button type="primary" @click="OkeditOrderdialog(4)">代付2</a-button> --> |
| | | </div> |
| | | </a-modal> |
| | | </page-header-wrapper> |
| | |
| | | customRender: 'withStatus' |
| | | }, |
| | | }, |
| | | // { |
| | | // title: '提现银行', |
| | | // dataIndex: 'bankName', |
| | | // align: 'center', |
| | | // }, |
| | | // { |
| | | // title: '提现支行', |
| | | // dataIndex: 'bankAddress', |
| | | // align: 'center', |
| | | // width: 200, |
| | | // }, |
| | | { |
| | | title: '提现银行', |
| | | dataIndex: 'bankName', |
| | | align: 'center', |
| | | }, |
| | | { |
| | | title: '提现支行', |
| | | dataIndex: 'bankAddress', |
| | | align: 'center', |
| | | width: 200, |
| | | }, |
| | | { |
| | | title: '银行号码', |
| | | title: '银行号码或提现地址', |
| | | dataIndex: 'bankNo', |
| | | align: 'center', |
| | | }, |