|
|
@ -14,9 +14,9 @@ |
|
|
|
<nz-form-control> |
|
|
|
<nz-form-control> |
|
|
|
<nz-select nzAllowClear formControlName="info" nzPlaceHolder="审批信息"> |
|
|
|
<nz-select nzAllowClear formControlName="info" nzPlaceHolder="审批信息"> |
|
|
|
<nz-option nzValue="0" nzLabel="油站信息"></nz-option> |
|
|
|
<nz-option nzValue="0" nzLabel="油站信息"></nz-option> |
|
|
|
<nz-option nzValue="1" nzLabel="更新类证照提醒时间"></nz-option> |
|
|
|
<nz-option nzValue="1" nzLabel="经营类证照提醒时间"></nz-option> |
|
|
|
<nz-option nzValue="2" nzLabel="更新类证照"></nz-option> |
|
|
|
<nz-option nzValue="2" nzLabel="经营类证照"></nz-option> |
|
|
|
<nz-option nzValue="3" nzLabel="档案类证照"></nz-option> |
|
|
|
<nz-option nzValue="3" nzLabel="资产类证照"></nz-option> |
|
|
|
</nz-select> |
|
|
|
</nz-select> |
|
|
|
</nz-form-control> |
|
|
|
</nz-form-control> |
|
|
|
</nz-form-item> |
|
|
|
</nz-form-item> |
|
|
@ -108,9 +108,9 @@ |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
<td> |
|
|
|
<td> |
|
|
|
<span *ngIf="item.auditType == 0">油站信息</span> |
|
|
|
<span *ngIf="item.auditType == 0">油站信息</span> |
|
|
|
<span *ngIf="item.auditType == 1">更新类证照提醒时间</span> |
|
|
|
<span *ngIf="item.auditType == 1">经营类证照提醒时间</span> |
|
|
|
<span *ngIf="item.auditType == 2">更新类证照</span> |
|
|
|
<span *ngIf="item.auditType == 2">经营类证照</span> |
|
|
|
<span *ngIf="item.auditType == 3">档案类证照</span> |
|
|
|
<span *ngIf="item.auditType == 3">资产类证照</span> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
<!-- <td><label *ngIf="item.gasStation">{{item.gasStation.stationName}}</label></td> |
|
|
|
<!-- <td><label *ngIf="item.gasStation">{{item.gasStation.stationName}}</label></td> |
|
|
|
<td><label *ngIf="item.gasStation">{{item.gasStation.locationName}}</label></td> --> |
|
|
|
<td><label *ngIf="item.gasStation">{{item.gasStation.locationName}}</label></td> --> |
|
|
|