fix(仪表板): 表格明细导出去掉底部无用翻页组件

This commit is contained in:
wangjiahao 2023-02-09 11:11:04 +08:00
parent c9c4ee4a61
commit 157d66523f

View File

@ -915,6 +915,7 @@ export default {
tableChart.customAttr.color.tableHeaderFontColor = '#7c7e81'
tableChart.customAttr.color.tableFontColor = '#7c7e81'
tableChart.customAttr.color.tableStripe = true
tableChart.customAttr.size.tablePageMode = 'pull'
tableChart.customStyle.text.show = false
tableChart.customAttr = JSON.stringify(tableChart.customAttr)
tableChart.customStyle = JSON.stringify(tableChart.customStyle)