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 @@ + ติดต่อเรา + + + + + + + ระบบหลัก + + + + + ผู้ดูแล + + + นางสาวกัณฐิมา กาฬสินธุ์ + + + + + + + หน่วยงาน + + + สำนักงานคณะกรรมการข้าราชการกรุงเทพมหานคร + + + + + + + เบอร์โทร + + + 012111111111 + + + + + + + อีเมล + + + g@gmail.com + + + + + + + + + + โครงสร้างอัตรากำลัง + + + + + ผู้ดูแล + + + นางสาวรัชภรณ์ ภักดี + + + + + + + หน่วยงาน + + + สำนักงานคณะกรรมการข้าราชการกรุงเทพมหานคร + + + + + + + เบอร์โทร + + + 01111222333 + + + + + + + อีเมล + + + t@gmail.com + + + + + +.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} + - + @@ -76,12 +79,10 @@ const click = () => { - - - + + + - - @@ -99,10 +100,9 @@ const click = () => { - - -ระบบทรัพยากรบุคคล - + + ระบบทรัพยากรบุคคล + @@ -119,27 +119,46 @@ const click = () => { - - + + + + + + + + - - - - - - + + + + + - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + @@ -209,7 +228,7 @@ const click = () => { } .content-heigt{ - height: 55vh !important; + height: 60vh !important; overflow-y:auto; }