| | |
| | | @click=";(queryParam.pageNum = 1), getlist()" |
| | | >查询 |
| | | </a-button> |
| | | <a-button type="primary" icon="plus" style="margin-left: 8px" @click="addOrderdialog = true" |
| | | <!-- <a-button type="primary" icon="plus" style="margin-left: 8px" @click="addOrderdialog = true" |
| | | >创建充值订单 |
| | | </a-button> |
| | | </a-button> --> |
| | | <a-button type="primary" icon="vertical-align-bottom" style="margin-left: 8px" @click="getexport" |
| | | >导出搜索数据 |
| | | </a-button> |
| | |
| | | dataIndex: 'orderSn', |
| | | align: 'center', |
| | | }, |
| | | { |
| | | title: '账户类型', |
| | | dataIndex: 'assetsType', |
| | | align: 'center', |
| | | customRender: (text, row, index) => { |
| | | switch (text) { |
| | | case 'US': |
| | | return '美股账户' |
| | | case 'MAS': |
| | | return '马股账户' |
| | | default: |
| | | return '未知账户' |
| | | } |
| | | }, |
| | | }, |
| | | { |
| | | title: '上传凭证', |
| | | dataIndex: 'img', |
| | | align: 'center', |
| | | width: 180, |
| | | scopedSlots: { customRender: 'img' }, |
| | | }, |
| | | // { |
| | | // title: '账户类型', |
| | | // dataIndex: 'assetsType', |
| | | // align: 'center', |
| | | // customRender: (text, row, index) => { |
| | | // switch (text) { |
| | | // case 'US': |
| | | // return '美股账户' |
| | | // case 'MAS': |
| | | // return '马股账户' |
| | | // default: |
| | | // return '未知账户' |
| | | // } |
| | | // }, |
| | | // }, |
| | | // { |
| | | // title: '上传凭证', |
| | | // dataIndex: 'img', |
| | | // align: 'center', |
| | | // width: 180, |
| | | // scopedSlots: { customRender: 'img' }, |
| | | // }, |
| | | { |
| | | title: '客户电话', |
| | | dataIndex: 'userPhone', |