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 @@ + +