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

This commit is contained in:
zhongjin 2023-05-09 22:50:48 +08:00
parent 5d0a0346df
commit c5e574e6db

View File

@ -341,7 +341,7 @@ export default {
data: {
lastName: this.employee.lastName
? this.employee.lastName
: " ",
: '.',
firstName: this.employee.firstName,
middleName: this.employee.middleName,
employeeId: this.employee.employeeId,