-
This commit is contained in:
		| @ -34,7 +34,7 @@ | ||||
|     </ng-template> | ||||
|     <ng-template st-row="verifyStatus" let-item> | ||||
|       <a (click)="viewResult(item)" *ngIf="item?.verifyStatus === '2'">{{item?.verifyStatusLabel}}</a> | ||||
|       <span *ngIf="item?.verifyStatus === '1'">{{item?.verifyStatusLabel}}</span> | ||||
|       <span *ngIf="item?.verifyStatus !== '2'">{{item?.verifyStatusLabel}}</span> | ||||
|     </ng-template> | ||||
|     <ng-template st-row="orderCode" let-item> | ||||
|       <a (click)="routeToOrder(item)">{{item?.orderCode}}</a> | ||||
|  | ||||
| @ -163,9 +163,9 @@ export class DatatableFundReportingComponent implements OnInit { | ||||
|           title: '本地校验', | ||||
|           type: 'string', | ||||
|           enum: [ | ||||
|             { label: '校验中', value: 0 }, | ||||
|             { label: '通过', value: 1 }, | ||||
|             { label: '不通过', value: 2 } | ||||
|             { label: '校验中', value: '0' }, | ||||
|             { label: '通过', value: '1' }, | ||||
|             { label: '不通过', value: '2' } | ||||
|           ], | ||||
|           ui: { | ||||
|             placeholder: '请选择', | ||||
|  | ||||
		Reference in New Issue
	
	Block a user