Browse Source

完善

beijing
陈鹏飞 3 years ago
parent
commit
d8cfbc11b5
  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

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

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

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

Loading…
Cancel
Save