From 081eb910eb2d6791fc1aa0884dc9047677077ff2 Mon Sep 17 00:00:00 2001 From: wx <645899409@qq.com> Date: Thu, 28 Aug 2025 09:57:00 +0800 Subject: [PATCH] =?UTF-8?q?update=201.=E5=8E=BB=E6=8E=89=E6=96=B0=E5=A2=9E?= =?UTF-8?q?=E5=91=98=E5=B7=A5=E6=97=B6=EF=BC=8C=E5=B7=A5=E5=8F=B7=E5=BF=85?= =?UTF-8?q?=E5=A1=AB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../HealthUserEmployeeEx/HealthUserEmployeeEx.data.ts | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/views/system/user/HealthUserEmployeeEx/HealthUserEmployeeEx.data.ts b/src/views/system/user/HealthUserEmployeeEx/HealthUserEmployeeEx.data.ts index 0b5f551..6c7a449 100644 --- a/src/views/system/user/HealthUserEmployeeEx/HealthUserEmployeeEx.data.ts +++ b/src/views/system/user/HealthUserEmployeeEx/HealthUserEmployeeEx.data.ts @@ -29,7 +29,7 @@ export const columns: BasicColumn[] = [ width: 64, }, { - title: '员工编号', + title: '员工工号', align: 'center', dataIndex: ['extension', 'empSysno'], width: 80, @@ -145,7 +145,7 @@ export const searchFormSchema: FormSchema[] = [ component: 'Input', }, { - label: '员工编号', + label: '员工工号', field: 'empNo', component: 'Input', }, @@ -299,7 +299,7 @@ export const formSchema: (isUpdate: boolean) => FormSchema[] = (isUpdate) => { required: true, }, { - label: '员工编号', + label: '员工工号', field: 'empSysno', component: 'Input', componentProps: ({ formModel }) => { @@ -311,7 +311,7 @@ export const formSchema: (isUpdate: boolean) => FormSchema[] = (isUpdate) => { }, dynamicRules: ({ model, schema }) => { let rule = rules.duplicateCheckRuleAndDelFlag('health_user_employee_ex', 'emp_sysno', 'false', model, schema, false); - rule[0] = { ...rule[0], required: true }; + rule[0] = { ...rule[0], required: false }; return rule; }, }, @@ -711,7 +711,7 @@ export const migrateUserFormSchema: FormSchema[] = [ }, }, { - label: '员工编号', + label: '员工工号', field: 'workNo', component: 'Input', componentProps: {