From 5757272fa0a4f96b7519370f3983053307d4e26e Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期二, 23 十一月 2021 15:46:40 +0800 Subject: [PATCH] TODO#129057 [個人帳號設定] 前端畫面刻版 --- PAMapp/components/NavBar.vue | 11 ++++++++--- 1 files changed, 8 insertions(+), 3 deletions(-) diff --git a/PAMapp/components/NavBar.vue b/PAMapp/components/NavBar.vue index 515d1c4..ce4fd55 100644 --- a/PAMapp/components/NavBar.vue +++ b/PAMapp/components/NavBar.vue @@ -44,12 +44,17 @@ }, { needRole: [Role.ADMIN], - link: '/notFinish', + link: '/consultantAccountSetting', title: '���董�����', }, { - needRole: [Role.USER, Role.ADMIN], - link: '/record/reviews', + needRole: [Role.ADMIN], + link: '/record', + title: '�������', + }, + { + needRole: [Role.USER], + link: '/userReviewsRecord', title: '�������', }, { -- Gitblit v1.8.0