From c183ee883d76b298b86deee65603ca9fd0eff7c6 Mon Sep 17 00:00:00 2001 From: guoyue Date: Fri, 30 Sep 2022 16:07:15 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=A3=E7=A0=81=E6=89=BE=E5=9B=9E=20(?= =?UTF-8?q?=E8=AF=A6=E6=83=85=E6=8C=89=E9=92=AE=EF=BC=8C=E8=A5=BF=E6=B5=B7?= =?UTF-8?q?=E5=B2=B8=E6=99=BA=E8=83=BD=E7=AE=97=E6=B3=95=E6=94=AF=E6=8C=81?= =?UTF-8?q?=EF=BC=8C=E8=9E=8D=E5=90=88=E6=9C=8D=E5=8A=A1=E8=AF=A6=E6=83=85?= =?UTF-8?q?=EF=BC=8C=E8=A5=BF=E6=B5=B7=E5=B2=B8=E7=99=BB=E5=BD=95=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=9F=BA=E7=A1=80=E8=AE=BE=E6=96=BD)=20=20=20=20?= =?UTF-8?q?=E3=80=902022-09-30=EF=BC=9A=E4=BF=AE=E6=94=B9=E6=96=87?= =?UTF-8?q?=E4=BB=B6=20=E3=80=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/router/index.js | 2 +- front/src/views/home/DetailsPageconetent.vue | 2376 ++++++++--------- front/src/views/home/components/header.vue | 21 +- .../home/components/searchResultList.vue | 1994 ++++++-------- front/src/views/home/infrastructurePage.vue | 38 +- front/src/views/home/integrationServices.vue | 682 +++-- 6 files changed, 2273 insertions(+), 2840 deletions(-) diff --git a/front/src/router/index.js b/front/src/router/index.js index 8f3e1d09..47c429c7 100644 --- a/front/src/router/index.js +++ b/front/src/router/index.js @@ -85,7 +85,7 @@ export const constantRoutes = [ { path: '/', component: Layout, - redirect: '/home', + redirect: whoShow.itShowXiHaiAn ? '/DetailsPageconetent' : '/home', meta: { title: '能力管理平台编目', icon: 'apps-line', diff --git a/front/src/views/home/DetailsPageconetent.vue b/front/src/views/home/DetailsPageconetent.vue index 6929f236..b17ab6b2 100644 --- a/front/src/views/home/DetailsPageconetent.vue +++ b/front/src/views/home/DetailsPageconetent.vue @@ -12,55 +12,32 @@
模糊搜索 - + - -
-
- +
+ {{ - item.name + - '(' + - (globalData.data.filter((val) => val.type === item.name)[0] - .count || '0') + - ')' + item.name + + '(' + + (globalData.data.filter((val) => val.type === item.name)[0] + .count || '0') + + ')' }} @@ -69,89 +46,45 @@
-