fix: 修复剩余挂账余额字段问题

This commit is contained in:
2025-03-14 14:54:09 +08:00
parent c02c9797ea
commit 9cdd9434cf

View File

@@ -62,7 +62,7 @@ const contentConfig: IContentConfig = {
{ {
label: "剩余挂账额度(元)", label: "剩余挂账额度(元)",
align: "center", align: "center",
prop: "owedAmount", prop: "remainingAmount",
}, },
{ {
label: "账户余额", label: "账户余额",