feat: เพิ่ม รูป
This commit is contained in:
parent
6041ffd159
commit
12c17dfd06
3 changed files with 29 additions and 11 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue