fix(01): search

This commit is contained in:
puriphatt 2024-10-22 10:54:51 +07:00
parent 06ffac28be
commit 019d92a298

View file

@ -970,8 +970,8 @@ watch(currentHq, () => {
/>
</transition>
<div class="col surface-2 rounded" :no-padding="!!branchData.total">
<template v-if="!branchData.total">
<div class="col surface-2 rounded" :no-padding="!!stats[0]?.count">
<template v-if="!stats[0]?.count">
<div class="full-width full-height column">
<div class="self-end q-ma-md">
<TooltipComponent