| | |
| | | columns: [ |
| | | {label: '供应商信息', |
| | | minWidth: 120, |
| | | formatter: (row) => `${row.supplierName || ''}:${row.supplierId || ''}`}, |
| | | formatter: (row) => `${row.supplierName || ''}:[ID:${row.supplierId || ''}]`}, |
| | | {label: '申请时间', prop: 'createTime', minWidth: 100}, |
| | | {label: '提现类型', prop: 'withdrawTypeStr', minWidth: 100}, |
| | | {label: '提现金额(元)', prop: 'amount', minWidth: 120}, |
| | |
| | | {label: '审核状态', prop: 'approveStateStr', minWidth: 120}, |
| | | {label: '审核时间', prop: 'approveTime', minWidth: 120}, |
| | | {label: '拒绝原因', prop: 'rejectReason', minWidth: 120}, |
| | | {label: '操作人', prop: 'approveName', minWidth: 120}, |
| | | ], |
| | | searchFormAttrs: { |
| | | labelWidth: 'auto', |
| | |
| | | span: 24, |
| | | searchImmediately: true, |
| | | }, |
| | | { |
| | | label: '提现状态:', |
| | | id: 'withdrawState', |
| | | type: 'bus-radio', |
| | | el: { |
| | | hasAll: true, |
| | | childType: 'el-radio-button', |
| | | code: 'BILL_WITHDRAW_TYPE', |
| | | }, |
| | | default: '', |
| | | span: 24, |
| | | searchImmediately: true, |
| | | }, |
| | | {label: '供应商ID:', id: 'supplierId', type: 'input'}, |
| | | {label: '供应商名称:', id: 'supplierName', type: 'input'}, |
| | | { |