From 399355bd63d6923be9657525dad4af8db1fb615f Mon Sep 17 00:00:00 2001
From: gongjiale <942894820@qq.com>
Date: Fri, 4 Nov 2022 18:29:09 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
front/src/views/home/DetailsPageconetent.vue | 299 ++++----
.../views/home/components/KnowledgeBase.vue | 647 ++++++++++++------
.../views/home/components/dataResource.vue | 248 +++++++
3 files changed, 878 insertions(+), 316 deletions(-)
create mode 100644 front/src/views/home/components/dataResource.vue
diff --git a/front/src/views/home/DetailsPageconetent.vue b/front/src/views/home/DetailsPageconetent.vue
index 41751eed..18ec9663 100644
--- a/front/src/views/home/DetailsPageconetent.vue
+++ b/front/src/views/home/DetailsPageconetent.vue
@@ -8,7 +8,183 @@
-
+
+
+
+
+
+
+
+
+ {{
+ item.name +
+ '(' +
+ (globalData.data.filter((val) => val.type === item.name)[0]
+ .count || '0') +
+ ')'
+ }}
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ item.name +
+ '(' +
+ (globalData.data.filter((val) => val.type === item.name)[0]
+ .count || '0') +
+ ')'
+ }}
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
+
+
+
+ {{
+ item.name +
+ '(' +
+ (globalData.data.filter((val) => val.type === item.name)[0]
+ .count || '0') +
+ ')'
+ }}
+
+
+ {{ item.name }}
+
+
+
+
+
+
+
+
-
-
-
-
-
-
- {{
- item.name +
- '(' +
- (globalData.data.filter((val) => val.type === item.name)[0]
- .count || '0') +
- ')'
- }}
-
-
- {{ item.name }}
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{
- item.name +
- '(' +
- (globalData.data.filter((val) => val.type === item.name)[0]
- .count || '0') +
- ')'
- }}
-
-
- {{ item.name }}
-
-
-
-
-
问答机器人
@@ -501,7 +560,7 @@
-
+
-
-
-
文件类型
-
zskHandleChange(tag, checked)"
+
+
+
- {{ tag }}
-
-
-
-
-
- 检索结果
- {{ props.resourceTotal }}
- 条
+ 云资源
+
+
+ 网络资源
-
发布时间
-
-
-
-
-
-
-
{{ item.createDate }}
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
diff --git a/front/src/views/home/components/dataResource.vue b/front/src/views/home/components/dataResource.vue
new file mode 100644
index 00000000..b5b861e8
--- /dev/null
+++ b/front/src/views/home/components/dataResource.vue
@@ -0,0 +1,248 @@
+
+
+
+
+
+
+
\ No newline at end of file