diff --git a/src/modules/00_contact/views/Main.vue b/src/modules/00_contact/views/Main.vue index 4e784d2..ed10bc1 100644 --- a/src/modules/00_contact/views/Main.vue +++ b/src/modules/00_contact/views/Main.vue @@ -1,11 +1,129 @@ +.icon_cer { + display: flex; + flex-wrap: wrap; + align-items: center; +} +.txt{ + color: #747474df; + font-size :12px; +} + +.txt1{ + color: black; + font-size :14px; +} + \ No newline at end of file diff --git a/src/views/MainLayout.vue b/src/views/MainLayout.vue index d1dcfad..6eb31bb 100644 --- a/src/views/MainLayout.vue +++ b/src/views/MainLayout.vue @@ -9,12 +9,12 @@ const $q = useQuasar(); const tab = ref('') -const currentRouteName = ref(''); +const currentRouteName = router.currentRoute.value.name; +const currentRoute = ref(currentRouteName); const text = ref(''); const menuList = [ {text:'ข้อมูลหลัก',path: 'metadata'}, {text:'โครงสร้างอัตรากำลัง',path: 'organizational'}, - ]; const mainmenu = [ @@ -33,26 +33,29 @@ const mainmenu = [ const clickMain = (val: string) => { router.push(val) - currentRouteName.value = val + currentRoute.value = val tab.value=val }; const goHome = () => { router.push('/') - currentRouteName.value = '' + currentRoute.value = 'home' }; const click = () => { router.push('/contact') - currentRouteName.value = 'contact' + currentRoute.value = 'contact' }; +const scrollInfo = ref({}) +const onScroll = (info: any) => { scrollInfo.value = info} -
- -
ระบบทรัพยากรบุคคล
-
+
+
ระบบทรัพยากรบุคคล
+
@@ -119,27 +119,46 @@ const click = () => {
-
-
+
+ + + +
+
+ +
- -
- - - -
+
+ + + + -
- - - - - -
-
+ + + + + + + + + + + + +
+
+ + + +
+ + + + @@ -209,7 +228,7 @@ const click = () => { } .content-heigt{ - height: 55vh !important; + height: 60vh !important; overflow-y:auto; }