fix: เพิ่ม id

This commit is contained in:
Net 2024-06-14 13:37:11 +07:00
parent d049782e36
commit f5925987a0
3 changed files with 8 additions and 1 deletions

View file

@ -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"