|  | @@ -1,100 +1,100 @@
 | 
											
												
													
														|  |  export const productColumns = [
 |  |  export const productColumns = [
 | 
											
												
													
														|  | -  { type: 'checkbox', width: 50, align: 'center', fixed: 'left' },
 |  | 
 | 
											
												
													
														|  | -  { type: 'seq', title: 'No.', width: 60, align: 'center', fixed: 'left' },
 |  | 
 | 
											
												
													
														|  | 
 |  | +  { type: 'checkbox', minWidth: 50, align: 'center', fixed: 'left' },
 | 
											
												
													
														|  | 
 |  | +  // { type: 'seq', title: 'No.', minWidth: 60, align: 'center', fixed: 'left' },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
												
													
														|  | -    field: 'product_info', title: '商品信息', minWidth: 'auto', align: 'center', fixed: 'left',
 |  | 
 | 
											
												
													
														|  | 
 |  | +    field: 'product_info', title: '商品信息', minWidth: 240, align: 'center',
 | 
											
												
													
														|  |      slots: { default: 'product_info' }
 |  |      slots: { default: 'product_info' }
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
												
													
														|  | -    field: 'sku', title: 'SKU', minWidth: 'auto', align: 'center',
 |  | 
 | 
											
												
													
														|  | 
 |  | +    field: 'sku', title: 'SKU', width: 'auto', align: 'center', showOverflow: true,
 | 
											
												
													
														|  |      slots: { default: 'sku' }
 |  |      slots: { default: 'sku' }
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
												
													
														|  | -    field: 'country_code', title: '国 家', minWidth: 'auto', align: 'center',
 |  | 
 | 
											
												
													
														|  | 
 |  | +    field: 'country_code', title: '国 家', width: 'auto', align: 'center',
 | 
											
												
													
														|  |      slots: { default: 'country_code' }
 |  |      slots: { default: 'country_code' }
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
												
													
														|  | -    field: 'brand', title: '品 牌', minWidth: 'auto', align: 'center',
 |  | 
 | 
											
												
													
														|  | 
 |  | +    field: 'brand', title: '品 牌', width: 'auto', align: 'center',
 | 
											
												
													
														|  |      slots: { default: 'brand' }
 |  |      slots: { default: 'brand' }
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
												
													
														|  | -    field: 'platform_number', title: '平台编号', minWidth: 'auto', align: 'center',
 |  | 
 | 
											
												
													
														|  | 
 |  | +    field: 'platform_number', title: '平台编号', width: 'auto', align: 'center',
 | 
											
												
													
														|  |      slots: { default: 'platform_number' }
 |  |      slots: { default: 'platform_number' }
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
												
													
														|  | -    field: 'shop_name', title: '店 铺', minWidth: 'auto', align: 'center',
 |  | 
 | 
											
												
													
														|  | 
 |  | +    field: 'shop_name', title: '店 铺', width: 'auto', align: 'center',
 | 
											
												
													
														|  |      slots: { default: 'shop_name' }
 |  |      slots: { default: 'shop_name' }
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
												
													
														|  | -    field: 'tag', title: '分 组', minWidth: 'auto', align: 'center',
 |  | 
 | 
											
												
													
														|  | 
 |  | +    field: 'tag', title: '分 组', width: 'auto', align: 'center',
 | 
											
												
													
														|  |      slots: { default: 'tag' }
 |  |      slots: { default: 'tag' }
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
												
													
														|  | -    field: 'price_info', title: '价 格', minWidth: 'auto', headerAlign: 'center', align: 'left',
 |  | 
 | 
											
												
													
														|  | 
 |  | +    field: 'price_info', title: '价 格',  width: 'auto', headerAlign: 'center', align: 'left',
 | 
											
												
													
														|  |      slots: { default: 'price_info' }
 |  |      slots: { default: 'price_info' }
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
												
													
														|  | -    field: 'show_price', title: '展示价格', minWidth: 'auto', align: 'center',
 |  | 
 | 
											
												
													
														|  | 
 |  | +    field: 'show_price', title: '展示价格', width: 'auto', align: 'center',
 | 
											
												
													
														|  |      slots: { default: 'show_price' }
 |  |      slots: { default: 'show_price' }
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
												
													
														|  | -    field: 'activity_price', title: '平时活动售价', minWidth: 'auto', align: 'center',
 |  | 
 | 
											
												
													
														|  | 
 |  | +    field: 'activity_price', title: '平时活动售价', width: 'auto', align: 'center',
 | 
											
												
													
														|  |      slots: { default: 'activity_price' }
 |  |      slots: { default: 'activity_price' }
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
												
													
														|  | -    field: 'minimum_price', title: '最低活动售价', minWidth: 'auto', align: 'center',
 |  | 
 | 
											
												
													
														|  | 
 |  | +    field: 'minimum_price', title: '最低活动售价', width: 'auto', align: 'center',
 | 
											
												
													
														|  |      slots: { default: 'minimum_price' }
 |  |      slots: { default: 'minimum_price' }
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
												
													
														|  | -    field: 'ratings', title: '子ASIN评分人数', minWidth: 'auto', align: 'center', sortable: true,
 |  | 
 | 
											
												
													
														|  | 
 |  | +    field: 'ratings', title: '子ASIN评分人数', width: 'auto', align: 'center', sortable: true,
 | 
											
												
													
														|  |      slots: { default: 'ratings' }
 |  |      slots: { default: 'ratings' }
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
												
													
														|  | -    field: 'all_ratings', title: '亚马逊显示评分人数', minWidth: 'auto', align: 'center', sortable: true,
 |  | 
 | 
											
												
													
														|  | 
 |  | +    field: 'all_ratings', title: '亚马逊显示评分人数', width: 'auto', align: 'center', sortable: true,
 | 
											
												
													
														|  |      slots: { default: 'all_ratings' }
 |  |      slots: { default: 'all_ratings' }
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
												
													
														|  | -    field: 'reviews', title: '子ASIN评论人数', minWidth: 'auto', align: 'center', sortable: true,
 |  | 
 | 
											
												
													
														|  | 
 |  | +    field: 'reviews', title: '子ASIN评论人数', width: 'auto', align: 'center', sortable: true,
 | 
											
												
													
														|  |      slots: { default: 'reviews' }
 |  |      slots: { default: 'reviews' }
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
												
													
														|  | -    field: 'all_reviews', title: '亚马逊显示评论人数', minWidth: 'auto', align: 'center', sortable: true,
 |  | 
 | 
											
												
													
														|  | 
 |  | +    field: 'all_reviews', title: '亚马逊显示评论人数', width: 'auto', align: 'center', sortable: true,
 | 
											
												
													
														|  |      slots: { default: 'all_reviews' }
 |  |      slots: { default: 'all_reviews' }
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
												
													
														|  | -    field: 'score', title: '子ASIN计算评分', minWidth: 'auto', align: 'center', sortable: true,
 |  | 
 | 
											
												
													
														|  | 
 |  | +    field: 'score', title: '子ASIN计算评分', width: 'auto', align: 'center', sortable: true,
 | 
											
												
													
														|  |      slots: { default: 'score' }
 |  |      slots: { default: 'score' }
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
												
													
														|  | -    field: 'all_score', title: '亚马逊显示评分', minWidth: 'auto', align: 'center', sortable: true,
 |  | 
 | 
											
												
													
														|  | 
 |  | +    field: 'all_score', title: '亚马逊显示评分', width: 'auto', align: 'center', sortable: true,
 | 
											
												
													
														|  |      slots: { default: 'all_score' }
 |  |      slots: { default: 'all_score' }
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
												
													
														|  | -    field: 'stars', title: '子ASIN星级分布', minWidth: 'auto', headerAlign: 'center', align: 'center',
 |  | 
 | 
											
												
													
														|  | 
 |  | +    field: 'stars', title: '子ASIN星级分布', width: 'auto', headerAlign: 'center', align: 'center',
 | 
											
												
													
														|  |      slots: { default: 'stars' }
 |  |      slots: { default: 'stars' }
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
												
													
														|  | -    field: 'all_stars', title: '亚马逊星级分布', minWidth: 'auto', headerAlign: 'center', align: 'center',
 |  | 
 | 
											
												
													
														|  | 
 |  | +    field: 'all_stars', title: '亚马逊星级分布', width: 'auto', headerAlign: 'center', align: 'center',
 | 
											
												
													
														|  |      slots: { default: 'all_stars' }
 |  |      slots: { default: 'all_stars' }
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
												
													
														|  | -    field: 'launch_date', title: '上架日期', minWidth: 'auto', align: 'center', sortable: true,
 |  | 
 | 
											
												
													
														|  | 
 |  | +    field: 'launch_date', title: '上架日期', width: 'auto', align: 'center', sortable: true, 
 | 
											
												
													
														|  |      slots: { default: 'launch_date' }
 |  |      slots: { default: 'launch_date' }
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
												
													
														|  | -    field: 'category', title: '类 目', minWidth: 'auto', align: 'center',
 |  | 
 | 
											
												
													
														|  | 
 |  | +    field: 'category', title: '类 目', width: 'auto', align: 'center',
 | 
											
												
													
														|  |      slots: { default: 'category' }
 |  |      slots: { default: 'category' }
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
												
													
														|  | -    field: 'status', title: '状 态', minWidth: 'auto', align: 'center',
 |  | 
 | 
											
												
													
														|  | 
 |  | +    field: 'status', title: '状 态', width: 'auto', align: 'center',
 | 
											
												
													
														|  |      slots: { default: 'status' }
 |  |      slots: { default: 'status' }
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
												
													
														|  | -    field: 'update_datetime', title: '更新时间', minWidth: 'auto', align: 'center',
 |  | 
 | 
											
												
													
														|  | 
 |  | +    field: 'update_datetime', title: '更新时间', width: 'auto', align: 'center', showOverflow: true,
 | 
											
												
													
														|  |      slots: { default: 'update_datetime' }
 |  |      slots: { default: 'update_datetime' }
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 | 
											
												
													
														|  | -    field: 'create_datetime', title: '创建时间', minWidth: 'auto', align: 'center',
 |  | 
 | 
											
												
													
														|  | 
 |  | +    field: 'create_datetime', title: '创建时间', width: 'auto', align: 'center', showOverflow: true,
 | 
											
												
													
														|  |      slots: { default: 'create_datetime' }
 |  |      slots: { default: 'create_datetime' }
 | 
											
												
													
														|  |    },
 |  |    },
 | 
											
												
													
														|  |    {
 |  |    {
 |