From 6dd2dd98b33df077d35af77b0179b66a7c8447be Mon Sep 17 00:00:00 2001
From: wanggongfeng <1305282856@qq.com>
Date: Tue, 29 Nov 2022 16:55:07 +0800
Subject: [PATCH] =?UTF-8?q?=E7=A7=9F=E6=88=BF=E7=AE=A1=E7=90=86=E9=9C=80?=
=?UTF-8?q?=E6=B1=82=E5=8F=98=E6=9B=B411-29?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/plugins/change/resiwelfare.vue | 2 +-
.../plugins/rent/rentcontractinfo-add-or-update.vue | 4 ++--
.../plugins/rent/rentcontractinfo-look-or-check.vue | 8 +++++---
src/views/modules/plugins/rent/rentcontractreview.vue | 11 +++++++----
4 files changed, 15 insertions(+), 10 deletions(-)
diff --git a/src/views/modules/plugins/change/resiwelfare.vue b/src/views/modules/plugins/change/resiwelfare.vue
index 4b2d325b7..4e323498f 100644
--- a/src/views/modules/plugins/change/resiwelfare.vue
+++ b/src/views/modules/plugins/change/resiwelfare.vue
@@ -400,7 +400,7 @@ export default {
},
methods: {
searchFilter (columnName) {
- const filterName = [ 'NAME', 'MOBILE', 'ID_CARD' ]
+ const filterName = [ 'NAME', 'MOBILE', 'ID_CARD', 'IS_BDHJ' ]
return filterName.some(item => {
return item == columnName
})
diff --git a/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue b/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
index 0ca43f14d..bb50164b7 100644
--- a/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
+++ b/src/views/modules/plugins/rent/rentcontractinfo-add-or-update.vue
@@ -95,7 +95,7 @@