columns1: [ { title: 'One', key: 'one', width: 300, renderHeader: (h,params)=>{ return h('div',[ h('strong','第一列'), h('Icon',{ props:{ type: 'person' }, style: { marginLeft: '5px' } }) ]) } },
columns1: [