diff --git a/yudao-ui-app/pages/sale_performance/index.vue b/yudao-ui-app/pages/sale_performance/index.vue index 1d1d20557..3e8313dc2 100644 --- a/yudao-ui-app/pages/sale_performance/index.vue +++ b/yudao-ui-app/pages/sale_performance/index.vue @@ -1,9 +1,9 @@ @@ -96,6 +97,23 @@ fontWeight: '400', color: '#fff' }, + show:false, + title:'业绩', + active:0, + performance: [ + { + fund:'流水明细', + name:'发展会员业绩', + fontSize:'30', + id:0 + }, + { + fund:'订单流水', + name: '商品订单业绩', + fontSize:'30', + id:1 + }, + ], list: [{ name: '今日', }, { @@ -127,6 +145,10 @@ } }, methods: { + selectClick(value){ + console.log(value) + this.active = value.id + }, async scrolltolower() { if(this.total>this.orderData.length){ this.pageData.pageNo++