mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化代码
This commit is contained in:
parent
acea26e694
commit
55896d824a
@ -86,9 +86,10 @@
|
||||
<option selected disabled value="">
|
||||
{{vc.i18n('必填,请选择费用类型','roomCreateFeeAdd')}}
|
||||
</option>
|
||||
<!--item.statusCd !='888800010008' &&-->
|
||||
<option v-for="(item,index) in roomCreateFeeAddInfo.feeTypeCds" :key="index"
|
||||
v-bind:value="item.statusCd"
|
||||
v-if="item.statusCd !='888800010008' && item.statusCd !='888800010017'">
|
||||
v-if="item.statusCd !='888800010017'">
|
||||
{{item.name}}
|
||||
</option>
|
||||
</select>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user