-
This commit is contained in:
@ -55,7 +55,8 @@
|
|||||||
<ng-template st-row="loadingPicture" let-item let-index="index">
|
<ng-template st-row="loadingPicture" let-item let-index="index">
|
||||||
<div class="imgBox">
|
<div class="imgBox">
|
||||||
<div *ngIf="item.loadingPicture">
|
<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>
|
||||||
</div>
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
@ -113,4 +114,4 @@
|
|||||||
</ul>
|
</ul>
|
||||||
</nz-dropdown-menu>
|
</nz-dropdown-menu>
|
||||||
</div>
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|||||||
@ -472,4 +472,10 @@ export class TaxManagementOrderReportingComponent extends BasicTableComponent im
|
|||||||
nzContent: content
|
nzContent: content
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
viewPhoto(url: string) {
|
||||||
|
if (url) {
|
||||||
|
this.
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user