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