记录elementui表格prop属性数据带'.'问题,页面渲染数据出不来

617 阅读1分钟

:formatter属性可以解决:formatter(r, c, cellV, index) { return r[c.property] }