From 5ec4dacb59fdbab4df11ddc376f3614a1f71f381 Mon Sep 17 00:00:00 2001
From: Tomas <tomasysh@gmail.com>
Date: 星期二, 18 一月 2022 09:18:30 +0800
Subject: [PATCH] update: 預約單細節 - 顧客年齡使用 toAgeLabel filter

---
 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 598e73d..0f628c3 100644
--- a/PAMapp/components/BackActionBar.vue
+++ b/PAMapp/components/BackActionBar.vue
@@ -68,6 +68,9 @@
         case 'accountSetting':
           featureLabel = '�犖撣唾�身摰�';
           break;
+        case 'appointmentAgenda':
+          featureLabel = '�撠�赤����';
+          break;
         case 'consultantAccountSetting':
           featureLabel = '���董�����';
           break;

--
Gitblit v1.8.0