This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
<template>
|
||||
<gz-dash
|
||||
:count="obj.length"
|
||||
icon="$ayiConciergeBell"
|
||||
:show-context-button="true"
|
||||
:update-frequency="300000"
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
<template>
|
||||
<gz-dash
|
||||
icon="$ayiTools"
|
||||
:count="obj.length"
|
||||
:add-url="'svc-workorders/0'"
|
||||
:show-context-button="true"
|
||||
:update-frequency="300000"
|
||||
|
||||
Reference in New Issue
Block a user