refactor: delete btn add branch on top
This commit is contained in:
parent
d7337c9e95
commit
2f6a9791ad
1 changed files with 5 additions and 18 deletions
|
|
@ -134,26 +134,13 @@ watch(currentStatus, async () => {
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="row items-center q-px-md col-12 col-sm q-py-sm no-wrap">
|
<div
|
||||||
<q-btn
|
class="row items-center justify-end q-px-md col-12 col-sm q-py-sm no-wrap"
|
||||||
id="btn-add-customer"
|
>
|
||||||
dense
|
|
||||||
padding="8px 16px"
|
|
||||||
unelevated
|
|
||||||
:label="'+ ' + $t('formDialogTitleCreateSubBranch')"
|
|
||||||
@click="$emit('dialog')"
|
|
||||||
style="
|
|
||||||
background-color: var(--cyan-6);
|
|
||||||
color: white;
|
|
||||||
white-space: nowrap;
|
|
||||||
"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<q-separator vertical inset class="q-mx-md" />
|
|
||||||
<q-input
|
<q-input
|
||||||
outlined
|
outlined
|
||||||
dense
|
dense
|
||||||
class="col"
|
class="col-6"
|
||||||
:label="$t('search')"
|
:label="$t('search')"
|
||||||
:bg-color="$q.dark.isActive ? 'dark' : 'white'"
|
:bg-color="$q.dark.isActive ? 'dark' : 'white'"
|
||||||
v-model="inputSearch"
|
v-model="inputSearch"
|
||||||
|
|
@ -169,7 +156,7 @@ watch(currentStatus, async () => {
|
||||||
size="sm"
|
size="sm"
|
||||||
:color="$q.dark.isActive ? 'dark' : 'white'"
|
:color="$q.dark.isActive ? 'dark' : 'white'"
|
||||||
:text-color="$q.dark.isActive ? 'white' : 'dark'"
|
:text-color="$q.dark.isActive ? 'white' : 'dark'"
|
||||||
class="bordered rounded q-ml-sm"
|
class="bordered rounded q-ml-sm col-1"
|
||||||
unelevated
|
unelevated
|
||||||
>
|
>
|
||||||
<q-menu class="bordered">
|
<q-menu class="bordered">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue