|
|
@ -4,12 +4,12 @@ |
|
|
|
[nzShowPagination]="false" [nzScroll]="{ y:tableScrollHeight }" [nzNoResult]='null' nzTableLayout="fixed"> |
|
|
|
[nzShowPagination]="false" [nzScroll]="{ y:tableScrollHeight }" [nzNoResult]='null' nzTableLayout="fixed"> |
|
|
|
<thead> |
|
|
|
<thead> |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|
<th [nzWidth]="'45%'"> |
|
|
|
<th [nzWidth]="'35%'"> |
|
|
|
<span style="margin-left: 10%;">证照名称</span> |
|
|
|
<span style="margin-left: 10%;">证照名称</span> |
|
|
|
</th> |
|
|
|
</th> |
|
|
|
<th>有无证照</th> |
|
|
|
<th>有无证照</th> |
|
|
|
<!-- <th>提交时间</th> |
|
|
|
<!-- <th>提交时间</th> --> |
|
|
|
<th>审核状态</th> --> |
|
|
|
<th>审核状态</th> |
|
|
|
<th>附件</th> |
|
|
|
<th>附件</th> |
|
|
|
<th>操作</th> |
|
|
|
<th>操作</th> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
@ -24,10 +24,10 @@ |
|
|
|
<span *ngIf="item.validatyType == 1">无</span> |
|
|
|
<span *ngIf="item.validatyType == 1">无</span> |
|
|
|
<span *ngIf="item.validatyType == 2">有</span> |
|
|
|
<span *ngIf="item.validatyType == 2">有</span> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
<!-- <td>{{item.committedTime | date:"yyyy/MM/dd"}}<span *ngIf="!item.committedTime">未提交审核</span></td> |
|
|
|
<!-- <td>{{item.committedTime | date:"yyyy/MM/dd"}}<span *ngIf="!item.committedTime">未提交审核</span></td> --> |
|
|
|
<td> |
|
|
|
<td> |
|
|
|
<span *ngIf="item.auditLog">{{item.auditLog.auditStatusDesc || ''}}</span> |
|
|
|
<span *ngIf="item.auditLog">{{item.auditLog.auditStatusDesc || ''}}</span> |
|
|
|
</td> --> |
|
|
|
</td> |
|
|
|
<td> |
|
|
|
<td> |
|
|
|
<img *ngIf="item.imageUrl && getFileType(item.imageUrl) == 'img'" [src]="item.imageUrl" (click)="viewImg(item.imageUrl)"> |
|
|
|
<img *ngIf="item.imageUrl && getFileType(item.imageUrl) == 'img'" [src]="item.imageUrl" (click)="viewImg(item.imageUrl)"> |
|
|
|
<img *ngIf="item.imageUrl && getFileType(item.imageUrl) == 'word'" src="../../../../assets/images/license/word.png" (click)="lookFile(item)"> |
|
|
|
<img *ngIf="item.imageUrl && getFileType(item.imageUrl) == 'word'" src="../../../../assets/images/license/word.png" (click)="lookFile(item)"> |
|
|
|