PAMapp/components/BackActionBar.vue
@@ -75,7 +75,8 @@ featureLabel = 'F&Q 常見問題'; break; case 'appointment': featureLabel = '預約資訊'; const appointmentFeatureLabel = this.$route.name.includes('close') ? '結案' : '預約資訊'; featureLabel = appointmentFeatureLabel; break; } return featureLabel;