renderHeaderBig(h, { column, $index }) { // console.log(column.label); return h("div" ,{ class: { 'text_overflowd': true , }, // style:'width:100px;', }, [ h( "el-tooltip" , { props: { content: ( function () { return `${column.label}`; })(), placement: "right" } },[ h( "div" ,{ class: { 'text_overflowd': true , }, style: 'width:100px;margin:0 auto' , }, [ h( "span" , { class: { 'text_overflowd': true , }, style: 'width:100px;' , domProps: { innerHTML: column.label } }), // h("span", column.label), // h("span", { // class: { // "el-icon-question": true, // woca: true // } // }) ]) ] ) ]); //