|  | @@ -15,7 +15,7 @@ export const dayColumns = ref([
 | 
	
		
			
				|  |  |          title: '销售额(本币)',
 | 
	
		
			
				|  |  |          editRender: {},
 | 
	
		
			
				|  |  |          slots: {edit: 'sales_original_edit'},
 | 
	
		
			
				|  |  | -        width: 122,
 | 
	
		
			
				|  |  | +        width: 123,
 | 
	
		
			
				|  |  |          align: 'center'
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |      ]
 | 
	
	
		
			
				|  | @@ -51,12 +51,12 @@ export const dayColumns = ref([
 | 
	
		
			
				|  |  |  ]);
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  export const weekColumns = ref([
 | 
	
		
			
				|  |  | -  {field: 'platformNumber', title: '平台编号', fixed: 'left', width: 90},
 | 
	
		
			
				|  |  | -  {field: 'platformName', title: '平台名称', fixed: 'left', width: 90},
 | 
	
		
			
				|  |  | -  {field: 'country', title: '国家', fixed: 'left', width: 90},
 | 
	
		
			
				|  |  | -  {field: 'brandName', title: '品牌', fixed: 'left', width: 90},
 | 
	
		
			
				|  |  | -  {field: 'user_name', title: '运营', fixed: 'left', width: 90},
 | 
	
		
			
				|  |  | -  {field: 'currencyCode', title: '回款币种', fixed: 'left', width: 111},
 | 
	
		
			
				|  |  | +  {field: 'platformNumber', title: '平台编号', fixed: 'left', width: 81,align: 'center'},
 | 
	
		
			
				|  |  | +  {field: 'platformName', title: '平台名称', fixed: 'left', width: 142,align: 'center'},
 | 
	
		
			
				|  |  | +  {field: 'country', title: '国家', fixed: 'left', width: 80,align: 'center'},
 | 
	
		
			
				|  |  | +  {field: 'brandName', title: '品牌', fixed: 'left', width: 60},
 | 
	
		
			
				|  |  | +  {field: 'user_name', title: '运营', fixed: 'left', width: 80,align: 'center'},
 | 
	
		
			
				|  |  | +  {field: 'currencyCode', title: '回款币种', fixed: 'left', width: 80,align: 'center'},
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |    {
 | 
	
		
			
				|  |  |      title: '销售额', align: 'center', children: [
 | 
	
	
		
			
				|  | @@ -66,7 +66,7 @@ export const weekColumns = ref([
 | 
	
		
			
				|  |  |          title: '销售额(本币)',
 | 
	
		
			
				|  |  |          editRender: {},
 | 
	
		
			
				|  |  |          slots: {edit: 'sales_original_edit'},
 | 
	
		
			
				|  |  | -        width: 122,
 | 
	
		
			
				|  |  | +        width: 123,
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |      ]
 | 
	
		
			
				|  |  |    },
 | 
	
	
		
			
				|  | @@ -162,7 +162,7 @@ export const monthColumns = ref([
 | 
	
		
			
				|  |  |          title: '销售额(本币)',
 | 
	
		
			
				|  |  |          editRender: {},
 | 
	
		
			
				|  |  |          slots: {edit: 'sales_original_edit'},
 | 
	
		
			
				|  |  | -        width: 122,
 | 
	
		
			
				|  |  | +        width: 123,
 | 
	
		
			
				|  |  |        },
 | 
	
		
			
				|  |  |      ]
 | 
	
		
			
				|  |  |    },
 |