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
|
||||
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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue