From 78f1c82624d9fccf3fa403c00cf1a301cc6f487e Mon Sep 17 00:00:00 2001
From: yangjun <1173114630@qq.com>
Date: Thu, 19 Mar 2026 10:56:58 +0800
Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E9=95=BF=E8=80=85=E7=9B=91?=
=?UTF-8?q?=E6=8A=A4=E4=BA=BA=E5=A4=B4=E5=83=8F=E5=8A=9F=E8=83=BD?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/elder/elderinfo/ElderInfo.data.ts | 2 ++
.../components/ElderAuditHistoryList.vue | 2 +-
.../elderinfo/components/ElderInfoForm.vue | 30 ++++++++++++++-----
.../elderinfo/components/ElderUpInfoForm.vue | 9 ++++--
.../elderinfo/components/GuaUpInfoForm.vue | 9 ++++--
5 files changed, 37 insertions(+), 15 deletions(-)
diff --git a/src/views/elder/elderinfo/ElderInfo.data.ts b/src/views/elder/elderinfo/ElderInfo.data.ts
index c64e2f5..35feb1e 100644
--- a/src/views/elder/elderinfo/ElderInfo.data.ts
+++ b/src/views/elder/elderinfo/ElderInfo.data.ts
@@ -290,4 +290,6 @@ export const applyObj = {
guardianIdCardPositive: '监护人身份证人像面',
sndjName: '失能等级',
jfztName: '缴费状态',
+ headPath: '长者头像',
+ guardianHeadPath: '监护人头像',
};
diff --git a/src/views/elder/elderinfo/components/ElderAuditHistoryList.vue b/src/views/elder/elderinfo/components/ElderAuditHistoryList.vue
index b9fda64..cd21da2 100644
--- a/src/views/elder/elderinfo/components/ElderAuditHistoryList.vue
+++ b/src/views/elder/elderinfo/components/ElderAuditHistoryList.vue
@@ -86,7 +86,7 @@ const { prefixCls, tableContext, onExportXls, onImportXls } = useListPage({
beforeFetch: async (params) => {
queryParam.modifyType = props.querySign
queryParam.guardianOpenId = props.guardianOpenId
- queryParam.modifyStatus = '2,3'
+ queryParam.modifyStatus = '1,2,3'
return Object.assign(params, queryParam);
},
},
diff --git a/src/views/elder/elderinfo/components/ElderInfoForm.vue b/src/views/elder/elderinfo/components/ElderInfoForm.vue
index f1ede90..8857267 100644
--- a/src/views/elder/elderinfo/components/ElderInfoForm.vue
+++ b/src/views/elder/elderinfo/components/ElderInfoForm.vue
@@ -115,19 +115,30 @@
+
+
+
+
+
+
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
({}) },
@@ -233,6 +245,8 @@ const formData = reactive>({
disabilityReimbursementType: '',
sndjName: '',
paymentStatus_dictText: '',
+ headPath: '',
+ guardianHeadPath: '',
});
const { createMessage } = useMessage();
const labelCol = ref({ xs: { span: 24 }, sm: { span: 8 } });
diff --git a/src/views/elder/elderinfo/components/ElderUpInfoForm.vue b/src/views/elder/elderinfo/components/ElderUpInfoForm.vue
index 2e297cb..637ad9b 100644
--- a/src/views/elder/elderinfo/components/ElderUpInfoForm.vue
+++ b/src/views/elder/elderinfo/components/ElderUpInfoForm.vue
@@ -9,10 +9,10 @@
{{ applyObj[record.d1] }}
-
+
-
+
@@ -65,6 +65,7 @@
+ 待审核
审核通过
审核驳回
@@ -92,6 +93,7 @@ import { getModifyInfo, getHisModifyInfo, elderAudit } from '../ElderInfo.api'
import { useMessage } from '/@/hooks/web/useMessage';
import { initDictOptions } from '/@/utils/dict';
import JFormContainer from '/@/components/Form/src/container/JFormContainer.vue';
+const mrtxPic = import.meta.env.VITE_DEFAULT_MORENTOUXIANG_PIC//默认头像
const props = defineProps({
sndjDicts: null
@@ -106,7 +108,7 @@ const { createMessage } = useMessage();
const labelCol = { span: 4 }; // 标签宽度
const wrapperCol = { span: 18 }; // 控件宽度
const isImg = (v_) => {
- return v_ == 'idCardPositive' || v_ == 'idCardNegative' || v_ == 'healthCertificatePositive' || v_ == 'bankPositive' || v_ == 'bankNegative' || v_ == 'qualification' || v_ == 'noCrimeCertificate'
+ return v_ == 'idCardPositive' || v_ == 'idCardNegative' || v_ == 'healthCertificatePositive' || v_ == 'bankPositive' || v_ == 'bankNegative' || v_ == 'qualification' || v_ == 'noCrimeCertificate' || v_ == 'headPath'
}
const provinceOptions = ref({})
const formData = reactive>({
@@ -152,6 +154,7 @@ const filteredTableData = computed(() => {
|| item.d1 == 'elderModifyId'
|| item.d1 == 'yblxName'
|| item.d1 == 'sndjName'
+ || item.d1 == 'headPath'
// || item.d1 == 'jfztName'
);
});
diff --git a/src/views/elder/elderinfo/components/GuaUpInfoForm.vue b/src/views/elder/elderinfo/components/GuaUpInfoForm.vue
index f0b8de6..1800b17 100644
--- a/src/views/elder/elderinfo/components/GuaUpInfoForm.vue
+++ b/src/views/elder/elderinfo/components/GuaUpInfoForm.vue
@@ -9,10 +9,10 @@
{{ applyObj[record.d1] }}
-
+
-
+
@@ -66,6 +66,7 @@
+ 待审核
审核通过
审核驳回
@@ -94,6 +95,7 @@ import { useMessage } from '/@/hooks/web/useMessage';
import { initDictOptions } from '/@/utils/dict';
import JFormContainer from '/@/components/Form/src/container/JFormContainer.vue';
+const mrtxPic = import.meta.env.VITE_DEFAULT_MORENTOUXIANG_PIC//默认头像
const props = defineProps({
sndjDicts: null
});
@@ -107,7 +109,7 @@ const { createMessage } = useMessage();
const labelCol = { span: 4 }; // 标签宽度
const wrapperCol = { span: 18 }; // 控件宽度
const isImg = (v_) => {
- return v_ == 'guardianIdCardPositive' || v_ == 'idCardNegative' || v_ == 'healthCertificatePositive' || v_ == 'bankPositive' || v_ == 'bankNegative' || v_ == 'qualification' || v_ == 'noCrimeCertificate'
+ return v_ == 'guardianIdCardPositive' || v_ == 'idCardNegative' || v_ == 'healthCertificatePositive' || v_ == 'bankPositive' || v_ == 'bankNegative' || v_ == 'qualification' || v_ == 'noCrimeCertificate' || v_ == 'guardianHeadPath'
}
const provinceOptions = ref({})
const formData = reactive>({
@@ -199,6 +201,7 @@ const filteredTableData = computed(() => {
&& item.d1 !== 'auditContent'
&& item.d1 !== 'selfCareType'
&& item.d1 !== 'pkId'
+ && item.d1 !== 'headPath'
);
});