feat: 新增信用卡还款、记账账户,储蓄账户记账3个功能。
This commit is contained in:
@@ -112,7 +112,60 @@
|
||||
}
|
||||
,
|
||||
{
|
||||
"path": "pages/work/accounts/accounts/index",
|
||||
"path": "pages/work/accounts/creditTransferRecord/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "信用卡还款"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"path": "pages/work/accounts/creditTransferRecord/details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "信用卡还款详情"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"path": "pages/work/accounts/creditTransferRecord/addEdit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "信用卡还款"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/work/accounts/debitTransferRecord/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "储蓄账户记账"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"path": "pages/work/accounts/debitTransferRecord/details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "储蓄账户记账详情"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"path": "pages/work/accounts/debitTransferRecord/addEdit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "储蓄账户记账"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"path": "pages/work/accounts/accounts/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "记账账户"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/work/accounts/accounts/details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "记账账户详情"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/work/accounts/accounts/addEdit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "记账账户"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user