From 242fad1691917c4fd82c7f04b6190a7113628e93 Mon Sep 17 00:00:00 2001
From: wayne <wayne8692wayne8692@gmail.com>
Date: 星期五, 11 三月 2022 15:31:04 +0800
Subject: [PATCH] Merge branch 'pollex-dev' into sit

---
 PAMapp/components/BackActionBar.vue |   15 ++++++++++-----
 1 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/PAMapp/components/BackActionBar.vue b/PAMapp/components/BackActionBar.vue
index 8fe9d98..29fc5ee 100644
--- a/PAMapp/components/BackActionBar.vue
+++ b/PAMapp/components/BackActionBar.vue
@@ -74,9 +74,6 @@
         case 'accountSetting':
           featureLabel = '�犖撣唾�身摰�';
           break;
-        case 'appointmentAgenda':
-          featureLabel = '�撠�赤����';
-          break;
         case 'consultantAccountSetting':
           featureLabel = '���董�����';
           break;
@@ -89,8 +86,16 @@
                                                             : this.isCloseAppointment ? '蝯��敦' : '������';
           const inInterview = this.$route.name.includes('interview');
           const addNewInterview = this.$route.name.includes('new');
-          if (inInterview) {
-            featureLabel = addNewInterview ? '�憓�赤蝝����' : '蝺刻摩蝝赤蝝����';
+          const interviewList = this.$route.name.includes('interviewList');
+          const recordList = this.$route.name.includes('recordList');
+          if (interviewList) {
+            featureLabel = '蝝赤蝝����';
+          } else if (recordList) {
+            featureLabel = '蝟餌絞�蝝����';
+          } else if (inInterview) {
+            featureLabel = addNewInterview
+                  ? '�憓�赤蝝����'
+                  : '蝺刻摩蝝赤蝝����';
           } else {
             featureLabel = appointmentFeatureLabel;
           }

--
Gitblit v1.8.0