From 3f9c0fdef820bb459126026cd47e7e7686db12a8 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期五, 19 十一月 2021 17:17:44 +0800 Subject: [PATCH] add: 滿意度評分頁面切版、通知列表頁面切版 --- PAMapp/components/BackActionBar.vue | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/PAMapp/components/BackActionBar.vue b/PAMapp/components/BackActionBar.vue index e8b993c..dd1adfc 100644 --- a/PAMapp/components/BackActionBar.vue +++ b/PAMapp/components/BackActionBar.vue @@ -37,6 +37,12 @@ break; case 'questionnaire': featureLabel = '�脰����'; + break; + case 'notification': + featureLabel = '�'; + break; + case 'notificationDetail': + featureLabel='�蝝啁�'; } return featureLabel; } else { -- Gitblit v1.8.0