|
@@ -12,6 +12,10 @@ export const ProductColumns = [
|
|
field: 'sku', title: 'SKU', minWidth: 'auto', align: 'center', showOverflow: true,
|
|
field: 'sku', title: 'SKU', minWidth: 'auto', align: 'center', showOverflow: true,
|
|
slots: { default: 'sku' }
|
|
slots: { default: 'sku' }
|
|
},
|
|
},
|
|
|
|
+ {
|
|
|
|
+ field: 'platform_number', title: '平台编号', width: 'auto', align: 'center',
|
|
|
|
+ slots: { default: 'platform_number' }
|
|
|
|
+ },
|
|
{
|
|
{
|
|
field: 'country_code', title: '国 家', width: 'auto', align: 'center',
|
|
field: 'country_code', title: '国 家', width: 'auto', align: 'center',
|
|
slots: { default: 'country_code' }
|
|
slots: { default: 'country_code' }
|
|
@@ -20,10 +24,6 @@ export const ProductColumns = [
|
|
field: 'brand', title: '品 牌', width: 'auto', align: 'center',
|
|
field: 'brand', title: '品 牌', width: 'auto', align: 'center',
|
|
slots: { default: 'brand' }
|
|
slots: { default: 'brand' }
|
|
},
|
|
},
|
|
- {
|
|
|
|
- field: 'platform_number', title: '平台编号', width: 'auto', align: 'center',
|
|
|
|
- slots: { default: 'platform_number' }
|
|
|
|
- },
|
|
|
|
{
|
|
{
|
|
field: 'shop_name', title: '店 铺', width: 'auto', align: 'center',
|
|
field: 'shop_name', title: '店 铺', width: 'auto', align: 'center',
|
|
slots: { default: 'shop_name' }
|
|
slots: { default: 'shop_name' }
|
|
@@ -76,6 +76,10 @@ export const ProductMonitorColumns = [
|
|
// field: 'sku', title: 'SKU', width: 'auto', align: 'center', showOverflow: true,
|
|
// field: 'sku', title: 'SKU', width: 'auto', align: 'center', showOverflow: true,
|
|
// slots: { default: 'sku' }
|
|
// slots: { default: 'sku' }
|
|
// },
|
|
// },
|
|
|
|
+ {
|
|
|
|
+ field: 'platform_number', title: '平台编号', width: 'auto', align: 'center',
|
|
|
|
+ slots: { default: 'platform_number' }
|
|
|
|
+ },
|
|
{
|
|
{
|
|
field: 'country_code', title: '国 家', width: 'auto', align: 'center',
|
|
field: 'country_code', title: '国 家', width: 'auto', align: 'center',
|
|
slots: { default: 'country_code' }
|
|
slots: { default: 'country_code' }
|
|
@@ -84,10 +88,6 @@ export const ProductMonitorColumns = [
|
|
field: 'brand', title: '品 牌', width: 'auto', align: 'center',
|
|
field: 'brand', title: '品 牌', width: 'auto', align: 'center',
|
|
slots: { default: 'brand' }
|
|
slots: { default: 'brand' }
|
|
},
|
|
},
|
|
- {
|
|
|
|
- field: 'platform_number', title: '平台编号', width: 'auto', align: 'center',
|
|
|
|
- slots: { default: 'platform_number' }
|
|
|
|
- },
|
|
|
|
{
|
|
{
|
|
field: 'shop_name', title: '店 铺', width: 'auto', align: 'center',
|
|
field: 'shop_name', title: '店 铺', width: 'auto', align: 'center',
|
|
slots: { default: 'shop_name' }
|
|
slots: { default: 'shop_name' }
|
|
@@ -320,4 +320,4 @@ export const NegativeLabelColumns = [
|
|
{field:'update_datetime',title: '更新时间',minWidth:96,align: 'center',},
|
|
{field:'update_datetime',title: '更新时间',minWidth:96,align: 'center',},
|
|
{field:'create_datetime',title: '创建时间',minWidth:96,align: 'center',},
|
|
{field:'create_datetime',title: '创建时间',minWidth:96,align: 'center',},
|
|
{field:'operate',title: '操作',align: 'center',slots: { default: 'operate' }}
|
|
{field:'operate',title: '操作',align: 'center',slots: { default: 'operate' }}
|
|
-]
|
|
|
|
|
|
+]
|