|
@@ -39,7 +39,7 @@
|
39
|
39
|
</div>
|
40
|
40
|
</div>
|
41
|
41
|
<div class="list">
|
42
|
|
- <nz-table class="list-template__nzTable" [nzData]="listOfData" nzSize="middle" [nzShowPagination]="false"
|
|
42
|
+ <nz-table nzBordered class="list-template__nzTable" [nzData]="listOfData" nzSize="middle" [nzShowPagination]="false"
|
43
|
43
|
[nzLoading]="loading" [nzScroll]="{ x: '100%', y: scrollY + 'px' }">
|
44
|
44
|
<thead>
|
45
|
45
|
<tr class="thead">
|
|
@@ -47,7 +47,7 @@
|
47
|
47
|
<th nzLeft="0px" nzAlign="center" nzWidth="40px" nzShowCheckbox [(nzChecked)]="isAllDisplayDataChecked"
|
48
|
48
|
(nzCheckedChange)="checkAll($event)"></th>
|
49
|
49
|
<!-- 固定列-first -->
|
50
|
|
- <th nzLeft="40px" nzAlign="center" nzWidth="140px"></th>
|
|
50
|
+ <th nzLeft="40px" nzAlign="center" nzWidth="140px">科室名称</th>
|
51
|
51
|
<!-- 动态列 -->
|
52
|
52
|
<th nzAlign="center" nzWidth="65px" *ngFor="let row of rows[1]">{{ row }}</th>
|
53
|
53
|
<!-- 固定列-last -->
|