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
|
||||
v-else
|
||||
bordered
|
||||
@click="
|
||||
item.path === '/organization-chart' ? null : goToPage(item.path)
|
||||
"
|
||||
:class="
|
||||
item.path === '/organization-chart'
|
||||
? 'disabledcard col-12'
|
||||
: 'noactive col-12'
|
||||
"
|
||||
@click="goToPage(item.path)"
|
||||
class="noactive col-12"
|
||||
>
|
||||
<div class="col-12">
|
||||
<q-avatar
|
||||
|
|
@ -218,9 +212,6 @@ onMounted(async () => {
|
|||
>
|
||||
{{ item.sub }}
|
||||
</div>
|
||||
<q-tooltip v-if="item.path === '/organization-chart'">
|
||||
อยู่ระหว่างปรับปรุง</q-tooltip
|
||||
>
|
||||
</q-card>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -161,8 +161,7 @@ export const useDataStore = defineStore("dataMain", () => {
|
|||
icon: "mdi-account-group-outline",
|
||||
title: "แผนผังองค์กร",
|
||||
sub: "ดูแผนผังองค์กร",
|
||||
// color: "blue-3",
|
||||
color: "grey-3",
|
||||
color: "blue-3",
|
||||
path: "/organization-chart",
|
||||
active: false,
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue