From 24dd5d484adfba061fa1ea4de2c8b11f0423a900 Mon Sep 17 00:00:00 2001 From: HelenHuang <LinHuang@pollex.com.tw> Date: 星期四, 09 十二月 2021 10:08:37 +0800 Subject: [PATCH] fixed TODO:#132139 預約單,年齡選項移除 --- PAMapp/pages/questionnaire/_agentNo.vue | 4 ---- PAMapp/plugins/filters/age.filter.ts | 1 - 2 files changed, 0 insertions(+), 5 deletions(-) diff --git a/PAMapp/pages/questionnaire/_agentNo.vue b/PAMapp/pages/questionnaire/_agentNo.vue index f79843c..f343a11 100644 --- a/PAMapp/pages/questionnaire/_agentNo.vue +++ b/PAMapp/pages/questionnaire/_agentNo.vue @@ -206,10 +206,6 @@ label:'41-50' }, { - title:'46-55 甇�', - label:'46-55', - }, - { title:'51-60 甇�', label:'51-60', }, diff --git a/PAMapp/plugins/filters/age.filter.ts b/PAMapp/plugins/filters/age.filter.ts index 19e3b49..6f0051a 100644 --- a/PAMapp/plugins/filters/age.filter.ts +++ b/PAMapp/plugins/filters/age.filter.ts @@ -11,7 +11,6 @@ '21-30': '21-30 甇�', '31-40': '31-40 甇�', '41-50': '41-50 甇�', - '46-55': '46-55 甇�', '51-60': '51-60 甇�', '61-70': '61-70 甇�', 'over_71': '71 甇脖誑銝�' -- Gitblit v1.8.0