数据格式
data1: [
{ id: 1,
children: [
{
id: 1 - 1
}
]
}
],
element
<el-table-column v-for="item2 in children"
:key='item2.id'
:prop="children"
:label="反馈统计"
width="150"
align="center">
<template>
<div>
{{item2.id}}
</div>
</template>
</el-table-column>