fix: 屏蔽UI报告分享

This commit is contained in:
chenjianxing 2022-04-20 19:36:40 +08:00 committed by zhangdahai112
parent 4cb7211014
commit 2e08de630e
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@
</el-button>
<el-popover
v-if="!isPlan && (!debug || exportFlag) && !isTemplate"
v-if="!isPlan && (!debug || exportFlag) && !isTemplate && !isUi"
v-permission="['PROJECT_PERFORMANCE_REPORT:READ+EXPORT']"
style="margin-right: 10px;float: right;"
placement="bottom"