forked from github/dataease
fix(仪表板): 表格明细导出去掉底部无用翻页组件
This commit is contained in:
parent
c9c4ee4a61
commit
157d66523f
@ -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