mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-03 05:19:51 +00:00
perf: bill
This commit is contained in:
@@ -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
|
||||
};
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user