|
@@ -1,15 +1,15 @@
|
|
|
export const ProductColumns = [
|
|
|
- { type: 'checkbox', minWidth: 50, align: 'center', fixed: 'left' },
|
|
|
+ { type: 'checkbox', width: 50, align: 'center', fixed: 'left' },
|
|
|
{
|
|
|
- field: 'is_monitor', title: '监控管理', minWidth: 90, align: 'center', fixed: 'left',
|
|
|
+ field: 'is_monitor', title: '监控管理', width: 90, align: 'center', fixed: 'left',
|
|
|
slots: { default: 'is_monitor' }
|
|
|
},
|
|
|
{
|
|
|
- field: 'product_info', title: '商品信息', minWidth: 240, align: 'center', fixed: 'left',
|
|
|
+ field: 'product_info', title: '商品信息', width: 240, align: 'center', fixed: 'left',
|
|
|
slots: { default: 'product_info' }
|
|
|
},
|
|
|
{
|
|
|
- field: 'sku', title: 'SKU', minWidth: 'auto', align: 'center', showOverflow: true,
|
|
|
+ field: 'sku', title: 'SKU', width: 'auto', align: 'center',
|
|
|
slots: { default: 'sku' }
|
|
|
},
|
|
|
{
|
|
@@ -25,11 +25,11 @@ export const ProductColumns = [
|
|
|
slots: { default: 'brand' }
|
|
|
},
|
|
|
{
|
|
|
- field: 'shop_name', title: '店 铺', width: 'auto', align: 'center',
|
|
|
+ field: 'shop_name', title: '店 铺', minWidth: 'auto', align: 'center',
|
|
|
slots: { default: 'shop_name' }
|
|
|
},
|
|
|
{
|
|
|
- field: 'tag', title: '分 组', width: 'auto', align: 'center',
|
|
|
+ field: 'tag', title: '分 组', minWidth: 'auto', align: 'center',
|
|
|
slots: { default: 'tag' }
|
|
|
},
|
|
|
{
|
|
@@ -45,19 +45,19 @@ export const ProductColumns = [
|
|
|
slots: { default: 'launch_date' }
|
|
|
},
|
|
|
{
|
|
|
- field: 'category', title: '类 目', width: 'auto', align: 'center', showOverflow: true,
|
|
|
+ field: 'category', title: '类 目', width: 'auto', align: 'center',
|
|
|
slots: { default: 'category' }
|
|
|
},
|
|
|
{
|
|
|
- field: 'status', title: '状 态', width: 80, align: 'center',
|
|
|
+ field: 'status', title: '状 态', width: 'auto', align: 'center',
|
|
|
slots: { default: 'status' }
|
|
|
},
|
|
|
{
|
|
|
- field: 'update_datetime', title: '更新时间', width: 160, align: 'center',
|
|
|
+ field: 'update_datetime', title: '更新时间', width: 'auto', align: 'center',
|
|
|
slots: { default: 'update_datetime' }
|
|
|
},
|
|
|
{
|
|
|
- field: 'create_datetime', title: '创建时间', width: 160, align: 'center',
|
|
|
+ field: 'create_datetime', title: '创建时间', width: 'auto', align: 'center',
|
|
|
slots: { default: 'create_datetime' }
|
|
|
},
|
|
|
{
|
|
@@ -72,10 +72,6 @@ export const ProductMonitorColumns = [
|
|
|
field: 'product_info', title: '商品信息', minWidth: 240, align: 'center', fixed: 'left',
|
|
|
slots: { default: 'product_info' }
|
|
|
},
|
|
|
- // {
|
|
|
- // field: 'sku', title: 'SKU', width: 'auto', align: 'center', showOverflow: true,
|
|
|
- // slots: { default: 'sku' }
|
|
|
- // },
|
|
|
{
|
|
|
field: 'platform_number', title: '平台编号', width: 'auto', align: 'center',
|
|
|
slots: { default: 'platform_number' }
|
|
@@ -136,7 +132,6 @@ export const ProductMonitorColumns = [
|
|
|
field: 'all_reviews', title: '亚马逊显示评论人数', width: 'auto', align: 'center', sortable: true,
|
|
|
slots: { default: 'all_reviews' }
|
|
|
},
|
|
|
-
|
|
|
{
|
|
|
field: 'launch_date', title: '上架日期', width: 'auto', align: 'center', sortable: true,
|
|
|
slots: { default: 'launch_date' }
|
|
@@ -150,11 +145,11 @@ export const ProductMonitorColumns = [
|
|
|
slots: { default: 'status' }
|
|
|
},
|
|
|
{
|
|
|
- field: 'update_datetime', title: '更新时间', width: 'auto', align: 'center', showOverflow: true,
|
|
|
+ field: 'update_datetime', title: '更新时间', width: 'auto', align: 'center',
|
|
|
slots: { default: 'update_datetime' }
|
|
|
},
|
|
|
{
|
|
|
- field: 'create_datetime', title: '创建时间', width: 'auto', align: 'center', showOverflow: true,
|
|
|
+ field: 'create_datetime', title: '创建时间', width: 'auto', align: 'center',
|
|
|
slots: { default: 'create_datetime' }
|
|
|
},
|
|
|
{
|