refactor: edit layout select worker
This commit is contained in:
parent
0741baf416
commit
650c4e2af7
1 changed files with 21 additions and 15 deletions
|
|
@ -325,24 +325,30 @@ watch(() => state.search, getWorkerList);
|
||||||
</template>
|
</template>
|
||||||
</DialogHeader>
|
</DialogHeader>
|
||||||
</template>
|
</template>
|
||||||
<div class="column q-pa-md full-height no-wrap">
|
|
||||||
<section class="row justify-end q-mb-md">
|
<div class="column full-height no-wrap surface-2">
|
||||||
<q-input
|
<section class="row q-mb-md">
|
||||||
for="input-search"
|
<header
|
||||||
outlined
|
class="row items-center q-py-sm q-px-md justify-between full-width surface-3 bordered-b no-wrap"
|
||||||
dense
|
|
||||||
:label="$t('general.search')"
|
|
||||||
:bg-color="$q.dark.isActive ? 'dark' : 'white'"
|
|
||||||
v-model="state.search"
|
|
||||||
debounce="500"
|
|
||||||
>
|
>
|
||||||
<template #prepend>
|
<q-input
|
||||||
<q-icon name="mdi-magnify" />
|
for="input-search"
|
||||||
</template>
|
outlined
|
||||||
</q-input>
|
dense
|
||||||
|
:label="$t('general.search')"
|
||||||
|
class="q-mr-md col-md-4"
|
||||||
|
:bg-color="$q.dark.isActive ? 'dark' : 'white'"
|
||||||
|
v-model="state.search"
|
||||||
|
debounce="500"
|
||||||
|
>
|
||||||
|
<template #prepend>
|
||||||
|
<q-icon name="mdi-magnify" />
|
||||||
|
</template>
|
||||||
|
</q-input>
|
||||||
|
</header>
|
||||||
</section>
|
</section>
|
||||||
<!-- wrapper -->
|
<!-- wrapper -->
|
||||||
<div class="col q-gutter-y-md scroll">
|
<div class="col q-gutter-y-md scroll q-px-md">
|
||||||
<q-expansion-item
|
<q-expansion-item
|
||||||
v-if="newWorkerList.length !== 0"
|
v-if="newWorkerList.length !== 0"
|
||||||
for="item-up"
|
for="item-up"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue