From ab79329b71e1c962764a6be325a25c3e3a255e35 Mon Sep 17 00:00:00 2001 From: Jack <jack.su@pollex.com.tw> Date: 星期三, 01 十二月 2021 17:51:41 +0800 Subject: [PATCH] [ADD] 填寫滿意度問卷 [ADD] 查詢自己所有的滿意度填寫結果 --- PAMapp/components/BackActionBar.vue | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/PAMapp/components/BackActionBar.vue b/PAMapp/components/BackActionBar.vue index c3aef12..a57cb21 100644 --- a/PAMapp/components/BackActionBar.vue +++ b/PAMapp/components/BackActionBar.vue @@ -41,6 +41,19 @@ break; case 'questionnaire': featureLabel = '�脰����'; + break; + case 'notification': + featureLabel = '�'; + break; + case 'record': + featureLabel = '�������'; + break; + case 'accountSetting': + featureLabel = '�犖撣唾�身摰�'; + break; + case 'consultantAccountSetting': + featureLabel = '���董�����'; + break; } return featureLabel; } else { @@ -48,8 +61,7 @@ } } pushRouterByLoginRole():void{ - const link = _.isEqual(this.currentRole,Role.ADMIN)? '/myAppointmentList/appointmentList':'/'; - this.$router.push(link); + this.$router.go(-1); } } </script> -- Gitblit v1.8.0