UI优化
This commit is contained in:
@ -194,7 +194,8 @@
|
||||
<a class="sign"></a>
|
||||
<span>运费信息</span>
|
||||
</div>
|
||||
<st #st [data]="billExpenses" [columns]="logColumns" [ps]="0" [page]="{ show: false, showSize: false }">
|
||||
<st #st [data]="billExpenses" [columns]="logColumns" [ps]="0" [page]="{ show: false, showSize: false }"
|
||||
[size]="'small'">
|
||||
<ng-template st-row="price" let-item let-index="index">
|
||||
{{ item.price | currency }}
|
||||
</ng-template>
|
||||
@ -228,7 +229,7 @@
|
||||
<a *ngIf="i?.supplementContent?.contractContent" (click)="agreement('2')">补充协议</a>
|
||||
</sv>
|
||||
</sv-container>
|
||||
<sv-container col="2" class="mt-xs" layout="vertical">
|
||||
<sv-container col="2" class="mt-md" layout="vertical">
|
||||
<sv label="装货凭证">
|
||||
<app-imagelist *ngIf="i?.loadingLadingBillFilePath|| i?.loadingPeopleVehiclesGoodsFilePath"
|
||||
[imgList]="[i?.loadingLadingBillFilePath, i?.loadingPeopleVehiclesGoodsFilePath]"
|
||||
|
||||
Reference in New Issue
Block a user