Merge branch 'aom_dev'
This commit is contained in:
commit
83eb80eeda
3 changed files with 11 additions and 5 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 7.8 KiB After Width: | Height: | Size: 7.9 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 10 KiB |
|
|
@ -49,7 +49,7 @@ const mainmanual = [
|
|||
|
||||
const mainmaintenance = [
|
||||
/*{text: 'คู่มือการใช้งาน', icon:'mdi-account-outline', path: 'metadata'},*/
|
||||
{text: 'ดูแลรักษาระบบ',img: new URL('../assets/icon/00_manual.png', import.meta.url).href, icon:'mdi-laptop',path: 'maintenance'}
|
||||
{text: 'ดูแลรักษาระบบ',img: new URL('../assets/icon/01_maintenance.png', import.meta.url).href, icon:'mdi-laptop',path: 'maintenance'}
|
||||
];
|
||||
|
||||
|
||||
|
|
@ -185,8 +185,11 @@ window.onpopstate = function() {
|
|||
>
|
||||
|
||||
<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}`"/>
|
||||
<div class="q-pt-md">คู่มือการใช้งาน</div>
|
||||
<!--<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>
|
||||
|
|
@ -208,8 +211,11 @@ window.onpopstate = function() {
|
|||
>
|
||||
|
||||
<q-card class="q-pa-md row justify-center text-dark cursor-pointer cardmenu" @click="clickmainte(menu.path)" ><!-- router.push({ name: `${}`}) -->
|
||||
<q-icon class="col-12 items-center" size="40px" :name="`${menu.icon}`"/>
|
||||
<div class="q-pt-md">ดูแลรักษาระบบ</div>
|
||||
<!--<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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue