mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
优化代码
This commit is contained in:
parent
7dc49c29be
commit
f8b6049a65
@ -96,7 +96,7 @@
|
||||
<div class="col-sm-6">
|
||||
<select class="custom-select" v-model="payFeeOrderInfo.primeRate">
|
||||
<option selected disabled value="">必填,请选择支付方式</option>
|
||||
<option v-for="(item,index) in payFeeOrderInfo.primeRates" :key="index"
|
||||
<option v-for="(item,index) in payFeeOrderInfo.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