|
|
|
@ -122,9 +122,9 @@
|
|
|
|
|
<label>{{item.organization ? item.organization.displayName : null}}</label> |
|
|
|
|
</ng-template> |
|
|
|
|
</td> |
|
|
|
|
<td>{{item.creatorUser.name}}</td> |
|
|
|
|
<td><span *ngIf="item.creatorUser">{{item.creatorUser.name || ''}}</span></td> |
|
|
|
|
<td>{{item.auditTime | date:"yyyy/MM/dd HH:mm:ss"}}</td> |
|
|
|
|
<td>{{item.auditUser.name}}</td> |
|
|
|
|
<td><span *ngIf="item.auditUser">{{item.auditUser.name || ''}}</span></td> |
|
|
|
|
<td>{{item.auditStatusDesc}}</td> |
|
|
|
|
<td class="operation"> |
|
|
|
|
<span class="blueColor" (click)="details(item)">详情</span> |
|
|
|
|