<el-table-column>
<template v-for="(item, key) in managers" slot-scope="props">
<table class="template-table">
<thead class="stable">
<tr>
<th>{{ item.name }}</th>
<th></th>
<th></th>
<th></th>
<th></th>
</tr>
</thead>
</table>
</template>
</el-table-column>