| | |
| | | </li> |
| | | <li class="list-group-item"> |
| | | <svg-icon icon-class="tree" />所属部门 |
| | | <div class="pull-right" v-if="state.user.dept">{{ state.user.dept.deptName }} / {{ state.postGroup }}</div> |
| | | <div class="pull-right" v-if="state.user.depts">{{(state.user.depts&&state.user.depts.length)>0? [...new Set(state.user.depts.map(i=>i.deptName))].join('/'):'暂无' }} <span v-if="state.postGroup && state.postGroup !== ''">-{{ state.postGroup }}</span></div> |
| | | </li> |
| | | <li class="list-group-item"> |
| | | <svg-icon icon-class="peoples" />所属角色 |