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/BackActionBar.vue |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/PAMapp/components/BackActionBar.vue b/PAMapp/components/BackActionBar.vue
index e2f5219..303c5bb 100644
--- a/PAMapp/components/BackActionBar.vue
+++ b/PAMapp/components/BackActionBar.vue
@@ -41,6 +41,12 @@
         case 'notification':
           featureLabel = '�';
           break;
+        case 'record':
+          featureLabel = '�������';
+          break;
+        case 'accountSetting':
+          featureLabel = '�犖撣唾�身摰�'
+          break;
       }
       return featureLabel;
     } else {

--
Gitblit v1.8.0