mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-25 14:17:54 +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>
|
||||
<div class="col-sm-10">
|
||||
<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"
|
||||
v-bind:value="item.formulaId">
|
||||
{{item.formulaValue}}({{item.formulaDesc}})
|
||||
@ -149,4 +149,4 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
Loading…
Reference in New Issue
Block a user