fix: 储蓄卡信用,新增调额记录功能。

This commit is contained in:
tianyongbao
2025-11-21 10:26:21 +08:00
parent af1f11b4cf
commit 76780aca82
8 changed files with 2056 additions and 0 deletions

View File

@@ -429,6 +429,20 @@
}
}
,
{
"path": "pages/work/base/debitCard/adjustLimit",
"style": {
"navigationBarTitleText": "储蓄卡调额"
}
}
,
{
"path": "pages/work/base/debitCard/limitHistory",
"style": {
"navigationBarTitleText": "调额记录"
}
}
,
{
"path": "pages/work/base/lend/list",
"style": {
@@ -468,6 +482,18 @@
"navigationBarTitleText": "信用卡管理"
}
},
{
"path": "pages/work/base/creditCard/limitHistory",
"style": {
"navigationBarTitleText": "信用卡调额记录"
}
},
{
"path": "pages/work/base/creditCard/adjustLimit",
"style": {
"navigationBarTitleText": "信用卡调额"
}
},
{
"path": "pages/work/base/posmachine/list",
"style": {