使用插槽:

<el-table-column label="状态">
	<!-- 作用域插槽 -->
    <template v-slot:="scope">{{scope}}</template>
</el-table-column>
Logo

前往低代码交流专区

更多推荐