From 6ed67e10eb981fe23493925e1c51919ec0a300df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=AF=E5=B0=8F=E7=8E=8B=E5=91=80=5C24601?= <819653817@qq.com> Date: Mon, 19 Aug 2024 17:34:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8A=A0=E5=85=A5=E5=85=B3=E6=B3=A8=E4=BA=BA?= =?UTF-8?q?=E5=91=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/components/resiSearch.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/src/views/components/resiSearch.vue b/src/views/components/resiSearch.vue index 533c56934..d397ef80b 100644 --- a/src/views/components/resiSearch.vue +++ b/src/views/components/resiSearch.vue @@ -556,9 +556,19 @@ export default { "children": null }, { + "label": "特扶人员", "value": "SPECIAL_SUPPORT_FLAG", - "children": null + "children": [ + { + 'label': "子女伤残", + 'value': "CHILDREN_DISABILITY_FLAG", + }, + { + 'label': "子女死亡", + 'value': "CHILDREN_DEATH", + }, + ] },{ "label": "新阶层人士", "value": "NEW_STRATUM_FLAG",