|
@@ -79,7 +79,6 @@ export const CostSelectColumns = [
|
|
|
slots: { default: 'price_supply_rate' }},
|
|
|
];
|
|
|
|
|
|
-
|
|
|
export const SupplyCheckColumns_Regular = [
|
|
|
{ type: 'seq', title: '序 号', width: 50, align: 'center' },
|
|
|
{ field: 'sku', title: 'SKU', minWidth: 300, align: 'center', showOverflow: true, },
|
|
@@ -93,10 +92,10 @@ export const SupplyCheckColumns_Regular = [
|
|
|
]
|
|
|
|
|
|
export const SupplyCheckColumns_Special = [
|
|
|
- { type: 'seq', title: '序 号', width: 50, align: 'center' },
|
|
|
- { field: 'sku', title: 'SKU', minWidth: 300, align: 'center', showOverflow: true},
|
|
|
- { field: 'platform', title: '平 台', width: 'auto', align: 'center', showOverflow: true, },
|
|
|
- { field: 'country_code', title: '国 家', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'country_code' },},
|
|
|
+ { type: 'seq', title: '序 号', width: 50, align: 'center' ,fixed: 'left'},
|
|
|
+ { field: 'sku', title: 'SKU', width: 'auto', align: 'center', showOverflow: true,fixed: 'left'},
|
|
|
+ { field: 'platform', title: '平 台', width: 'auto', align: 'center', showOverflow: true,fixed: 'left' },
|
|
|
+ { field: 'country_code', title: '国 家', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'country_code' },fixed: 'left'},
|
|
|
{ field: 'currency_code', title: '货币代码', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'currency_code' },},
|
|
|
{ field: 'estimated_cost', title: '预估硬件成本', width: 'auto', align: 'center', showOverflow: true ,slots: { default: 'estimated_cost' },},
|
|
|
{ field: 'weight', title: '重量(KG)', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'weight' },},
|
|
@@ -148,10 +147,10 @@ export const DirectSalesCheckColumns_Regular = [
|
|
|
]
|
|
|
|
|
|
export const DirectSalesCheckColumns_Special = [
|
|
|
- { type: 'seq', title: '序 号', width: 50, align: 'center' },
|
|
|
- { field: 'sku', title: 'SKU', minWidth: 300, align: 'center', showOverflow: true},
|
|
|
- { field: 'platform', title: '平 台', width: 'auto', align: 'center', showOverflow: true, },
|
|
|
- { field: 'country_code', title: '国 家', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'country_code' },},
|
|
|
+ { type: 'seq', title: '序 号', width: 50, align: 'center' ,fixed: 'left'},
|
|
|
+ { field: 'sku', title: 'SKU',width: 'auto',align: 'center', showOverflow: true,fixed: 'left'},
|
|
|
+ { field: 'platform', title: '平 台', width: 'auto', align: 'center', showOverflow: true,fixed: 'left'},
|
|
|
+ { field: 'country_code', title: '国 家', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'country_code' },fixed: 'left'},
|
|
|
{ field: 'currency_code', title: '货币代码', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'currency_code' },},
|
|
|
{ field: 'estimated_cost', title: '预估硬件成本', width: 'auto', align: 'center', showOverflow: true ,slots: { default: 'estimated_cost' },},
|
|
|
{ field: 'weight', title: '重量(KG)', width: 'auto', align: 'center', showOverflow: true,slots: { default: 'weight' },},
|