|
@@ -38,26 +38,27 @@ export const weekColumns = ref([
|
|
|
{field: 'sales', title: '销售额', width: 120},
|
|
|
{field: 'ad_sales', title: '广告销售额', width: 120},
|
|
|
{field: 'ad_cost', title: '广告花费', width: 120},
|
|
|
- {
|
|
|
- field: 'total_sales_current_monthly',
|
|
|
- title: '当月累计销售额',
|
|
|
- editRender: {},
|
|
|
- slots: {edit: 'total_sales_current_monthly_edit'},
|
|
|
- width: 120
|
|
|
- },
|
|
|
- {field: 'sales_original', title: '销售额(本币)', editRender: {}, slots: {edit: 'sales_original_edit'}, width: 157,},
|
|
|
+ {field: 'total_sales_current_monthly', title: '当月累计销售额', width: 120},
|
|
|
+ {field: 'sales_original', title: '销售额(本币)', editRender: {}, slots: {edit: 'sales_original_edit'}, width: 122,},
|
|
|
{
|
|
|
field: 'ad_sales_original',
|
|
|
title: '广告销售额(本币)',
|
|
|
editRender: {},
|
|
|
slots: {edit: 'ad_sales_original_edit'},
|
|
|
- width: 180,
|
|
|
+ width: 151,
|
|
|
},
|
|
|
{
|
|
|
field: 'ad_cost_original',
|
|
|
title: '广告花费(本币)',
|
|
|
editRender: {},
|
|
|
slots: {edit: 'ad_cost_original_edit'},
|
|
|
+ width: 138,
|
|
|
+ },
|
|
|
+ {
|
|
|
+ field: 'total_sales_current_monthly_original',
|
|
|
+ title: '当月累计销售额(本币)',
|
|
|
+ editRender: {},
|
|
|
+ slots: {edit: 'total_sales_current_monthly_edit'},
|
|
|
width: 180,
|
|
|
},
|
|
|
{field: 'impression', title: '广告曝光', editRender: {}, slots: {edit: 'impression_edit'}, width: 120},
|
|
@@ -107,34 +108,34 @@ export const weekColumns = ref([
|
|
|
]);
|
|
|
|
|
|
export const monthColumns = ref([
|
|
|
- {field: 'platformNumber', title: '平台编号'},
|
|
|
- {field: 'platformName', title: '平台名称'},
|
|
|
- {field: 'country', title: '国家'},
|
|
|
- {field: 'brandName', title: '品牌'},
|
|
|
- {field: 'user_name', title: '运营'},
|
|
|
+ {field: 'platformNumber', title: '平台编号',width: 90},
|
|
|
+ {field: 'platformName', title: '平台名称',width: 90},
|
|
|
+ {field: 'country', title: '国家',width: 90},
|
|
|
+ {field: 'brandName', title: '品牌',width: 90},
|
|
|
+ {field: 'user_name', title: '运营',width: 90},
|
|
|
|
|
|
- {field: 'sales', title: '销售额'},
|
|
|
- {field: 'ad_sales', title: '广告销售额'},
|
|
|
- {field: 'ad_cost', title: '广告花费'},
|
|
|
- {field: 'sales_original', title: '销售额(本币)', editRender: {}, slots: {edit: 'sales_original_edit'}, width: 157,},
|
|
|
+ {field: 'sales', title: '销售额',width: 90},
|
|
|
+ {field: 'ad_sales', title: '广告销售额',width: 91},
|
|
|
+ {field: 'ad_cost', title: '广告花费',width: 90},
|
|
|
+ {field: 'sales_original', title: '销售额(本币)', editRender: {}, slots: {edit: 'sales_original_edit'}, width: 122,},
|
|
|
{
|
|
|
field: 'ad_sales_original',
|
|
|
title: '广告销售额(本币)',
|
|
|
editRender: {},
|
|
|
slots: {edit: 'ad_sales_original_edit'},
|
|
|
- width: 180,
|
|
|
+ width: 151,
|
|
|
},
|
|
|
{
|
|
|
field: 'ad_cost_original',
|
|
|
title: '广告花费(本币)',
|
|
|
editRender: {},
|
|
|
slots: {edit: 'ad_cost_original_edit'},
|
|
|
- width: 180,
|
|
|
+ width: 138,
|
|
|
},
|
|
|
{field: 'impression', title: '广告曝光', editRender: {}, slots: {edit: 'impression_edit'}},
|
|
|
{field: 'ad_click', title: '广告点击', editRender: {}, slots: {edit: 'ad_click_edit'}},
|
|
|
{field: 'ad_order', title: '广告订单', editRender: {}, slots: {edit: 'ad_order_edit'}},
|
|
|
- {title: '操作', width: 300, slots: {default: 'operate'}},
|
|
|
+ {title: '操作', width: 120, slots: {default: 'operate'}, fixed: 'right'},
|
|
|
]);
|
|
|
|
|
|
// 表格展示
|
|
@@ -150,7 +151,7 @@ export const dayDataColumns = ref([
|
|
|
{field: '运营', title: '运营', fixed: 'left', width: 90},
|
|
|
{field: '国家', title: '国家', fixed: 'left', width: 90},
|
|
|
{field: '品牌名称', title: '品牌', fixed: 'left', width: 90},
|
|
|
- {field: '货币名称', title: '汇款币种', fixed: 'left',width: 90},
|
|
|
+ {field: '货币名称', title: '汇款币种', fixed: 'left', width: 90},
|
|
|
//{field: 'sales_original', title: '销售额(本币)', width: 104,},
|
|
|
//{field: 'ad_sales_original', title: '广告销售额(本币)', width: 132,},
|
|
|
//{field: 'ad_cost_original', title: '广告花费(本币)', width: 116,},
|
|
@@ -165,11 +166,11 @@ export const dayDataColumns = ref([
|
|
|
]);
|
|
|
export const weekDataColumns = ref([
|
|
|
{field: 'platformNumber', title: '平台编号', fixed: 'left', width: 90},
|
|
|
- {field: 'platformName', title: '平台名称', fixed: 'left', width: 90},
|
|
|
- {field: 'user_name', title: '运营', fixed: 'left', width: 90},
|
|
|
- {field: 'country', title: '国家', fixed: 'left', width: 90},
|
|
|
- {field: 'brandName', title: '品牌', fixed: 'left', width: 90},
|
|
|
- {field: 'currencyCode', title: '汇款币种', fixed: 'left', width: 90},
|
|
|
+ {field: 'platformName', title: '平台名称', fixed: 'left', width: 90},
|
|
|
+ {field: 'user_name', title: '运营', fixed: 'left', width: 90},
|
|
|
+ {field: 'country', title: '国家', fixed: 'left', width: 90},
|
|
|
+ {field: 'brandName', title: '品牌', fixed: 'left', width: 90},
|
|
|
+ {field: 'currencyCode', title: '汇款币种', fixed: 'left', width: 90},
|
|
|
//{field: 'sales_original', title: '销售额(本币)', width: 104,},
|
|
|
//{field: 'ad_sales_original', title: '广告销售额(本币)', width: 132,},
|
|
|
//{field: 'ad_cost_original', title: '广告花费(本币)', width: 116,},
|
|
@@ -210,11 +211,11 @@ export const weekDataColumns = ref([
|
|
|
]);
|
|
|
export const monthDataColumns = ref([
|
|
|
{field: 'platformNumber', title: '平台编号', fixed: 'left', width: 90},
|
|
|
- {field: 'platformName', title: '平台名称', fixed: 'left', width: 90},
|
|
|
- {field: 'user_name', title: '运营', fixed: 'left', width: 90},
|
|
|
- {field: 'country', title: '国家', fixed: 'left', width: 90},
|
|
|
- {field: 'brandName', title: '品牌', fixed: 'left', width: 90},
|
|
|
- {field: 'currencyCode', title: '汇款币种', fixed: 'left', width: 90},
|
|
|
+ {field: 'platformName', title: '平台名称', fixed: 'left', width: 90},
|
|
|
+ {field: 'user_name', title: '运营', fixed: 'left', width: 90},
|
|
|
+ {field: 'country', title: '国家', fixed: 'left', width: 90},
|
|
|
+ {field: 'brandName', title: '品牌', fixed: 'left', width: 90},
|
|
|
+ {field: 'currencyCode', title: '汇款币种', fixed: 'left', width: 90},
|
|
|
|
|
|
//{field: 'sales', title: '销售额'},
|
|
|
//{field: 'ad_cost', title: '广告花费'},
|