From 174842147cc4edb7ed5b5cd6782253711d06cf5d Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Thu, 26 Mar 2026 15:38:34 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E5=91=98=E5=B7=A5=E5=8F=98=E6=9B=B4?= =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E7=95=8C=E9=9D=A2=E5=8E=BB=E6=8E=89=E9=93=B6?= =?UTF-8?q?=E8=A1=8C=E5=8D=A1=E5=8F=8D=E9=9D=A2=202=E3=80=81=E9=95=BF?= =?UTF-8?q?=E8=80=85-=E5=AE=A1=E6=A0=B8=E5=8E=86=E5=8F=B2-=E7=9B=91?= =?UTF-8?q?=E6=8A=A4=E4=BA=BA=E5=AE=A1=E6=A0=B8=E7=95=8C=E9=9D=A2=E5=8E=BB?= =?UTF-8?q?=E6=8E=89=E7=9B=91=E6=8A=A4=E4=BA=BA=E5=A4=B4=E5=83=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/employeesapply/components/EmployeesUpInfoForm.vue | 1 + src/views/elder/elderinfo/components/GuaUpInfoForm.vue | 1 + 2 files changed, 2 insertions(+) diff --git a/src/views/admin/employeesapply/components/EmployeesUpInfoForm.vue b/src/views/admin/employeesapply/components/EmployeesUpInfoForm.vue index 30775dc..ffa611d 100644 --- a/src/views/admin/employeesapply/components/EmployeesUpInfoForm.vue +++ b/src/views/admin/employeesapply/components/EmployeesUpInfoForm.vue @@ -125,6 +125,7 @@ const filteredTableData = computed(() => { && item.d1 !== 'bankCard' && item.d1 !== 'startTime' && item.d1 !== 'endTime' + && item.d1 !== 'bankNegative' ); }); diff --git a/src/views/elder/elderinfo/components/GuaUpInfoForm.vue b/src/views/elder/elderinfo/components/GuaUpInfoForm.vue index 1800b17..4684cdb 100644 --- a/src/views/elder/elderinfo/components/GuaUpInfoForm.vue +++ b/src/views/elder/elderinfo/components/GuaUpInfoForm.vue @@ -202,6 +202,7 @@ const filteredTableData = computed(() => { && item.d1 !== 'selfCareType' && item.d1 !== 'pkId' && item.d1 !== 'headPath' + && item.d1 !== 'guardianHeadPath' ); });