fix: แก้ชื่อ i18n

This commit is contained in:
Net 2024-06-12 15:36:25 +07:00
parent 7ff9bcddc8
commit dc2507d5a6
2 changed files with 5 additions and 7 deletions

View file

@ -28,7 +28,7 @@ defineProps<{
class="col-6"
:label="
$t(
isType ? 'ProductAndServiceTypeCode' : 'ProductAndServiceGroupCode',
isType ? 'productAndServiceTypeCode' : 'productAndServiceGroupCode',
)
"
v-model="code"
@ -42,7 +42,7 @@ defineProps<{
class="col-6"
:label="
$t(
isType ? 'ProductAndServiceTypeName' : 'ProductAndServiceGroupName',
isType ? 'productAndServiceTypeName' : 'productAndServiceGroupName',
)
"
v-model="name"