From cefc2c5ad32eddb94998f8ffc759f1fd8806e56e Mon Sep 17 00:00:00 2001 From: wayne <wayne8692wayne8692@gmail.com> Date: 星期四, 10 二月 2022 12:33:31 +0800 Subject: [PATCH] [update] 因應需求並不會有全台選項,因此移除其資料,並將嚴選配對的搜尋修正 --- PAMapp/shared/const/quickFilter-questionList.ts | 14 +++++++------- 1 files changed, 7 insertions(+), 7 deletions(-) diff --git a/PAMapp/shared/const/quickFilter-questionList.ts b/PAMapp/shared/const/quickFilter-questionList.ts index d6c08f0..3539755 100644 --- a/PAMapp/shared/const/quickFilter-questionList.ts +++ b/PAMapp/shared/const/quickFilter-questionList.ts @@ -12,12 +12,12 @@ ], type: 'radio' }, - // { TODO:���遛��漲 - // name: 'avgScore', - // title: '憿批�遛��漲', - // detail: [], - // type: '' - // }, + { + name: 'avgScore', + title: '憿批�遛��漲', + detail: [], + type: '' + }, { name: 'communicationStyles', title: '皞�◢�', @@ -45,4 +45,4 @@ // detail: [], // type: 'radio' // } -]; \ No newline at end of file +]; -- Gitblit v1.8.0