diff --git a/src/pages/statistic/accounts/sleepAccounts/index.vue b/src/pages/statistic/accounts/sleepAccounts/index.vue
new file mode 100644
index 0000000..45b4041
--- /dev/null
+++ b/src/pages/statistic/accounts/sleepAccounts/index.vue
@@ -0,0 +1,477 @@
+
+
+
+
+
+
+
+
+
+
+
+ 账户类型
+
+ {{ item.dictLabel }}
+
+ 账户状态
+
+ {{ item.dictLabel }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 账号:
+ {{ item.code }}
+
+
+
+ 储蓄卡类型:
+ {{ dictStr(item.debitType, debitType) }}
+
+
+ 余额:
+ {{ item.balance }}
+
+
+ 最近一次交易时间:
+ {{ item.recentDealTime }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file