feat: เพิ่ม รูป

This commit is contained in:
Net 2024-07-03 14:13:22 +07:00 committed by Methapon2001
parent 6041ffd159
commit 12c17dfd06
3 changed files with 29 additions and 11 deletions

View file

@ -1299,7 +1299,7 @@ watch([inputSearch, currentStatus], async () => {
<q-fab-action
v-if="selectorLabel === 'EMPLOYER' || !selectorLabel"
id="add-customer-legal-entity"
style="color: white; background-color: hsla(var(--purple-11-hsl))"
style="color: white; background-color: hsla(var(--violet-11-hsl))"
@click="triggerCreate('CORP')"
padding="xs"
icon="mdi-office-building"
@ -1314,7 +1314,7 @@ watch([inputSearch, currentStatus], async () => {
external-label
label-position="left"
@click="triggerCreate('PERS')"
style="color: white; background-color: hsla(var(--teal-9-hsl))"
style="color: white; background-color: hsla(var(--teal-10-hsl))"
padding="xs"
icon="mdi-account-plus"
></q-fab-action>