优化代码

This commit is contained in:
java110 2021-01-19 09:09:30 +08:00
parent 88160e687e
commit 0b9f3c63a5
3 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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