export const Columns = [ { item:{ key: 'candidate', title:'候选条件', }, attr:{} }, { item:{ key: 'options', title:'操作符', width: 150, }, attr:{} }, { item:{ key: 'value', title:'值' }, attr:{ is:'el-input', } }, ]