默认属性
{
filter: null,
columns: [],
commonOperators: ['eq', 'ne', 'in', 'ni'],
i18n: {
'eq': '等于',
'ne': '不等',
'lt': '小于',
'gt': '大于',
'in': '属于',
'ni': '不属于',
},
groupOps: [{
op: "AND",
text: "且"
},
{
op: "OR",
text: "或"
}],
groupButton: true,
ruleButtons: true,
onChange: null,
afterRedraw: null,
}