mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
取消支付方式
This commit is contained in:
parent
f8b6049a65
commit
81ae46b99b
@ -92,7 +92,7 @@
|
||||
<div class="col-sm-9">
|
||||
<select class="custom-select" v-model="owePayFeeOrderInfo.primeRate">
|
||||
<option selected disabled value="">必填,请选择支付方式</option>
|
||||
<option v-for="(item,index) in owePayFeeOrderInfo.primeRates" :key="index"
|
||||
<option v-for="(item,index) in owePayFeeOrderInfo.primeRates" :key="index" v-if="item.statusCd != '5' && item.statusCd != '6'"
|
||||
:value="item.statusCd">{{item.name}}
|
||||
</option>
|
||||
</select>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user