优化收据岷城

This commit is contained in:
java110 2021-07-30 09:15:27 +08:00
parent 25828ff884
commit bff6c8ca6f
2 changed files with 3 additions and 1 deletions

View File

@ -61,6 +61,7 @@
</th>
<th class="text-center">费用类型</th>
<th class="text-center">{{_getFeeObjName(simplifyFeeReceiptInfo.objType)}}</th>
<th class="text-center">费用项目</th>
<th class="text-center">总金额</th>
<th class="text-center">缴费时间</th>
<th class="text-center">收据ID</th>
@ -74,6 +75,7 @@
</td>
<td class="text-center">{{_getFeeObjName(feeReceipt.objType)}}费</td>
<td class="text-center">{{feeReceipt.objName}}</td>
<td class="text-center">{{feeReceipt.feeName}}</td>
<td class="text-center">{{feeReceipt.amount}}</td>
<td class="text-center">{{feeReceipt.createTime}}</td>
<td class="text-center">{{feeReceipt.receiptId}}</td>

View File

@ -128,7 +128,7 @@
</div>
<div class="col-sm-3" v-if="simplifyAcceptanceInfo.roomSubType && simplifyAcceptanceInfo.roomSubType != '110'">
<div class="form-group">
<label class="col-form-label">金:</label>
<label class="col-form-label">金:</label>
<label class="">{{simplifyAcceptanceInfo.roomRent}}</label>
</div>
</div>