ll
liukangdong
2024-12-04 f7df43b15b52d39fc61a845528e3ec7cd30dfe45
admin/src/views/contract/components/terminateLease.vue
@@ -179,7 +179,7 @@
                </el-table-column>
            </el-table>
            <div class="footer">
                合计应收:<span>{{receivable}}</span>元, 合计应付:<span>{{meet}}</span>元
                合计应收:<span>{{receivable.toFixed(2)}}</span>元, 合计应付:<span>{{meet.toFixed(2)}}</span>元
            </div>
        </div>
        <!--    创建收款账单    -->