forked from github/dataease
perf(仪表板): 隐藏pdf导出分页按钮
This commit is contained in:
parent
707f69f915
commit
c26afede20
@ -154,7 +154,7 @@
|
||||
/>
|
||||
</el-dropdown-item>
|
||||
|
||||
<el-dropdown-item>
|
||||
<el-dropdown-item v-if="showPdfPageButton">
|
||||
<span>
|
||||
<svg-icon
|
||||
style="width: 16px; height: 16px;"
|
||||
@ -286,7 +286,8 @@ export default {
|
||||
scale: '100%',
|
||||
timer: null,
|
||||
changes: 0,
|
||||
closePanelVisible: false
|
||||
closePanelVisible: false,
|
||||
showPdfPageButton: false
|
||||
}
|
||||
},
|
||||
computed: {
|
||||
|
Loading…
Reference in New Issue
Block a user