fix bug
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>
|
||||||
原因
|
原因
|
||||||
@ -163,7 +163,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>
|
||||||
原因
|
原因
|
||||||
|
|||||||
Reference in New Issue
Block a user