Commit c4de5fa6cce9919e3d0792f09e5c88d528580012
Merge branch 'develop_interview' of 39.98.150.180:antissoft/antissoft.dati.admin…
… into develop_interview
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> | ... | ... |