车辆接口更新
This commit is contained in:
@ -4,7 +4,7 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-01-12 10:52:50
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-01-24 09:53:48
|
||||
* @LastEditTime : 2022-01-25 16:52:29
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\order-management\\components\\bulk\\bulk.component.html
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
-->
|
||||
@ -200,16 +200,21 @@
|
||||
<nz-modal [(nzVisible)]="isVisibleEvaluate" [nzWidth]="600" [nzFooter]="nzModalFooterEvaluate" (nzOnOk)="handleOK()" (nzOnCancel)="handleCancel('2')">
|
||||
<ng-container *nzModalContent>
|
||||
<nz-tabset>
|
||||
<nz-tab nzTitle="我的评价">
|
||||
<div>
|
||||
评分: <nz-rate [ngModel]="2.5" nzAllowHalf></nz-rate>
|
||||
<div><span>评价内容:</span></div>
|
||||
</div>
|
||||
<nz-tab nzTitle="货主评价">
|
||||
<sv-container col="1" labelWidth="90">
|
||||
<sv [label]="i.evaluateTypeLabel"*ngFor="let i of shipList" >
|
||||
<nz-rate [ngModel]="i.evaluateFraction" nzDisabled="true"></nz-rate>
|
||||
</sv>
|
||||
</sv-container>
|
||||
<div *ngIf="shipList.length < 1">暂无评价内容</div>
|
||||
</nz-tab>
|
||||
<nz-tab nzTitle="司机评价">
|
||||
<div>
|
||||
暂无评价内容
|
||||
</div>
|
||||
<sv-container col="1" labelWidth="90">
|
||||
<sv [label]="i.evaluateTypeLabel"*ngFor="let i of diverList" >
|
||||
<nz-rate [ngModel]="i.evaluateFraction" nzDisabled="true"></nz-rate>
|
||||
</sv>
|
||||
</sv-container>
|
||||
<div *ngIf="diverList.length < 1">暂无评价内容</div>
|
||||
</nz-tab>
|
||||
</nz-tabset>
|
||||
</ng-container>
|
||||
|
||||
Reference in New Issue
Block a user