mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
1791b63fa3
commit
339feaafcc
@ -107,7 +107,7 @@
|
|||||||
<label class="col-sm-2 col-form-label"><span><vc:i18n name="公摊公式" namespace="feeSharing"></vc:i18n></span></label>
|
<label class="col-sm-2 col-form-label"><span><vc:i18n name="公摊公式" namespace="feeSharing"></vc:i18n></span></label>
|
||||||
<div class="col-sm-10">
|
<div class="col-sm-10">
|
||||||
<select class="custom-select" v-model="feeSharingInfo.formulaId">
|
<select class="custom-select" v-model="feeSharingInfo.formulaId">
|
||||||
<option selected disabled value="">{{vc.i18n('必填,请选择收费项目','feeSharing')}}</option>
|
<option selected disabled value="">{{vc.i18n('必填,请选择公摊公式','feeSharing')}}</option>
|
||||||
<option v-for="(item,index) in feeSharingInfo.formulas" :key="index"
|
<option v-for="(item,index) in feeSharingInfo.formulas" :key="index"
|
||||||
v-bind:value="item.formulaId">
|
v-bind:value="item.formulaId">
|
||||||
{{item.formulaValue}}({{item.formulaDesc}})
|
{{item.formulaValue}}({{item.formulaDesc}})
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user