fix: แก้ชื่อ i18n
This commit is contained in:
parent
7ff9bcddc8
commit
dc2507d5a6
2 changed files with 5 additions and 7 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue