<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>