很多页面

This commit is contained in:
haomingming
2025-09-03 17:13:10 +08:00
parent 92bfc36d51
commit 84f59b20f6
26 changed files with 29536 additions and 616 deletions
+1 -1
View File
@@ -472,7 +472,7 @@
const formattedList = listData.map(item => ({
type: item.score_type_name,
time: item.create_date,
amount: -item.score // 支出为负数
amount: item.score // 支出为负数
}));
// 更新支出记录列表