1、员工变更审核界面去掉银行卡反面

2、长者-审核历史-监护人审核界面去掉监护人头像
This commit is contained in:
1378012178@qq.com 2026-03-26 15:38:34 +08:00
parent cee3aa81a1
commit 174842147c
2 changed files with 2 additions and 0 deletions

View File

@ -125,6 +125,7 @@ const filteredTableData = computed(() => {
&& item.d1 !== 'bankCard'
&& item.d1 !== 'startTime'
&& item.d1 !== 'endTime'
&& item.d1 !== 'bankNegative'
);
});

View File

@ -202,6 +202,7 @@ const filteredTableData = computed(() => {
&& item.d1 !== 'selfCareType'
&& item.d1 !== 'pkId'
&& item.d1 !== 'headPath'
&& item.d1 !== 'guardianHeadPath'
);
});