refactor: add i18n of product and service

This commit is contained in:
Thanaphon Frappet 2025-02-17 11:49:45 +07:00
parent 0d360fdbde
commit e7897fba32
7 changed files with 27 additions and 18 deletions

View file

@ -465,7 +465,7 @@ watch(
>
<div class="col-md col-12 row items-center">
<q-btn
id="btn-move-up-product"
:id="`btn-move-up-product-${propIndex}`"
icon="mdi-arrow-up"
dense
flat
@ -481,7 +481,7 @@ watch(
"
/>
<q-btn
id="btn-move-down-product"
:id="`btn-move-down-product-${propIndex}`"
icon="mdi-arrow-down"
dense
flat
@ -515,7 +515,7 @@ watch(
emit-value
map-options
hide-bottom-space
for="input-properties-name"
:for="`input-properties-name-${propIndex}`"
class="col-md col-12 q-mr-md"
:class="{ 'q-my-sm': $q.screen.lt.md }"
:label="$t('productService.service.propertiesName')"
@ -554,8 +554,8 @@ watch(
emit-value
map-options
hide-bottom-space
for="input-properties-type"
id="input-properties-type"
:for="`input-properties-type-${propIndex}`"
:id="`input-properties-type-${propIndex}`"
:label="$t('general.type')"
option-value="value"
@update:model-value="