forked from github/dataease
Merge pull request #10727 from dataease/pr@dev-v2@fix_hide_pivot_export
fix(图表): 透视表导出按钮隐藏
This commit is contained in:
commit
5b3141d1cd
@ -47,7 +47,7 @@
|
||||
</el-button>
|
||||
<el-button
|
||||
class="m-button"
|
||||
v-if="optType === 'details' && authShow"
|
||||
v-if="optType === 'details' && authShow && viewInfo.type === 'table-pivot'"
|
||||
link
|
||||
icon="Download"
|
||||
size="middle"
|
||||
|
Loading…
Reference in New Issue
Block a user