为了账号安全,请及时绑定邮箱和手机立即绑定

element ui table 怎么解析标签

element ui table 怎么解析标签

慕虎7371278 2019-03-21 18:19:37
怎么解析数据里面的标签呢。
查看完整描述

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>


查看完整回答
反对 回复 2019-04-04
  • 1 回答
  • 0 关注
  • 1240 浏览
慕课专栏
更多

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信