怎么解析数据里面的标签呢。
1 回答
弑天下
TA贡献1818条经验 获得超8个赞
<el-table-column fixed label="国内阶段" width="200">
<template slot-scope="scope">
<span v-html="scope.row.course"></span>
</template>
</el-table-column>
<el-table-column label="科目Module" width="546">
<template slot-scope="scope">
<span v-html="scope.row.obj"></span>
</template>
</el-table-column>
添加回答
举报
0/150
提交
取消