优化查询页面

This commit is contained in:
java110 2020-08-05 00:07:15 +08:00
parent d082bc2b16
commit b8469e1454

View File

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