|
@@ -44,11 +44,13 @@
|
44
|
44
|
[nzLoading]="loading1" [nzScroll]="{ y: tableWechatHeight + 'px' }">
|
45
|
45
|
<thead>
|
46
|
46
|
<tr class="thead">
|
47
|
|
- <th nzWidth="20%">排序号</th>
|
48
|
|
- <th nzWidth="20%">检查项目标识</th>
|
49
|
|
- <th nzWidth="20%">检查项目名称</th>
|
50
|
|
- <th nzWidth="20%">检查类型</th>
|
51
|
|
- <th nzWidth="20%">操作</th>
|
|
47
|
+ <th nzWidth="7%">排序号</th>
|
|
48
|
+ <th nzWidth="12%">检查项目标识</th>
|
|
49
|
+ <th nzWidth="12%">检查项目名称</th>
|
|
50
|
+ <th nzWidth="12%">检查类型</th>
|
|
51
|
+ <th nzWidth="12%">默认检查科室</th>
|
|
52
|
+ <th nzWidth="30%">检查科室</th>
|
|
53
|
+ <th nzWidth="15%">操作</th>
|
52
|
54
|
</tr>
|
53
|
55
|
</thead>
|
54
|
56
|
<tbody>
|
|
@@ -57,6 +59,8 @@
|
57
|
59
|
<td>{{data.extra6}}</td>
|
58
|
60
|
<td>{{data.name}}</td>
|
59
|
61
|
<td>{{data.extra5DTO?.name}}</td>
|
|
62
|
+ <td>{{data.extra4DTO?.dept}}</td>
|
|
63
|
+ <td>{{data.deptList | multipleName: 'dept'}}</td>
|
60
|
64
|
<td>
|
61
|
65
|
<div class="coop">
|
62
|
66
|
<span (click)="showDelModal(data,'您确认要删除吗?','删除','del')">删除</span>
|