优化出账类型

This commit is contained in:
java110 2020-08-05 00:17:48 +08:00
parent b8469e1454
commit 4c61e322ef

View File

@ -15,7 +15,8 @@
<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">费用ID</th>
<th class="text-center">到期时间</th>
<th class="text-center">欠费金额</th>
@ -29,6 +30,7 @@
<td class="text-center">{{oweFee.feeTypeCdName}}</td>
<td class="text-center">{{oweFee.feeName}}</td>
<td class="text-center">{{oweFee.feeFlagName}}</td>
<td class="text-center">{{oweFee.billTypeName}}</td>
<td class="text-center">{{oweFee.feeId}}</td>
<td class="text-center">{{oweFee.endTime}}</td>
<td class="text-center">{{oweFee.feePrice}}</td>