隐藏按钮

This commit is contained in:
a0049873 2022-08-25 20:24:17 +08:00
parent faa639200e
commit 748b3b72ea
1 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
* @Author: hisense.liangjunhua
* @Date: 2022-06-08 11:56:28
* @LastEditors: hisense.liangjunhua
* @LastEditTime: 2022-08-25 19:32:02
* @LastEditTime: 2022-08-25 20:23:59
* @Description: 算法详情页头部
-->
<template>
@ -45,7 +45,7 @@
</div>
<div class="bottom" v-if="props.dataList.id">
<!-- 融合服务 存在fuseResourceList -->
<a-button
<!-- <a-button
type="primary"
@click="handleAKeyApplication()"
v-if="dataList.fuseResourceList"
@ -69,7 +69,7 @@
</a-button>
<a-button type="primary" @click="goTOCollection()">
{{ props.dataList.isCollect == 'true' ? '已' : '' }}收藏
</a-button>
</a-button> -->
</div>
</div>
<div class="right"></div>