|
|
|
@ -32,6 +32,13 @@ export function tableConfig() { |
|
|
|
"min-width": 120, |
|
|
|
"min-width": 120, |
|
|
|
"show-overflow-tooltip": true, |
|
|
|
"show-overflow-tooltip": true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
label: "箱号", |
|
|
|
|
|
|
|
prop: "containCode", |
|
|
|
|
|
|
|
istrue: true, |
|
|
|
|
|
|
|
"min-width": 120, |
|
|
|
|
|
|
|
"show-overflow-tooltip": true, |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "单位", |
|
|
|
label: "单位", |
|
|
|
prop: "unit", |
|
|
|
prop: "unit", |
|
|
|
@ -112,6 +119,13 @@ export function tableConfig() { |
|
|
|
"min-width": 120, |
|
|
|
"min-width": 120, |
|
|
|
"show-overflow-tooltip": true, |
|
|
|
"show-overflow-tooltip": true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
label: "箱号", |
|
|
|
|
|
|
|
prop: "containCode", |
|
|
|
|
|
|
|
istrue: true, |
|
|
|
|
|
|
|
"min-width": 120, |
|
|
|
|
|
|
|
"show-overflow-tooltip": true, |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "商品规格", |
|
|
|
label: "商品规格", |
|
|
|
prop: "specifications", |
|
|
|
prop: "specifications", |
|
|
|
@ -201,6 +215,13 @@ export function tableConfig() { |
|
|
|
"min-width": 120, |
|
|
|
"min-width": 120, |
|
|
|
"show-overflow-tooltip": true, |
|
|
|
"show-overflow-tooltip": true, |
|
|
|
}, |
|
|
|
}, |
|
|
|
|
|
|
|
{ |
|
|
|
|
|
|
|
label: "箱号", |
|
|
|
|
|
|
|
prop: "containCode", |
|
|
|
|
|
|
|
istrue: true, |
|
|
|
|
|
|
|
"min-width": 120, |
|
|
|
|
|
|
|
"show-overflow-tooltip": true, |
|
|
|
|
|
|
|
}, |
|
|
|
{ |
|
|
|
{ |
|
|
|
label: "单位", |
|
|
|
label: "单位", |
|
|
|
prop: "unit", |
|
|
|
prop: "unit", |
|
|
|
|