From 6e02c14b45707991b38392d10187ee6c118db385 Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Tue, 3 Jun 2025 09:10:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4=E5=85=B3=E9=94=AE=E4=BA=BA?= =?UTF-8?q?=E5=91=98=E5=92=8C=E5=85=B6=E4=BB=96=E4=BA=BA=E5=91=98=E7=9A=84?= =?UTF-8?q?=E5=B9=B4=E9=BE=84=EF=BC=8C=E5=85=BB=E8=80=81=E4=BF=9D=E9=99=A9?= =?UTF-8?q?=E7=AD=89=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../key-person/components/addAndEditForm.vue | 16 ++++++++-------- src/views/company-manage/key-person/index.vue | 2 +- .../other-person/components/addAndEditForm.vue | 10 +++++----- src/views/company-manage/other-person/index.vue | 2 +- 4 files changed, 15 insertions(+), 15 deletions(-) diff --git a/src/views/company-manage/key-person/components/addAndEditForm.vue b/src/views/company-manage/key-person/components/addAndEditForm.vue index dc23633..d9997df 100644 --- a/src/views/company-manage/key-person/components/addAndEditForm.vue +++ b/src/views/company-manage/key-person/components/addAndEditForm.vue @@ -25,11 +25,11 @@ - + @@ -134,7 +134,7 @@ - + - + - + @@ -493,7 +493,7 @@ export default { const params = { userName, idCard, - age, + // age, education, almaMater, title, @@ -502,7 +502,7 @@ export default { diploma, diplomaNum, level, - isNormal, + // isNormal, tbFileSourceVoList, } diff --git a/src/views/company-manage/key-person/index.vue b/src/views/company-manage/key-person/index.vue index 54aa42b..f0d5d81 100644 --- a/src/views/company-manage/key-person/index.vue +++ b/src/views/company-manage/key-person/index.vue @@ -167,7 +167,7 @@ export default { { label: '级别', prop: 'level' }, { label: '证书编号', prop: 'diplomaNum' }, { label: '专业', prop: 'major' }, - { label: '养老保险', prop: 'isNormal', isSlot: true }, + // { label: '养老保险', prop: 'isNormal', isSlot: true }, ], } }, diff --git a/src/views/company-manage/other-person/components/addAndEditForm.vue b/src/views/company-manage/other-person/components/addAndEditForm.vue index b1b08a9..f0055ab 100644 --- a/src/views/company-manage/other-person/components/addAndEditForm.vue +++ b/src/views/company-manage/other-person/components/addAndEditForm.vue @@ -115,7 +115,7 @@ - + - + - + @@ -461,7 +461,7 @@ export default { diploma, diplomaNum, level, - isNormal, + // isNormal, tbFileSourceVoList, } diff --git a/src/views/company-manage/other-person/index.vue b/src/views/company-manage/other-person/index.vue index 129cde2..15d42b9 100644 --- a/src/views/company-manage/other-person/index.vue +++ b/src/views/company-manage/other-person/index.vue @@ -170,7 +170,7 @@ export default { { label: '级别', prop: 'level' }, { label: '证书编号', prop: 'diplomaNum' }, { label: '专业', prop: 'major' }, - { label: '养老保险', prop: 'isNormal', isSlot: true }, + // { label: '养老保险', prop: 'isNormal', isSlot: true }, { label: '职工类型', prop: 'workType', isSlot: true }, ], }