แก้ view
This commit is contained in:
parent
3e37cfda83
commit
53b6256c56
3 changed files with 254 additions and 164 deletions
|
|
@ -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,
|
||||
}))
|
||||
: [];
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue