优化:提现详情隐藏线下确认打款按钮
This commit is contained in:
parent
6aef8bd411
commit
153129b322
|
|
@ -250,12 +250,12 @@
|
|||
<el-button v-if="withdraw.pay_way=='high_light_wechat'||withdraw.pay_way=='high_light_alipay'||withdraw.pay_way=='high_light_bank'" type="primary" @click="Repayment('pay_way')">高灯打款</el-button>
|
||||
<el-button v-if="withdraw.pay_way=='worker_withdraw_wechat'||withdraw.pay_way=='worker_withdraw_alipay'||withdraw.pay_way=='worker_withdraw_bank'" type="primary" @click="Repayment('pay_way')">好灵工打款</el-button>
|
||||
<el-button v-if="withdraw.pay_way=='eplus_withdraw_bank'" type="primary" @click="Repayment('pay_way')">智E+打款</el-button>
|
||||
<el-button type="primary" @click="Repayment('线下确认打款')">线下确认打款</el-button>
|
||||
{{--<el-button type="primary" @click="Repayment('线下确认打款')">线下确认打款</el-button>--}}
|
||||
<el-button type="danger" @click="Repayment('驳回记录')">驳回记录</el-button>
|
||||
</template>
|
||||
<template v-else-if="withdraw.status==4">
|
||||
<el-button type="primary" @click="Repayment('重新打款')">重新打款</el-button>
|
||||
<el-button type="primary" @click="Repayment('线下确认打款')">线下确认打款</el-button>
|
||||
{{--<el-button type="primary" @click="Repayment('线下确认打款')">线下确认打款</el-button>--}}
|
||||
<el-button type="danger" @click="Repayment('驳回记录')">驳回记录</el-button>
|
||||
</template>
|
||||
<template v-else-if="withdraw.status==-1">
|
||||
|
|
|
|||
Loading…
Reference in New Issue