diff --git a/front/src/views/home/components/searchResultList.vue b/front/src/views/home/components/searchResultList.vue index 7ec605ce..fc66c133 100644 --- a/front/src/views/home/components/searchResultList.vue +++ b/front/src/views/home/components/searchResultList.vue @@ -118,6 +118,7 @@ ? 'ywzj' : '' " + @click="toView('details', item)" v-else-if=" selectCardsname !== '基础设施' && selectCardsname !== '融合服务' && @@ -131,7 +132,7 @@ selectCardsname === '融合服务' || selectCardsname === '赋能场景' " > -
+
{{ item.name }} @@ -237,24 +238,10 @@ {{ item.createDate.substring(11, 19) }} -
- -
-
- - - -
-->
-
@@ -347,12 +324,12 @@
- +
查看详情 @@ -377,21 +357,13 @@ selectCardsname === '融合服务' || selectCardsname === '赋能场景' " - @click="handleAKeyApplication(item)" + @click.stop="handleAKeyApplication(item)" > 一键申请 -