แก้ view

This commit is contained in:
kittapath 2025-03-04 09:31:05 +07:00
parent 3e37cfda83
commit 53b6256c56
3 changed files with 254 additions and 164 deletions

View file

@ -116,7 +116,7 @@ export class ProfileSalaryController extends Controller {
year: curr.Years ? Math.floor(Number(curr.Years)) : 0,
month: curr.Months ? Math.floor(Number(curr.Months)) : 0,
day: curr.Days ? Math.floor(Number(curr.Days)) : 0,
name: _posExecutive[index]?.positionName,
name: _posExecutive[index]?.positionExecutive,
}))
: [];