refactor: add id

This commit is contained in:
Net 2024-09-12 15:03:02 +07:00
parent 2302bb0db1
commit b8ea658ded

View file

@ -1510,6 +1510,7 @@ watch(
<q-fab-action
v-if="productMode === 'product'"
:label="$t('productService.product.addTitle')"
id="btn-add-product"
external-label
label-position="left"
style="color: white; background-color: hsla(var(--green-11-hsl))"
@ -1527,6 +1528,7 @@ watch(
<q-fab-action
v-if="productMode === 'service'"
:label="$t('productService.service.addTitle')"
id="btn-add-service"
external-label
label-position="left"
style="color: white; background-color: hsla(var(--orange-6-hsl))"