mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
87f063bece
commit
913bc8d09c
@ -64,6 +64,7 @@
|
|||||||
<div id="component" class="vc-wrapper vc-content padding-top-xs animated fadeInRight" vc-path="/common/chooseEnterCommunity">
|
<div id="component" class="vc-wrapper vc-content padding-top-xs animated fadeInRight" vc-path="/common/chooseEnterCommunity">
|
||||||
<vc:create path="/pages/property/indexContext"></vc:create>
|
<vc:create path="/pages/property/indexContext"></vc:create>
|
||||||
</div>
|
</div>
|
||||||
|
<div style="height: 100px;"></div>
|
||||||
|
|
||||||
<vc:create path="frame/copyright"></vc:create>
|
<vc:create path="frame/copyright"></vc:create>
|
||||||
|
|
||||||
|
|||||||
@ -12,7 +12,7 @@
|
|||||||
收费对象
|
收费对象
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-sm-3">
|
<div class="col-sm-11">
|
||||||
<div class="form-group">
|
<div class="form-group">
|
||||||
<span class="margin-right" v-for="(item,index) in batchPayFeeOrderInfo.payObjs">
|
<span class="margin-right" v-for="(item,index) in batchPayFeeOrderInfo.payObjs">
|
||||||
<input type="checkbox" class="i-checks checkItem" v-bind:value="item" v-model="batchPayFeeOrderInfo.payerObjNames" @change="_chanagePayerObjName()"> {{item}}
|
<input type="checkbox" class="i-checks checkItem" v-bind:value="item" v-model="batchPayFeeOrderInfo.payerObjNames" @change="_chanagePayerObjName()"> {{item}}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user