This commit is contained in:
wangshiming
2022-04-13 11:00:56 +08:00
parent 0d9affdf6f
commit 5336f93d0a

View File

@ -94,7 +94,7 @@
<sv-title>货物信息</sv-title>
<ng-container *ngFor="let item of i?.goodsInfoVOList">
<sv label="货物名称">
{{ item.goodsName }}
{{ item.goodsTypeName }} - {{ item.goodsName }}
</sv>
<sv label="货物数量"> {{ item.weight }}吨,{{ item.volume }}方,{{ item.number }}件 </sv>
</ng-container>