element-ui表格显示html格式

  1. <el-table-column type="String" label="内容" prop="tpl" width="580" align="center">
  2.           <template slot-scope="scope">
  3.                 <p v-html=’scope.row.tpl’></p>
  4.             </template>
  5.         </el-table-column>

复制代码

发表回复