This commit is contained in:
wangshiming
2022-04-13 17:55:10 +08:00
parent bf1e9e1b91
commit 75fc4c9919
2 changed files with 1 additions and 11 deletions

View File

@ -221,13 +221,8 @@
</ng-template>
</div>
</nz-card>
<<<<<<< HEAD
<nz-card>
<nz-tabset >
=======
<nz-card *ngIf="!route?.snapshot?.queryParams?.sts && abnormalList.length > 0">
<nz-tabset>
>>>>>>> 6a150ee3a3c20c6bb0c0de19a1e105a166194445
<nz-tab nzTitle="风险异常检测">
<div *ngIf="!route?.snapshot?.queryParams?.sts && abnormalList.length > 0">
<div>
@ -241,14 +236,9 @@
</div>
</nz-tab>
<nz-tab nzTitle="异常预警">
<<<<<<< HEAD
<st #st [data]="warringList" [columns]="logColumns2" [ps]="0" [page]="{ show: false, showSize: false }">
</st>
=======
<st #st [data]="service.$api_get_order_abnormalWarning" [columns]="logColumns3"
[res]="{ reName: { list: 'data' } }" [req]="{params:{id:route.snapshot.params.id}}"
[page]="{ show: false, showSize: false }"> </st>
>>>>>>> 6a150ee3a3c20c6bb0c0de19a1e105a166194445
</nz-tab>
<nz-tab nzTitle="操作日志">
<st #st [data]="addressItems" [columns]="logColumns2" [ps]="0" [page]="{ show: false, showSize: false }">

View File

@ -4,7 +4,7 @@
* @Author : Shiming
* @Date : 2021-12-28 14:42:03
* @LastEditors : Shiming
* @LastEditTime : 2022-04-13 17:54:13
* @LastEditTime : 2022-04-13 17:54:51
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\vehicle-detail\\vehicle-detail.component.html
* Copyright (C) 2022 huzhenhong. All rights reserved.
-->