|
|
|
@ -95,8 +95,8 @@
|
|
|
|
|
<span style="margin-left: 30px;">审批类型</span> |
|
|
|
|
</th> |
|
|
|
|
<th>审批信息</th> |
|
|
|
|
<!-- <th>油站名称</th> |
|
|
|
|
<th [nzWidth]="'16%'">区域</th> --> |
|
|
|
|
<th *ngIf="!level">油站名称</th> |
|
|
|
|
<th *ngIf="!level">区域名称</th> |
|
|
|
|
<th>公司名称</th> |
|
|
|
|
<th>申请人</th> |
|
|
|
|
<th>审批时间</th> |
|
|
|
@ -118,8 +118,8 @@
|
|
|
|
|
<span *ngIf="item.auditType == 3">资产类证照</span> |
|
|
|
|
<span *ngIf="item.auditType == 4">用户信息</span> |
|
|
|
|
</td> |
|
|
|
|
<!-- <td><label *ngIf="item.gasStation">{{item.gasStation.stationName}}</label></td> |
|
|
|
|
<td><label *ngIf="item.gasStation">{{item.gasStation.locationName}}</label></td> --> |
|
|
|
|
<td *ngIf="!level"><label *ngIf="item.gasStation">{{item.gasStation.stationName}}</label></td> |
|
|
|
|
<td *ngIf="!level"><label *ngIf="item.gasStation">{{item.gasStation.locationName}}</label></td> |
|
|
|
|
<td nzEllipsis> |
|
|
|
|
<ng-container *ngIf="item.gasStation; else elseTemplate"> |
|
|
|
|
<label [title]="item.gasStation.companyName">{{item.gasStation.companyName}}</label> |
|
|
|
|