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 @@
-
+
-
+
{{ parseTime(scope.row.activationDate, '{y}-{m}-{d}') }}
@@ -40,7 +40,8 @@
-
+
+
{{ parseTime(scope.row.effectiveDate, '{y}-{m}-{d}') }}
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/financials/index.vue b/src/views/invest/financials/index.vue
index f99ce61..6ba5613 100644
--- a/src/views/invest/financials/index.vue
+++ b/src/views/invest/financials/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 @@
+
diff --git a/src/views/invest/sleepAccounts/index.vue b/src/views/invest/sleepAccounts/index.vue
new file mode 100644
index 0000000..bde9232
--- /dev/null
+++ b/src/views/invest/sleepAccounts/index.vue
@@ -0,0 +1,548 @@
+
+
+
+
查询条件
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/src/views/invest/stocks/index.vue b/src/views/invest/stocks/index.vue
index d1e9927..b255fc2 100644
--- a/src/views/invest/stocks/index.vue
+++ b/src/views/invest/stocks/index.vue
@@ -36,6 +36,7 @@
+