element-ui表格显示html格式
<el-table-column type="String" label="内容" prop="tpl" width="580" align="center">
<template slot-scope="scope">
<p v-html='scope.row.tpl'></p>
</template>
</el-table-column>
<el-table-column type="String" label="内容" prop="tpl" width="580" align="center">
<template slot-scope="scope">
<p v-html='scope.row.tpl'></p>
</template>
</el-table-column>