From bee9c390df7f1614a4a46a140abaff7909b0b947 Mon Sep 17 00:00:00 2001 From: jiangyuying Date: Mon, 28 Aug 2023 15:20:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B1=85=E6=B0=91=E4=BF=A1=E6=81=AF=E8=B0=83?= =?UTF-8?q?=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/js/columns/constants/index.js | 26 + src/views/components/resiForm.vue | 851 +++++++++++++----- src/views/components/resiSearch.vue | 2 +- src/views/modules/base/resi.vue | 19 +- .../louzhang/louzhangList.vue | 3 +- 5 files changed, 663 insertions(+), 238 deletions(-) diff --git a/src/js/columns/constants/index.js b/src/js/columns/constants/index.js index 99938e1f0..ca4f99438 100644 --- a/src/js/columns/constants/index.js +++ b/src/js/columns/constants/index.js @@ -59,3 +59,29 @@ export const dormitoryTypeList = [ value: '0' } ] +export const idTypeList = [ + { + label: '其他', + value: 0 + }, + { + label: '身份证', + value: 1 + }, + { + label: '护照', + value: 2 + }, + { + label: '港澳通行证', + value: 3 + }, + { + label: '军人证', + value: 4 + }, + { + label: '台胞证', + value: 5 + } +] diff --git a/src/views/components/resiForm.vue b/src/views/components/resiForm.vue index 9688fd38f..4fce6bbb0 100644 --- a/src/views/components/resiForm.vue +++ b/src/views/components/resiForm.vue @@ -119,8 +119,7 @@ :placeholder="`请选择${item.label}`" size="small" clearable - class="u-item-width-normal" - @change="handelminzu"> + class="u-item-width-normal"> - - - - - - - - - + + + + + + + + + + + @@ -284,6 +400,7 @@