|
@@ -44,7 +44,7 @@
|
44
|
44
|
<th nzLeft="0px" nzAlign="center" nzWidth="40px" nzShowCheckbox [(nzChecked)]="isAllDisplayDataChecked"
|
45
|
45
|
(nzCheckedChange)="checkAll($event)"></th>
|
46
|
46
|
<!-- 固定列-first -->
|
47
|
|
- <th nzLeft="40px" nzAlign="center" nzWidth="140px">{{ row }}</th>
|
|
47
|
+ <th nzLeft="40px" nzAlign="center" nzWidth="140px"></th>
|
48
|
48
|
<!-- 动态列 -->
|
49
|
49
|
<th nzAlign="center" nzWidth="65px" *ngFor="let row of rows[1]">{{ row }}</th>
|
50
|
50
|
<!-- 固定列-last -->
|