From 59a7d18cda1d02d1a499a26039cbbddf3a994535 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Mon, 19 Aug 2024 13:54:09 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=A1=E7=94=A8=E5=8D=A1=E8=B4=A6?= =?UTF-8?q?=E5=8D=95=EF=BC=8C=E6=96=B0=E5=A2=9E=E5=AD=97=E6=AE=B5=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/work/bill/creditCardBill/list.vue | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/pages/work/bill/creditCardBill/list.vue b/src/pages/work/bill/creditCardBill/list.vue index f578460..6cc85f5 100644 --- a/src/pages/work/bill/creditCardBill/list.vue +++ b/src/pages/work/bill/creditCardBill/list.vue @@ -49,10 +49,18 @@ 账单周期: {{ item.billDatePeriod }} - + 账单金额: {{ item.billAmount }} + + POS刷卡次数: + {{ item.posCount }} + + + 日常支出次数: + {{ item.dailyExpensesCount }} + 账单明细 修改 @@ -74,6 +82,7 @@