refactor: edit btn branch

This commit is contained in:
Thanaphon Frappet 2024-11-20 11:28:50 +07:00
parent 7a74852ff6
commit 937f7cbad4

View file

@ -258,21 +258,9 @@ watch(
<FloatingActionButton
style="z-index: 999"
v-if="$route.name !== 'CustomerManagement'"
>
<q-fab-action
id="add-branch"
:style="{
color: 'white',
'background-color': 'hsla(var(--pink-6-hsl))',
}"
@click="openEmployerBranchForm('create')"
padding="xs"
icon="mdi-office-building-outline"
:label="$t('form.title.create', { name: $t('branch.card.branchLabel') })"
external-label
label-position="left"
/>
</FloatingActionButton>
@click="openEmployerBranchForm('create')"
hide-icon
></FloatingActionButton>
<div
class="row justify-between bordered-b surface-3 full-width q-px-md"
style="z-index: 1"