diff --git a/src/api/invest/statisticAnalysis.js b/src/api/invest/statisticAnalysis.js
index 174e6b0..71b5557 100644
--- a/src/api/invest/statisticAnalysis.js
+++ b/src/api/invest/statisticAnalysis.js
@@ -96,7 +96,7 @@ export function getPosStatics(query) {
})
}
-// 查询记账账户列表
+// 查询睡眠账户列表
export function listSleepAccounts(query) {
return request({
url: '/invest/analysis/sleepAccountsList',
@@ -104,3 +104,12 @@ export function listSleepAccounts(query) {
params: query
})
}
+
+// 查询储蓄卡开卡统计数据
+export function getOpenCardList(query) {
+ return request({
+ url: '/invest/analysis/openCardList',
+ method: 'get',
+ params: query
+ })
+}
diff --git a/src/views/invest/openCardStatics/index.vue b/src/views/invest/openCardStatics/index.vue
new file mode 100644
index 0000000..690ad91
--- /dev/null
+++ b/src/views/invest/openCardStatics/index.vue
@@ -0,0 +1,461 @@
+
+
+
+
查询条件
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 搜索
+ 重置
+
+
+
+
+
+
+
+

+
+
+
{{ item.name }}
+
+ {{ item.count }} 张
+
+
+
+
+
+
+
储蓄卡开卡统计
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.$index + 1 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+