|
@@ -1,7 +1,7 @@
|
|
|
export const MarketStoreColumns = [
|
|
|
{ type: 'seq', title: 'No.', width: 60, align: 'center', fixed: 'left' },
|
|
|
{
|
|
|
- field: 'platform_number', title: '平台编号', minWidth: 'auto', align: 'center',fixed: 'left',
|
|
|
+ field: 'platform_number', title: '平台编号', minWidth: 'auto', align: 'center',
|
|
|
slots: { default: 'platform_number' }
|
|
|
},
|
|
|
{
|
|
@@ -13,11 +13,11 @@ export const MarketStoreColumns = [
|
|
|
slots: { default: 'seller' }
|
|
|
},
|
|
|
{
|
|
|
- field: 'region', title: '站 点', minWidth: 'auto', align: 'center',
|
|
|
+ field: 'region', title: '站 点', width: 'auto', align: 'center',
|
|
|
slots: { default: 'region' }
|
|
|
},
|
|
|
{
|
|
|
- field: 'country_code', title: '国 家', minWidth: 'auto', align: 'center',
|
|
|
+ field: 'country_code', title: '国 家', width: 'auto', align: 'center',
|
|
|
slots: { default: 'country_code' }
|
|
|
},
|
|
|
{
|
|
@@ -32,7 +32,7 @@ export const MarketStoreColumns = [
|
|
|
|
|
|
export const OnlineMerchandiseColumns = [
|
|
|
{ type: 'seq', title: 'No.', width: 60, align: 'center', fixed: 'left', },
|
|
|
- { field: 'asin', title: 'ASIN', minWidth: 'auto', align: 'center', slots: { default: 'asin' }, fixed: 'left', },
|
|
|
+ { field: 'asin', title: 'ASIN', minWidth: 'auto', align: 'center', slots: { default: 'asin' } },
|
|
|
{ field: 'sku', title: 'SKU', minWidth: 'auto', align: 'center', slots: { default: 'sku' } },
|
|
|
{ field: 'platform_number', title: '平台编号', minWidth: 'auto', align: 'center',
|
|
|
slots: { default: 'platform_number' }
|