From 0f11b91984daabd8ca9d91e8a3542edddad41590 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Mon, 1 Jun 2020 17:45:46 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E8=B4=A6=E5=8D=95=E5=8A=9F?= =?UTF-8?q?=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/pages/property/billManage/billManage.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/public/pages/property/billManage/billManage.html b/public/pages/property/billManage/billManage.html index d74f16136..e633356ea 100644 --- a/public/pages/property/billManage/billManage.html +++ b/public/pages/property/billManage/billManage.html @@ -67,12 +67,13 @@ 账单编号 + 收费项目 账单名称 累计应收 当期应收 实收金额 账单日期 - 收费项目 + 账单类型 操作 @@ -82,11 +83,11 @@ {{bill.billId}} + {{bill.configName}} {{bill.billName}} {{bill.receivable}}元 {{bill.curReceivable}}元 {{bill.billTime}}元 - {{bill.configName}} {{bill.curBill == 'T'?'当前账单':'历史账单'}}