fix bug
This commit is contained in:
		| @ -4,7 +4,7 @@ | ||||
|  * @Author       : Shiming | ||||
|  * @Date         : 2021-12-28 14:42:03 | ||||
|  * @LastEditors  : Shiming | ||||
|  * @LastEditTime : 2022-03-09 10:33:44 | ||||
|  * @LastEditTime : 2022-03-11 10:59:57 | ||||
|  * @FilePath     : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\vehicle-detail\\vehicle-detail.component.html | ||||
|  * Copyright (C) 2022 huzhenhong. All rights reserved. | ||||
| --> | ||||
| @ -15,12 +15,12 @@ | ||||
|     </button> | ||||
|   </ng-template> | ||||
|   <ng-template #headerContent> | ||||
|     <div class="mb-xs" nz-row> | ||||
|     <div  nz-row> | ||||
|       <button nz-button nzType="primary" nzSize="small" nzDanger>{{ i?.billStatusLabel }}</button> | ||||
|       <h4 class="ml-md" style="font-size: 18px">订单号: {{ i?.billCode }}</h4> | ||||
|     </div> | ||||
|     <div nz-row style="display: flex; justify-content: end"> | ||||
|       <div nz-col nzSpan="10"> | ||||
|     <div nz-row style="display: flex; justify-content: end" class="mb-xs"> | ||||
|       <div nz-col > | ||||
|         <button | ||||
|           (click)="cancellation()" | ||||
|           nz-button | ||||
| @ -37,7 +37,6 @@ | ||||
|         > | ||||
|       </div> | ||||
|     </div> | ||||
|     <nz-divider></nz-divider> | ||||
|     <div> | ||||
|       <div sv-container> | ||||
|         <sv label="网络货运人">{{ i?.goodsResource?.enterpriseInfoName }} </sv> | ||||
|  | ||||
		Reference in New Issue
	
	Block a user