component ทะเบียนประวัติ

This commit is contained in:
STW_TTTY\stwtt 2024-03-28 11:32:03 +07:00
parent f641472552
commit e7d7239923
3 changed files with 427 additions and 1 deletions

View file

@ -84,4 +84,6 @@ export default {
orgPosMoveEmp: `${orgEmployeePos}/move`,
orgProfileEmp: `${orgEmployeePos}/profile`,
orgSearchProfileEmp: `${orgProfile}-employee/search`,
orgProfileById:(id:string)=>`${orgProfile}/${id}`
};