fix(02): search
This commit is contained in:
parent
7a1c641863
commit
0c9e41feb0
1 changed files with 1 additions and 1 deletions
|
|
@ -1053,7 +1053,7 @@ watch(
|
||||||
<div
|
<div
|
||||||
class="flex full-width full-height q-pa-md surface-2 column col scroll"
|
class="flex full-width full-height q-pa-md surface-2 column col scroll"
|
||||||
>
|
>
|
||||||
<template v-if="userData && userData.total > 0 && !inputSearch">
|
<template v-if="userData && userData.total > 0">
|
||||||
<q-table
|
<q-table
|
||||||
flat
|
flat
|
||||||
bordered
|
bordered
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue