This commit is contained in:
wangshiming
2022-05-06 10:08:29 +08:00
parent 0e394a31fb
commit 77dc933e7c

View File

@ -7,7 +7,7 @@
</ng-template> </ng-template>
<ng-template #content> <ng-template #content>
<sv-container col="3" class="new-sv-container"> <sv-container col="3" class="new-sv-container">
<h2>车牌号66{{ detailData?.carNo }} <h2>车牌号:{{ detailData?.carNo }}
</h2> </h2>
<sv-title style="font-weight: 700"> <sv-title style="font-weight: 700">
<!-- <span *ngIf="detailData?.approvalStatus === 1 || detailData?.approvalStatus === '1'">未上传</span> <!-- <span *ngIf="detailData?.approvalStatus === 1 || detailData?.approvalStatus === '1'">未上传</span>
@ -47,11 +47,7 @@
<div class="mb-xs common-order-header" nz-row> <div class="mb-xs common-order-header" nz-row>
<div style="display: flex;"> <div style="display: flex;">
<button nz-button nzType="primary" nzSize="small" nzDanger>{{ carStatus[detailData?.approvalStatus] }}</button> <button nz-button nzType="primary" nzSize="small" nzDanger>{{ carStatus[detailData?.approvalStatus] }}</button>
<div style="display: flex;align-items: center; "> <b class="ml-md" style="font-size: 18px;padding-right: 10px;">车牌号: {{ detailData?.carNo }}</b>
<b class="ml-md" style="font-size: 18px;padding-right: 10px;">车牌号: {{ detailData?.carNo }}</b>
<div *ngIf="detailData.networkStatus"> <span style="height: 5px; width: 5px; border-radius: 50%; background-color: green;display: inline-block;"></span> 已入网</div>
<div *ngIf="!detailData.networkStatus"><span style="height: 5px; width: 5px; border-radius: 50%; background-color: red;display: inline-block;"></span>未入网</div>
</div>
</div> </div>
<div> <div>
<ng-container *ngIf="!isEdit"> <ng-container *ngIf="!isEdit">