fix bug
This commit is contained in:
		| @ -4,7 +4,7 @@ | ||||
|  * @Author       : Shiming | ||||
|  * @Date         : 2021-12-06 20:20:26 | ||||
|  * @LastEditors  : Shiming | ||||
|  * @LastEditTime : 2022-03-29 14:30:12 | ||||
|  * @LastEditTime : 2022-03-30 09:35:49 | ||||
|  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\bulk-detail\\bulk-detail.component.html | ||||
|  * Copyright (C) 2022 huzhenhong. All rights reserved. | ||||
| --> | ||||
| @ -222,7 +222,7 @@ | ||||
|     </ng-template> | ||||
|   </div> | ||||
| </nz-card> | ||||
| <nz-card *ngIf="!route?.snapshot?.queryParams?.sts"> | ||||
| <nz-card *ngIf="!route?.snapshot?.queryParams?.sts && abnormalList.length > 0"> | ||||
|   <nz-tabset > | ||||
|     <nz-tab nzTitle="风险异常检测"> | ||||
|       <button nz-button nzType="primary"[disabled]="">申 诉</button> | ||||
|  | ||||
| @ -4,7 +4,7 @@ | ||||
|  * @Author       : Shiming | ||||
|  * @Date         : 2021-12-28 14:42:03 | ||||
|  * @LastEditors  : Shiming | ||||
|  * @LastEditTime : 2022-03-28 20:31:30 | ||||
|  * @LastEditTime : 2022-03-30 09:36:23 | ||||
|  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\vehicle-detail\\vehicle-detail.component.html | ||||
|  * Copyright (C) 2022 huzhenhong. All rights reserved. | ||||
| --> | ||||
| @ -229,7 +229,7 @@ | ||||
|     </ng-template> | ||||
|   </div> | ||||
| </nz-card> | ||||
| <nz-card *ngIf="!route?.snapshot?.queryParams?.sts"> | ||||
| <nz-card *ngIf="!route?.snapshot?.queryParams?.sts && abnormalList.length > 0"> | ||||
|   <nz-tabset > | ||||
|     <nz-tab nzTitle="风险异常检测"> | ||||
|       <button nz-button nzType="primary"[disabled]="">申 诉</button> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user