From 82cc7cfd3e7eba128d183f0760ddb6f66cad6b2e Mon Sep 17 00:00:00 2001 From: Jruome <2559028966@qq.com> Date: Tue, 30 May 2023 19:03:08 +0800 Subject: [PATCH] =?UTF-8?q?uniapp=20=E9=94=80=E5=94=AE=E4=B8=9A=E7=BB=A9?= =?UTF-8?q?=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-ui-app/pages/sale_performance/index.vue | 30 ++++++++++++++++--- 1 file changed, 26 insertions(+), 4 deletions(-) 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++