From 729cb9bd5b788219c65eacc3a9dca04fae86f88d Mon Sep 17 00:00:00 2001 From: "1378012178@qq.com" <1378012178@qq.com> Date: Thu, 12 Mar 2026 08:42:35 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E8=BA=AB=E4=BB=BD=E8=AF=81=E6=AD=A3?= =?UTF-8?q?=E9=9D=A2=E6=94=B9=E4=B8=BA=E4=BA=BA=E5=83=8F=E9=9D=A2=20?= =?UTF-8?q?=E5=8F=8D=E9=9D=A2=E6=94=B9=E4=B8=BA=E5=9B=BD=E5=BE=BD=E9=9D=A2?= =?UTF-8?q?=202=E3=80=81=E5=91=98=E5=B7=A5=E4=BF=A1=E6=81=AF=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=90=8D=E3=80=81=E9=A1=BA=E5=BA=8F=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../NuEmployeesAdvisoryInfo.data.ts | 4 +- .../NuEmployeesAdvisoryInfoList.vue | 4 +- .../NuEmployeesAdvisoryInfoForm copy.vue | 4 +- .../NuEmployeesAdvisoryInfoForm.vue | 37 +++++++++---------- .../NuEmployeesAdvisoryInfoModal.vue | 5 +-- .../components/EmployeesApplyFormbk_.vue | 4 +- .../employeesapplyBK/EmployeesApply.data.ts | 4 +- .../components/EmployeesApplyForm.vue | 4 +- .../components/EmployeesApplyFormbk_.vue | 4 +- .../bizEmployeesInfo/BizEmployeesInfo.data.ts | 8 ++-- .../components/BizEmployeesInfoForm copy.vue | 4 +- .../components/BizEmployeesInfoForm.vue | 4 +- src/views/elder/elderinfo/ElderInfo.data.ts | 10 ++--- .../serviceTag/components/ServiceTagModal.vue | 4 +- 14 files changed, 49 insertions(+), 51 deletions(-) diff --git a/src/views/admin/employeesadvisoryinfo/NuEmployeesAdvisoryInfo.data.ts b/src/views/admin/employeesadvisoryinfo/NuEmployeesAdvisoryInfo.data.ts index 67b9617..298fe0d 100644 --- a/src/views/admin/employeesadvisoryinfo/NuEmployeesAdvisoryInfo.data.ts +++ b/src/views/admin/employeesadvisoryinfo/NuEmployeesAdvisoryInfo.data.ts @@ -43,8 +43,8 @@ export const superQuerySchema = { issuingAuthority: { title: '签发机关', order: 10, view: 'text', type: 'string' }, startTime: { title: '有效开始日期', order: 11, view: 'date', type: 'string' }, endTime: { title: '有效结束日期', order: 12, view: 'date', type: 'string' }, - cardZmPath: { title: '身份证正面', order: 13, view: 'image', type: 'string' }, - cardFmPath: { title: '身份证反面', order: 14, view: 'image', type: 'string' }, + cardZmPath: { title: '人像面', order: 13, view: 'image', type: 'string' }, + cardFmPath: { title: '国徽面', order: 14, view: 'image', type: 'string' }, maritalStatus: { title: '婚否', order: 15, view: 'text', type: 'string' }, height: { title: '身高', order: 16, view: 'text', type: 'string' }, weight: { title: '体重', order: 17, view: 'text', type: 'string' }, diff --git a/src/views/admin/employeesadvisoryinfo/NuEmployeesAdvisoryInfoList.vue b/src/views/admin/employeesadvisoryinfo/NuEmployeesAdvisoryInfoList.vue index a30b138..a963161 100644 --- a/src/views/admin/employeesadvisoryinfo/NuEmployeesAdvisoryInfoList.vue +++ b/src/views/admin/employeesadvisoryinfo/NuEmployeesAdvisoryInfoList.vue @@ -223,11 +223,11 @@ function handleAcquireIdenCard(record) { function getTableAction(record) { return [ { - label: '详情', + label: '员工详情', onClick: handleDetail.bind(null, record), }, { - label: '邀请', + label: '邀请员工', onClick: handleInvite.bind(null, record), }, // { diff --git a/src/views/admin/employeesadvisoryinfo/components/NuEmployeesAdvisoryInfoForm copy.vue b/src/views/admin/employeesadvisoryinfo/components/NuEmployeesAdvisoryInfoForm copy.vue index b41421d..482670b 100644 --- a/src/views/admin/employeesadvisoryinfo/components/NuEmployeesAdvisoryInfoForm copy.vue +++ b/src/views/admin/employeesadvisoryinfo/components/NuEmployeesAdvisoryInfoForm copy.vue @@ -9,13 +9,13 @@ - - diff --git a/src/views/admin/employeesadvisoryinfo/components/NuEmployeesAdvisoryInfoForm.vue b/src/views/admin/employeesadvisoryinfo/components/NuEmployeesAdvisoryInfoForm.vue index 51ba34c..f1af524 100644 --- a/src/views/admin/employeesadvisoryinfo/components/NuEmployeesAdvisoryInfoForm.vue +++ b/src/views/admin/employeesadvisoryinfo/components/NuEmployeesAdvisoryInfoForm.vue @@ -21,13 +21,13 @@ - + - + {{ handleComputedAge(formData.birthDate) }} @@ -46,13 +46,6 @@ - - - - - - @@ -68,14 +61,14 @@ - - @@ -95,7 +88,13 @@ - + + + + + + @@ -117,13 +116,6 @@ - - - - - - @@ -131,6 +123,13 @@ + + + + + + diff --git a/src/views/admin/employeesadvisoryinfo/components/NuEmployeesAdvisoryInfoModal.vue b/src/views/admin/employeesadvisoryinfo/components/NuEmployeesAdvisoryInfoModal.vue index 06a0d2e..aa8ecbe 100644 --- a/src/views/admin/employeesadvisoryinfo/components/NuEmployeesAdvisoryInfoModal.vue +++ b/src/views/admin/employeesadvisoryinfo/components/NuEmployeesAdvisoryInfoModal.vue @@ -1,7 +1,6 @@