From 73b9108c08168987baa46bdb8e19e407392cdca1 Mon Sep 17 00:00:00 2001 From: gaoyuanwei <2826352639@qq.com> Date: Thu, 7 Jul 2022 16:46:48 +0800 Subject: [PATCH 1/6] =?UTF-8?q?469,=E9=A1=BA=E5=BA=8F=E6=8E=92=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../abilityStatistics/components/ResourceAggregation.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/front/src/views/abilityStatistics/components/ResourceAggregation.vue b/front/src/views/abilityStatistics/components/ResourceAggregation.vue index a892d2b9..837b6885 100644 --- a/front/src/views/abilityStatistics/components/ResourceAggregation.vue +++ b/front/src/views/abilityStatistics/components/ResourceAggregation.vue @@ -147,6 +147,10 @@ break } }) + let arr = ['组件服务', '应用资源', '基础设施', '数据资源', '知识库'] + dataList.value.dataList.sort((a, b) => { + return arr.indexOf(a.type) - arr.indexOf(b.type) + }) }) let datas = ref([]) let laiyuanDataList = ref([]) From 44479b25e93881bef5dd1f96a7c0d8c2611cd84b Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Thu, 7 Jul 2022 17:38:13 +0800 Subject: [PATCH 2/6] =?UTF-8?q?BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/src/views/home/DetailsPageconetent.vue | 12 +- .../home/components/searchResultList.vue | 596 +++++++++--------- 2 files changed, 307 insertions(+), 301 deletions(-) diff --git a/front/src/views/home/DetailsPageconetent.vue b/front/src/views/home/DetailsPageconetent.vue index 71e324d8..2bb136a0 100644 --- a/front/src/views/home/DetailsPageconetent.vue +++ b/front/src/views/home/DetailsPageconetent.vue @@ -96,7 +96,7 @@ /> -
+
共享条件
@@ -106,6 +106,8 @@ > 申请 +
+
-
+
共享条件
@@ -322,6 +324,8 @@ > 申请 +
+
-
+
共享条件
@@ -518,6 +522,8 @@ > 申请 +
+
From c271f3d98816e37e7af1f5b6570174f37425b4a4 Mon Sep 17 00:00:00 2001 From: a0049873 <79py69t9wb@privaterelay.appleid.com> Date: Thu, 7 Jul 2022 17:54:41 +0800 Subject: [PATCH 3/6] =?UTF-8?q?BUG=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/public/static/config/location.js | 8 ++++---- front/src/views/home/infrastructurePage.vue | 3 ++- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/front/public/static/config/location.js b/front/public/static/config/location.js index 19e1dbdb..f572dafa 100644 --- a/front/public/static/config/location.js +++ b/front/public/static/config/location.js @@ -1,13 +1,13 @@ /* * @Author: hisense.wuhongjian * @Date: 2020-07-07 16:03:23 - * @LastEditors: hisense.wuhongjian - * @LastEditTime: 2022-07-05 20:08:53 + * @LastEditors: hisense.liangjunhua + * @LastEditTime: 2022-07-07 17:41:25 * @Description: 数据资源参数配置 */ -//const newLocation = 'qingdao' +const newLocation = 'qingdao' // const newLocation = 'baotou' - const newLocation = 'xihaian' +// const newLocation = 'xihaian' // 数据资源数据 const whoShow = {} diff --git a/front/src/views/home/infrastructurePage.vue b/front/src/views/home/infrastructurePage.vue index 7060d2e3..4f62afb9 100644 --- a/front/src/views/home/infrastructurePage.vue +++ b/front/src/views/home/infrastructurePage.vue @@ -9,7 +9,7 @@
{{ item.title }} - + + 清空 + Date: Thu, 7 Jul 2022 18:22:54 +0800 Subject: [PATCH 5/6] =?UTF-8?q?=E5=8D=95=E7=82=B9=E7=99=BB=E5=BD=95bug?= =?UTF-8?q?=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- front/public/index.html | 16 ++++---- front/public/static/config/location.js | 6 +-- front/src/store/modules/user.js | 40 +++++++------------ front/src/utils/request.js | 4 ++ front/src/vab/plugins/permissions.js | 20 +++++++--- front/src/views/home/infrastructurePage.vue | 2 +- .../components/CapabilityConvergence.vue | 2 +- 7 files changed, 47 insertions(+), 43 deletions(-) diff --git a/front/public/index.html b/front/public/index.html index 897e6d73..7530e93e 100644 --- a/front/public/index.html +++ b/front/public/index.html @@ -28,10 +28,10 @@