在elementui组件table的行内使用vue-treeselect无效
# 图例
<Treeselect
v-model="value"
:multiple="true"
:options="scope.row.options"
:flat="true"
append-to-body
z-index="9999"
/>
1
2
3
4
5
6
7
8
2
3
4
5
6
7
8