fix bug
This commit is contained in:
		| @ -4,7 +4,7 @@ | ||||
|  * @Author       : Shiming | ||||
|  * @Date         : 2021-12-16 10:19:08 | ||||
|  * @LastEditors  : Shiming | ||||
|  * @LastEditTime : 2022-03-22 17:32:53 | ||||
|  * @LastEditTime : 2022-03-22 17:44:13 | ||||
|  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\risk-detail\\risk-detail.component.html | ||||
|  * Copyright (C) 2022 huzhenhong. All rights reserved. | ||||
| --> | ||||
| @ -49,11 +49,10 @@ | ||||
| <nz-card nzTitle="申诉信息" > | ||||
|   <sf #sf [compact]="true" [ui]="ui" [schema]="schema" [button]="'none'" *ngIf="i" [formData]="i"> | ||||
|     <ng-template sf-template="uploadVanchor" let-schema="schema" let-me let-ui="ui"> | ||||
|       <nz-upload *ngIf="me.formProperty.value" [nzFileList]="me.formProperty.value" [nzShowButton]="false" | ||||
|       <!-- <nz-upload *ngIf="me.formProperty.value" [nzFileList]="me.formProperty.value" [nzShowButton]="false" | ||||
|         [nzShowUploadList]="{showRemoveIcon:false}"> | ||||
|       </nz-upload> | ||||
|       <!-- <app-imagelist *ngIf="me.formProperty.value" [imgList]="[me.formProperty.value]"></app-imagelist> --> | ||||
|       <span *ngIf="!me.formProperty.value">- </span> | ||||
|       </nz-upload> --> | ||||
|       <app-imagelist *ngIf="i.fileArr" [imgList]="i.fileArr"></app-imagelist> | ||||
|     </ng-template> | ||||
|   </sf> | ||||
| </nz-card> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user