perf(仪表板): 隐藏pdf导出分页按钮

This commit is contained in:
fit2cloud-chenyw 2023-01-31 10:55:59 +08:00
parent 707f69f915
commit c26afede20

View File

@ -154,7 +154,7 @@
/> />
</el-dropdown-item> </el-dropdown-item>
<el-dropdown-item> <el-dropdown-item v-if="showPdfPageButton">
<span> <span>
<svg-icon <svg-icon
style="width: 16px; height: 16px;" style="width: 16px; height: 16px;"
@ -286,7 +286,8 @@ export default {
scale: '100%', scale: '100%',
timer: null, timer: null,
changes: 0, changes: 0,
closePanelVisible: false closePanelVisible: false,
showPdfPageButton: false
} }
}, },
computed: { computed: {