|
@@ -11,7 +11,8 @@
|
|
|
<tr>
|
|
|
<!-- <th>姓名</th> -->
|
|
|
<th style="width:15%">人员编码</th>
|
|
|
- <th style="width:70%">人员名称</th>
|
|
|
+ <th style="width:20%">人员名称</th>
|
|
|
+ <th style="width:50%">岗位</th>
|
|
|
<th style="width:15%">操作</th>
|
|
|
</tr>
|
|
|
</thead>
|
|
@@ -19,6 +20,7 @@
|
|
|
<tr *ngFor="let item of borderedTable.data">
|
|
|
<td>{{item.personnelCode}}</td>
|
|
|
<td>{{item.personnelName}}</td>
|
|
|
+ <td>{{item.post}}</td>
|
|
|
<td>
|
|
|
<a (click)="update(item)">{{ 'contract.index.update' | translate }}</a>
|
|
|
<!-- 删除 -->
|