vxe-table 使用分组表头列头
1.x ~ 2.x 版本使用 <vxe-column…> | <vxe-table-column…> 标签递归方式
<vxe-table :data="tableData" show-overflow>
<vxe-column title="基本信息">
<vxe-column type="seq" width="60"></vxe-column>
<vxe-column field="name" title="Name"></vxe-column>
</vxe-column>
<vxe-column title="更多信息">
<vxe-column field="role" title="Role"></vxe-column>
<vxe-column title="详细信息">