mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-20 21:11:56 +08:00
Trade: 完善配置
This commit is contained in:
@@ -102,11 +102,11 @@
|
||||
</el-table-column>
|
||||
<el-table-column label="提现方式" align="left" prop="type" min-width="120px">
|
||||
<template #default="scope">
|
||||
<div
|
||||
>{{ getDictLabel(DICT_TYPE.BROKERAGE_WITHDRAW_TYPE, scope.row.type) }}账号:{{
|
||||
scope.row.accountNo
|
||||
}}</div
|
||||
>
|
||||
<div v-if="scope.row.type === BrokerageWithdrawTypeEnum.WALLET.type"> 余额 </div>
|
||||
<div v-else>
|
||||
{{ getDictLabel(DICT_TYPE.BROKERAGE_WITHDRAW_TYPE, scope.row.type) }}账号:
|
||||
{{ scope.row.accountNo }}
|
||||
</div>
|
||||
<template v-if="scope.row.type === BrokerageWithdrawTypeEnum.BANK.type">
|
||||
<div>真实姓名:{{ scope.row.name }}</div>
|
||||
<div>
|
||||
|
Reference in New Issue
Block a user