<el-table-column sortable label="状态" prop="eu_status">
<template slot-scope="scope">{{ scope.row.eu_status == 1 ? ‘普通用户‘ : ‘管理员‘ }}</template>
</el-table-column>
ElementUI中自定义el-table-column的内容
原文:https://www.cnblogs.com/Listener-wy/p/15003592.html