diff --git a/front/src/assets/home/withdraw.png b/front/src/assets/home/withdraw.png new file mode 100644 index 00000000..a4b6f84f Binary files /dev/null and b/front/src/assets/home/withdraw.png differ diff --git a/front/src/views/home/DetailsPageconetent.vue b/front/src/views/home/DetailsPageconetent.vue index 5f885baa..9e816a19 100644 --- a/front/src/views/home/DetailsPageconetent.vue +++ b/front/src/views/home/DetailsPageconetent.vue @@ -6,7 +6,7 @@
- +
@@ -127,7 +127,7 @@
{ - tagFlag.value = false + // tagFlag.value = false chongzhi(true) getNewList() }) diff --git a/front/src/views/home/components/searchResultList.vue b/front/src/views/home/components/searchResultList.vue index 55bcf537..61219868 100644 --- a/front/src/views/home/components/searchResultList.vue +++ b/front/src/views/home/components/searchResultList.vue @@ -69,11 +69,11 @@ class="left" style="display: flex; align-items: center" v-else-if=" - (item.type === '组件服务' && - item.infoList && - item.infoList.filter((val) => val.attrType == '图层缩略图')[0]) || - item.infoList.filter((val) => val.attrType == '组件图片')[0] || - item.infoList.filter((val) => val.attrType == '算法效果图片')[0] + item.type === '组件服务' && + item.infoList && + (item.infoList.filter((val) => val.attrType == '图层缩略图')[0] || + item.infoList.filter((val) => val.attrType == '组件图片')[0] || + item.infoList.filter((val) => val.attrType == '算法效果图片')[0]) " >
diff --git a/front/src/views/home/detailsPageInfrastructureTree.vue b/front/src/views/home/detailsPageInfrastructureTree.vue index 22dea505..fb30c728 100644 --- a/front/src/views/home/detailsPageInfrastructureTree.vue +++ b/front/src/views/home/detailsPageInfrastructureTree.vue @@ -140,7 +140,7 @@ mybus.on('getDeptList', () => { init() }) - + init() const onSelect = async (item, val, child) => { console.log('item--------onSelect---->', item) console.log('val------onSelect------>', val) diff --git a/front/src/views/home/infrastructureApplication.vue b/front/src/views/home/infrastructureApplication.vue index b8a699dc..6e6171c2 100644 --- a/front/src/views/home/infrastructureApplication.vue +++ b/front/src/views/home/infrastructureApplication.vue @@ -2,7 +2,7 @@ * @Author: Light * @Date: 2022-11-18 11:53:43 * @LastEditors: Light - * @LastEditTime: 2022-11-29 17:28:02 + * @LastEditTime: 2022-11-30 11:55:51 * @Description: 告诉大家这是什么 -->