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 }} + +
+
+
+ +
+
+
模糊搜索 @@ -153,123 +329,6 @@
-
-
-
- 模糊搜索 - - - -
-
-
-
-
- - - {{ - 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 @@
-
+
-
-
- 文件类型 - +
+
- {{ tag }} - -
-
- -
- 检索结果 - {{ props.resourceTotal }} - 条 + 云资源 +
+
+ 网络资源
-
发布时间
-
- - - -
- 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