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

main
zhongjin 1 year ago
parent 73bdd3b30c
commit 0b67509267

@ -279,8 +279,6 @@ export default {
employee: {...employeeModel},
rules: {
firstName: [required, shouldNotExceedCharLength(30)],
// middleName: [shouldNotExceedCharLength(30)],
// lastName: [required, shouldNotExceedCharLength(30)],
employeeId: [shouldNotExceedCharLength(10)],
otherId: [shouldNotExceedCharLength(30)],
drivingLicenseNo: [shouldNotExceedCharLength(30)],

Loading…
Cancel
Save