Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop
This commit is contained in:
@ -73,7 +73,7 @@
|
|||||||
<p style="margin-bottom: 0">
|
<p style="margin-bottom: 0">
|
||||||
车辆基础信息
|
车辆基础信息
|
||||||
<label *ngIf="detailData?.carInfoVerifyResult" style="color: #ff4d4f"><i nz-icon nzType="info-circle"
|
<label *ngIf="detailData?.carInfoVerifyResult" style="color: #ff4d4f"><i nz-icon nzType="info-circle"
|
||||||
nzTheme="fill" class="mr-xs"></i>验证不通过: <span nz-popover [nzPopoverTitle]="titleTemplate1" [nzPopoverContent]="contentTemplate1">
|
nzTheme="fill" class="mr-xs"></i>验证不通过:<span nz-popover [nzPopoverTitle]="titleTemplate1" [nzPopoverContent]="contentTemplate1">
|
||||||
查看原因
|
查看原因
|
||||||
<ng-template #titleTemplate1>
|
<ng-template #titleTemplate1>
|
||||||
原因
|
原因
|
||||||
@ -83,6 +83,9 @@
|
|||||||
</ng-template>
|
</ng-template>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
|
<label *ngIf="!detailData?.carInfoVerifyResult" style="color: #52c41a"><i nz-icon nzType="check-circle"
|
||||||
|
nzTheme="fill" class="mr-xs"></i>验证通过
|
||||||
|
</label>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<sv-container col="3" labelWidth="140">
|
<sv-container col="3" labelWidth="140">
|
||||||
@ -163,7 +166,7 @@
|
|||||||
<p style="margin-bottom: 0">
|
<p style="margin-bottom: 0">
|
||||||
行驶证信息
|
行驶证信息
|
||||||
<label *ngIf="detailData?.driverLicenseVerifyResult" style="color: #ff4d4f"><i nz-icon nzType="info-circle"
|
<label *ngIf="detailData?.driverLicenseVerifyResult" style="color: #ff4d4f"><i nz-icon nzType="info-circle"
|
||||||
nzTheme="fill" class="mr-xs"></i>验证不通过: <span nz-popover [nzPopoverTitle]="titleTemplate2" [nzPopoverContent]="contentTemplate2">
|
nzTheme="fill" class="mr-xs"></i>验证不通过:<span nz-popover [nzPopoverTitle]="titleTemplate2" [nzPopoverContent]="contentTemplate2">
|
||||||
查看原因
|
查看原因
|
||||||
<ng-template #titleTemplate2>
|
<ng-template #titleTemplate2>
|
||||||
原因
|
原因
|
||||||
@ -173,6 +176,9 @@
|
|||||||
</ng-template>
|
</ng-template>
|
||||||
</span>
|
</span>
|
||||||
</label>
|
</label>
|
||||||
|
<label *ngIf="!detailData?.driverLicenseVerifyResult" style="color: #52c41a"><i nz-icon nzType="check-circle"
|
||||||
|
nzTheme="fill" class="mr-xs"></i>验证通过
|
||||||
|
</label>
|
||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<sv-container col="3" class="new-sv-container" labelWidth="140">
|
<sv-container col="3" class="new-sv-container" labelWidth="140">
|
||||||
|
|||||||
Reference in New Issue
Block a user