render: (h, params) => {return h('div', [h('Button', {props: {type: 'text',size: 'small'},on: {click: () => {this.updateRole(params.index)}}}, '编辑')])}