feat: 去掉表格组件条件配置字段

main
wu.jian2 1 year ago
parent d6a2be171b
commit 088c3892f9

@ -67,13 +67,7 @@ const customConfig = {
// 表格奇数行背景颜色
oddRowBackgroundColor: '',
// 表格偶数行背景颜色‘
evenRowBackgroundColor: '',
condition: {
// 表头配置
headerConditionList: [],
// 表格列配置
columnConditionList: []
}
evenRowBackgroundColor: ''
// 表格是否需要边框
// border: false,
}

Loading…
Cancel
Save