This commit is contained in:
2022-03-02 01:19:22 +00:00
parent 49f7999491
commit 88c4026129
4 changed files with 14 additions and 10 deletions

View File

@@ -11,7 +11,7 @@
@click="$emit('dash-more-click', id)"
>
<template v-if="count > 0">
<v-badge overlap>
<v-badge inline>
<template v-slot:badge>
{{ count }}
</template>
@@ -25,7 +25,7 @@
</template>
<template v-else>
<template v-if="count > 0">
<v-badge overlap class="mr-4">
<v-badge inline class="mr-4">
<template v-slot:badge>
{{ count }}
</template>

View File

@@ -1,5 +1,6 @@
<template>
<gz-dash
:count="obj.length"
icon="$ayiConciergeBell"
:show-context-button="true"
:update-frequency="300000"

View File

@@ -1,6 +1,7 @@
<template>
<gz-dash
icon="$ayiTools"
:count="obj.length"
:add-url="'svc-workorders/0'"
:show-context-button="true"
:update-frequency="300000"