Browse Source

驳回说明

beijing
陈鹏飞 3 years ago
parent
commit
2044a2a9e3
  1. 2
      src/app/pages/license/file-category/details-file-category/details-file-category.component.html
  2. 2
      src/app/pages/license/update-category/details-update-category/details-update-category.component.html

2
src/app/pages/license/file-category/details-file-category/details-file-category.component.html

@ -36,7 +36,7 @@
<nz-timeline-item *ngFor="let item of auditList">
<span>{{item.creationTime | date:"yyyy/MM/dd"}}</span>
<span style="margin: 0 10px;">{{item.organizationName}} {{item.auditStatus | auditStatus}}</span>
<span *ngIf="item.auditStatus == 3">驳回说明:{{item.auditLog? item.auditLog.rejectReason : ''}}</span>
<span *ngIf="item.auditStatus == 3">驳回说明:{{item.remark}}</span>
</nz-timeline-item>
</nz-timeline>
<ng-template #soccerTemplate>

2
src/app/pages/license/update-category/details-update-category/details-update-category.component.html

@ -53,7 +53,7 @@
<nz-timeline-item *ngFor="let item of auditList">
<span>{{item.creationTime | date:"yyyy/MM/dd"}}</span>
<span style="margin: 0 10px;">{{item.organizationName}} {{item.auditStatus | auditStatus}}</span>
<span *ngIf="item.auditStatus == 3">驳回说明:{{item.auditLog? item.auditLog.rejectReason : ''}}</span>
<span *ngIf="item.auditStatus == 3">驳回说明:{{item.remark}}</span>
</nz-timeline-item>
</nz-timeline>
<ng-template #soccerTemplate>

Loading…
Cancel
Save