const tag = ()=>h(Tag, { color: "blue" }, 'label') function customRender({ value, column }, options) { return tag(); } 这样?有点不太清楚你想干什么 
阅读量:1
点赞量:0