From 15f6a4028298b9cd269d19cfff3d204a4a717a7a Mon Sep 17 00:00:00 2001 From: yuweiqi Date: Wed, 8 Jul 2020 14:22:14 +0800 Subject: [PATCH] =?UTF-8?q?[FIX]=E3=80=90=E8=87=AA=E5=8A=A9=E5=85=A5?= =?UTF-8?q?=E5=8F=B8=E6=94=B9=E9=80=A0=E3=80=91=E5=AE=B6=E5=BA=AD=E4=BF=A1?= =?UTF-8?q?=E6=81=AF-=E8=AF=81=E4=BB=B6=E7=B1=BB=E5=9E=8B=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=AD=97=E5=85=B8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/js/utils/data-dictionary.js | 18 +++++++++++++----- .../agentEenter/AgentEenterBasicFamily.vue | 4 ++-- 2 files changed, 15 insertions(+), 7 deletions(-) diff --git a/src/assets/js/utils/data-dictionary.js b/src/assets/js/utils/data-dictionary.js index c4b94694b..c32323e38 100644 --- a/src/assets/js/utils/data-dictionary.js +++ b/src/assets/js/utils/data-dictionary.js @@ -1318,7 +1318,14 @@ export default { id: 2, text: '户口本' }, - + { + id: 3, + text: '出生证' + }, + { + id: 4, + text: '外国人护照' + }, { id: 5, text: '港澳居民来往内地通行证' @@ -1328,12 +1335,13 @@ export default { text: '台湾居民来往大陆通行证' }, { - id: 8, - text: '外国人永久居留身份证' + id: 7, + text: '其他', + disabled: true }, { - id: 9, - text: '港澳台居民居住证' + id: 8, + text: '外国人永久居留身份证' } ], // 健康状况 diff --git a/src/views/ebiz/agentEenter/AgentEenterBasicFamily.vue b/src/views/ebiz/agentEenter/AgentEenterBasicFamily.vue index 9e1cce083..be6c39b41 100644 --- a/src/views/ebiz/agentEenter/AgentEenterBasicFamily.vue +++ b/src/views/ebiz/agentEenter/AgentEenterBasicFamily.vue @@ -22,7 +22,7 @@