From 7344abc040e4e38d535b781fd9d6d33de98eb7c9 Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Wed, 29 May 2024 13:53:29 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=A1=E7=94=A8=E5=8D=A1=E8=B4=A6?= =?UTF-8?q?=E5=8D=95=E6=96=B0=E5=A2=9E=E8=B4=A6=E5=8D=95=E6=98=8E=E7=BB=86?= =?UTF-8?q?=EF=BC=8C=E9=A6=96=E9=A1=B5=E5=A2=9E=E5=8A=A0=E6=8A=95=E8=B5=84?= =?UTF-8?q?=E8=B4=A6=E6=88=B7=E4=BD=99=E9=A2=9D=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/invest/accountAnalysis/index.vue | 25 ++-- src/views/invest/creditCardBill/index.vue | 130 ++++++++++++++++++++- 2 files changed, 143 insertions(+), 12 deletions(-) diff --git a/src/views/invest/accountAnalysis/index.vue b/src/views/invest/accountAnalysis/index.vue index 650bcab..00af736 100644 --- a/src/views/invest/accountAnalysis/index.vue +++ b/src/views/invest/accountAnalysis/index.vue @@ -23,6 +23,13 @@
{{ debetBalance }}
+
+ +
+
投资账户余额
+
{{ investBalance }}
+
+
@@ -49,6 +56,13 @@
    投资收益
+
+ +
+
投资账户余额
+
{{ investBalance }}
+
+
@@ -70,13 +84,6 @@
{{ stocksIncome }}
-
- -
-
其他收益
-
{{ otherIncome }}
-
-
    网贷信息
@@ -445,7 +452,7 @@ import { getCreditRecordAnalysis } from '@/api/invest/creditQueryRecord' const futuresIncome = ref(0) const totalIncome = ref(0) const stocksIncome = ref(0) -const otherIncome = ref(0) +const investBalance = ref(0) //基础信息 const posCount = ref(0) @@ -515,7 +522,7 @@ const getIncomeInfoData = () => { totalIncome.value = res.data.totalIncome futuresIncome.value = res.data.futuresIncome stocksIncome.value = res.data.stocksIncome - otherIncome.value = res.data.otherIncome + investBalance.value = res.data.investBalance }) } diff --git a/src/views/invest/creditCardBill/index.vue b/src/views/invest/creditCardBill/index.vue index e6df5d9..e784d13 100644 --- a/src/views/invest/creditCardBill/index.vue +++ b/src/views/invest/creditCardBill/index.vue @@ -91,16 +91,71 @@
+ + + + + + + + + + + + + + + + + 搜索 + 重置 + + + + + + + + + + + + + + + +