From ed1a9734e205a6715480e985c325e704985428ff Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Mon, 1 Jun 2020 17:43:57 +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 --- .../pages/property/billManage/billManage.html | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/public/pages/property/billManage/billManage.html b/public/pages/property/billManage/billManage.html index 24142e484..c881981d0 100644 --- a/public/pages/property/billManage/billManage.html +++ b/public/pages/property/billManage/billManage.html @@ -6,7 +6,7 @@
查询条件
@@ -14,21 +14,21 @@
-
- -
+ v-model="billManageInfo.conditions.userName" class=" form-control">
@@ -38,10 +38,10 @@
-
+
+ v-model="billManageInfo.conditions.activitiesId" class=" form-control">
@@ -51,7 +51,7 @@
-
+
@@ -80,18 +80,18 @@ - - {{activities.billId}} - {{activities.billName}} - {{activities.receivable}}元 - {{activities.curReceivable}}元 - {{activities.billTime}}元 - {{activities.configName}} - {{activities.curBill == 'T'?'当前账单':'历史账单'}} + + {{bill.billId}} + {{bill.billName}} + {{bill.receivable}}元 + {{bill.curReceivable}}元 + {{bill.billTime}}元 + {{bill.configName}} + {{bill.curBill == 'T'?'当前账单':'历史账单'}}