From 67206731d657c9836d4815de0c864c2661a80c4f Mon Sep 17 00:00:00 2001 From: tianyongbao Date: Mon, 24 Feb 2025 13:43:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=99=BA=E8=81=AA=E8=AE=B0=E8=B4=A6?= =?UTF-8?q?=E7=AE=A1=E7=90=86=EF=BC=8C=E6=96=B0=E5=A2=9E=E7=9D=A1=E7=9C=A0?= =?UTF-8?q?=E8=B4=A6=E6=88=B7=E7=BB=9F=E8=AE=A1=E5=8A=9F=E8=83=BD=EF=BC=8C?= =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=B1=95=E7=A4=BA=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/api/invest/statisticAnalysis.js | 9 + src/views/invest/creditcard/index.vue | 7 +- src/views/invest/debitcard/index.vue | 1 + src/views/invest/financials/index.vue | 1 + src/views/invest/futures/index.vue | 1 + src/views/invest/lend/index.vue | 1 + src/views/invest/sleepAccounts/index.vue | 548 +++++++++++++++++++++++ src/views/invest/stocks/index.vue | 1 + 8 files changed, 566 insertions(+), 3 deletions(-) create mode 100644 src/views/invest/sleepAccounts/index.vue diff --git a/src/api/invest/statisticAnalysis.js b/src/api/invest/statisticAnalysis.js index 15f7696..174e6b0 100644 --- a/src/api/invest/statisticAnalysis.js +++ b/src/api/invest/statisticAnalysis.js @@ -95,3 +95,12 @@ export function getPosStatics(query) { params: query }) } + +// 查询记账账户列表 +export function listSleepAccounts(query) { + return request({ + url: '/invest/analysis/sleepAccountsList', + method: 'get', + params: query + }) +} diff --git a/src/views/invest/creditcard/index.vue b/src/views/invest/creditcard/index.vue index 64fa554..7dde0fd 100644 --- a/src/views/invest/creditcard/index.vue +++ b/src/views/invest/creditcard/index.vue @@ -29,9 +29,9 @@
- + - + @@ -40,7 +40,8 @@ - + + diff --git a/src/views/invest/debitcard/index.vue b/src/views/invest/debitcard/index.vue index 5e8a238..b5f585a 100644 --- a/src/views/invest/debitcard/index.vue +++ b/src/views/invest/debitcard/index.vue @@ -36,6 +36,7 @@ + + diff --git a/src/views/invest/futures/index.vue b/src/views/invest/futures/index.vue index 168b590..72dc47e 100644 --- a/src/views/invest/futures/index.vue +++ b/src/views/invest/futures/index.vue @@ -36,6 +36,7 @@ + diff --git a/src/views/invest/lend/index.vue b/src/views/invest/lend/index.vue index a6629f4..62fd008 100644 --- a/src/views/invest/lend/index.vue +++ b/src/views/invest/lend/index.vue @@ -41,6 +41,7 @@ + +