-
This commit is contained in:
@ -55,7 +55,8 @@
|
||||
<ng-template st-row="loadingPicture" let-item let-index="index">
|
||||
<div class="imgBox">
|
||||
<div *ngIf="item.loadingPicture">
|
||||
<app-imagelist style="width: 60px" [imgList]="[item.loadingPicture]"> </app-imagelist>
|
||||
<button nz-button>查看</button>
|
||||
<!-- <app-imagelist style="width: 60px" [imgList]="[item.loadingPicture]"> </app-imagelist> -->
|
||||
</div>
|
||||
</div>
|
||||
</ng-template>
|
||||
|
||||
@ -472,4 +472,10 @@ export class TaxManagementOrderReportingComponent extends BasicTableComponent im
|
||||
nzContent: content
|
||||
});
|
||||
}
|
||||
|
||||
viewPhoto(url: string) {
|
||||
if (url) {
|
||||
this.
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user