Commit 66014979dbc723ee97170662ef727effa03c3efb
1 parent
04aebc72
拉取志哥的高级玩意儿
Showing
1 changed file
with
2 additions
and
0 deletions
src/views/user/userlist.vue
| ... | ... | @@ -87,6 +87,8 @@ |
| 87 | 87 | {{scope.row.fullName || '无' }} |
| 88 | 88 | </span> |
| 89 | 89 | </el-tooltip> |
| 90 | + <el-tag v-if="scope.row.abilityRecommend" size="mini" style="margin-right:5px" type="success" | |
| 91 | + >推荐</el-tag> | |
| 90 | 92 | <el-tag v-for="item in scope.row.taglist" size="mini" style="margin-right:5px" closable |
| 91 | 93 | :disable-transitions="false" @close="handleClose(item,scope.row)">{{item}}</el-tag> |
| 92 | 94 | <el-tag size="mini" @click="addtag(scope.row)" style="cursor:pointer">+</el-tag> | ... | ... |