优化代码

This commit is contained in:
wuxw 2023-03-01 20:12:07 +08:00
parent acea26e694
commit 55896d824a

View File

@ -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>