This commit is contained in:
wangshiming
2022-02-10 17:18:26 +08:00
parent a110d88814
commit 0019e4730d
10 changed files with 100 additions and 40 deletions

View File

@ -89,7 +89,7 @@
<div *ngFor="let i of item?.goodsInfoVOList">
<p>货物名称:{{i?.goodsName}}</p>
<p>重量/体积:{{i?.weight}}吨/{{i?.volume}}方</p>
<p>车型/车长:{{i?.maxWeight}}/ {{i?.maxCube}}</p>
<p>车型/车长:{{i?.carModel}}/ {{i?.carLength}}</p>
</div>
</ng-template>
</st>