เพิ่มหน้าหลัก

This commit is contained in:
kanyarat2001 2023-11-09 10:01:49 +07:00
parent 0bea014ac4
commit dc5d9f57b3
5 changed files with 36 additions and 14 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 MiB

View file

@ -288,7 +288,7 @@ const text = ref("");
</div> -->
</template>
<style>
<style scoped>
.circle-icon {
width: 20px;
height: 20px;

View file

@ -321,7 +321,7 @@ const text = ref("");
</div> -->
</template>
<style>
<style scoped>
.circle-icon {
width: 20px;
height: 20px;

View file

@ -17,16 +17,16 @@ const router = createRouter({
name: "home",
component: MainLayout,
children: [
// {
// path: "/",
// name: "dashboard",
// component: Dashboard,
// meta: {
// Auth: true,
// Key: [7],
// Role: "dashboard",
// },
// },
{
path: "/",
name: "dashboard",
component: Dashboard,
meta: {
Auth: true,
Key: [7],
Role: "dashboard",
},
},
...ModuleManual,
],
},

View file

@ -3,6 +3,28 @@
<!-- page:หนาแรก -->
<template>
<div class="toptitle text-dark">อการใชงานระบบ</div>
<!--<div class="toptitle text-dark">อการใชงานระบบ</div>-->
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 8px"
>
<q-img
src="@/assets/manual/bg/bg1.jpg"
style="
max-width: 100%;
display: block;
margin: 0 auto;
margin-top: 5px;
border: 8px;
"
/>
</q-card>
</template>
</template>