更新 'src/client/src/orangehrmPimPlugin/pages/employee/EmployeePersonalDetails.vue'
This commit is contained in:
parent
160355b1fe
commit
73bdd3b30c
@ -279,8 +279,8 @@ export default {
|
||||
employee: {...employeeModel},
|
||||
rules: {
|
||||
firstName: [required, shouldNotExceedCharLength(30)],
|
||||
middleName: [shouldNotExceedCharLength(30)],
|
||||
lastName: [required, shouldNotExceedCharLength(30)],
|
||||
// middleName: [shouldNotExceedCharLength(30)],
|
||||
// lastName: [required, shouldNotExceedCharLength(30)],
|
||||
employeeId: [shouldNotExceedCharLength(10)],
|
||||
otherId: [shouldNotExceedCharLength(30)],
|
||||
drivingLicenseNo: [shouldNotExceedCharLength(30)],
|
||||
|
Loading…
Reference in New Issue
Block a user