fix bug
This commit is contained in:
@@ -57,14 +57,13 @@ export const feeDetailBaseColumns = [
|
||||
{ label: '货物类型', prop: 'cargoType', minWidth: 130 },
|
||||
{ label: '规格', prop: 'specification', minWidth: 120 },
|
||||
{ label: '型号', prop: 'model', minWidth: 120 },
|
||||
{ label: '运费计费要素', prop: 'billingFactor', minWidth: 130 },
|
||||
{ label: '运费计费类型', prop: 'billingType', minWidth: 130 },
|
||||
{ label: '计费要素', prop: 'billingFactor', minWidth: 130 },
|
||||
{ label: '计费类型', prop: 'billingType', minWidth: 130 },
|
||||
{ label: '运输量', prop: 'transportQuantityText', minWidth: 120 },
|
||||
{ label: '运费计算单位', prop: 'priceUnit', minWidth: 130 },
|
||||
{ label: '运输单价', prop: 'unitPrice', minWidth: 120 },
|
||||
{ label: '里程(KM)', prop: 'mileage', minWidth: 120 },
|
||||
{ label: '运输费', prop: 'freightAmount', minWidth: 180 }
|
||||
|
||||
{ label: '运输费', prop: 'freightAmount', minWidth: 180 },
|
||||
];
|
||||
|
||||
export const feeDetailTailColumns = [
|
||||
|
||||
Reference in New Issue
Block a user