forked from github/dataease
Merge pull request #4424 from dataease/pr@dev@perf_hide_pdf_page_button
perf(仪表板): 隐藏pdf导出分页按钮
This commit is contained in:
commit
12c4c93187
@ -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