From f5ead8ecde495df82d088f9419c90520b21a1b84 Mon Sep 17 00:00:00 2001 From: RenCheng Date: Sun, 9 Mar 2025 12:23:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=BB=E5=8A=A1=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E9=A1=B5=E9=9D=A2=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/task/statistics.vue | 121 ++++++++++++++++++++-------------- 1 file changed, 70 insertions(+), 51 deletions(-) diff --git a/src/views/task/statistics.vue b/src/views/task/statistics.vue index e1fffe5..c9ca5b8 100644 --- a/src/views/task/statistics.vue +++ b/src/views/task/statistics.vue @@ -14,7 +14,7 @@ - 查询 + 查询 @@ -27,7 +27,11 @@ bordered rowKey="id" :columns="columns" - :dataSource="dataSource"> + :dataSource="dataSource" + @change="handleTableChange"> + + 选中 +
@@ -43,7 +47,7 @@ -
9694
+
{{fileNum.totalNumRow}}
结构化数据条数
@@ -52,7 +56,7 @@ -
10.92GB
+
{{fileNum.totalFileSize}}GB
非结构化文件(大小)
@@ -61,7 +65,7 @@ -
22
+
{{fileNum.tableCount}}
表数量
@@ -70,7 +74,7 @@ -
7
+
{{ fileNum.fileLinkCount }}
文件接引数量
@@ -79,7 +83,7 @@ -
5
+
{{ fileNum.docFileCount }}
文档数量
@@ -89,7 +93,7 @@
- +
数据清洗差异统计
@@ -105,15 +109,13 @@