Browse Source

[完善]支队表格显示数量

非煤矿山灾害智能感知和预警系统
邵佳豪 2 years ago
parent
commit
19f6d2b564
  1. 8
      src/app/home/task/zhi-indicators/zhi-indicators.component.html

8
src/app/home/task/zhi-indicators/zhi-indicators.component.html

@ -130,7 +130,8 @@
</div>
</div>
<div class="panelcontent" *ngIf="complaint.isExpand">
<nz-table #colSpanTable [nzData]="complaint.data" nzBordered nzSize="small" [nzShowPagination]="false">
<nz-table [nzPageSize]="99" #colSpanTable [nzData]="complaint.data" nzBordered nzSize="small"
[nzShowPagination]="false">
<thead>
<tr>
<th nzWidth="25%">单位名称</th>
@ -296,7 +297,8 @@
</div>
</div>
<div class="panelcontent" *ngIf="permission.isExpand">
<nz-table #colSpanTable [nzData]="permission.data" nzBordered nzSize="small" [nzShowPagination]="false">
<nz-table [nzPageSize]="99" #colSpanTable [nzData]="permission.data" nzBordered nzSize="small"
[nzShowPagination]="false">
<thead>
<tr>
<th nzWidth="25%">单位名称</th>
@ -462,7 +464,7 @@
</div>
</div>
<div class="panelcontent" *ngIf="doubleRandom.isExpand">
<nz-table #colSpanTable [nzData]="doubleRandom.data" nzBordered nzSize="small"
<nz-table [nzPageSize]="99" #colSpanTable [nzData]="doubleRandom.data" nzBordered nzSize="small"
[nzShowPagination]="false">
<thead>
<tr>

Loading…
Cancel
Save