diff --git a/src/assets/icon/insignia.png b/src/assets/icon/insignia.png new file mode 100644 index 0000000..a85e1b0 Binary files /dev/null and b/src/assets/icon/insignia.png differ diff --git a/src/assets/icon/metadata.png b/src/assets/icon/metadata.png new file mode 100644 index 0000000..b22a6ef Binary files /dev/null and b/src/assets/icon/metadata.png differ diff --git a/src/assets/icon/order.png b/src/assets/icon/order.png new file mode 100644 index 0000000..43950a2 Binary files /dev/null and b/src/assets/icon/order.png differ diff --git a/src/assets/icon/organizational.png b/src/assets/icon/organizational.png new file mode 100644 index 0000000..6682f37 Binary files /dev/null and b/src/assets/icon/organizational.png differ diff --git a/src/assets/icon/placement.png b/src/assets/icon/placement.png new file mode 100644 index 0000000..e009f3e Binary files /dev/null and b/src/assets/icon/placement.png differ diff --git a/src/assets/icon/recruitmain.png b/src/assets/icon/recruitmain.png new file mode 100644 index 0000000..7283c9f Binary files /dev/null and b/src/assets/icon/recruitmain.png differ diff --git a/src/assets/icon/registry-employee.png b/src/assets/icon/registry-employee.png new file mode 100644 index 0000000..3c0736e Binary files /dev/null and b/src/assets/icon/registry-employee.png differ diff --git a/src/assets/icon/registry.png b/src/assets/icon/registry.png new file mode 100644 index 0000000..0f3da23 Binary files /dev/null and b/src/assets/icon/registry.png differ diff --git a/src/assets/icon/retirement.png b/src/assets/icon/retirement.png new file mode 100644 index 0000000..d5481b9 Binary files /dev/null and b/src/assets/icon/retirement.png differ diff --git a/src/assets/icon2.png b/src/assets/icon2.png new file mode 100644 index 0000000..ff279c7 Binary files /dev/null and b/src/assets/icon2.png differ diff --git a/src/modules/001_Maintenance/views/Main.vue b/src/modules/001_Maintenance/views/Main.vue index 8c737d4..9adec42 100644 --- a/src/modules/001_Maintenance/views/Main.vue +++ b/src/modules/001_Maintenance/views/Main.vue @@ -30,7 +30,7 @@ class="shadow-1 overflow-hidden" style="border-radius: 8px" label="Build and Deploy Document" - header-class="bg-blue-grey-6 text-white " + header-class="bg-secondary text-white " expand-icon-class="text-white" > @@ -105,7 +105,7 @@ -
+
4. เมื่อเข้าสู่ server ให้ Chage directory ไปที่ folder /home/docker โดยใช้คำสั่ง @@ -203,7 +203,6 @@
10. เปลี่ยน Label ในส่วนของชื่อ rule ของ traefik โดยห้ามซ้ำกัน เพราะจะทำให้ Traefik สับสนได้ หลังจากนั้นแก้ URL และ PathPrefix ให้ตรงกับ Path ของตัว API ของเรา -
@@ -345,9 +344,8 @@ 21. หากเป็นการ Build เพื่อ Update Service เดิมสามารถเริ่มต้นได้ที่ ข้อ 19 ได้เลย
-
-
- + + @@ -563,7 +561,7 @@ style="border-radius: 8px" icon="mdi-alert" label="เมื่อพบข้อผิดพลาดที่เกี่ยวข้องกับระบบ เช่น ระบบค้าง หรือ ข้อมูลไม่อัพเดต ต้องทำยังไง" - header-class="bg-blue-grey-6 text-white " + header-class="bg-secondary text-white " expand-icon-class="text-white" > @@ -592,7 +590,7 @@ style="border-radius: 8px" icon="mdi-alert" label="เมื่อการสูญหายของข้อมูล ต้องทำยังไง ? " - header-class="bg-blue-grey-6 text-white " + header-class="bg-secondary text-white " expand-icon-class="text-white" > @@ -619,7 +617,7 @@ style="border-radius: 8px" icon="mdi-alert" label="การตรวจสอบและแก้ไขปัญหา" - header-class="bg-blue-grey-6 text-white " + header-class="bg-secondary text-white " expand-icon-class="text-white" > @@ -661,7 +659,6 @@ display: block; margin: 0 auto; margin-top: 20px; - width: 50%; " diff --git a/src/modules/02_organizational/views/Main.vue b/src/modules/02_organizational/views/Main.vue index 03244fb..5e6b674 100644 --- a/src/modules/02_organizational/views/Main.vue +++ b/src/modules/02_organizational/views/Main.vue @@ -37,6 +37,7 @@
  • ช่วยในการบันทึกข้อมูลที่เกี่ยวข้องกับบุคลากร เช่น ประวัติการทำงาน ทักษะ และประสบการณ์
  • +
    @@ -129,6 +130,17 @@ +
    5.) การวางแผนและการออกแบบ
    + + +
    @@ -278,7 +290,7 @@ - - - - - -
    - -
    เมื่อทำการอับเดตข้อมูลแล้ว เกิดผิดพลาดข้อมูลไม่อับเดต หรือกรอกข้อมูลไม่ครบถ้วน จะแก้ไขปัญหาการอับเดตข้อมูลยังไง
    - - - -
    - diff --git a/src/modules/03_registration/view/Main.vue b/src/modules/03_registration/view/Main.vue new file mode 100644 index 0000000..e69de29 diff --git a/src/router/index.ts b/src/router/index.ts index 7a2c66d..7a0ed6b 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -5,6 +5,7 @@ const Metadata = () => import("@/modules/01_metadata/views/Main.vue"); const Organizational = () => import("@/modules/02_organizational/views/Main.vue"); + const Contact = () => import("@/modules/00_contact/views/Main.vue"); const Maintenance = () => import("@/modules/001_Maintenance/views/Main.vue"); diff --git a/src/views/MainLayout.vue b/src/views/MainLayout.vue index 243e3a5..48b59ec 100644 --- a/src/views/MainLayout.vue +++ b/src/views/MainLayout.vue @@ -12,7 +12,7 @@ const currentRouteName = router.currentRoute.value.name; const currentRoute = ref(currentRouteName); const text = ref(''); const tabManu = [ - {name: 'metadata',label:'ข้อมูลหลัก',path: 'metadata'}, + {name: 'metadata',label:'ข้อมูลหลัก',path: 'metadata',}, {name: 'organizational',label:'โครงสร้างอัตรากำลัง',path: 'organizational'}, {name: '3',label:'ทะเบียนประวัติ',path: ''}, {name: '4',label:'ทะเบียนประวัติลูกจ้าง',path: ''}, @@ -259,7 +259,7 @@ window.onpopstate = function() { - + @@ -345,4 +345,10 @@ window.onpopstate = function() { color: #02A998; } +.menu-icon { + width: 24px; /* ปรับขนาดตามต้องการ */ + height: 24px; /* ปรับขนาดตามต้องการ */ + background-size: cover; +} +