From 598429e7ff78a00e3e49a75db9a7679690f3470f Mon Sep 17 00:00:00 2001 From: HAM Date: Fri, 28 Jun 2024 14:08:40 +0700 Subject: [PATCH] Edit number for chapter --- public/toc.json | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/public/toc.json b/public/toc.json index 751dfe91..680c899e 100644 --- a/public/toc.json +++ b/public/toc.json @@ -93,25 +93,25 @@ "label": "ระบบแผนผังองค์กร", "path": "/manual/chapter-1-user-organization-chart" }, + { + "label": "ระบบทะเบียนประวัติ", + "path": "/manual/chapter-2-user-registry" + }, { "label": "ระบบประเมินบุคคล", - "path": "/manual/chapter-2-user-evaluate" + "path": "/manual/chapter-3-user-evaluate" }, { "label": "ระบบการลา", - "path": "/manual/chapter-3-user-leave" + "path": "/manual/chapter-4-user-leave" }, { "label": "ระบบผลงาน", - "path": "/manual/chapter-4-user-" + "path": "/manual/chapter-5-user-portfolio" }, { "label": "ระบบขอโอน", - "path": "/manual/chapter-5-user-transfer" - }, - { - "label": "ระบบลาออก", - "path": "/manual/chapter-6-user-retire" + "path": "/manual/chapter-6-user-transfer" }, { "label": "ระบบอุทธรณ์ร้องทุกข์", @@ -128,6 +128,10 @@ { "label": "ระบบทุนการศึกษา/ฝึกอบรม", "path": "/manual/chapter-10-user-scholarship" + }, + { + "label": "ระบบลาออก", + "path": "/manual/chapter-11-user-retire" } ] },