首页 > 其他 > 详细

ElementUI中自定义el-table-column的内容

时间:2021-07-12 22:34:38      阅读:38      评论:0      收藏:0      [点我收藏+]
 <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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!