อัปเดตระบบล่าสุด
This commit is contained in:
parent
99ba40ea24
commit
6d6e4c4808
36 changed files with 1175 additions and 50 deletions
|
|
@ -37,16 +37,26 @@ const mainmenu = [
|
|||
{text: 'บรรจุ แต่งตั้ง ย้าย โอน',img: new URL('../assets/icon/7_placement.png', import.meta.url).href, icon:'mdi-account-check',path: 'placement'},
|
||||
{text: 'พ้นราชการ',img: new URL('../assets/icon/8_retirement.png', import.meta.url).href, icon:'แ',path: 'retirement'},
|
||||
{text: 'เครื่องราชอิสริยาภรณ์',img: new URL('../assets/icon/9_insignia.png', import.meta.url).href, icon:'mdi-medal-outline',path: 'insignia'},
|
||||
/* {text: 'การลา',img: new URL('../assets/.png', import.meta.url).href, icon:'mdi-calendar',path: 'organizational'},
|
||||
{text: 'วินัย',img: new URL('../assets/.png', import.meta.url).href, icon:'mdi-scale-balance',path: 'organizational'} */
|
||||
];
|
||||
|
||||
|
||||
|
||||
const mainmenu1 = [
|
||||
{text: 'การลา (User)',img: new URL('../assets/.png', import.meta.url).href, icon:'mdi-calendar',path: 'leaveuser'},
|
||||
{text: 'ระบบการลา (admin)',img: new URL('../assets/.png', import.meta.url).href, icon:'mdi-scale-balance',path: 'leaveadmin'},
|
||||
{text: 'ระบบประเมินบุคคล',img: new URL('../assets/.png', import.meta.url).href, icon:'mdi-scale-balance',path: 'estimate'},
|
||||
{text: 'ระบบดำเนินการทางวินัย',img: new URL('../assets/.png', import.meta.url).href, icon:'mdi-scale-balance',path: 'discipline'}
|
||||
|
||||
];
|
||||
|
||||
const mainmanual = [
|
||||
/*{text: 'คู่มือการใช้งาน', icon:'mdi-account-outline', path: 'metadata'},*/
|
||||
{text: 'คู่มือการใช้งาน',img: new URL('../assets/icon/00_manual.png', import.meta.url).href, icon:'mdi-book-open-page-variant'},
|
||||
];
|
||||
|
||||
|
||||
|
||||
|
||||
const mainmaintenance = [
|
||||
/*{text: 'คู่มือการใช้งาน', icon:'mdi-account-outline', path: 'metadata'},*/
|
||||
{text: 'ดูแลรักษาระบบ',img: new URL('../assets/icon/01_maintenance.png', import.meta.url).href, icon:'mdi-laptop',path: 'maintenance'}
|
||||
|
|
@ -134,19 +144,46 @@ window.onpopstate = function() {
|
|||
</q-toolbar>
|
||||
</q-header>
|
||||
|
||||
<div class="bg-top" :style="$q.screen.gt.xs ? 'height: 240px;': 'height: 240px;'" />
|
||||
<div class="bg-top" :style="$q.screen.gt.xs ? 'height: 65px;': 'height: 65px;'" />
|
||||
<!-- end header -->
|
||||
|
||||
<q-page-container class="bg-grey-2 q-pb-md">
|
||||
<q-page :style="$q.screen.gt.xs ? 'padding: 1.8% 2%; margin-top: -250px;': 'padding: 5% 4%; margin-top: -250px;'">
|
||||
<q-page :style="$q.screen.gt.xs ? 'padding: 1.8% 2%; margin-top: -150px;': 'padding: 5% 4%; margin-top: -250px;'">
|
||||
<div class="col-12 row justify-center">
|
||||
<div class="col-xs-10 col-md-8 text-h6 text-white">
|
||||
<div class="q-pb-md">เราจะช่วยคุณได้อย่างไร</div>
|
||||
<!-- <div class="q-pb-md">เราจะช่วยคุณได้อย่างไร</div>
|
||||
<q-input outlined bg-color="white" label="ค้นหา" v-model="text" dense>
|
||||
<template v-slot:prepend>
|
||||
<q-icon name="search" />
|
||||
</template>
|
||||
</q-input>
|
||||
</q-input> -->
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="col-xs-10 col-md-8 row q-col-gutter-md" style=" margin-top: 100px;" v-if="currentRoute == 'home'">
|
||||
<div class="col-12 row justify-center text-h6 text-dark">คู่มือการใช้งาน</div>
|
||||
<div class="col-12"><q-separator color="grey-4" /></div>
|
||||
<div class="col-12">
|
||||
<div class="col-12 row q-col-gutter-lg">
|
||||
|
||||
<div class="col-xs-12 col-sm-12"
|
||||
v-for="(menu , index) in mainmanual"
|
||||
:key="index"
|
||||
>
|
||||
|
||||
<q-card class="q-pa-md row justify-center text-dark cursor-pointer cardmenu" @click="redirectToManual" ><!-- router.push({ name: `${}`}) -->
|
||||
<!--<q-icon class="col-12 items-center" size="40px" :name="`${menu.icon}`"/> -->
|
||||
<q-avatar rounded size="60px">
|
||||
<q-img :src="menu.img" />
|
||||
</q-avatar>
|
||||
<div class="col-12 q-pt-md text-center">{{ menu.text }} </div>
|
||||
</q-card>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="col-xs-10 col-md-8 row q-col-gutter-md" style=" margin-top: 80px;" v-if="currentRoute == 'home'">
|
||||
|
|
@ -173,28 +210,8 @@ window.onpopstate = function() {
|
|||
|
||||
|
||||
|
||||
<div class="col-xs-10 col-md-8 row q-col-gutter-md" style=" margin-top: 80px;" v-if="currentRoute == 'home'">
|
||||
<div class="col-12 row justify-center text-h6 text-dark">คู่มือการใช้งาน</div>
|
||||
<div class="col-12"><q-separator color="grey-4" /></div>
|
||||
<div class="col-12">
|
||||
<div class="col-12 row q-col-gutter-lg">
|
||||
|
||||
<div class="col-xs-12 col-sm-12"
|
||||
v-for="(menu , index) in mainmanual"
|
||||
:key="index"
|
||||
>
|
||||
|
||||
<q-card class="q-pa-md row justify-center text-dark cursor-pointer cardmenu" @click="redirectToManual" ><!-- router.push({ name: `${}`}) -->
|
||||
<!--<q-icon class="col-12 items-center" size="40px" :name="`${menu.icon}`"/> -->
|
||||
<q-avatar rounded size="60px">
|
||||
<q-img :src="menu.img" />
|
||||
</q-avatar>
|
||||
<div class="col-12 q-pt-md text-center">{{ menu.text }} </div>
|
||||
</q-card>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
|
@ -225,6 +242,31 @@ window.onpopstate = function() {
|
|||
|
||||
|
||||
|
||||
<div class="col-xs-10 col-md-8 row q-col-gutter-md" style=" margin-top: 80px;" v-if="currentRoute == 'home'">
|
||||
<div class="col-12 row justify-center text-h6 text-grey-5">อยู่ในระหว่างพัฒนาระบบ</div>
|
||||
<div class="col-12"><q-separator color="grey-4" /></div>
|
||||
<div class="col-12">
|
||||
<div class="col-12 row q-col-gutter-lg">
|
||||
|
||||
<div class="icon_1 col-xs-12 col-sm-4"
|
||||
v-for="(menu , index) in mainmenu1"
|
||||
:key="index"
|
||||
>
|
||||
<q-card class="connn q-pa-md row justify-center text-grey-5 cursor-pointer cardmenu" @click="clickMain(menu.path)" ><!-- router.push({ name: `${}`}) -->
|
||||
<!-- <q-icon class="col-12 items-center" size="40px" :name="`${menu.icon}`"/> -->
|
||||
<q-avatar rounded size="60px">
|
||||
<q-img :src="menu.img" />
|
||||
</q-avatar>
|
||||
<div class="col-12 q-pt-md text-center">{{ menu.text }} </div>
|
||||
</q-card>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<div class="col-8 row" style=" margin-top: 80px;" v-else>
|
||||
<q-layout>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue