From 7afda53711ff6d9a14ae2bd490304c21b2409476 Mon Sep 17 00:00:00 2001 From: sean yu Date: Fri, 30 Oct 2020 16:32:44 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=AF=E7=94=B1=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/kpi_route.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/router/kpi_route.js b/src/router/kpi_route.js index 1cbbc19..0616e52 100644 --- a/src/router/kpi_route.js +++ b/src/router/kpi_route.js @@ -152,7 +152,8 @@ export default [ name: 'reportDetial', component: (resolve) => require(['@/views/kpi/report/detail.vue'], resolve), meta: { - title: '绩效详情' + title: '绩效详情', + isNav: true } } ]