浏览代码

我的图库中平衡表图表隐藏另存为等操作按钮

jwyu 1 年之前
父节点
当前提交
8c00a1fa6c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/views/mychart_manage/components/chartDetailDia.vue

+ 1 - 1
src/views/mychart_manage/components/chartDetailDia.vue

@@ -139,7 +139,7 @@
                 v-permission="permissionBtn.myETAPermission.myChart_otherSave"
                 class="span-item"
                 style="margin-left: 7px"
-                v-if="chartInfo.Button.IsCopy"
+                v-if="chartInfo.Button.IsCopy&&chartInfo.Source!==11"
                 @click="saveChartOtherHandle"
               >
                 <span> <i class="el-icon-document-add" />&nbsp;<!-- 另存为 -->{{$t('Chart.chart_copy_btn')}} </span>