From bbdd616b2083a6794c20f2297b3b43d50eda594a Mon Sep 17 00:00:00 2001
From: charlie <charlie@lvguanqingdeMacBook-Pro.local>
Date: 星期二, 25 一月 2022 14:21:47 +0800
Subject: [PATCH] updated:顧問結案頁面「保戶身分證字號」標題更改為「身分證字號/居留證字號」

---
 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