货物名称:{{ i?.goodsName }}
-重量/体积:{{ i?.weight }}吨/{{ i?.volume }}方
-车型/车长:{{ i?.carModelLabel }}/ {{ i?.carLengthLabel }}
+重量/体积:{{ i?.weight ? i?.weight + '吨' : '' }}{{ i?.volume ? "/" + i?.volume + '方' : ''}}
+车型/车长:{{ i?.carModelLabel }} {{ i?.carLengthLabel ? "/" + i?.carLengthLabel : ''}}
联系人:{{ item.appUserName }}/{{ item.contractTelephone }}
+联系人:{{ item.appUserName }}{{ item.contractTelephone ? '/' + item.contractTelephone : '' }}
联系人:{{ item.appUserName }}/{{ item.contractTelephone }}
+联系人:{{ item.appUserName }}{{ item.contractTelephone ? '/' + item.contractTelephone : '' }}