|
@@ -1,7 +1,7 @@
|
|
|
export const MarketStoreColumns = [
|
|
|
- { type: 'seq', title: 'No.', minWidth: 60, align: 'center' },
|
|
|
+ { type: 'seq', title: 'No.', width: 60, align: 'center', fixed: 'left' },
|
|
|
{
|
|
|
- field: 'platform_number', title: '平台编号', minWidth: 'auto', align: 'center',
|
|
|
+ field: 'platform_number', title: '平台编号', minWidth: 'auto', align: 'center',fixed: 'left',
|
|
|
slots: { default: 'platform_number' }
|
|
|
},
|
|
|
{
|
|
@@ -31,8 +31,8 @@ export const MarketStoreColumns = [
|
|
|
];
|
|
|
|
|
|
export const OnlineMerchandiseColumns = [
|
|
|
- { type: 'seq', title: 'No.', width: 60, align: 'center' },
|
|
|
- { field: 'asin', title: 'ASIN', minWidth: 'auto', align: 'center', slots: { default: 'asin' } },
|
|
|
+ { type: 'seq', title: 'No.', width: 60, align: 'center', fixed: 'left', },
|
|
|
+ { field: 'asin', title: 'ASIN', minWidth: 'auto', align: 'center', slots: { default: 'asin' }, fixed: 'left', },
|
|
|
{ field: 'sku', title: 'SKU', minWidth: 'auto', align: 'center', slots: { default: 'sku' } },
|
|
|
{ field: 'platform_number', title: '平台编号', minWidth: 'auto', align: 'center',
|
|
|
slots: { default: 'platform_number' }
|
|
@@ -42,11 +42,11 @@ export const OnlineMerchandiseColumns = [
|
|
|
slots: { default: 'shop_name' }
|
|
|
},
|
|
|
{
|
|
|
- field: 'country_code', title: '国 家', minWidth: 'auto', align: 'center',
|
|
|
+ field: 'country_code', title: '国 家', width: 'auto', align: 'center',
|
|
|
slots: { default: 'country_code' }
|
|
|
},
|
|
|
{
|
|
|
- field: 'region', title: '站 点', minWidth: 'auto', align: 'center',
|
|
|
+ field: 'region', title: '站 点', width: 'auto', align: 'center',
|
|
|
slots: { default: 'region' }
|
|
|
},
|
|
|
{
|
|
@@ -58,11 +58,11 @@ export const OnlineMerchandiseColumns = [
|
|
|
slots: { default: 'fulfillment_channel' }
|
|
|
},
|
|
|
{
|
|
|
- field: 'raw_launch_datetime', title: '上架时间', minWidth: 'auto', align: 'center',
|
|
|
+ field: 'raw_launch_datetime', title: '上架时间', width: 'auto', align: 'center',
|
|
|
slots: { default: 'raw_launch_datetime' }
|
|
|
},
|
|
|
{
|
|
|
- field: 'price', title: '价 格', minWidth: 'auto', align: 'center',
|
|
|
+ field: 'price', title: '价 格', width: 'auto', align: 'center',
|
|
|
slots: { default: 'price' }
|
|
|
},
|
|
|
{
|