|
@@ -145,8 +145,8 @@ export const dayDataColumns = ref([
|
|
{field: '运营', title: '运营', fixed: 'left', minWidth: 90},
|
|
{field: '运营', title: '运营', fixed: 'left', minWidth: 90},
|
|
{field: '国家', title: '国家', fixed: 'left', minWidth: 90},
|
|
{field: '国家', title: '国家', fixed: 'left', minWidth: 90},
|
|
{field: '品牌名称', title: '品牌', fixed: 'left', minWidth: 90},
|
|
{field: '品牌名称', title: '品牌', fixed: 'left', minWidth: 90},
|
|
- {field: '货币名称', title: '回款币种', fixed: 'left', minWidth: 90},
|
|
|
|
- //{field: 'currencyCodePlatform', title: '平台货币', fixed: 'left', width: 112},
|
|
|
|
|
|
+ {field: '回款币种', title: '回款币种', fixed: 'left', minWidth: 90},
|
|
|
|
+ //{field: 'currencyCodePlatform', title: '回款/余额币种', fixed: 'left', minWidth: 112},
|
|
//{field: 'sales_original', title: '销售额(本币)', width: 104,},
|
|
//{field: 'sales_original', title: '销售额(本币)', width: 104,},
|
|
//{field: 'ad_sales_original', title: '广告销售额(本币)', width: 132,},
|
|
//{field: 'ad_sales_original', title: '广告销售额(本币)', width: 132,},
|
|
//{field: 'ad_cost_original', title: '广告花费(本币)', width: 116,},
|
|
//{field: 'ad_cost_original', title: '广告花费(本币)', width: 116,},
|
|
@@ -212,7 +212,7 @@ export const monthDataColumns = ref([
|
|
{field: 'country', title: '国家', fixed: 'left', minWidth: 90},
|
|
{field: 'country', title: '国家', fixed: 'left', minWidth: 90},
|
|
{field: 'brandName', title: '品牌', fixed: 'left', minWidth: 90},
|
|
{field: 'brandName', title: '品牌', fixed: 'left', minWidth: 90},
|
|
{field: 'currencyCode', title: '回款币种', fixed: 'left', minWidth: 90},
|
|
{field: 'currencyCode', title: '回款币种', fixed: 'left', minWidth: 90},
|
|
- //{field: 'currencyCodePlatform', title: '平台货币', fixed: 'left', width: 112},
|
|
|
|
|
|
+ //{field: 'currencyCodePlatform', title: '回款/余额币种', fixed: 'left', minWidth: 112},
|
|
//{field: 'sales', title: '销售额'},
|
|
//{field: 'sales', title: '销售额'},
|
|
//{field: 'ad_cost', title: '广告花费'},
|
|
//{field: 'ad_cost', title: '广告花费'},
|
|
//{field: 'ad_sales', title: '广告销售额'},
|
|
//{field: 'ad_sales', title: '广告销售额'},
|