mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
Merge branch 'master' of http://git.homecommunity.cn/supervip/MicroCommunityWeb
This commit is contained in:
commit
34190b64b4
@ -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