fix: 统计页面新功能增加,原有功能优化。
This commit is contained in:
147
src/pages.json
147
src/pages.json
@@ -55,6 +55,95 @@
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"path": "pages/statistic/accounts/accountsBalance/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "记账账户统计"
|
||||
}
|
||||
},{
|
||||
"path": "pages/statistic/bill/creditRecordAnalysis/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "征信查询统计"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/statistic/accounts/posAnalysis/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "POS机刷卡统计"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/statistic/accounts/debitDealAnalysis/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "储蓄卡收支统计"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/statistic/accounts/creditCardDealAnalysis/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "信用卡收支统计"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/statistic/bill/onlineLendAnalysis/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "网贷待还统计"
|
||||
}
|
||||
},{
|
||||
"path": "pages/statistic/bill/onlineLendSettledAnalysis/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "网贷已还统计"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/statistic/bill/futuresAnalysis/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "期货统计分析"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/statistic/bill/stocksAnalysis/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "股票统计分析"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/statistic/bill/investAnalysis/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "收益统计分析"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/statistic/bill/creditInstallmentSettledAnalysis/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "信用卡分期已还"
|
||||
}
|
||||
},{
|
||||
"path": "pages/statistic/bill/creditBillAnalysis/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "信用卡账单统计"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/statistic/bill/creditInstallmentAnalysis/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "信用卡分期待还统计"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/statistic/accounts/investDealAnalysis/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "投资收益统计"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"path": "pages/statistic/accounts/accountDealAnalysis/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "账户收支统计"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"path": "pages/work/accounts/accountDealRecord/list",
|
||||
"style": {
|
||||
@@ -263,6 +352,64 @@
|
||||
"style": {
|
||||
"navigationBarTitleText": "信用卡管理"
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/work/base/posmachine/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "POS机管理"
|
||||
}
|
||||
} ,
|
||||
{
|
||||
"path": "pages/work/base/posmachine/details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "POS机管理详情"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"path": "pages/work/base/posmachine/addEdit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "POS机管理"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"path": "pages/work/base/futures/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "期货账户管理"
|
||||
}
|
||||
} ,
|
||||
{
|
||||
"path": "pages/work/base/futures/details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "期货账户管理详情"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"path": "pages/work/base/futures/addEdit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "期货账户管理"
|
||||
}
|
||||
} ,
|
||||
{
|
||||
"path": "pages/work/base/stocks/list",
|
||||
"style": {
|
||||
"navigationBarTitleText": "股票账户管理"
|
||||
}
|
||||
} ,
|
||||
{
|
||||
"path": "pages/work/base/stocks/details",
|
||||
"style": {
|
||||
"navigationBarTitleText": "股票账户管理详情"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
"path": "pages/work/base/stocks/addEdit",
|
||||
"style": {
|
||||
"navigationBarTitleText": "股票账户管理"
|
||||
}
|
||||
}
|
||||
,
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user