Merge pull request #4424 from dataease/pr@dev@perf_hide_pdf_page_button

perf(仪表板): 隐藏pdf导出分页按钮
This commit is contained in:
fit2cloud-chenyw 2023-01-31 10:57:42 +08:00 committed by GitHub
commit 12c4c93187
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: {