refactor: add id
This commit is contained in:
parent
2302bb0db1
commit
b8ea658ded
1 changed files with 2 additions and 0 deletions
|
|
@ -1510,6 +1510,7 @@ watch(
|
||||||
<q-fab-action
|
<q-fab-action
|
||||||
v-if="productMode === 'product'"
|
v-if="productMode === 'product'"
|
||||||
:label="$t('productService.product.addTitle')"
|
:label="$t('productService.product.addTitle')"
|
||||||
|
id="btn-add-product"
|
||||||
external-label
|
external-label
|
||||||
label-position="left"
|
label-position="left"
|
||||||
style="color: white; background-color: hsla(var(--green-11-hsl))"
|
style="color: white; background-color: hsla(var(--green-11-hsl))"
|
||||||
|
|
@ -1527,6 +1528,7 @@ watch(
|
||||||
<q-fab-action
|
<q-fab-action
|
||||||
v-if="productMode === 'service'"
|
v-if="productMode === 'service'"
|
||||||
:label="$t('productService.service.addTitle')"
|
:label="$t('productService.service.addTitle')"
|
||||||
|
id="btn-add-service"
|
||||||
external-label
|
external-label
|
||||||
label-position="left"
|
label-position="left"
|
||||||
style="color: white; background-color: hsla(var(--orange-6-hsl))"
|
style="color: white; background-color: hsla(var(--orange-6-hsl))"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue