fix bug
This commit is contained in:
		| @ -4,7 +4,7 @@ | ||||
|  * @Author       : Shiming | ||||
|  * @Date         : 2022-01-04 17:29:18 | ||||
|  * @LastEditors  : Shiming | ||||
|  * @LastEditTime : 2022-03-29 16:26:09 | ||||
|  * @LastEditTime : 2022-04-13 10:50:02 | ||||
|  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\complaint-detail\\complaint-detail.component.html | ||||
|  * Copyright (C) 2022 huzhenhong. All rights reserved. | ||||
| --> | ||||
| @ -24,8 +24,12 @@ | ||||
|   <h2>投诉单号:{{datailList?.complaintCode}}</h2> | ||||
|   <sf #sf [compact]="true" [ui]="ui" [schema]="schema" [button]="'none'" *ngIf="schema" [formData]="datailList"> | ||||
|     <ng-template sf-template="imgUrls" let-schema="schema" let-item let-ui="ui"> | ||||
|       <app-imagelist [imgList]="datailList?.imgUrls"></app-imagelist> | ||||
|      <!-- <app-imagelist [imgList]="datailList?.imgUrls"></app-imagelist> --> | ||||
|  | ||||
|     <img nz-image width="100px" height="100%" *ngFor="let item of datailList?.imgUrls" [nzSrc]="item" | ||||
|     style="margin:0 10px 0 0" alt="" /> | ||||
|     </ng-template> | ||||
|  | ||||
|   </sf> | ||||
| </nz-card> | ||||
|  | ||||
|  | ||||
		Reference in New Issue
	
	Block a user