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 @@