保誠-保戶業務員媒合平台
Tomas
2022-01-13 cef61a78de14401d7af7f4def01fb26ae867cc3e
PAMapp/components/BackActionBar.vue
@@ -75,7 +75,14 @@
          featureLabel = 'F&Q 常見問題';
          break;
        case 'appointment':
          featureLabel = '預約資訊';
          const appointmentFeatureLabel = this.$route.name.includes('close') ? '結案' : '預約資訊';
          const inInterview = this.$route.name.includes('interview');
          const addNewInterview = this.$route.name.includes('new');
          if (inInterview) {
            featureLabel = addNewInterview ? '新增約訪紀錄' : '編輯約訪紀錄';
          } else {
            featureLabel = appointmentFeatureLabel;
          }
          break;
      }
      return featureLabel;