diff --git a/front/src/router/index.js b/front/src/router/index.js index 8a34d071..729ba193 100644 --- a/front/src/router/index.js +++ b/front/src/router/index.js @@ -453,6 +453,15 @@ export const constantRoutes = [ icon: 'error-warning-line', }, }, + { + path: '/packagingDetails', + name: 'packagingDetails', + component: () => import('@/views/home/packagingDetails'), + meta: { + title: '打包模式详情', + icon: 'error-warning-line', + }, + }, { path: '/integrationServices', name: 'integrationServices', diff --git a/front/src/views/home/components/searchResultList.vue b/front/src/views/home/components/searchResultList.vue index e7510cd5..531885ad 100644 --- a/front/src/views/home/components/searchResultList.vue +++ b/front/src/views/home/components/searchResultList.vue @@ -6,153 +6,101 @@ 检测结果: {{ resourceTotal || '' }} 个{{ - cardType == '组件服务' ? '组件' : cardType == '应用资源' ? '应用' : '' + cardType == '组件服务' ? '组件' : cardType == '应用资源' ? '应用' : '' }}
-
+
-
+ - + .attrValue + " />
-
- +
-
+ ? 'znsf' + : item.infoList && + item.infoList.filter((val) => val.attrType == '组件类型')[0] + .attrValue == '智能算法' + ? 'znsf' + : item.infoList && + item.infoList.filter((val) => val.attrType == '组件类型')[0] + .attrValue == '图层服务' + ? 'tcfw' + : item.infoList && + item.infoList.filter((val) => val.attrType == '组件类型')[0] + .attrValue == '开发组件' + ? 'kfzj' + : item.infoList && + item.infoList.filter((val) => val.attrType == '组件类型')[0] + .attrValue == '业务组件' + ? 'ywzj' + : '' + " v-else-if=" + selectCardsname !== '基础设施' && selectCardsname !== '融合服务' +">
{{ item.name }} - + + fill="#d81e06" p-id="3063"> + fill="#d81e06" p-id="3064"> + fill="#d81e06" p-id="3065">
-
- diff --git a/front/src/views/home/packagingDetails.vue b/front/src/views/home/packagingDetails.vue new file mode 100644 index 00000000..da672d45 --- /dev/null +++ b/front/src/views/home/packagingDetails.vue @@ -0,0 +1,153 @@ + + +