fix: layout nu have data
This commit is contained in:
parent
4b7d27ddd7
commit
0741baf416
1 changed files with 0 additions and 6 deletions
|
|
@ -372,12 +372,6 @@ watch(() => state.search, getWorkerList);
|
|||
:class="{ ['items-center']: workerList.length === 0 }"
|
||||
class="row q-col-gutter-md"
|
||||
>
|
||||
<div
|
||||
style="display: inline-block; margin-inline: auto"
|
||||
v-if="workerList.length === 0"
|
||||
>
|
||||
<NoData :not-found="!!state.search" />
|
||||
</div>
|
||||
<div
|
||||
:key="emp.id"
|
||||
v-for="(emp, index) in newWorkerList.map((data) => ({
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue