forked from github/dataease
Merge pull request #4490 from dataease/pr@dev@fix_panel-export
fix(仪表板): 表格明细导出去掉底部无用翻页组件
This commit is contained in:
commit
40534b6e19
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user