ตำแหน่ง/เงินเดือน
This commit is contained in:
parent
7623a1e762
commit
3b0f85fea1
5 changed files with 75 additions and 29 deletions
|
|
@ -204,4 +204,8 @@ export default {
|
|||
|
||||
registryNew,
|
||||
registryNewId: (id: string) => `${registryNew}${id}`,
|
||||
|
||||
/**ปรับรายการเงินเดือนขึ้น-ลง*/
|
||||
salarySwap: (dierction: string, id: string) =>
|
||||
`${profile}salary/swap/${dierction}/${id}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue