mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化员工信息
This commit is contained in:
parent
ad8f285b58
commit
8934ce2f9b
@ -84,6 +84,7 @@
|
||||
<tr>
|
||||
<th>员工ID</th>
|
||||
<th>名称</th>
|
||||
<th>公司</th>
|
||||
<th>部门</th>
|
||||
<th>邮箱</th>
|
||||
<th>地址</th>
|
||||
@ -96,6 +97,7 @@
|
||||
<tr class="gradeX" v-for="staff in staffData">
|
||||
<td>{{staff.userId}}</td>
|
||||
<td>{{staff.name}}</td>
|
||||
<td>{{staff.parentOrgName}}</td>
|
||||
<td>{{staff.orgName}}</td>
|
||||
<td>{{staff.email}}</td>
|
||||
<td>{{staff.address}}</td>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user