mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
优化代码
This commit is contained in:
parent
88160e687e
commit
0b9f3c63a5
@ -56,10 +56,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-2 col-form-label">出账类型</label>
|
||||
<label class="col-sm-2 col-form-label">催缴类型</label>
|
||||
<div class="col-sm-10">
|
||||
<select class="custom-select" v-model="addFeeConfigInfo.billType">
|
||||
<option selected disabled value="">必填,请选择出账类型</option>
|
||||
<option selected disabled value="">必填,请选择催缴类型</option>
|
||||
<option v-for="(item,index) in addFeeConfigInfo.billTypes" :key="index"
|
||||
:value="item.statusCd">{{item.name}}
|
||||
</option>
|
||||
|
||||
@ -59,10 +59,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group row">
|
||||
<label class="col-sm-2 col-form-label">出账类型</label>
|
||||
<label class="col-sm-2 col-form-label">催缴类型</label>
|
||||
<div class="col-sm-10">
|
||||
<select class="custom-select" v-model="editFeeConfigInfo.billType">
|
||||
<option selected disabled value="">必填,请选择出账类型</option>
|
||||
<option selected disabled value="">必填,请选择催缴类型</option>
|
||||
<option v-for="(item,index) in editFeeConfigInfo.billTypes" :key="index"
|
||||
:value="item.statusCd">{{item.name}}
|
||||
</option>
|
||||
|
||||
@ -110,7 +110,7 @@
|
||||
<th class="text-center">费用类型</th>
|
||||
<th class="text-center">收费项目</th>
|
||||
<th class="text-center">费用标识</th>
|
||||
<th class="text-center">出账类型</th>
|
||||
<th class="text-center">催缴类型</th>
|
||||
<th class="text-center">付费类型</th>
|
||||
<th class="text-center">缴费周期(单位:月)</th>
|
||||
<th class="text-center">计费起始时间</th>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user