批量审核
This commit is contained in:
		@ -1,10 +1,12 @@
 | 
			
		||||
<!--
 | 
			
		||||
 * @Author: your name
 | 
			
		||||
 * @Date: 2021-12-16 10:19:08
 | 
			
		||||
 * @LastEditTime: 2021-12-17 11:21:28
 | 
			
		||||
 * @LastEditors: Please set LastEditors
 | 
			
		||||
 * @Description: 打开koroFileHeader查看配置 进行设置: https://github.com/OBKoro1/koro1FileHeader/wiki/%E9%85%8D%E7%BD%AE
 | 
			
		||||
 * @FilePath: \tms-obc-web\src\app\routes\order-management\components\risk-detail\risk-detail.component.html
 | 
			
		||||
 * @Description  : 
 | 
			
		||||
 * @Version      : 1.0
 | 
			
		||||
 * @Author       : Shiming
 | 
			
		||||
 * @Date         : 2021-12-16 10:19:08
 | 
			
		||||
 * @LastEditors  : Shiming
 | 
			
		||||
 * @LastEditTime : 2022-01-18 17:19:25
 | 
			
		||||
 * @FilePath     : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\risk-detail\\risk-detail.component.html
 | 
			
		||||
 * Copyright (C) 2022 huzhenhong. All rights reserved.
 | 
			
		||||
-->
 | 
			
		||||
<page-header-wrapper [title]="''" [logo]="logo">
 | 
			
		||||
  <ng-template #logo>
 | 
			
		||||
@ -31,16 +33,11 @@
 | 
			
		||||
    <sv label="异常原因" col="1">
 | 
			
		||||
      <div class="bg-grey-lighter p-sm">
 | 
			
		||||
        {{datailList?.abnormalCause}}
 | 
			
		||||
        <!-- <div *ngFor="let item of abnormalReason">{{item}}</div> -->
 | 
			
		||||
      </div>
 | 
			
		||||
    </sv>
 | 
			
		||||
  </sv-container>
 | 
			
		||||
</nz-card>
 | 
			
		||||
<!-- [nzExtra]="extraTemplate" -->
 | 
			
		||||
<nz-card nzTitle="申诉信息" >
 | 
			
		||||
  <!-- <ng-template #extraTemplate>
 | 
			
		||||
    <button nzType="primary" (click)="edit(i)" nzGhost nz-button>编辑</button>
 | 
			
		||||
  </ng-template> -->
 | 
			
		||||
  <sf #sf [compact]="true" [ui]="ui" [schema]="schema" [button]="'none'" *ngIf="schema" [formData]="datailList">
 | 
			
		||||
    <ng-template sf-template="enterpriseQualificationCe" let-schema="schema" let-item let-ui="ui">
 | 
			
		||||
      <app-imagelist [imgList]="datailList?.fileArr"></app-imagelist>
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user