Browse Source

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

jwyu 1 year ago
parent
commit
8c00a1fa6c
1 changed files with 1 additions and 1 deletions
  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"
                 v-permission="permissionBtn.myETAPermission.myChart_otherSave"
                 class="span-item"
                 class="span-item"
                 style="margin-left: 7px"
                 style="margin-left: 7px"
-                v-if="chartInfo.Button.IsCopy"
+                v-if="chartInfo.Button.IsCopy&&chartInfo.Source!==11"
                 @click="saveChartOtherHandle"
                 @click="saveChartOtherHandle"
               >
               >
                 <span> <i class="el-icon-document-add" />&nbsp;<!-- 另存为 -->{{$t('Chart.chart_copy_btn')}} </span>
                 <span> <i class="el-icon-document-add" />&nbsp;<!-- 另存为 -->{{$t('Chart.chart_copy_btn')}} </span>