diff --git a/src/pages.json b/src/pages.json
index 70517c2..d450d9b 100644
--- a/src/pages.json
+++ b/src/pages.json
@@ -64,6 +64,13 @@
"navigationStyle": "custom"
}
},
+ {
+ "path": "pages/statistic/bigScreen/index",
+ "style": {
+ "navigationBarTitleText": "",
+ "navigationStyle": "custom"
+ }
+ },
{
"path": "pages/mine",
"style": {
diff --git a/src/pages/statistic/bigScreen/index.vue b/src/pages/statistic/bigScreen/index.vue
new file mode 100644
index 0000000..70eff37
--- /dev/null
+++ b/src/pages/statistic/bigScreen/index.vue
@@ -0,0 +1,1453 @@
+
+
+
+
+
+
+
+
+ 净资产
+ {{ Number(netAsset || 0).toFixed(2) }}元
+
+
+ 总负债
+ {{ Number(totalDebt || 0).toFixed(2) }}元
+
+
+ 总资产
+ {{ Number(totalAsset || 0).toFixed(2) }}元
+
+
+ 信用卡已用额度
+ {{ Number(creditBalance || 0).toFixed(2) }}元
+
+
+ 未结清贷款本息
+ {{ Number(unClearedOnlineDebt || 0).toFixed(2) }}元
+
+
+
+
+ 未结清分期及贷款
+
+
+ 未结清分期笔数
+ {{ unclearedCreditInstallmentCount }}笔
+
+
+ 未结清分期本金
+ {{ Number(unclearedCreditInstallmentPrinciple || 0).toFixed(2) }}元
+
+
+ 未结清分期利息
+ {{ Number(unclearedCreditInstallmentInterest || 0).toFixed(2) }}元
+
+
+ 未结清贷款笔数
+ {{ unclearedOnlineDebtCount }}笔
+
+
+ 未结清贷款本金
+ {{ Number(unClearedOnlineDebtPrinciple || 0).toFixed(2) }}元
+
+
+ 未结清贷款利息
+ {{ Number(unClearedOnlineDebtInterest || 0).toFixed(2) }}元
+
+
+
+
+
+ 账户信息统计
+
+
+ 信用卡
+ {{ creditCount }}张
+
+
+ I类储蓄卡
+ {{ debitICount }}张
+
+
+ II类储蓄卡
+ {{ debitIICount }}张
+
+
+ 网络账户
+ {{ debitOnlineCount }}个
+
+
+ 储值卡
+ {{ storedValueCardCount }}张
+
+
+ 贷款账户
+ {{ onlineLendCount }}个
+
+
+ 人情账户
+ {{ peopleLendCount }}人
+
+
+ POS机
+ {{ posCount }}台
+
+
+ 股票账户
+ {{ stocksCount }}个
+
+
+ 期货账户
+ {{ futuresCount }}个
+
+
+ 近3月硬查询
+ {{ lastThreeMonths }}次
+
+
+ 近6月硬查询
+ {{ lastSixMonths }}次
+
+
+
+
+
+ 本月数据概览
+
+
+ 收支差额
+
+ {{ Number(monthlyBalance || 0).toFixed(2) }}元
+
+
+
+ 总支出
+ {{ Number(monthlyTotalOutcome || 0).toFixed(2) }}元
+
+
+ 工资收益
+ {{ Number(monthlySalaryIncome || 0).toFixed(2) }}元
+
+
+ 投资收益
+ {{ Number(monthlyInvestIncome || 0).toFixed(2) }}元
+
+
+ 日常支出
+ {{ Number(monthlyExpenses || 0).toFixed(2) }}元
+
+
+ 手续费利息支出
+ {{ Number(monthlyNotDailyExpenses || 0).toFixed(2) }}元
+
+
+ 信用卡账单
+ {{ Number(monthlyCreditBill || 0).toFixed(2) }}元
+
+
+ POS刷卡次数
+ {{ Number(monthlyPosCount || 0) }}次
+
+
+ POS刷卡金额
+ {{ Number(monthlyPosAmount || 0).toFixed(2) }}元
+
+
+ POS刷卡手续费
+ {{ Number(monthlyPosFee || 0).toFixed(2) }}元
+
+
+ 信用卡分期本息
+ {{ Number(monthlyCreditInstallment || 0).toFixed(2) }}元
+
+
+ 信用卡分期本金
+ {{ Number(monthlyCreditInstallmentPrincipal || 0).toFixed(2) }}元
+
+
+ 信用卡分期利息
+ {{ Number(monthlyCreditInstallmentInterest || 0).toFixed(2) }}元
+
+
+ 信用卡可用额度
+ {{ Number(monthlyCreditAvailable || 0).toFixed(2) }}元
+
+
+ 借贷应还本息
+ {{ Number(monthlyLendDue || 0).toFixed(2) }}元
+
+
+ 借贷已还本息
+ {{ Number(monthlyLendRepaid || 0).toFixed(2) }}元
+
+
+ 借贷利息
+ {{ Number(monthlyLendInterest || 0).toFixed(2) }}元
+
+
+ 借贷待还款
+ {{ Number(monthlyLendRepayment || 0).toFixed(2) }}元
+
+
+
+
+
+
+ 资产结构占比
+
+
+
+
+
+
+
+ 负债结构占比
+
+
+
+
+
+
+
+ 信用压力分析
+
+
+
+
+
+
+
+ 未来3个月贷款还款计划
+
+
+
+
+
+
+
+ {{ expenseActiveTab === 'week' ? '近7天' : '近30天' }}日常支出
+
+
+ 近一周
+
+
+ 近一月
+
+
+
+
+
+
+
+
+
+ {{ investActiveTab === 'week' ? '近7天' : '近30天' }}投资收益
+
+
+ 近一周
+
+
+ 近一月
+
+
+
+
+
+
+
+
+
+ {{ balanceActiveTab === 'week' ? '近7天' : '近30天' }}账户收支统计
+
+
+ 近一周
+
+
+ 近一月
+
+
+
+
+
+
+
+
+
+ 近一年信用卡账单统计
+
+
+
+
+
+
+
+ 近两年储蓄卡开卡统计
+
+
+
+
+
+
+ 近15天净资产趋势
+
+
+
+
+
+
+ 近2个月POS机刷卡统计
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/pages/statistic/index.vue b/src/pages/statistic/index.vue
index 131a8bf..500dcc1 100644
--- a/src/pages/statistic/index.vue
+++ b/src/pages/statistic/index.vue
@@ -1,6 +1,20 @@
+
+
+
+
+
+
+
+ 资产大屏
+ 全局资产可视化分析
+
+
+
+
+