|
|
|
@ -5,16 +5,19 @@
|
|
|
|
|
<div class="queryField"> |
|
|
|
|
<label style="margin-right: 10px;">单位名称:</label> |
|
|
|
|
<mat-form-field class="example-full-width"> |
|
|
|
|
<input matInput placeholder="请输入单位名称" name="companyName" [(ngModel)]="companyName" autocomplete="off"> |
|
|
|
|
<input matInput placeholder="请输入单位名称" name="companyName" [(ngModel)]="companyName" |
|
|
|
|
autocomplete="off"> |
|
|
|
|
</mat-form-field> |
|
|
|
|
</div> |
|
|
|
|
<div class="queryField" > |
|
|
|
|
<div class="queryField"> |
|
|
|
|
<label style="margin-right: 10px;">统一社会信用代码:</label> |
|
|
|
|
<mat-form-field class="example-full-width"> |
|
|
|
|
<input matInput placeholder="请输入统一社会信用代码" name="shehui" [(ngModel)]="shehui" autocomplete="off"> |
|
|
|
|
</mat-form-field> |
|
|
|
|
<span *ngIf="padMore" style="margin-left: 10px; color: #0080FF;" (click)='padInfo()'>更多筛选条件<img [src]='imgsrcopen'> </span> |
|
|
|
|
<span *ngIf="padput" style="margin-left: 10px; color: #0080FF;" (click)='padInfo()'>收起<img [src]='imgsrcdown'> </span> |
|
|
|
|
<span *ngIf="padMore" style="margin-left: 10px; color: #0080FF;" (click)='padInfo()'>更多筛选条件<img |
|
|
|
|
[src]='imgsrcopen'> </span> |
|
|
|
|
<span *ngIf="padput" style="margin-left: 10px; color: #0080FF;" (click)='padInfo()'>收起<img |
|
|
|
|
[src]='imgsrcdown'> </span> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="queryField" *ngIf="!pcfind"> |
|
|
|
@ -35,15 +38,17 @@
|
|
|
|
|
<label style="margin-right: 10px;">单位类型:</label> |
|
|
|
|
<mat-form-field> |
|
|
|
|
<mat-select placeholder='请选择单位类型' [(ngModel)]="unittype" name="unittype"> |
|
|
|
|
<mat-option *ngFor="let unit of allunittype" [value]="unit.id" > |
|
|
|
|
<mat-option *ngFor="let unit of allunittype" [value]="unit.id"> |
|
|
|
|
{{unit.name}} |
|
|
|
|
</mat-option> |
|
|
|
|
</mat-select> |
|
|
|
|
</mat-form-field> |
|
|
|
|
<span *ngIf="pcMore" style="margin-left: 10px; color: #0080FF; cursor: pointer;" (click)='pcInfo()'>更多筛选条件<img [src]='imgsrcopen'> </span> |
|
|
|
|
<span *ngIf="pcput" style="margin-left: 10px; color: #0080FF; cursor: pointer;" (click)='pcInfo()'>收起<img [src]='imgsrcdown'> </span> |
|
|
|
|
<span *ngIf="pcMore" style="margin-left: 10px; color: #0080FF; cursor: pointer;" |
|
|
|
|
(click)='pcInfo()'>更多筛选条件<img [src]='imgsrcopen'> </span> |
|
|
|
|
<span *ngIf="pcput" style="margin-left: 10px; color: #0080FF; cursor: pointer;" |
|
|
|
|
(click)='pcInfo()'>收起<img [src]='imgsrcdown'> </span> |
|
|
|
|
</div> |
|
|
|
|
<div class="queryField" *ngIf="pcfind" > |
|
|
|
|
<div class="queryField" *ngIf="pcfind"> |
|
|
|
|
<button mat-raised-button color="primary">查询</button> |
|
|
|
|
<button mat-raised-button style="margin-left: 25px;" type="button" (click)="reset()">重置</button> |
|
|
|
|
</div> |
|
|
|
@ -51,22 +56,25 @@
|
|
|
|
|
<div class="queryField ordiv" *ngIf="!padMore&&!pcMore"> |
|
|
|
|
<label style="margin-right: 10px;">消防救援站:</label> |
|
|
|
|
<mat-form-field class="example-full-width"> |
|
|
|
|
<input (click)="stopclose($event)" readonly matInput placeholder="请选择消防救援站" autocomplete="off" [(ngModel)]="js" name="js" (focus)="openorganizationbox()"> |
|
|
|
|
<input (click)="stopclose($event)" readonly matInput placeholder="请选择消防救援站" autocomplete="off" |
|
|
|
|
[(ngModel)]="js" name="js" (focus)="openorganizationbox()"> |
|
|
|
|
</mat-form-field> |
|
|
|
|
<mat-checkbox color="primary" style="margin-left: 6px;" [(ngModel)]="jscheck" name="jscheck">包含下级</mat-checkbox> |
|
|
|
|
<mat-checkbox color="primary" style="margin-left: 6px;" [(ngModel)]="jscheck" name="jscheck">包含下级 |
|
|
|
|
</mat-checkbox> |
|
|
|
|
|
|
|
|
|
<div class="organizationbox" *ngIf="isorganizationbox"> |
|
|
|
|
<div (click)="closediv()" class="closediv"><mat-icon>clear</mat-icon></div> |
|
|
|
|
<div (click)="closediv()" class="closediv"> |
|
|
|
|
<mat-icon>clear</mat-icon> |
|
|
|
|
</div> |
|
|
|
|
<mat-tree [dataSource]="dataSource" [treeControl]="treeControl"> |
|
|
|
|
<mat-tree-node *matTreeNodeDef="let node" matTreeNodePadding (click)='add(node)' class="organizationlist"> |
|
|
|
|
<button type="button" mat-icon-button disabled ></button> |
|
|
|
|
<mat-tree-node *matTreeNodeDef="let node" matTreeNodePadding (click)='add(node)' |
|
|
|
|
class="organizationlist"> |
|
|
|
|
<button type="button" mat-icon-button disabled></button> |
|
|
|
|
<li>{{node.name}}</li> |
|
|
|
|
</mat-tree-node> |
|
|
|
|
<mat-tree-node *matTreeNodeDef="let node;when: hasChild" matTreeNodePadding (click)='add(node)' class="organizationlist"> |
|
|
|
|
<button |
|
|
|
|
type="button" |
|
|
|
|
mat-icon-button |
|
|
|
|
matTreeNodeToggle |
|
|
|
|
<mat-tree-node *matTreeNodeDef="let node;when: hasChild" matTreeNodePadding |
|
|
|
|
(click)='add(node)' class="organizationlist"> |
|
|
|
|
<button type="button" mat-icon-button matTreeNodeToggle |
|
|
|
|
[attr.aria-label]="'toggle ' + node.name"> |
|
|
|
|
<mat-icon class="mat-icon-rtl-mirror"> |
|
|
|
|
{{treeControl.isExpanded(node) ? 'expand_more' : 'chevron_right'}} |
|
|
|
@ -90,12 +98,17 @@
|
|
|
|
|
<div class="queryField" *ngIf="!padMore&&!pcMore"> |
|
|
|
|
<label style="margin-right: 10px;">完整度查询:</label> |
|
|
|
|
<mat-form-field class="example-full-width"> |
|
|
|
|
<input type="number" oninput="if(value>100)value=100;if(value<0)value=0" matInput placeholder="请输入完整度最小值" name="integrityScoreMin" [(ngModel)]="integrityScoreMin" autocomplete="off"> |
|
|
|
|
<input type="number" oninput="if(value>100)value=100;if(value<0)value=0" matInput |
|
|
|
|
placeholder="请输入完整度最小值" name="integrityScoreMin" [(ngModel)]="integrityScoreMin" |
|
|
|
|
autocomplete="off"> |
|
|
|
|
</mat-form-field> |
|
|
|
|
<mat-icon *ngIf="padjt" aria-hidden="false" style="position: relative;right: 120px;top: 5px;" id="padshow">arrow forward</mat-icon> |
|
|
|
|
<mat-icon *ngIf="padjt" aria-hidden="false" style="position: relative;right: 120px;top: 5px;" |
|
|
|
|
id="padshow">arrow forward</mat-icon> |
|
|
|
|
<span style="margin-left: 15px;" id="pcshow" *ngIf="!padMore&&!padjt">🠊</span> |
|
|
|
|
<mat-form-field class="example-full-width" style="margin-left: 5px;"> |
|
|
|
|
<input type="number" oninput="if(value>100)value=100;if(value<0)value=0" matInput placeholder="请输入完整度最大值" name="integrityScoreMax" [(ngModel)]="integrityScoreMax" autocomplete="off"> |
|
|
|
|
<input type="number" oninput="if(value>100)value=100;if(value<0)value=0" matInput |
|
|
|
|
placeholder="请输入完整度最大值" name="integrityScoreMax" [(ngModel)]="integrityScoreMax" |
|
|
|
|
autocomplete="off"> |
|
|
|
|
</mat-form-field> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
@ -117,7 +130,9 @@
|
|
|
|
|
<th mat-header-cell *matHeaderCellDef> |
|
|
|
|
</th> |
|
|
|
|
<td mat-cell *matCellDef="let element"> |
|
|
|
|
<mat-checkbox color="primary" (change)="checkChange($event,element)" [disabled]="element.contentVerify!=null&&(element.contentVerify.verifyState==0||element.contentVerify.verifyState==3)" (click)='checkClick(element,$event)'></mat-checkbox> |
|
|
|
|
<mat-checkbox color="primary" (change)="checkChange($event,element)" |
|
|
|
|
[disabled]="element.contentVerify!=null&&(element.contentVerify.verifyState==0||element.contentVerify.verifyState==3)" |
|
|
|
|
(click)='checkClick(element,$event)'></mat-checkbox> |
|
|
|
|
</td> |
|
|
|
|
</ng-container> |
|
|
|
|
<ng-container matColumnDef="Follow"> |
|
|
|
@ -125,7 +140,9 @@
|
|
|
|
|
</th> |
|
|
|
|
<td mat-cell *matCellDef="let element"> |
|
|
|
|
|
|
|
|
|
<span title="已关注" *ngIf="element.isFollowed"><mat-icon style="margin-top: 6px;color: red;">star</mat-icon></span> |
|
|
|
|
<span title="已关注" *ngIf="element.isFollowed"> |
|
|
|
|
<mat-icon style="margin-top: 6px;color: red;">star</mat-icon> |
|
|
|
|
</span> |
|
|
|
|
|
|
|
|
|
</td> |
|
|
|
|
</ng-container> |
|
|
|
@ -137,20 +154,21 @@
|
|
|
|
|
</td> |
|
|
|
|
</ng-container> |
|
|
|
|
|
|
|
|
|
<ng-container matColumnDef="integrity" > |
|
|
|
|
<th mat-header-cell *matHeaderCellDef style="text-align: center;">信息完整度得分</th> |
|
|
|
|
<ng-container matColumnDef="integrity"> |
|
|
|
|
<th mat-header-cell *matHeaderCellDef style="text-align: center;">信息完整度</th> |
|
|
|
|
<td mat-cell *matCellDef="let element;let i = index"> |
|
|
|
|
<div class="integrityDiv"> |
|
|
|
|
<span class="integrityNum"> |
|
|
|
|
{{(element.companyIntegrityScore.totalScore.toFixed(2) * 100).toFixed()}}% |
|
|
|
|
</span> |
|
|
|
|
<div class="integrityColorDiv" [style]="integrity((element.companyIntegrityScore.totalScore.toFixed(2) * 100).toFixed())"> |
|
|
|
|
<div class="integrityColorDiv" |
|
|
|
|
[style]="integrity((element.companyIntegrityScore.totalScore.toFixed(2) * 100).toFixed())"> |
|
|
|
|
</div> |
|
|
|
|
<div class="integrityDetails" [ngClass]="{'bottomposition': i <= 5,'topposition': i > 5}"> |
|
|
|
|
<div class="integrityDetailsTop"> |
|
|
|
|
<span class="span1">分类名称</span> |
|
|
|
|
<span class="span2">已得分</span> |
|
|
|
|
<span class="span3">总分</span> |
|
|
|
|
<span class="span2">占比</span> |
|
|
|
|
<span class="span3">总占比</span> |
|
|
|
|
</div> |
|
|
|
|
<div class="integrityDetailsBody"> |
|
|
|
|
<ul> |
|
|
|
@ -158,9 +176,12 @@
|
|
|
|
|
<div class="name">单位信息</div> |
|
|
|
|
<div class="colorDiv"> |
|
|
|
|
<div class="colorDivBac"> |
|
|
|
|
<div class="colorDivCon" [style]="integrityDetails((element.companyIntegrityScore.basicInfoScore * 5).toFixed(1),5)"></div> |
|
|
|
|
<div class="colorDivCon" |
|
|
|
|
[style]="integrityDetails((element.companyIntegrityScore.basicInfoScore * 5).toFixed(1),5)"> |
|
|
|
|
</div> |
|
|
|
|
<span>{{(element.companyIntegrityScore.basicInfoScore * 5).toFixed(1)}}%</span> |
|
|
|
|
</div> |
|
|
|
|
<span>{{(element.companyIntegrityScore.basicInfoScore * |
|
|
|
|
5).toFixed(1)}}%</span> |
|
|
|
|
</div> |
|
|
|
|
<div class="number">5%</div> |
|
|
|
|
</li> |
|
|
|
@ -168,9 +189,12 @@
|
|
|
|
|
<div class="name">建筑信息</div> |
|
|
|
|
<div class="colorDiv"> |
|
|
|
|
<div class="colorDivBac"> |
|
|
|
|
<div class="colorDivCon" [style]="integrityDetails((element.companyIntegrityScore.buildingInfoScore * 10).toFixed(1),10)"></div> |
|
|
|
|
<div class="colorDivCon" |
|
|
|
|
[style]="integrityDetails((element.companyIntegrityScore.buildingInfoScore * 10).toFixed(1),10)"> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<span>{{(element.companyIntegrityScore.buildingInfoScore * 10).toFixed(1)}}%</span> |
|
|
|
|
<span>{{(element.companyIntegrityScore.buildingInfoScore * |
|
|
|
|
10).toFixed(1)}}%</span> |
|
|
|
|
</div> |
|
|
|
|
<div class="number">10%</div> |
|
|
|
|
</li> |
|
|
|
@ -178,9 +202,12 @@
|
|
|
|
|
<div class="name">平面图</div> |
|
|
|
|
<div class="colorDiv"> |
|
|
|
|
<div class="colorDivBac"> |
|
|
|
|
<div class="colorDivCon" [style]="integrityDetails((element.companyIntegrityScore.planImageScore * 10).toFixed(1),10)"></div> |
|
|
|
|
<div class="colorDivCon" |
|
|
|
|
[style]="integrityDetails((element.companyIntegrityScore.planImageScore * 10).toFixed(1),10)"> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<span>{{(element.companyIntegrityScore.planImageScore * 10).toFixed(1)}}%</span> |
|
|
|
|
<span>{{(element.companyIntegrityScore.planImageScore * |
|
|
|
|
10).toFixed(1)}}%</span> |
|
|
|
|
</div> |
|
|
|
|
<div class="number">10%</div> |
|
|
|
|
</li> |
|
|
|
@ -188,9 +215,12 @@
|
|
|
|
|
<div class="name">四周毗邻</div> |
|
|
|
|
<div class="colorDiv"> |
|
|
|
|
<div class="colorDivBac"> |
|
|
|
|
<div class="colorDivCon" [style]="integrityDetails((element.companyIntegrityScore.adjoinScore * 10).toFixed(1),10)"></div> |
|
|
|
|
<div class="colorDivCon" |
|
|
|
|
[style]="integrityDetails((element.companyIntegrityScore.adjoinScore * 10).toFixed(1),10)"> |
|
|
|
|
</div> |
|
|
|
|
<span>{{(element.companyIntegrityScore.adjoinScore * 10).toFixed(1)}}%</span> |
|
|
|
|
</div> |
|
|
|
|
<span>{{(element.companyIntegrityScore.adjoinScore * |
|
|
|
|
10).toFixed(1)}}%</span> |
|
|
|
|
</div> |
|
|
|
|
<div class="number">10%</div> |
|
|
|
|
</li> |
|
|
|
@ -198,9 +228,12 @@
|
|
|
|
|
<div class="name">消防设施</div> |
|
|
|
|
<div class="colorDiv"> |
|
|
|
|
<div class="colorDivBac"> |
|
|
|
|
<div class="colorDivCon" [style]="integrityDetails((element.companyIntegrityScore.facilityScore * 25).toFixed(1),25)"></div> |
|
|
|
|
<div class="colorDivCon" |
|
|
|
|
[style]="integrityDetails((element.companyIntegrityScore.facilityScore * 25).toFixed(1),25)"> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<span>{{(element.companyIntegrityScore.facilityScore * 25).toFixed(1)}}%</span> |
|
|
|
|
<span>{{(element.companyIntegrityScore.facilityScore * |
|
|
|
|
25).toFixed(1)}}%</span> |
|
|
|
|
</div> |
|
|
|
|
<div class="number">25%</div> |
|
|
|
|
</li> |
|
|
|
@ -208,9 +241,12 @@
|
|
|
|
|
<div class="name">重点部位</div> |
|
|
|
|
<div class="colorDiv"> |
|
|
|
|
<div class="colorDivBac"> |
|
|
|
|
<div class="colorDivCon" [style]="integrityDetails((element.companyIntegrityScore.importantLocationScore * 10).toFixed(1),10)"></div> |
|
|
|
|
<div class="colorDivCon" |
|
|
|
|
[style]="integrityDetails((element.companyIntegrityScore.importantLocationScore * 10).toFixed(1),10)"> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<span>{{(element.companyIntegrityScore.importantLocationScore * 10).toFixed(1)}}%</span> |
|
|
|
|
<span>{{(element.companyIntegrityScore.importantLocationScore * |
|
|
|
|
10).toFixed(1)}}%</span> |
|
|
|
|
</div> |
|
|
|
|
<div class="number">10%</div> |
|
|
|
|
</li> |
|
|
|
@ -218,9 +254,12 @@
|
|
|
|
|
<div class="name">功能分区</div> |
|
|
|
|
<div class="colorDiv"> |
|
|
|
|
<div class="colorDivBac"> |
|
|
|
|
<div class="colorDivCon" [style]="integrityDetails((element.companyIntegrityScore.functionalDivisionScore * 10).toFixed(1),10)"></div> |
|
|
|
|
<div class="colorDivCon" |
|
|
|
|
[style]="integrityDetails((element.companyIntegrityScore.functionalDivisionScore * 10).toFixed(1),10)"> |
|
|
|
|
</div> |
|
|
|
|
<span>{{(element.companyIntegrityScore.functionalDivisionScore * 10).toFixed(1)}}%</span> |
|
|
|
|
</div> |
|
|
|
|
<span>{{(element.companyIntegrityScore.functionalDivisionScore * |
|
|
|
|
10).toFixed(1)}}%</span> |
|
|
|
|
</div> |
|
|
|
|
<div class="number">10%</div> |
|
|
|
|
</li> |
|
|
|
@ -228,9 +267,12 @@
|
|
|
|
|
<div class="name">实景图</div> |
|
|
|
|
<div class="colorDiv"> |
|
|
|
|
<div class="colorDivBac"> |
|
|
|
|
<div class="colorDivCon" [style]="integrityDetails((element.companyIntegrityScore.realityImageScore * 10).toFixed(1),10)"></div> |
|
|
|
|
<div class="colorDivCon" |
|
|
|
|
[style]="integrityDetails((element.companyIntegrityScore.realityImageScore * 10).toFixed(1),10)"> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<span>{{(element.companyIntegrityScore.realityImageScore * 10).toFixed(1)}}%</span> |
|
|
|
|
<span>{{(element.companyIntegrityScore.realityImageScore * |
|
|
|
|
10).toFixed(1)}}%</span> |
|
|
|
|
</div> |
|
|
|
|
<div class="number">10%</div> |
|
|
|
|
</li> |
|
|
|
@ -238,9 +280,12 @@
|
|
|
|
|
<div class="name">CAD上传</div> |
|
|
|
|
<div class="colorDiv"> |
|
|
|
|
<div class="colorDivBac"> |
|
|
|
|
<div class="colorDivCon" [style]="integrityDetails((element.companyIntegrityScore.cadScore * 10).toFixed(1),10)"></div> |
|
|
|
|
<div class="colorDivCon" |
|
|
|
|
[style]="integrityDetails((element.companyIntegrityScore.cadScore * 10).toFixed(1),10)"> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
<span>{{(element.companyIntegrityScore.cadScore * 10).toFixed(1)}}%</span> |
|
|
|
|
<span>{{(element.companyIntegrityScore.cadScore * |
|
|
|
|
10).toFixed(1)}}%</span> |
|
|
|
|
</div> |
|
|
|
|
<div class="number">10%</div> |
|
|
|
|
</li> |
|
|
|
@ -261,7 +306,8 @@
|
|
|
|
|
|
|
|
|
|
<ng-container matColumnDef="unittype"> |
|
|
|
|
<th mat-header-cell *matHeaderCellDef>单位类型</th> |
|
|
|
|
<td mat-cell *matCellDef="let element">{{element.buildingTypes.length != 0 ? element.buildingTypes[0].name : ''}}</td> |
|
|
|
|
<td mat-cell *matCellDef="let element">{{element.buildingTypes.length != 0 ? |
|
|
|
|
element.buildingTypes[0].name : ''}}</td> |
|
|
|
|
</ng-container> |
|
|
|
|
<ng-container matColumnDef="scc"> |
|
|
|
|
<th mat-header-cell *matHeaderCellDef>统一社会信用代码</th> |
|
|
|
@ -276,9 +322,13 @@
|
|
|
|
|
<ng-container matColumnDef="operation"> |
|
|
|
|
<th mat-header-cell *matHeaderCellDef>操作</th> |
|
|
|
|
<td mat-cell *matCellDef="let element" class="operation"> |
|
|
|
|
<span (click)="unitdetails(element)" >查看详情</span> |
|
|
|
|
<span style="color: blue;margin-left: 4px;" *ngIf="element.contentVerify==null||element.contentVerify.verifyState==-1||element.contentVerify.verifyState==1||element.contentVerify.verifyState==2||element.contentVerify.verifyState==4||element.contentVerify.verifyState==5" (click)='submitAudit(element)'>提交审核</span> |
|
|
|
|
<span style="color: blue;margin-left: 4px;" *ngIf="element.contentVerify!=null&&(element.contentVerify.verifyState==0||element.contentVerify.verifyState==3) " (click)="cancelAudit(element)">撤销审核</span> |
|
|
|
|
<span (click)="unitdetails(element)">查看详情</span> |
|
|
|
|
<span style="color: blue;margin-left: 4px;" |
|
|
|
|
*ngIf="element.contentVerify==null||element.contentVerify.verifyState==-1||element.contentVerify.verifyState==1||element.contentVerify.verifyState==2||element.contentVerify.verifyState==4||element.contentVerify.verifyState==5" |
|
|
|
|
(click)='submitAudit(element)'>提交审核</span> |
|
|
|
|
<span style="color: blue;margin-left: 4px;" |
|
|
|
|
*ngIf="element.contentVerify!=null&&(element.contentVerify.verifyState==0||element.contentVerify.verifyState==3) " |
|
|
|
|
(click)="cancelAudit(element)">撤销审核</span> |
|
|
|
|
<span style="color: blue;margin-left: 4px;" (click)="auditResult(element)">审批结果</span> |
|
|
|
|
<span (click)="Follow(element)" *ngIf="!element.isFollowed">关注单位</span> |
|
|
|
|
<span (click)="unFollow(element)" *ngIf="element.isFollowed">取消关注</span> |
|
|
|
@ -287,9 +337,7 @@
|
|
|
|
|
<tr mat-header-row *matHeaderRowDef="displayedColumns"></tr> |
|
|
|
|
<tr mat-row *matRowDef="let row; columns: displayedColumns;"></tr> |
|
|
|
|
</table> |
|
|
|
|
<mat-paginator [length]="length" |
|
|
|
|
[pageSize]="pageSize" |
|
|
|
|
[pageSizeOptions]="pageSizeOptions" |
|
|
|
|
<mat-paginator [length]="length" [pageSize]="pageSize" [pageSizeOptions]="pageSizeOptions" |
|
|
|
|
(page)="chagePage($event)"> |
|
|
|
|
</mat-paginator> |
|
|
|
|
|
|
|
|
|