mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 21:59:12 +08:00
优化查询页面
This commit is contained in:
parent
d082bc2b16
commit
b8469e1454
@ -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>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user