refactor: add id
This commit is contained in:
parent
b8ea658ded
commit
6a6bf68cd9
1 changed files with 1 additions and 1 deletions
|
|
@ -24,8 +24,8 @@ defineEmits<{
|
||||||
style="background: hsla(var(--info-bg) / 0.1); min-height: 50px"
|
style="background: hsla(var(--info-bg) / 0.1); min-height: 50px"
|
||||||
>
|
>
|
||||||
{{ $t(`productService.service.serviceProperties`) }}
|
{{ $t(`productService.service.serviceProperties`) }}
|
||||||
|
|
||||||
<q-btn
|
<q-btn
|
||||||
|
id="btn-capitalize"
|
||||||
v-if="!readonly"
|
v-if="!readonly"
|
||||||
:disable="readonly"
|
:disable="readonly"
|
||||||
dense
|
dense
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue