优化代码

This commit is contained in:
java110 2021-11-08 17:35:08 +08:00
parent e50f002544
commit 59182758b4
2 changed files with 5 additions and 6 deletions

View File

@ -115,12 +115,7 @@
limit: "required",
param: "",
errInfo: "折扣名称不能为空"
},
{
limit: "num",
param: "",
errInfo: "折扣格式错误"
},
}
],
'addPayFeeConfigDiscountInfo.startTime': [
{

View File

@ -101,6 +101,8 @@
<tr>
<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>
@ -113,6 +115,8 @@
<tr v-for="(fee,index) in reportFeeDetailInfo.fees">
<td class="text-center">{{index+1}}</td>
<td class="text-center">{{fee.objName}}</td>
<td class="text-center">{{fee.ownerName}}</td>
<td class="text-center">{{fee.builtUpArea}}</td>
<td class="text-center">{{fee.feeName}}</td>
<td class="text-center">{{vc.dateFormat(fee.feeCreateTime)}}</td>
<!--<td class="text-center">{{fee.deadlineTime}}</td>-->