保誠-保戶業務員媒合平台
Tomas
2022-01-19 0feac60354096781451b862da59e8e1fe6dd80a3
fixed: [BackActionBar] '結案資訊' 改為 '結案明細'
修改1個檔案
2 ■■■ 已變更過的檔案
PAMapp/components/BackActionBar.vue 2 ●●● 修補檔 | 檢視 | 原始 | 究查 | 歷程
PAMapp/components/BackActionBar.vue
@@ -86,7 +86,7 @@
        case 'appointment':
          const appointmentFeatureLabel = this.$route.name.includes('close')
                                                            ? '結案'
                                                            : this.isCloseAppointment ? '結案資訊' : '預約資訊';
                                                            : this.isCloseAppointment ? '結案明細' : '預約資訊';
          const inInterview = this.$route.name.includes('interview');
          const addNewInterview = this.$route.name.includes('new');
          if (inInterview) {