fix: 统计页面,统一ui优化。
This commit is contained in:
@@ -7,7 +7,8 @@
|
||||
"^u--(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
||||
"^up-(.*)": "uview-plus/components/u-$1/u-$1.vue",
|
||||
"^u-([^-].*)": "uview-plus/components/u-$1/u-$1.vue",
|
||||
"qiun-(.*)": "@/components/qiun-data-charts/components/qiun-$1/qiun-$1.vue"
|
||||
"qiun-(.*)": "@/components/qiun-data-charts/components/qiun-$1/qiun-$1.vue",
|
||||
"statisticBtn": "@/components/statisticBtn/statisticBtn.vue"
|
||||
}
|
||||
},
|
||||
"pages": [
|
||||
@@ -87,13 +88,15 @@
|
||||
{
|
||||
"path": "pages/statistic/accounts/debitCardAnalysis/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "结算卡统计"
|
||||
"navigationBarTitleText": "结算卡统计",
|
||||
"disableScroll": true
|
||||
}
|
||||
} ,
|
||||
{
|
||||
"path": "pages/statistic/accounts/posStatics/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "POS机统计"
|
||||
"navigationBarTitleText": "POS机统计",
|
||||
"disableScroll": true
|
||||
}
|
||||
} ,
|
||||
{
|
||||
@@ -105,30 +108,35 @@
|
||||
{
|
||||
"path": "pages/statistic/accounts/posAnalysis/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "POS机刷卡统计"
|
||||
"navigationBarTitleText": "POS机刷卡统计",
|
||||
"disableScroll": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/statistic/accounts/debitDealAnalysis/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "储蓄账户统计"
|
||||
"navigationBarTitleText": "储蓄账户统计",
|
||||
"disableScroll": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/statistic/accounts/creditCardDealAnalysis/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "信用卡收支统计"
|
||||
"navigationBarTitleText": "信用卡收支统计",
|
||||
"disableScroll": true
|
||||
}
|
||||
},{
|
||||
"path": "pages/statistic/accounts/dailyExpensesAnalysis/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "日常支出统计"
|
||||
"navigationBarTitleText": "日常支出统计",
|
||||
"disableScroll": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/statistic/bill/onlineLendAnalysis/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "贷款待还统计"
|
||||
"navigationBarTitleText": "贷款待还统计",
|
||||
"disableScroll": true
|
||||
}
|
||||
},{
|
||||
"path": "pages/statistic/bill/onlineLendSettledAnalysis/index",
|
||||
@@ -139,19 +147,22 @@
|
||||
{
|
||||
"path": "pages/statistic/bill/futuresAnalysis/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "期货统计分析"
|
||||
"navigationBarTitleText": "期货统计分析",
|
||||
"disableScroll": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/statistic/bill/stocksAnalysis/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "股票统计分析"
|
||||
"navigationBarTitleText": "股票统计分析",
|
||||
"disableScroll": true
|
||||
}
|
||||
},
|
||||
{
|
||||
"path": "pages/statistic/bill/investAnalysis/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "收益统计分析"
|
||||
"navigationBarTitleText": "收益统计分析",
|
||||
"disableScroll": true
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -174,7 +185,8 @@
|
||||
{
|
||||
"path": "pages/statistic/accounts/investDealAnalysis/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "投资收益统计"
|
||||
"navigationBarTitleText": "投资收益统计",
|
||||
"disableScroll": true
|
||||
}
|
||||
}
|
||||
,
|
||||
@@ -200,7 +212,8 @@
|
||||
{
|
||||
"path": "pages/statistic/accounts/accountDealAnalysis/index",
|
||||
"style": {
|
||||
"navigationBarTitleText": "账户收支统计"
|
||||
"navigationBarTitleText": "账户收支统计",
|
||||
"disableScroll": true
|
||||
}
|
||||
}
|
||||
,
|
||||
|
||||
Reference in New Issue
Block a user