refactor: edit btn branch
This commit is contained in:
parent
7a74852ff6
commit
937f7cbad4
1 changed files with 3 additions and 15 deletions
|
|
@ -258,21 +258,9 @@ watch(
|
||||||
<FloatingActionButton
|
<FloatingActionButton
|
||||||
style="z-index: 999"
|
style="z-index: 999"
|
||||||
v-if="$route.name !== 'CustomerManagement'"
|
v-if="$route.name !== 'CustomerManagement'"
|
||||||
>
|
@click="openEmployerBranchForm('create')"
|
||||||
<q-fab-action
|
hide-icon
|
||||||
id="add-branch"
|
></FloatingActionButton>
|
||||||
: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>
|
|
||||||
<div
|
<div
|
||||||
class="row justify-between bordered-b surface-3 full-width q-px-md"
|
class="row justify-between bordered-b surface-3 full-width q-px-md"
|
||||||
style="z-index: 1"
|
style="z-index: 1"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue