Merge branch 'develop' into dev
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m31s
All checks were successful
Build & Deploy on Dev / build (push) Successful in 1m31s
This commit is contained in:
commit
f4ec4a244e
2 changed files with 3 additions and 13 deletions
|
|
@ -187,14 +187,8 @@ onMounted(async () => {
|
||||||
<q-card
|
<q-card
|
||||||
v-else
|
v-else
|
||||||
bordered
|
bordered
|
||||||
@click="
|
@click="goToPage(item.path)"
|
||||||
item.path === '/organization-chart' ? null : goToPage(item.path)
|
class="noactive col-12"
|
||||||
"
|
|
||||||
:class="
|
|
||||||
item.path === '/organization-chart'
|
|
||||||
? 'disabledcard col-12'
|
|
||||||
: 'noactive col-12'
|
|
||||||
"
|
|
||||||
>
|
>
|
||||||
<div class="col-12">
|
<div class="col-12">
|
||||||
<q-avatar
|
<q-avatar
|
||||||
|
|
@ -218,9 +212,6 @@ onMounted(async () => {
|
||||||
>
|
>
|
||||||
{{ item.sub }}
|
{{ item.sub }}
|
||||||
</div>
|
</div>
|
||||||
<q-tooltip v-if="item.path === '/organization-chart'">
|
|
||||||
อยู่ระหว่างปรับปรุง</q-tooltip
|
|
||||||
>
|
|
||||||
</q-card>
|
</q-card>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
|
|
@ -161,8 +161,7 @@ export const useDataStore = defineStore("dataMain", () => {
|
||||||
icon: "mdi-account-group-outline",
|
icon: "mdi-account-group-outline",
|
||||||
title: "แผนผังองค์กร",
|
title: "แผนผังองค์กร",
|
||||||
sub: "ดูแผนผังองค์กร",
|
sub: "ดูแผนผังองค์กร",
|
||||||
// color: "blue-3",
|
color: "blue-3",
|
||||||
color: "grey-3",
|
|
||||||
path: "/organization-chart",
|
path: "/organization-chart",
|
||||||
active: false,
|
active: false,
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue