diff --git a/src/pages/index.vue b/src/pages/index.vue
index 2508bf5..2af1225 100644
--- a/src/pages/index.vue
+++ b/src/pages/index.vue
@@ -48,7 +48,7 @@
-
信用卡已使用额度
+
信用卡已用额度
{{ creditBalance }}元
@@ -317,7 +317,7 @@
-
近6个月账单使用率
+
近6月使用率
{{ lastSixMonthUsedRate }}%
@@ -326,7 +326,7 @@
-
近6个月账单平均使用额度
+
近6月平均使用额度
{{ lastSixMonthUsedLimit }}元
@@ -336,14 +336,14 @@
-
近1月硬查询次数
+
近1月硬查询
{{ lastOneMonths }}次
-
近2月硬查询次数
+
近2月硬查询
{{ lastTwoMonths }}次
@@ -352,14 +352,14 @@
-
近3月硬查询次数
+
近3月硬查询
{{ lastThreeMonths }}次
-
近6月硬查询次数
+
近6月硬查询
{{ lastSixMonths }}次
@@ -368,14 +368,14 @@
-
近1年硬查询次数
+
近1年硬查询
{{ lastOneYears }}次
-
近2年硬查询次数
+
近2年硬查询
{{ lastTwoYears }}次
@@ -384,14 +384,14 @@
-
总硬查询次数
+
总硬查询
{{ lastAllYears }}次
-
近6月个人查询次数
+
近6月个人查询
{{ lastSixMonthQueryCount }}次
@@ -401,14 +401,14 @@
-
近6月贷后管理次数
+
近6月贷后管理
{{ lastSixMonthsAfterLoan }}次
-
近2年贷后管理次数
+
近2年贷后管理
{{ lastTwoYearsAfterLoan }}次
@@ -417,7 +417,7 @@
-
贷后管理总次数
+
贷后管理总数
{{ totalAfterLoan }}次
@@ -666,22 +666,22 @@ onMounted(() => {
display: flex;
position: relative;
align-items: center;
- margin: 5px 10px 5px 10px;
+ margin: 0px 5px 0px 5px;
.title {
- margin-left: 10px;
+ margin-left: 5px;
color: rgb(133, 133, 148);
- margin-bottom: 8px;
+ margin-bottom: 5px;
font-size: 14px;
}
.num {
- margin-left: 10px;
+ margin-left: 5px;
font-weight: bold;
- font-size: 15px;
+ font-size: 14px;
}
}
img {
- height: 50px;
- width: 50px;
+ height: 30px;
+ width: 30px;
}
}
.header-title {
@@ -692,7 +692,7 @@ onMounted(() => {
display: flex;
justify-content: space-between;
align-items: center;
- font-size: 18px;
+ font-size: 16px;
}
}
diff --git a/src/pages/statistic/accounts/accountAnalysis/index.vue b/src/pages/statistic/accounts/accountAnalysis/index.vue
deleted file mode 100644
index aeda8f9..0000000
--- a/src/pages/statistic/accounts/accountAnalysis/index.vue
+++ /dev/null
@@ -1,650 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/pages/statistic/accounts/accountDealAnalysis/index.vue b/src/pages/statistic/accounts/accountDealAnalysis/index.vue
index 888c49d..278a64a 100644
--- a/src/pages/statistic/accounts/accountDealAnalysis/index.vue
+++ b/src/pages/statistic/accounts/accountDealAnalysis/index.vue
@@ -109,14 +109,14 @@
-
手续费利息支出
+
手续费利息合计
{{ account.notDailyExpenses}}元
-
POS机刷卡手续费
+
POS机手续费
{{ account.posExpenses }}元
@@ -295,20 +295,20 @@ function searchSubmit() {
align-items: center;
margin: 5px 10px 5px 10px;
.title {
- margin-left: 10px;
+ margin-left: 5px;
color: rgb(133, 133, 148);
- margin-bottom: 8px;
+ margin-bottom: 5px;
font-size: 14px;
}
.num {
- margin-left: 10px;
+ margin-left: 5px;
font-weight: bold;
- font-size: 15px;
+ font-size: 14px;
}
}
img {
- height: 50px;
- width: 50px;
+ height: 30px;
+ width: 30px;
}
}
.header-title {
@@ -319,7 +319,7 @@ function searchSubmit() {
display: flex;
justify-content: space-between;
align-items: center;
- font-size: 18px;
+ font-size: 16px;
}
}
.btnAdd {
diff --git a/src/pages/statistic/accounts/accountsBalance/index.vue b/src/pages/statistic/accounts/accountsBalance/index.vue
index 2f7688f..367dbcd 100644
--- a/src/pages/statistic/accounts/accountsBalance/index.vue
+++ b/src/pages/statistic/accounts/accountsBalance/index.vue
@@ -188,20 +188,20 @@
align-items: center;
margin: 5px 10px 5px 10px;
.title {
- margin-left: 10px;
+ margin-left: 5px;
color: rgb(133, 133, 148);
- margin-bottom: 8px;
+ margin-bottom: 5px;
font-size: 14px;
}
.num {
- margin-left: 10px;
+ margin-left: 5px;
font-weight: bold;
- font-size: 15px;
+ font-size: 14px;
}
}
img {
- height: 50px;
- width: 50px;
+ height: 30px;
+ width: 30px;
}
}
.header-title {
@@ -212,7 +212,7 @@
display: flex;
justify-content: space-between;
align-items: center;
- font-size: 18px;
+ font-size: 16px;
}
}
.btnAdd {
diff --git a/src/pages/statistic/accounts/creditCardDealAnalysis/index.vue b/src/pages/statistic/accounts/creditCardDealAnalysis/index.vue
index 9d5dc4d..f55dcaa 100644
--- a/src/pages/statistic/accounts/creditCardDealAnalysis/index.vue
+++ b/src/pages/statistic/accounts/creditCardDealAnalysis/index.vue
@@ -133,7 +133,7 @@
-
真实消费支出笔数
+
真实消费笔数
{{ account.realExpensesCount}}笔
@@ -351,20 +351,20 @@ function searchSubmit() {
align-items: center;
margin: 5px 10px 5px 10px;
.title {
- margin-left: 10px;
+ margin-left: 5px;
color: rgb(133, 133, 148);
- margin-bottom: 8px;
+ margin-bottom: 5px;
font-size: 14px;
}
.num {
- margin-left: 10px;
+ margin-left: 5px;
font-weight: bold;
- font-size: 15px;
+ font-size: 14px;
}
}
img {
- height: 50px;
- width: 50px;
+ height: 30px;
+ width: 30px;
}
}
.header-title {
@@ -375,7 +375,7 @@ function searchSubmit() {
display: flex;
justify-content: space-between;
align-items: center;
- font-size: 18px;
+ font-size: 16px;
}
}
.btnAdd {
diff --git a/src/pages/statistic/accounts/debitDealAnalysis/index.vue b/src/pages/statistic/accounts/debitDealAnalysis/index.vue
index c05b078..976be47 100644
--- a/src/pages/statistic/accounts/debitDealAnalysis/index.vue
+++ b/src/pages/statistic/accounts/debitDealAnalysis/index.vue
@@ -346,20 +346,20 @@ function searchSubmit() {
align-items: center;
margin: 5px 10px 5px 10px;
.title {
- margin-left: 10px;
+ margin-left: 5px;
color: rgb(133, 133, 148);
- margin-bottom: 8px;
+ margin-bottom: 5px;
font-size: 14px;
}
.num {
- margin-left: 10px;
+ margin-left: 5px;
font-weight: bold;
- font-size: 15px;
+ font-size: 14px;
}
}
img {
- height: 50px;
- width: 50px;
+ height: 30px;
+ width: 30px;
}
}
.header-title {
@@ -370,7 +370,7 @@ function searchSubmit() {
display: flex;
justify-content: space-between;
align-items: center;
- font-size: 18px;
+ font-size: 16px;
}
}
.btnAdd {
diff --git a/src/pages/statistic/accounts/investDealAnalysis/index.vue b/src/pages/statistic/accounts/investDealAnalysis/index.vue
index a119fce..0844980 100644
--- a/src/pages/statistic/accounts/investDealAnalysis/index.vue
+++ b/src/pages/statistic/accounts/investDealAnalysis/index.vue
@@ -310,20 +310,20 @@ function searchSubmit() {
align-items: center;
margin: 5px 10px 5px 10px;
.title {
- margin-left: 10px;
+ margin-left: 5px;
color: rgb(133, 133, 148);
- margin-bottom: 8px;
+ margin-bottom: 5px;
font-size: 14px;
}
.num {
- margin-left: 10px;
+ margin-left: 5px;
font-weight: bold;
- font-size: 15px;
+ font-size: 14px;
}
}
img {
- height: 50px;
- width: 50px;
+ height: 30px;
+ width: 30px;
}
}
.header-title {
@@ -334,7 +334,7 @@ function searchSubmit() {
display: flex;
justify-content: space-between;
align-items: center;
- font-size: 18px;
+ font-size: 16px;
}
}
.btnAdd {
diff --git a/src/pages/statistic/accounts/posAnalysis/index.vue b/src/pages/statistic/accounts/posAnalysis/index.vue
index 347e28e..d3e9d78 100644
--- a/src/pages/statistic/accounts/posAnalysis/index.vue
+++ b/src/pages/statistic/accounts/posAnalysis/index.vue
@@ -297,20 +297,20 @@ function searchSubmit() {
align-items: center;
margin: 5px 10px 5px 10px;
.title {
- margin-left: 10px;
+ margin-left: 5px;
color: rgb(133, 133, 148);
- margin-bottom: 8px;
+ margin-bottom: 5px;
font-size: 14px;
}
.num {
- margin-left: 10px;
+ margin-left: 5px;
font-weight: bold;
- font-size: 15px;
+ font-size: 14px;
}
}
img {
- height: 50px;
- width: 50px;
+ height: 30px;
+ width: 30px;
}
}
.header-title {
@@ -321,7 +321,7 @@ function searchSubmit() {
display: flex;
justify-content: space-between;
align-items: center;
- font-size: 18px;
+ font-size: 16px;
}
}
.btnAdd {
diff --git a/src/pages/statistic/bill/creditBillAnalysis/index.vue b/src/pages/statistic/bill/creditBillAnalysis/index.vue
index a491249..fa6989d 100644
--- a/src/pages/statistic/bill/creditBillAnalysis/index.vue
+++ b/src/pages/statistic/bill/creditBillAnalysis/index.vue
@@ -322,20 +322,20 @@ const start = dayjs(end).add(-11, 'months')
align-items: center;
margin: 5px 10px 5px 10px;
.title {
- margin-left: 10px;
+ margin-left: 5px;
color: rgb(133, 133, 148);
- margin-bottom: 8px;
+ margin-bottom: 5px;
font-size: 14px;
}
.num {
- margin-left: 10px;
+ margin-left: 5px;
font-weight: bold;
- font-size: 15px;
+ font-size: 14px;
}
}
img {
- height: 50px;
- width: 50px;
+ height: 30px;
+ width: 30px;
}
}
.header-title {
@@ -346,7 +346,7 @@ const start = dayjs(end).add(-11, 'months')
display: flex;
justify-content: space-between;
align-items: center;
- font-size: 18px;
+ font-size: 16px;
}
}
.btnAdd {
diff --git a/src/pages/statistic/bill/creditInstallmentAnalysis/index.vue b/src/pages/statistic/bill/creditInstallmentAnalysis/index.vue
index 76b1d80..f7ba574 100644
--- a/src/pages/statistic/bill/creditInstallmentAnalysis/index.vue
+++ b/src/pages/statistic/bill/creditInstallmentAnalysis/index.vue
@@ -70,14 +70,14 @@
-
未结清分期笔数
+
未结清分期
{{ historyObj.unclearedDetailCount }}笔
-
未结清分期(本息)
+
未结清(本息)
{{ historyObj.unClearedDetail }}元
@@ -313,20 +313,20 @@ const end = `${endDate.getFullYear()}-${(endDate.getMonth() + 1).toString().padS
align-items: center;
margin: 5px 10px 5px 10px;
.title {
- margin-left: 10px;
+ margin-left: 5px;
color: rgb(133, 133, 148);
- margin-bottom: 8px;
+ margin-bottom: 5px;
font-size: 14px;
}
.num {
- margin-left: 10px;
+ margin-left: 5px;
font-weight: bold;
- font-size: 15px;
+ font-size: 14px;
}
}
img {
- height: 50px;
- width: 50px;
+ height: 30px;
+ width: 30px;
}
}
.header-title {
@@ -337,7 +337,7 @@ const end = `${endDate.getFullYear()}-${(endDate.getMonth() + 1).toString().padS
display: flex;
justify-content: space-between;
align-items: center;
- font-size: 18px;
+ font-size: 16px;
}
}
.btnAdd {
diff --git a/src/pages/statistic/bill/creditInstallmentSettledAnalysis/index.vue b/src/pages/statistic/bill/creditInstallmentSettledAnalysis/index.vue
index 0f473b6..94d2bd6 100644
--- a/src/pages/statistic/bill/creditInstallmentSettledAnalysis/index.vue
+++ b/src/pages/statistic/bill/creditInstallmentSettledAnalysis/index.vue
@@ -70,14 +70,14 @@
-
已结清分期笔数
+
已结清分期
{{ historyObj.clearedCount }}笔
-
已结清分期(本息)
+
已结清(本息)
{{ historyObj.clearedTotal }}元
@@ -86,14 +86,14 @@
-
已结清分期(本金)
+
已结清(本金)
{{ historyObj.clearedPrincipal}}元
-
已结清总利息
+
已结清利息
{{ historyObj.totalInterest }}元
@@ -298,20 +298,20 @@ const start = dayjs(end).add(-239, 'months')
align-items: center;
margin: 5px 10px 5px 10px;
.title {
- margin-left: 10px;
+ margin-left: 5px;
color: rgb(133, 133, 148);
- margin-bottom: 8px;
+ margin-bottom: 5px;
font-size: 14px;
}
.num {
- margin-left: 10px;
+ margin-left: 5px;
font-weight: bold;
- font-size: 15px;
+ font-size: 14px;
}
}
img {
- height: 50px;
- width: 50px;
+ height: 30px;
+ width: 30px;
}
}
.header-title {
@@ -322,7 +322,7 @@ const start = dayjs(end).add(-239, 'months')
display: flex;
justify-content: space-between;
align-items: center;
- font-size: 18px;
+ font-size: 16px;
}
}
.btnAdd {
diff --git a/src/pages/statistic/bill/creditRecordAnalysis/index.vue b/src/pages/statistic/bill/creditRecordAnalysis/index.vue
index 08d2d4f..7c3b5b9 100644
--- a/src/pages/statistic/bill/creditRecordAnalysis/index.vue
+++ b/src/pages/statistic/bill/creditRecordAnalysis/index.vue
@@ -295,20 +295,20 @@ function searchSubmit() {
align-items: center;
margin: 5px 10px 5px 10px;
.title {
- margin-left: 10px;
+ margin-left: 5px;
color: rgb(133, 133, 148);
- margin-bottom: 8px;
+ margin-bottom: 5px;
font-size: 14px;
}
.num {
- margin-left: 10px;
+ margin-left: 5px;
font-weight: bold;
- font-size: 15px;
+ font-size: 14px;
}
}
img {
- height: 50px;
- width: 50px;
+ height: 30px;
+ width: 30px;
}
}
.header-title {
@@ -319,7 +319,7 @@ function searchSubmit() {
display: flex;
justify-content: space-between;
align-items: center;
- font-size: 18px;
+ font-size: 16px;
}
}
.btnAdd {
diff --git a/src/pages/statistic/bill/futuresAnalysis/index.vue b/src/pages/statistic/bill/futuresAnalysis/index.vue
index c889ba8..d3353b0 100644
--- a/src/pages/statistic/bill/futuresAnalysis/index.vue
+++ b/src/pages/statistic/bill/futuresAnalysis/index.vue
@@ -299,20 +299,20 @@ const start = dayjs(end).add(-59, 'months')
align-items: center;
margin: 5px 10px 5px 10px;
.title {
- margin-left: 10px;
+ margin-left: 5px;
color: rgb(133, 133, 148);
- margin-bottom: 8px;
+ margin-bottom: 5px;
font-size: 14px;
}
.num {
- margin-left: 10px;
+ margin-left: 5px;
font-weight: bold;
- font-size: 15px;
+ font-size: 14px;
}
}
img {
- height: 50px;
- width: 50px;
+ height: 30px;
+ width: 30px;
}
}
.header-title {
@@ -323,7 +323,7 @@ const start = dayjs(end).add(-59, 'months')
display: flex;
justify-content: space-between;
align-items: center;
- font-size: 18px;
+ font-size: 16px;
}
}
.btnAdd {
diff --git a/src/pages/statistic/bill/investAnalysis/index.vue b/src/pages/statistic/bill/investAnalysis/index.vue
index 278e9bd..ef414b1 100644
--- a/src/pages/statistic/bill/investAnalysis/index.vue
+++ b/src/pages/statistic/bill/investAnalysis/index.vue
@@ -298,20 +298,20 @@ const start = dayjs(end).add(-59, 'months')
align-items: center;
margin: 5px 10px 5px 10px;
.title {
- margin-left: 10px;
+ margin-left: 5px;
color: rgb(133, 133, 148);
- margin-bottom: 8px;
+ margin-bottom: 5px;
font-size: 14px;
}
.num {
- margin-left: 10px;
+ margin-left: 5px;
font-weight: bold;
- font-size: 15px;
+ font-size: 14px;
}
}
img {
- height: 50px;
- width: 50px;
+ height: 30px;
+ width: 30px;
}
}
.header-title {
@@ -322,7 +322,7 @@ const start = dayjs(end).add(-59, 'months')
display: flex;
justify-content: space-between;
align-items: center;
- font-size: 18px;
+ font-size: 16px;
}
}
.btnAdd {
diff --git a/src/pages/statistic/bill/onlineLendAnalysis/index.vue b/src/pages/statistic/bill/onlineLendAnalysis/index.vue
index 0858eb8..5f5216a 100644
--- a/src/pages/statistic/bill/onlineLendAnalysis/index.vue
+++ b/src/pages/statistic/bill/onlineLendAnalysis/index.vue
@@ -70,14 +70,14 @@
-
未结清网贷笔数
+
未结清网贷
{{ historyObj.unclearedDetailCount }}笔
-
未结清网贷(本息)
+
未结清(本息)
{{ historyObj.unClearedDetail }}元
@@ -314,20 +314,20 @@ const end = `${endDate.getFullYear()}-${(endDate.getMonth() + 1).toString().padS
align-items: center;
margin: 5px 10px 5px 10px;
.title {
- margin-left: 10px;
+ margin-left: 5px;
color: rgb(133, 133, 148);
- margin-bottom: 8px;
+ margin-bottom: 5px;
font-size: 14px;
}
.num {
- margin-left: 10px;
+ margin-left: 5px;
font-weight: bold;
- font-size: 15px;
+ font-size: 14px;
}
}
img {
- height: 50px;
- width: 50px;
+ height: 30px;
+ width: 30px;
}
}
.header-title {
@@ -338,7 +338,7 @@ const end = `${endDate.getFullYear()}-${(endDate.getMonth() + 1).toString().padS
display: flex;
justify-content: space-between;
align-items: center;
- font-size: 18px;
+ font-size: 16px;
}
}
.btnAdd {
diff --git a/src/pages/statistic/bill/onlineLendSettledAnalysis/index.vue b/src/pages/statistic/bill/onlineLendSettledAnalysis/index.vue
index df15b2f..46fc331 100644
--- a/src/pages/statistic/bill/onlineLendSettledAnalysis/index.vue
+++ b/src/pages/statistic/bill/onlineLendSettledAnalysis/index.vue
@@ -70,14 +70,14 @@
-
已结清网贷笔数
+
已结清网贷
{{ historyObj.clearedCount }}笔
-
已结清网贷(本息)
+
已结清(本息)
{{ historyObj.clearedTotal }}元
@@ -86,14 +86,14 @@
-
已结清网贷(本金)
+
已结清(本金)
{{ historyObj.clearedPrincipal}}元
-
已结清总利息
+
已结清利息
{{ historyObj.totalInterest }}元
@@ -299,20 +299,20 @@ const start = dayjs(end).add(-239, 'months')
align-items: center;
margin: 5px 10px 5px 10px;
.title {
- margin-left: 10px;
+ margin-left: 5px;
color: rgb(133, 133, 148);
- margin-bottom: 8px;
+ margin-bottom: 5px;
font-size: 14px;
}
.num {
- margin-left: 10px;
+ margin-left: 5px;
font-weight: bold;
- font-size: 15px;
+ font-size: 14px;
}
}
img {
- height: 50px;
- width: 50px;
+ height: 30px;
+ width: 30px;
}
}
.header-title {
@@ -323,7 +323,7 @@ const start = dayjs(end).add(-239, 'months')
display: flex;
justify-content: space-between;
align-items: center;
- font-size: 18px;
+ font-size: 16px;
}
}
.btnAdd {
diff --git a/src/pages/statistic/bill/stocksAnalysis/index.vue b/src/pages/statistic/bill/stocksAnalysis/index.vue
index bf4bb0a..84223b4 100644
--- a/src/pages/statistic/bill/stocksAnalysis/index.vue
+++ b/src/pages/statistic/bill/stocksAnalysis/index.vue
@@ -299,20 +299,20 @@ const start = dayjs(end).add(-59, 'months')
align-items: center;
margin: 5px 10px 5px 10px;
.title {
- margin-left: 10px;
+ margin-left: 5px;
color: rgb(133, 133, 148);
- margin-bottom: 8px;
+ margin-bottom: 5px;
font-size: 14px;
}
.num {
- margin-left: 10px;
+ margin-left: 5px;
font-weight: bold;
- font-size: 15px;
+ font-size: 14px;
}
}
img {
- height: 50px;
- width: 50px;
+ height: 30px;
+ width: 30px;
}
}
.header-title {
@@ -323,7 +323,7 @@ const start = dayjs(end).add(-59, 'months')
display: flex;
justify-content: space-between;
align-items: center;
- font-size: 18px;
+ font-size: 16px;
}
}
.btnAdd {