更新 'src/client/src/orangehrmPimPlugin/pages/employee/EmployeePersonalDetails.vue'

This commit is contained in:
zhongjin 2023-05-09 14:51:02 +08:00
parent 160355b1fe
commit 73bdd3b30c

View File

@ -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)],