From 8018d5d308494f8a8c11f981dee14fee8331f672 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=87=E6=B6=9B?= <1909118034@qq.com> Date: Thu, 3 Apr 2025 19:18:38 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=A9=E4=B8=9A=E5=82=AC=E7=BC=B4UI(home)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pagesB/call/index.vue | 663 ++++++++++++++++++++++++--------- unocss/a-hua-unocss/index.scss | 148 ++++---- 2 files changed, 567 insertions(+), 244 deletions(-) diff --git a/pagesB/call/index.vue b/pagesB/call/index.vue index d97deef..fa92082 100644 --- a/pagesB/call/index.vue +++ b/pagesB/call/index.vue @@ -13,14 +13,27 @@ 物业费催缴 + + + + + + @@ -31,7 +44,8 @@ - {{activeCommunity.name}} + {{activeCommunity.name}} 刷新数据 @@ -52,71 +66,87 @@ - - - - - - + + + + + + + + + + + + + - 选择单元 + {{getActiveBuilding().name}} - {{unit.label}} - {{getUnitUnpaidCount(unit.value)}} + {{unit.label}} + + {{getUnitUnpaidCount(unit.value)}} - - - - - - {{floor.floor}}层 - - - - - - - - {{house.unpaid}} + + + + + + + {{floor.floor}}层 + + + + + + + + {{house.unpaid}} - - {{house.number}} - - - {{house.unpaid > 0 ? house.unpaid + '笔欠费' : '无欠费'}} - - + + + {{house.number}} + + + {{house.unpaid > 0 ? house.unpaid + '笔欠费' : '无欠费'}} + - - - - - 该单元暂无数据 - + + + + + + 该单元暂无数据 - - + + - + - + @@ -124,7 +154,8 @@ - {{activeCommunity.name}} {{getActiveBuilding().name}} {{activeUnit}}单元 + {{activeCommunity.name}} {{getActiveBuilding().name}} + {{activeUnit}}单元 @@ -134,7 +165,8 @@ 欠费账单 共 {{selectedHouse.unpaid}} 笔 - + {{bill.type}} ¥{{bill.amount}} @@ -148,8 +180,10 @@ {{bill.overdueTime}} - 电话催缴 - 发送通知 + 电话催缴 + 发送通知 @@ -165,10 +199,22 @@