fix: เพิ่ม id
This commit is contained in:
parent
d049782e36
commit
f5925987a0
3 changed files with 8 additions and 1 deletions
|
|
@ -1152,6 +1152,7 @@ watch(currentStatus, async () => {
|
|||
<template>
|
||||
<ButtonAddComponent style="z-index: 999" v-if="selectorLabel === 'EMPLOYER'">
|
||||
<q-fab-action
|
||||
id="add-customer-legal-entity"
|
||||
style="color: white; background-color: hsla(var(--purple-11-hsl))"
|
||||
@click="triggerCreate('CORP')"
|
||||
padding="xs"
|
||||
|
|
@ -1161,6 +1162,7 @@ watch(currentStatus, async () => {
|
|||
label-position="left"
|
||||
/>
|
||||
<q-fab-action
|
||||
id="add-customer-natural-person"
|
||||
:label="$t('add') + ' ' + $t('customerNaturalPerson')"
|
||||
external-label
|
||||
label-position="left"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue