Merge pull request #4490 from dataease/pr@dev@fix_panel-export

fix(仪表板): 表格明细导出去掉底部无用翻页组件
This commit is contained in:
王嘉豪 2023-02-09 11:18:18 +08:00 committed by GitHub
commit 40534b6e19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)