|  | @@ -72,10 +72,10 @@ 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: 'sku', title: 'SKU', width: 'auto', align: 'center', showOverflow: true,
 | 
	
		
			
				|  |  | +  //   slots: { default: 'sku' }
 | 
	
		
			
				|  |  | +  // },
 | 
	
		
			
				|  |  |    {
 | 
	
		
			
				|  |  |      field: 'country_code', title: '国 家', width: 'auto', align: 'center',
 | 
	
		
			
				|  |  |      slots: { default: 'country_code' }
 | 
	
	
		
			
				|  | @@ -96,6 +96,22 @@ export const ProductMonitorColumns = [
 | 
	
		
			
				|  |  |      field: 'tag', title: '分 组', width: 'auto', align: 'center',
 | 
	
		
			
				|  |  |      slots: { default: 'tag' }
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  | +  {
 | 
	
		
			
				|  |  | +    field: 'score', title: '子ASIN计算评分', width: 'auto', align: 'center', sortable: true,
 | 
	
		
			
				|  |  | +    slots: { default: 'score' }
 | 
	
		
			
				|  |  | +  },
 | 
	
		
			
				|  |  | +  {
 | 
	
		
			
				|  |  | +    field: 'all_score', title: '亚马逊显示评分', width: 'auto', align: 'center', sortable: true,
 | 
	
		
			
				|  |  | +    slots: { default: 'all_score' }
 | 
	
		
			
				|  |  | +  },
 | 
	
		
			
				|  |  | +  {
 | 
	
		
			
				|  |  | +    field: 'stars', title: '子ASIN星级分布', width: 'auto', headerAlign: 'center', align: 'center',
 | 
	
		
			
				|  |  | +    slots: { default: 'stars' }
 | 
	
		
			
				|  |  | +  },
 | 
	
		
			
				|  |  | +  {
 | 
	
		
			
				|  |  | +    field: 'all_stars', title: '亚马逊星级分布', width: 'auto', headerAlign: 'center', align: 'center',
 | 
	
		
			
				|  |  | +    slots: { default: 'all_stars' }
 | 
	
		
			
				|  |  | +  },
 | 
	
		
			
				|  |  |    {
 | 
	
		
			
				|  |  |      field: 'price_info', title: '价 格',  width: 'auto', headerAlign: 'center', align: 'left',
 | 
	
		
			
				|  |  |      slots: { default: 'price_info' }
 | 
	
	
		
			
				|  | @@ -128,22 +144,7 @@ export const ProductMonitorColumns = [
 | 
	
		
			
				|  |  |      field: 'all_reviews', title: '亚马逊显示评论人数', width: 'auto', align: 'center', sortable: true,
 | 
	
		
			
				|  |  |      slots: { default: 'all_reviews' }
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  | -  {
 | 
	
		
			
				|  |  | -    field: 'score', title: '子ASIN计算评分', width: 'auto', align: 'center', sortable: true,
 | 
	
		
			
				|  |  | -    slots: { default: 'score' }
 | 
	
		
			
				|  |  | -  },
 | 
	
		
			
				|  |  | -  {
 | 
	
		
			
				|  |  | -    field: 'all_score', title: '亚马逊显示评分', width: 'auto', align: 'center', sortable: true,
 | 
	
		
			
				|  |  | -    slots: { default: 'all_score' }
 | 
	
		
			
				|  |  | -  },
 | 
	
		
			
				|  |  | -  {
 | 
	
		
			
				|  |  | -    field: 'stars', title: '子ASIN星级分布', width: 'auto', headerAlign: 'center', align: 'center',
 | 
	
		
			
				|  |  | -    slots: { default: 'stars' }
 | 
	
		
			
				|  |  | -  },
 | 
	
		
			
				|  |  | -  {
 | 
	
		
			
				|  |  | -    field: 'all_stars', title: '亚马逊星级分布', width: 'auto', headerAlign: 'center', align: 'center',
 | 
	
		
			
				|  |  | -    slots: { default: 'all_stars' }
 | 
	
		
			
				|  |  | -  },
 | 
	
		
			
				|  |  | +
 | 
	
		
			
				|  |  |    {
 | 
	
		
			
				|  |  |      field: 'launch_date', title: '上架日期', width: 'auto', align: 'center', sortable: true,
 | 
	
		
			
				|  |  |      slots: { default: 'launch_date' }
 | 
	
	
		
			
				|  | @@ -192,6 +193,22 @@ export const CompetitorMonitorColumns = [
 | 
	
		
			
				|  |  |      field: 'tag', title: '分 组', width: 'auto', align: 'center',
 | 
	
		
			
				|  |  |      slots: { default: 'tag' }
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  | +  {
 | 
	
		
			
				|  |  | +    field: 'score', title: '子ASIN计算评分', width: 'auto', align: 'center', sortable: true,
 | 
	
		
			
				|  |  | +    slots: { default: 'score' }
 | 
	
		
			
				|  |  | +  },
 | 
	
		
			
				|  |  | +  {
 | 
	
		
			
				|  |  | +    field: 'all_score', title: '亚马逊显示评分', width: 'auto', align: 'center', sortable: true,
 | 
	
		
			
				|  |  | +    slots: { default: 'all_score' }
 | 
	
		
			
				|  |  | +  },
 | 
	
		
			
				|  |  | +  {
 | 
	
		
			
				|  |  | +    field: 'stars', title: '子ASIN星级分布', width: 'auto', headerAlign: 'center', align: 'center',
 | 
	
		
			
				|  |  | +    slots: { default: 'stars' }
 | 
	
		
			
				|  |  | +  },
 | 
	
		
			
				|  |  | +  {
 | 
	
		
			
				|  |  | +    field: 'all_stars', title: '亚马逊星级分布', width: 'auto', headerAlign: 'center', align: 'center',
 | 
	
		
			
				|  |  | +    slots: { default: 'all_stars' }
 | 
	
		
			
				|  |  | +  },
 | 
	
		
			
				|  |  |    {
 | 
	
		
			
				|  |  |      field: 'price_info', title: '价 格',  width: 'auto', headerAlign: 'center', align: 'left',
 | 
	
		
			
				|  |  |      slots: { default: 'price_info' }
 | 
	
	
		
			
				|  | @@ -212,22 +229,6 @@ export const CompetitorMonitorColumns = [
 | 
	
		
			
				|  |  |      field: 'all_reviews', title: '亚马逊显示评论人数', width: 'auto', align: 'center', sortable: true,
 | 
	
		
			
				|  |  |      slots: { default: 'all_reviews' }
 | 
	
		
			
				|  |  |    },
 | 
	
		
			
				|  |  | -  {
 | 
	
		
			
				|  |  | -    field: 'score', title: '子ASIN计算评分', width: 'auto', align: 'center', sortable: true,
 | 
	
		
			
				|  |  | -    slots: { default: 'score' }
 | 
	
		
			
				|  |  | -  },
 | 
	
		
			
				|  |  | -  {
 | 
	
		
			
				|  |  | -    field: 'all_score', title: '亚马逊显示评分', width: 'auto', align: 'center', sortable: true,
 | 
	
		
			
				|  |  | -    slots: { default: 'all_score' }
 | 
	
		
			
				|  |  | -  },
 | 
	
		
			
				|  |  | -  {
 | 
	
		
			
				|  |  | -    field: 'stars', title: '子ASIN星级分布', width: 'auto', headerAlign: 'center', align: 'center',
 | 
	
		
			
				|  |  | -    slots: { default: 'stars' }
 | 
	
		
			
				|  |  | -  },
 | 
	
		
			
				|  |  | -  {
 | 
	
		
			
				|  |  | -    field: 'all_stars', title: '亚马逊星级分布', width: 'auto', headerAlign: 'center', align: 'center',
 | 
	
		
			
				|  |  | -    slots: { default: 'all_stars' }
 | 
	
		
			
				|  |  | -  },
 | 
	
		
			
				|  |  |    {
 | 
	
		
			
				|  |  |      field: 'launch_date', title: '上架日期', width: 'auto', align: 'center', sortable: true,
 | 
	
		
			
				|  |  |      slots: { default: 'launch_date' }
 |