更新 'src/client/src/orangehrmPimPlugin/pages/employee/EmployeePersonalDetails.vue'
This commit is contained in:
parent
c9ca88cfce
commit
c7115dceaa
@ -36,14 +36,14 @@
|
||||
</oxd-grid-item>
|
||||
|
||||
<oxd-grid-item>
|
||||
<full-name-input
|
||||
<mid-name-input
|
||||
v-model:middleName="employee.middleName"
|
||||
:rules="rules"
|
||||
/>
|
||||
</oxd-grid-item>
|
||||
|
||||
<oxd-grid-item>
|
||||
<full-name-input
|
||||
<last-name-input
|
||||
v-model:lastName="employee.lastName"
|
||||
:rules="rules"
|
||||
/>
|
||||
|
Loading…
Reference in New Issue
Block a user