From 374004632450ff987b3577a422fdf6a5503220ec Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期三, 12 一月 2022 11:18:40 +0800 Subject: [PATCH] add#134171 - 結案明細 -頁面 --- PAMapp/components/BackActionBar.vue | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/PAMapp/components/BackActionBar.vue b/PAMapp/components/BackActionBar.vue index d2ddf14..f154324 100644 --- a/PAMapp/components/BackActionBar.vue +++ b/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; -- Gitblit v1.8.0