|
@@ -1,229 +1,169 @@
|
|
|
-const universal = [
|
|
|
- {
|
|
|
- field: 'TotalSales',
|
|
|
- title: '总销售额',
|
|
|
- align: 'right',
|
|
|
- width: 130,
|
|
|
- sortable: true,
|
|
|
- slots: { default: 'TotalSales_default', footer: 'TotalSales_footer' },
|
|
|
- },
|
|
|
- {
|
|
|
- field: 'TotalOrderItems',
|
|
|
- title: '总订单数',
|
|
|
- align: 'right',
|
|
|
- width: 130,
|
|
|
- sortable: true,
|
|
|
- slots: { default: 'TotalOrderItems_default', footer: 'TotalOrderItems_footer' },
|
|
|
- },
|
|
|
- {
|
|
|
- field: 'TotalUnitOrdered',
|
|
|
- title: '总销量',
|
|
|
- align: 'right',
|
|
|
- width: 130,
|
|
|
- sortable: true,
|
|
|
- slots: { default: 'TotalUnitOrdered_default', footer: 'TotalUnitOrdered_footer' },
|
|
|
- },
|
|
|
- { field: 'SAP', title: '单均价', align: 'right', width: 130, sortable: true, slots: { default: 'SAP_default', footer: 'SAP_footer' } },
|
|
|
- {
|
|
|
- field: 'TotalAdSales',
|
|
|
- title: '广告销售额',
|
|
|
- align: 'right',
|
|
|
- width: 130,
|
|
|
- sortable: true,
|
|
|
- slots: { default: 'TotalAdSales_default', footer: 'TotalAdSales_footer' },
|
|
|
- },
|
|
|
- {
|
|
|
- field: 'TotalAdSalesSameSKU',
|
|
|
- title: '本商品广告销售额',
|
|
|
- align: 'right',
|
|
|
- width: 180,
|
|
|
- sortable: true,
|
|
|
- slots: { default: 'TotalAdSalesSameSKU_default', footer: 'TotalAdSalesSameSKU_footer' },
|
|
|
- },
|
|
|
- {
|
|
|
- field: 'TotalAdPurchases',
|
|
|
- title: '广告订单数',
|
|
|
- align: 'right',
|
|
|
- width: 130,
|
|
|
- sortable: true,
|
|
|
- slots: { default: 'TotalAdPurchases_default', footer: 'TotalAdPurchases_footer' },
|
|
|
- },
|
|
|
- {
|
|
|
- field: 'TotalAdPurchasesSameSKU',
|
|
|
- title: '本商品广告订单数',
|
|
|
- align: 'right',
|
|
|
- width: 180,
|
|
|
- sortable: true,
|
|
|
- slots: { default: 'TotalAdPurchasesSameSKU_default', footer: 'TotalAdPurchasesSameSKU_footer' },
|
|
|
- },
|
|
|
- {
|
|
|
- field: 'TotalAdUnitOrdered',
|
|
|
- title: '广告销量',
|
|
|
- align: 'right',
|
|
|
- width: 130,
|
|
|
- sortable: true,
|
|
|
- slots: { default: 'TotalAdUnitOrdered_default', footer: 'TotalAdUnitOrdered_footer' },
|
|
|
- },
|
|
|
- {
|
|
|
- field: 'TotalAdUnitOrderedSameSKU',
|
|
|
- title: '本商品广告销量',
|
|
|
- align: 'right',
|
|
|
- width: 180,
|
|
|
- sortable: true,
|
|
|
- slots: { default: 'TotalAdUnitOrderedSameSKU_default', footer: 'TotalAdUnitOrderedSameSKU_footer' },
|
|
|
- },
|
|
|
- {
|
|
|
- field: 'Spend',
|
|
|
- title: '花费',
|
|
|
- align: 'right',
|
|
|
- width: 130,
|
|
|
- sortable: true,
|
|
|
- showOverflow: true,
|
|
|
- slots: { default: 'Spend_default', footer: 'Spend_footer' },
|
|
|
- },
|
|
|
- { field: 'ACOS', title: 'ACOS', align: 'right', width: 130, sortable: true, slots: { default: 'ACOS_default', footer: 'ACOS_footer' } },
|
|
|
- { field: 'ROAS', title: 'ROAS', align: 'right', width: 130, sortable: true, slots: { default: 'ROAS_default', footer: 'ROAS_footer' } },
|
|
|
- { field: 'TACOS', title: 'TACOS', align: 'right', width: 130, sortable: true, slots: { default: 'TACOS_default', footer: 'TACOS_footer' } },
|
|
|
- { field: 'CR', title: '转化率', align: 'right', width: 130, sortable: true, slots: { default: 'CR_default', footer: 'CR_footer' } },
|
|
|
- { field: 'CTR', title: '点击率', align: 'right', width: 130, sortable: true, slots: { default: 'CTR_default', footer: 'CTR_footer' } },
|
|
|
- { field: 'CPC', title: '点击成本', align: 'right', width: 130, sortable: true, slots: { default: 'CPC_default', footer: 'CPC_footer' } },
|
|
|
- { field: 'CPO', title: '总订单成本', align: 'right', width: 130, sortable: true, slots: { default: 'CPO_default', footer: 'CPO_footer' } },
|
|
|
- { field: 'CPA', title: '广告订单成本', align: 'right', width: 180, sortable: true, slots: { default: 'CPA_default', footer: 'CPA_footer' } },
|
|
|
- {
|
|
|
- field: 'Impression',
|
|
|
- title: '曝光量',
|
|
|
- align: 'right',
|
|
|
- width: 130,
|
|
|
- sortable: true,
|
|
|
- slots: { default: 'Impression_default', footer: 'Impression_footer' },
|
|
|
- },
|
|
|
- { field: 'Click', title: '点击量', align: 'right', width: 130, sortable: true, slots: { default: 'Click_default', footer: 'Click_footer' } },
|
|
|
- {
|
|
|
- field: 'Sessions',
|
|
|
- title: '会话次数',
|
|
|
- align: 'right',
|
|
|
- width: 150,
|
|
|
- sortable: true,
|
|
|
- slots: { default: 'Sessions_default', footer: 'Sessions_footer' },
|
|
|
- },
|
|
|
- {
|
|
|
- field: 'ProductCr',
|
|
|
- title: '商品会话百分比',
|
|
|
- align: 'right',
|
|
|
- width: 150,
|
|
|
- sortable: true,
|
|
|
- slots: { default: 'ProductCr_default', footer: 'ProductCr_footer' },
|
|
|
- },
|
|
|
- {
|
|
|
- field: 'PageViews',
|
|
|
- title: '页面浏览量',
|
|
|
- align: 'right',
|
|
|
- width: 130,
|
|
|
- sortable: true,
|
|
|
- slots: { default: 'PageViews_default', footer: 'PageViews_footer' },
|
|
|
- },
|
|
|
- {
|
|
|
- field: 'BuyBoxPercentage',
|
|
|
- title: '推荐报价(购买按钮)百分比',
|
|
|
- align: 'right',
|
|
|
- width: 180,
|
|
|
- sortable: true,
|
|
|
- showHeaderOverflow: true,
|
|
|
- slots: { default: 'BuyBoxPercentage_default', footer: 'BuyBoxPercentage_footer' },
|
|
|
- },
|
|
|
- { field: 'FBAQuantity', title: 'FBA库存', align: 'right', width: 130, sortable: true, slots: { footer: 'FBAQuantity_footer' } },
|
|
|
- {
|
|
|
- field: 'FBMQuantity',
|
|
|
- title: 'FBM库存',
|
|
|
- align: 'right',
|
|
|
- width: 130,
|
|
|
- sortable: true,
|
|
|
- showHeaderOverflow: true,
|
|
|
- slots: { footer: 'FBMQuantity_footer' },
|
|
|
- },
|
|
|
-]
|
|
|
+export const dayColumns = ref([
|
|
|
+ { field: 'platformNumber', title: '平台编号' },
|
|
|
+ { field: 'platformName', title: '平台名称' },
|
|
|
+ { field: 'country', title: '国家' },
|
|
|
+ { field: 'brandName', title: '品牌' },
|
|
|
|
|
|
-export const productLineColumns = [
|
|
|
- {
|
|
|
- field: 'productlineName',
|
|
|
- title: '产品线',
|
|
|
- align: 'left',
|
|
|
- fixed: 'left',
|
|
|
- width: 180,
|
|
|
- sortable: true,
|
|
|
- slots: { default: 'productlineName_default', footer: 'productlineName_footer' },
|
|
|
- },
|
|
|
- ...universal,
|
|
|
-]
|
|
|
+ { field: 'sales', title: '销售额', editRender: {}, slots: { edit: 'sales_edit' } },
|
|
|
+ { field: 'ad_sales', title: '广告销售额', editRender: {}, slots: { edit: 'ad_sales_edit' } },
|
|
|
+ { field: 'ad_cost', title: '广告花费', editRender: {}, slots: { edit: 'ad_cost_edit' } },
|
|
|
+ { title: '操作', width: 300, slots: { default: 'operate' } },
|
|
|
+]);
|
|
|
|
|
|
-export const parentAsinColumns = [
|
|
|
- {
|
|
|
- field: 'parentAsin',
|
|
|
- title: '父ASIN',
|
|
|
- align: 'left',
|
|
|
- fixed: 'left',
|
|
|
- width: 180,
|
|
|
- sortable: true,
|
|
|
- slots: { default: 'parentAsin_default', footer: 'parentAsin_footer' },
|
|
|
- },
|
|
|
- { field: 'bestSku', title: '最佳SKU', align: 'left', width: 300, sortable: true, slots: { default: 'bestSku_default', footer: 'bestSku_footer' } },
|
|
|
- // { field: 'TACOS', title: '预警TACOS', align: 'right', width: 130, slots: { default: 'TACOS_default', footer: 'TACOS_footer' } },
|
|
|
- ...universal,
|
|
|
-]
|
|
|
+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},
|
|
|
|
|
|
-export const asinColumns = [
|
|
|
- {
|
|
|
- field: 'Asin',
|
|
|
- title: 'ASIN',
|
|
|
- align: 'left',
|
|
|
- fixed: 'left',
|
|
|
- width: 300,
|
|
|
- sortable: true,
|
|
|
- slots: { default: 'Asin_default', footer: 'Asin_footer' },
|
|
|
- },
|
|
|
- {
|
|
|
- field: 'productlineName',
|
|
|
- title: '产品线',
|
|
|
- align: 'left',
|
|
|
- fixed: 'left',
|
|
|
- width: 180,
|
|
|
- sortable: true,
|
|
|
- slots: { default: 'productlineName_default', footer: 'productlineName_footer' },
|
|
|
- },
|
|
|
- {
|
|
|
- field: 'rank',
|
|
|
- title: '排名',
|
|
|
- align: 'left',
|
|
|
- fixed: 'left',
|
|
|
- width: 120,
|
|
|
- sortable: true,
|
|
|
- slots: { default: 'rank_default', footer: 'rank_footer' },
|
|
|
- },
|
|
|
- // { field: 'TACOS', title: '预警TACOS', align: 'right', width: 130, slots: { default: 'TACOS_default', footer: 'TACOS_footer' } },
|
|
|
- ...universal,
|
|
|
-]
|
|
|
+ {field: 'sales', title: '销售额',editRender: {}, slots: {edit: 'sales_edit'},width: 120},
|
|
|
+ {field: 'total_sales_current_monthly', title: '当月累计销售额',editRender: {}, slots: {edit: 'total_sales_current_monthly_edit'},width: 120},
|
|
|
+ {field: 'ad_sales', title: '广告销售额',editRender: {},slots: {edit: 'ad_sales_edit'},width: 120},
|
|
|
+ { field: 'ad_cost', title: '广告花费', editRender: {}, slots: { edit: 'ad_cost_edit' } ,width: 120},
|
|
|
+ { field: 'impression', title: '广告曝光', editRender: {}, slots: { edit: 'impression_edit' } ,width: 120},
|
|
|
+ { field: 'ad_click', title: '广告点击', editRender: {}, slots: { edit: 'ad_click_edit' } ,width: 120},
|
|
|
+ { field: 'ad_order', title: '广告订单', editRender: {}, slots: { edit: 'ad_order_edit' } ,width: 120},
|
|
|
+ { field: 'money_by_amazon', title: 'Amazon回款金额', editRender: {}, slots: { edit: 'money_by_amazon_edit' } ,width: 120},
|
|
|
+ { field: 'money_by_other', title: 'Other回款金额', editRender: {}, slots: { edit: 'money_by_other_edit' } ,width: 120},
|
|
|
+ { field: 'session', title: '流量', editRender: {}, slots: { edit: 'session_edit' } ,width: 120},
|
|
|
+ { field: 'order', title: '转化', editRender: {}, slots: { edit: 'order_edit' } ,width: 120},
|
|
|
+ { field: 'availableSalesDay', title: '当前存货可售天', editRender: {}, slots: { edit: 'availableSalesDay_edit' } ,width: 120},
|
|
|
+ { field: 'intransitInventory', title: '当前在途库存', editRender: {}, slots: { edit: 'intransitInventory_edit' } ,width: 120},
|
|
|
+ { field: 'overseasStorage', title: '当前海外仓库存', editRender: {}, slots: { edit: 'overseasStorage_edit' } ,width: 120},
|
|
|
+ { field: 'refundRate', title: '最近90天平台退货率', editRender: {}, slots: { edit: 'refundRate_edit' } ,width: 120},
|
|
|
+ {title: '操作', width: 120, slots: {default: 'operate'},fixed:"right"},
|
|
|
+]);
|
|
|
|
|
|
-export const skuColumns = [
|
|
|
- { field: 'sku', title: 'SKU', align: 'left', fixed: 'left', width: 300, slots: { default: 'sku_default', footer: 'sku_footer' } },
|
|
|
- {
|
|
|
- field: 'productlineName',
|
|
|
- title: '产品线',
|
|
|
- align: 'left',
|
|
|
- width: 180,
|
|
|
- slots: { default: 'productlineName_default', footer: 'productlineName_footer' },
|
|
|
- },
|
|
|
- { field: 'status', title: '商品状态', align: 'center', width: 80, slots: { default: 'status_default', footer: 'status_footer' } },
|
|
|
- { field: 'rank', title: '排名', align: 'left', width: 130, slots: { default: 'rank_default', footer: 'rank_footer' } },
|
|
|
- { field: 'parentAsin', title: '父ASIN', align: 'left', width: 130, slots: { default: 'parentAsin_default', footer: 'parentAsin_footer' } },
|
|
|
- {
|
|
|
- field: 'launchDatetime',
|
|
|
- title: '上架时间',
|
|
|
- align: 'center',
|
|
|
- width: 120,
|
|
|
- sortable: true,
|
|
|
- slots: { default: 'launchDatetime_default', footer: 'launchDatetime_footer' },
|
|
|
- },
|
|
|
- ...universal,
|
|
|
- // { field: 'ABP', title: '异常推广', align: 'right', width: 130, slots: { default: 'ABP_default', footer: 'ABP_footer' } },
|
|
|
- // { field: 'TACOS', title: '预警TACOS', align: 'right', width: 130, slots: { default: 'TACOS_default', footer: 'TACOS_footer' } },
|
|
|
-]
|
|
|
+export const monthColumns = ref([
|
|
|
+ {field: 'platformNumber', title: '平台编号' },
|
|
|
+ {field: 'platformName', title: '平台名称'},
|
|
|
+ {field: 'country', title: '国家'},
|
|
|
+ {field: 'brandName', title: '品牌'},
|
|
|
+
|
|
|
+ {field: 'sales', title: '销售额',editRender: {}, slots: {edit: 'sales_edit'}},
|
|
|
+ {field: 'ad_sales', title: '广告销售额',editRender: {},slots: {edit: 'ad_sales_edit'}},
|
|
|
+ { field: 'ad_cost', title: '广告花费', editRender: {}, slots: { edit: 'ad_cost_edit' } },
|
|
|
+ { 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'}},
|
|
|
+]);
|
|
|
+
|
|
|
+export const dayDataColumns = [
|
|
|
+ {field: 'platformNumber', title: '平台编号', slots: {default: 'platformNumber_default'}},
|
|
|
+ {field: 'platformName', title: '平台名称', slots: {default: 'platformName_default'}},
|
|
|
+ {field: 'user_name', title: '运营', slots: {default: 'user_name_default'}},
|
|
|
+ {field: 'country', title: '国家', slots: {default: 'country_default'}},
|
|
|
+ {field: 'brandName', title: '品牌', slots: {default: 'brandName_default'}},
|
|
|
+ {field: 'currencyCode', title: '汇款币种', slots: {default: 'currencyCode_default'}},
|
|
|
+
|
|
|
+ {field: 'sales', title: '销售额'},
|
|
|
+ {field: 'sales_year_on_year', title: '期末同比变化'},
|
|
|
+ {field: 'sales_monthly_year_on_year', title: '期末环比变化'},
|
|
|
+ {field: 'ad_cost', title: '广告花费'},
|
|
|
+ {field: 'ad_sales', title: '广告销售额'},
|
|
|
+ {field: 'roi', title: '广告ROI'},
|
|
|
+ {field: 'acos', title: '广告ACOS'},
|
|
|
+ {field: 'roas', title: '广告ROAS'},
|
|
|
+];
|
|
|
+export const weekDataColumns = [
|
|
|
+ {field: 'platformNumber', title: '平台编号', slots: {default: 'platformNumber_default'}, fixed: 'left', width: 90},
|
|
|
+ {field: 'platformName', title: '平台名称', slots: {default: 'platformName_default'}, fixed: 'left', width: 90},
|
|
|
+ {field: 'user_name', title: '运营', slots: {default: 'user_name_default'}, fixed: 'left', width: 90},
|
|
|
+ {field: 'country', title: '国家', slots: {default: 'country_default'}, fixed: 'left', width: 90},
|
|
|
+ {field: 'brandName', title: '品牌', slots: {default: 'brandName_default'}, fixed: 'left', width: 90},
|
|
|
+ {field: 'currencyCode', title: '汇款币种', slots: {default: 'currencyCode_default'}, fixed: 'left', width: 90},
|
|
|
+
|
|
|
+ {field: 'sales', title: '销售额', width: 120},
|
|
|
+ {field: 'ad_cost', title: '广告花费', width: 120},
|
|
|
+ {field: 'ad_sales', title: '广告销售额', width: 120},
|
|
|
+ {field: 'roi', title: '广告ROI', width: 120},
|
|
|
+ {field: 'acos', title: '广告ACOS', width: 120},
|
|
|
+ {field: 'roas', title: '广告ROAS', width: 120},
|
|
|
+ {field: 'impression', title: '广告曝光', width: 120},
|
|
|
+ {field: 'ad_click', title: '广告点击', width: 120},
|
|
|
+ {field: 'ad_order', title: '广告订单', width: 120},
|
|
|
+ {field: 'ad_conversion_rate', title: '广告转化率', width: 120},
|
|
|
+ {field: 'money_by_amazon', title: 'Amazon回款金额', width: 120},
|
|
|
+ {field: 'money_by_other', title: 'Ebay及其他平台可用余额', width: 120},
|
|
|
+ {field: 'currencyCode', title: '回款/余额币种', width: 120},
|
|
|
+ {field: 'total_sales_current_monthly', title: '销售额完成情况', width: 120},
|
|
|
+ {field: 'sales_weekly_year_on_year', title: '环比上周增长率', width: 120},
|
|
|
+ {field: 'sales_monthly_year_on_year', title: '环比上月周增长率', width: 120},
|
|
|
+ {field: 'sales_year_on_year', title: '环比上年周增长率', width: 120},
|
|
|
+ {field: 'session', title: '流量', width: 120},
|
|
|
+ {field: 'ad_order', title: '订单', width: 120},
|
|
|
+ {field: 'order', title: '转化', width: 120},
|
|
|
+ {field: 'availableSalesDay', title: '当前存货可售天', width: 120},
|
|
|
+ {field: 'intransitInventory', title: '当前在途库存', width: 120},
|
|
|
+ {field: 'overseasStorage', title: '当前海外仓库存', width: 120},
|
|
|
+ {field: 'refundRate', title: '最近90天平台退货率', width: 120},
|
|
|
+];
|
|
|
+export const monthDataColumns = [
|
|
|
+ {field: 'platformNumber', title: '平台编号', slots: {default: 'platformNumber_default'}},
|
|
|
+ {field: 'platformName', title: '平台名称', slots: {default: 'platformName_default'}},
|
|
|
+ {field: 'user_name', title: '运营', slots: {default: 'user_name_default'}},
|
|
|
+ {field: 'country', title: '国家', slots: {default: 'country_default'}},
|
|
|
+ {field: 'brandName', title: '品牌', slots: {default: 'brandName_default'}},
|
|
|
+ {field: 'currencyCode', title: '汇款币种', slots: {default: 'currencyCode_default'}},
|
|
|
+
|
|
|
+ {field: 'sales', title: '销售额'},
|
|
|
+ {field: 'ad_cost', title: '广告花费'},
|
|
|
+ {field: 'ad_sales', title: '广告销售额'},
|
|
|
+ {field: 'roi', title: '广告ROI'},
|
|
|
+ {field: 'acos', title: '广告ACOS'},
|
|
|
+ {field: 'roas', title: '广告ROAS'},
|
|
|
+ {field: 'impression', title: '广告曝光',},
|
|
|
+ {field: 'ad_click', title: '广告点击',},
|
|
|
+ {field: 'ad_order', title: '广告订单',},
|
|
|
+ {field: 'ad_conversion_rate', title: '广告转化率',},
|
|
|
+ {field: 'total_sales_current_monthly', title: '销售额完成情况',},
|
|
|
+];
|
|
|
+
|
|
|
+// export const mainColumns = ref([
|
|
|
+// {field: 'platformNumber', title: '平台编号',fixed:"left",width: 90},
|
|
|
+// {field: 'platformName', title: '平台名称',fixed:"left",width: 90},
|
|
|
+// {field: 'country', title: '国家',fixed:"left",width: 90},
|
|
|
+// {field: 'user_name', title: '运营'},
|
|
|
+// {field: 'brandName', title: '品牌',fixed:"left",width: 90},
|
|
|
+// //需增加日销售额
|
|
|
+// {field: 'sales_monthly_year_on_year_day', title: '销售额期末月同比'},
|
|
|
+// {field: 'sales_year_on_year_day', title: '销售额期末年同比'},
|
|
|
+//
|
|
|
+// {field: 'ad_cost_day', title: '日广告花费'},
|
|
|
+// {field: 'ad_sales_day', title: '日广告销售额'},
|
|
|
+// {field: 'roi_day', title: '日广告ROI'},
|
|
|
+//
|
|
|
+// {field: 'total_sales_current_monthly', title: '月份销售额完成情况'},
|
|
|
+// {field: 'sales_weekly_year_on_year', title: '环比上周增长率'},
|
|
|
+// {field: 'sales_monthly_year_on_year_week', title: '环比上月周增长率'},
|
|
|
+// {field: 'sales_year_on_year', title: '同比上年周增长率'},
|
|
|
+// {field: 'money_by_amazon', title: 'Amazon平台已回款金额'},
|
|
|
+// {field: 'currencyCode', title: '回款/余额币种'},
|
|
|
+// {field: 'money_by_other', title: 'Ebay及其他平台可用余额'},
|
|
|
+// // // { field: 'session', title: '周流量'},
|
|
|
+// // {field: 'ad_order', title: '订单'},
|
|
|
+// {field: 'availableSalesDay', title: '当前存货可售天'},
|
|
|
+// {field: 'intransitInventory', title: '当前在途库存'},
|
|
|
+// {field: 'overseasStorage', title: '当前海外仓库存'},
|
|
|
+// {field: 'refundRate', title: '最近90天平台退货率'},
|
|
|
+// //需增加周广告花费,销售额等
|
|
|
+// {field: 'ad_cost_week', title: '周广告花费'},
|
|
|
+// {field: 'ad_sales_week', title: '周广告销售额'},
|
|
|
+// {field: 'acos_week', title: '周广告ACOS'},
|
|
|
+// {field: 'roas_week', title: '周广告ROAS'},
|
|
|
+// {field: 'roi_week', title: '周广告ROI'},
|
|
|
+// {field: 'impression_week', title: '周广告曝光'},
|
|
|
+// {field: 'ad_order_week', title: '周广告订单'},
|
|
|
+// {field: 'ad_click_week', title: '周广告点击'},
|
|
|
+// {field: 'ad_click_rate_week', title: '周广告转化率'},
|
|
|
+// {field: 'ad_cost', title: '月广告费用'},
|
|
|
+// {field: 'ad_sales', title: '月广告销售额'},
|
|
|
+// {field: 'acos', title: '月ACOS'},
|
|
|
+// {field: 'roas', title: '月ROAS'},
|
|
|
+// {field: 'roi', title: '月广告ROI'},
|
|
|
+// {field: 'impression_month', title: '月广告曝光'},
|
|
|
+// {field: '', title: '月广告订单'},
|
|
|
+// {field: 'ad_click_month', title: '月广告点击'},
|
|
|
+// {field: 'ad_conversion_rate_month', title: '月广告转化率'},
|
|
|
+// ])
|