perf: bill

This commit is contained in:
archer
2023-07-17 13:35:30 +08:00
parent f546068354
commit 60a9dfb55f
10 changed files with 129 additions and 56 deletions

View File

@@ -18,7 +18,8 @@ export const adaptBill = (bill: BillSchema): UserBillType => {
source: bill.source,
time: bill.time,
total: formatPrice(bill.total),
appName: bill.appName
appName: bill.appName,
list: bill.list
};
};