tableColumn: [
{
type: 'checkbox',
width: 60 }, //第一列
{
field: 'truename',
title: 'Name',
width: 200,
resizable: false,
slots: { header: 'name_header' } }, //姓名列
{
field: `time`,
title: '時間戳',
width: 200,
formatter: this.formatDataStamp //這是渲染的關(guān)鍵!
},
]
[鏈接:](https://www.yuque.com/docs/share/f8840554-0131-41a3-8125-49f99d4b0ba9?# 《vxe-table中如何對表格進(jìn)行渲染》)