<el-table-column fixed label="国内阶段" width="200">
<template slot-scope="scope">
<span v-html="scope.row.course"></span>
</template>
</el-table-column>
注意:template标签内只需要修改scope.row.**course(字段)**
ElementUI table表格数据html格式解析
最新推荐文章于 2024-10-22 23:52:01 发布