element ui table 怎么解析标签

clipboard.png

clipboard.png
怎么解析数据里面的标签呢。

阅读 3.5k
1 个回答
<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>
撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题