This commit is contained in:
wangshiming
2022-02-21 19:39:21 +08:00
parent 9e01d52198
commit 32baf50a5a
3 changed files with 6 additions and 7 deletions

View File

@ -260,14 +260,13 @@ tabs = {
{
title: '货物信息',
className: 'text-left',
width: '180px',
width: '250px',
render: 'goodsInfos'
},
{
title: '运费单价',
className: 'text-right',
width: '120px',
index: 'freightPrice',
render: 'freightPrice'
},
{