From 2b54d07cc2f9457fef59e04a6bd0d7145e5975b5 Mon Sep 17 00:00:00 2001
From: limingtao <@ming_tao_li>
Date: Thu, 18 Jul 2024 11:26:56 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8E=92=E6=9F=A5=E5=88=97=E8=A1=A8=E5=8A=A0?=
=?UTF-8?q?=E8=BD=BD=E5=A4=84=E7=90=86?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/investigation/index.vue | 659 ++++++++++++++++++----------------
1 file changed, 347 insertions(+), 312 deletions(-)
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