From 16a25ab8e322cd729024dd8f3550d83a432a1f73 Mon Sep 17 00:00:00 2001 From: woody Date: Wed, 3 Sep 2025 13:27:41 +0800 Subject: [PATCH] =?UTF-8?q?feat(performanceEchart):=20=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E6=9C=88=E5=BA=A6=E4=B8=9A=E7=BB=A9=E5=85=A5=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/performanceEchart/index.vue | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pages/performanceEchart/index.vue b/pages/performanceEchart/index.vue index 33383bb..359bbc9 100644 --- a/pages/performanceEchart/index.vue +++ b/pages/performanceEchart/index.vue @@ -82,11 +82,11 @@ export default { }, ], navList: [ - { - name: '月度业绩', - menuKey: '', - value: 'ConsanguinityCheck', - }, + // { + // name: '月度业绩', + // menuKey: '', + // value: 'ConsanguinityCheck', + // }, { name: '推荐列表', menuKey: '', @@ -110,7 +110,7 @@ export default { // value: "recommendTime" // }, ], - navIndex: 0, + navIndex: 1, page: { pageSize: 50, pageNum: 1,