From 0feac60354096781451b862da59e8e1fe6dd80a3 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期三, 19 一月 2022 16:50:18 +0800
Subject: [PATCH] fixed: [BackActionBar] '結案資訊' 改為 '結案明細'

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

diff --git a/PAMapp/components/BackActionBar.vue b/PAMapp/components/BackActionBar.vue
index ab32947..8fe9d98 100644
--- a/PAMapp/components/BackActionBar.vue
+++ b/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) {

--
Gitblit v1.8.0