3
0

2 Коммитууд d06c3a43a2 ... dd16f27ad3

Эзэн SHA1 Мессеж Огноо
  yujinwen dd16f27ad3 Merge branch 'eta_forum_2.0' into debug 5 өдөр өмнө
  yujinwen 2af537b8ec 我i的图库模块fix 5 өдөр өмнө

+ 1 - 1
src/views/mychart_manage/index.vue

@@ -175,7 +175,7 @@
         <div class="cont-top">
           <span>{{$t('Chart.total_chart_show',{limit:total})}}</span>
           <span v-if="ispublic === 1"><!-- 分享人 -->{{$t('MyEtaPage.label_share_user')}}: {{ RealName }}</span>
-          <el-button type='text' v-if="ispublic !== 1&&permissionBtn.isShowBtn('myETAPermission','myChart_batchSaveToMaterial')" @click="showBatchSaveToMaterial=true">{{$t('ReportManage.Material.batch_save_to_material')}}</el-button>
+          <el-button type='text' v-if="![1,2].includes(ispublic)&&permissionBtn.isShowBtn('myETAPermission','myChart_batchSaveToMaterial')" @click="showBatchSaveToMaterial=true">{{$t('ReportManage.Material.batch_save_to_material')}}</el-button>
         </div>
         <div
           class="chart-public-list"