摘要: {{scope.row.sole}} 修改 删除 阅读全文
posted @ 2019-01-10 17:31 11个条子 阅读(6945) 评论(0) 推荐(1)
摘要: 在el-table里直接加一个formatter,绑定一个方法 在methods中加入 ifuserType(val){ console.log(val.userType); if(val.userType == '0'){ return "管理员" }else if (val.userType = 阅读全文
posted @ 2019-01-10 14:36 11个条子 阅读(3524) 评论(0) 推荐(0)