diff --git a/pages/investigation/index.vue b/pages/investigation/index.vue
index c8f471e..58665ab 100644
--- a/pages/investigation/index.vue
+++ b/pages/investigation/index.vue
@@ -1,312 +1,347 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
- 待办
- {{ totalData.Unconfirmed }}
-
-
- 正在办理
- {{ totalData.InGovernance }}
-
-
- 已完成
- {{ totalData.Finished }}
-
-
-
-
-
-
-
-
- {{ item.name }}
-
- 排查
- {{ item.deadlineStatus || '--' }}
-
-
-
- 超期
-
-
- 临期
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 待办
+ {{ totalData.Unconfirmed }}
+
+
+ 正在办理
+ {{ totalData.InGovernance }}
+
+
+ 已完成
+ {{ totalData.Finished }}
+
+
+
+
+
+
+
+
+ {{ item.name }}
+
+ 排查
+ {{ item.deadlineStatus || '--' }}
+
+
+
+ 超期
+
+
+ 临期
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file