From f2d2522210d343cfdcce72d6b663e3bc8c02a1c8 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期一, 22 十一月 2021 12:31:02 +0800 Subject: [PATCH] add: 顧問-查看滿意度評分 畫面刻版 --- PAMapp/components/BackActionBar.vue | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/PAMapp/components/BackActionBar.vue b/PAMapp/components/BackActionBar.vue index 41c3cca..e2f5219 100644 --- a/PAMapp/components/BackActionBar.vue +++ b/PAMapp/components/BackActionBar.vue @@ -1,7 +1,7 @@ <template> - <nav class="pam-back-action-bar"> + <nav class="pam-back-action-bar fix-chrome-click--issue"> <a @click="$router.push('/')"> - <i class="icon-left"></i>{{ label }} + <i class="icon-left "></i>{{ label }} </a> </nav> </template> @@ -35,6 +35,12 @@ default: featureLabel = '�����'; break; + case 'questionnaire': + featureLabel = '�脰����'; + break; + case 'notification': + featureLabel = '�'; + break; } return featureLabel; } else { -- Gitblit v1.8.0