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