From 03ea05b93dcb5adc546d9d37204df5142e2058dd Mon Sep 17 00:00:00 2001 From: Tomas <tomasysh@gmail.com> Date: 星期三, 12 一月 2022 09:31:09 +0800 Subject: [PATCH] update: 預約單細節頁面(客戶資訊區塊樣式) --- PAMapp/components/BackActionBar.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/PAMapp/components/BackActionBar.vue b/PAMapp/components/BackActionBar.vue index c1d51ab..d2ddf14 100644 --- a/PAMapp/components/BackActionBar.vue +++ b/PAMapp/components/BackActionBar.vue @@ -74,6 +74,9 @@ case 'faq': featureLabel = 'F&Q 撣貉����'; break; + case 'appointment': + featureLabel = '������'; + break; } return featureLabel; } else { -- Gitblit v1.8.0