@@ -72,8 +72,12 @@
<td>{{ item.description }}</td>
</tr>
<tr align="center">
- <td>合计未缴总额</td>
- <td :colspan="8">{{ formatNum(unPayTotal) }}元</td>
+ <td>合计</td>
+ <td :colspan="8">
+ 金额:{{ billTotalPrice }}元;已缴费 {{ formatNum(payTotal) }} 元;剩余未缴费 {{ formatNum(unPayTotal) }} 元
+ </td>
+ <!-- <td>合计未缴总额</td>
+ <td :colspan="8">{{ formatNum(unPayTotal) }}元</td> -->
</table>
</div>