From 38955b77482cbd368eff8173c55a4eae2be6cc71 Mon Sep 17 00:00:00 2001
From: gongjiale <942894820@qq.com>
Date: Wed, 30 Nov 2022 14:37:26 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=A8=E6=88=B7?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../modules/myAgent/CompetencyApplication.vue | 12 +
front/src/assets/home/menuall.png | Bin 0 -> 254 bytes
front/src/assets/home/menuzsk.png | Bin 0 -> 469 bytes
.../components/PutOnTheShelf.vue | 11 +-
front/src/views/demandCenter/index.vue | 21 +-
front/src/views/home/DetailsPageconetent.vue | 10 +-
.../home/components/searchResultList.vue | 1 +
front/src/views/home/integrationServices.vue | 1 +
.../newHome/components/LatestCapabilities.vue | 21 +-
.../newHome/components/PopularAbility.vue | 530 +++++++++---------
10 files changed, 338 insertions(+), 269 deletions(-)
create mode 100644 front/src/assets/home/menuall.png
create mode 100644 front/src/assets/home/menuzsk.png
diff --git a/back/src/views/modules/myAgent/CompetencyApplication.vue b/back/src/views/modules/myAgent/CompetencyApplication.vue
index 40398630..5f817e41 100644
--- a/back/src/views/modules/myAgent/CompetencyApplication.vue
+++ b/back/src/views/modules/myAgent/CompetencyApplication.vue
@@ -79,6 +79,18 @@
header-align="center"
align="center"
>
+
+
NWXY%h7ykd3+~i^U!&h#xvWmX{zx!uD%wNc|vLGWNA!UX7VF!Px$k4Z#9R5(wq)WJ)XK^VvJ?{8f%L8A389a5=-;vp!A$PR*DM6iqCNf5hukXTm;
z3hJ=Cm!OXCCU_IQc<`V%Ap(UA67s+B=G&$7?)!`P&1%<0h?ocFGR%Bt=6PmD1P%rE
z=m2lV-V{7ToM4VIJ4r>S?Tbbq{FD~66d1=mK&&KXZTue70Y}_DN<5c1(DQl_&EH(VrO+L~?^)h%daKX?k*y>7=IHE~iMW)ZodY$hu-&u?Lm7u6O
zrB~w3RbVzZS=H1(gTOV+%W$CS2iAgtG9|&
z;i}COnKQ^+A0m=Dbb(<~hA8mOFs76g_yIXODDySLejO%o1P6ZtF&NqvZd0O900000
LNkvXXu0mjfUa8P9
literal 0
HcmV?d00001
diff --git a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue
index 89c8972f..f06e90ee 100644
--- a/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue
+++ b/front/src/views/capacityOnTheShelf/components/PutOnTheShelf.vue
@@ -257,9 +257,18 @@
{{ item.name }} :
+
-
+
{{ item.title }}
@@ -69,7 +69,18 @@ const pageSize = ref(8)
const total = ref()
const showKey = ref(0)
const whoShow1 = ref(whoShow)
+
+const selectedKeys = ref(['0'])
+
+
+
const menuList = [
+{
+ key: '0',
+ title: '全部需求',
+ num: '0',
+ img: require('@/assets/home/menuall.png'),
+ },
{
key: '1',
title: '基础设施',
@@ -98,7 +109,7 @@ const menuList = [
key: '5',
title: '知识库',
num: '0',
- img: require('@/assets/home/menuyyzy.png'),
+ img: require('@/assets/home/menuzsk.png'),
},
]
const detailsType = ref('')
@@ -113,6 +124,8 @@ const handleClick = (item) => {
detailsType.value = '应用资源'
} else if (item.key === '5') {
detailsType.value = '知识库'
+ }else{
+ detailsType.value = ''
}
pageNum.value = 1
getApplyList()
@@ -138,8 +151,7 @@ const getApplyList = () => {
}
const showDetail = (item) => {
- // console.log('demandDetails', item)
- // store.commit('home/demandDetailsData', item)
+
router.push({
path: '/demandDetails',
query: {
@@ -164,6 +176,7 @@ onMounted(() => {
list.value = res.data.data.list
total.value = res.data.data.total
})
+
})