This commit is contained in:
潘晓云
2022-05-11 15:15:22 +08:00
parent 1f203d1360
commit ee7b22a950
2 changed files with 9 additions and 2 deletions

View File

@ -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>

View File

@ -472,4 +472,10 @@ export class TaxManagementOrderReportingComponent extends BasicTableComponent im
nzContent: content
});
}
viewPhoto(url: string) {
if (url) {
this.
}
}
}