From 816d07495ceb1acda6cb1baa595b7330cecdc592 Mon Sep 17 00:00:00 2001 From: guoyue Date: Thu, 28 Jul 2022 17:52:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=93=E5=8C=85=E6=A8=A1=E5=BC=8F=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E9=A1=B5=E6=B7=BB=E5=8A=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/router/index.js | 9 + .../home/components/searchResultList.vue | 1784 ++++++++--------- front/src/views/home/integrationServices.vue | 615 +++--- front/src/views/home/packagingDetails.vue | 153 ++ 4 files changed, 1329 insertions(+), 1232 deletions(-) create mode 100644 front/src/views/home/packagingDetails.vue 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 @@ + + +