This commit is contained in:
2026-06-16 09:23:14 +08:00
parent 3962aeeb6b
commit 855d7ec353
6 changed files with 12 additions and 10 deletions

View File

@ -4,7 +4,7 @@ export const tableColumns = [
//存款渠道名称
{ label: '渠道名称', prop: 'name' },
//存款渠道费用
{ label: '渠道费用', prop: 'channel_fee', isNumber: true },
{ label: '渠道费用', prop: 'channel_fee' },
//存款渠道类型
{ label: '入金货币', prop: 'currency.symbol' },
// 接口地址
@ -18,8 +18,7 @@ export const formItemsData = [
{ label: '渠道名称', prop: 'name', type: 'input', placeholder: '请输入渠道名称' },
{
label: '渠道费用',
prop: 'channel_fee',
type: 'number',
prop: 'channel_fee',
min: 0,
max: 999999,
controls: false,

View File

@ -4,7 +4,7 @@ export const tableColumns = [
//渠道名称
{ label: '渠道名称', prop: 'name' },
//渠道费用
{ label: '渠道费用', prop: 'channel_fee', isNumber: true },
{ label: '渠道费用', prop: 'channel_fee' },
//货币类型
// { label: '入金货币', prop: 'currency.name' },
// 接口地址
@ -19,7 +19,6 @@ export const formItemsData = [
{
label: '渠道费用',
prop: 'channel_fee',
type: 'number',
min: 0,
max: 999999,
controls: false,

View File

@ -329,9 +329,13 @@ const handleReject = async (row?: TableRow) => {
//
const handleExport = async () => {
//
const exportColumns = withdrawCheckTableColumns.filter((col) =>
['beneficiary_name', 'beneficiary_enname', 'beneficiary_bank_name', 'beneficiary_bank_account', 'withdraw_amount'].includes(col.prop)
)
await exportToExcel({
tableData: tableData.value,
columns: withdrawCheckTableColumns,
columns: exportColumns,
fileName: '提现审核列表'
})
}

View File

@ -51,6 +51,7 @@ export const withdrawCheckTableColumns = [
{ prop: 'beneficiary_bank_name', label: '银行名称', align: 'center' as const, width: 180},
{ prop: 'beneficiary_enname', label: '收款人英文名字', align: 'center' as const, width: 180},
{ prop: 'fee', label: '通道费', align: 'center' as const, width: 180},
{ prop: 'withdraw_blance', label: '余额费用', align: 'center' as const, width: 180},
{ prop: 'beneficiary_name', label: '收款人姓名', align: 'center' as const, width: 180},
{ prop: 'created_at', label: '申请时间', align: 'center' as const, width: 180},
{ label: '操作', align: 'center' as const, width: 140, fixed: 'right' as const, slotName: 'action' },

View File

@ -198,7 +198,7 @@ onMounted(() => {
<style scoped lang="scss">
.dashboard {
padding: 20px;
max-width: 1600px;
// max-width: 1600px;
margin: 0 auto;
}

View File

@ -38,15 +38,14 @@ export const tableColumns = [
{ prop: 'withdraw_currency_symbol', label: '取款币种', align: 'center' as const, width: 100 },
{ prop: 'withdraw_amount', label: '取款金额', align: 'center' as const, width: 120, isNumber: true },
{ prop: 'real_currency_symbol', label: '到账币种', align: 'center' as const, width: 100 },
{ prop: 'real_amount', label: '到账金额', align: 'center' as const, width: 120, isNumber: true },
{ prop: 'rate', label: '汇率', align: 'center' as const, width: 100 },
{ prop: 'real_amount', label: '到账金额', align: 'center' as const, width: 120, isNumber: true },
{ prop: 'channel_name', label: '渠道', align: 'center' as const, width: 140 },
{ prop: 'withdraw_service_fee', label: '服务费', align: 'center' as const, width: 100, isNumber: true },
{ prop: 'withdraw_head_fee', label: '总部手续费', align: 'center' as const, width: 120, isNumber: true },
{ prop: 'withdraw_fee_handle', label: '代理手续费', align: 'center' as const, width: 120, isNumber: true },
{ prop: 'withdraw_point_diff', label: '点差', align: 'center' as const, width: 100, isNumber: true },
{ prop: 'withdraw_risk_fee', label: '风控费', width: 140, align: 'center' as const, isNumber: true },
{ prop: 'fee', label: '通道费', align: 'center' as const, width: 180},
{ prop: 'withdraw_blance', label: '余额费用', align: 'center' as const, width: 180},
{ prop: 'withdraw_address', label: '提现地址', width: 140, align: 'center' as const },
{
prop: 'status', label: '状态', align: 'center' as const, width: 140, options: [{