feat(retirement): add Page retire-old

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2025-10-02 17:25:20 +07:00
parent a97775e66a
commit 8674269934
5 changed files with 432 additions and 4 deletions

View file

@ -108,4 +108,6 @@ export default {
// แก้ไขข้อมูลการลาออก
updateResign: (path: string, id: string) =>
`${retirement}/${path}/admin-update/resign-info/${id}`,
exRetirement: `${env.API_URI}/org/ex/retirement`,
};