fix: แก้ชื่อ i18n
This commit is contained in:
parent
7ff9bcddc8
commit
dc2507d5a6
2 changed files with 5 additions and 7 deletions
|
|
@ -97,7 +97,7 @@ withDefaults(
|
|||
}
|
||||
|
||||
&:nth-child(2n + 1) {
|
||||
background-color: hsla(var(--_branch-card-row-bg) / 0.1);
|
||||
background-color: hsla(var(--_branch-card-row-bg) / 0.05);
|
||||
}
|
||||
|
||||
&.branch-card__header,
|
||||
|
|
@ -154,13 +154,11 @@ withDefaults(
|
|||
}
|
||||
|
||||
&.branch-card__CORP {
|
||||
--_branch-card-row-fg: var(--purple-11-hsl);
|
||||
--_branch-card-row-bg: var(--purple-5-hsl);
|
||||
--_branch-card-row-bg: var(--purple-11-hsl);
|
||||
}
|
||||
|
||||
&.branch-card__PERS {
|
||||
--_branch-card-row-fg: var(--teal-9-hsl);
|
||||
--_branch-card-row-bg: var(--teal-5-hsl);
|
||||
--_branch-card-row-bg: var(--teal-9-hsl);
|
||||
}
|
||||
|
||||
&.branch-card__inactive {
|
||||
|
|
|
|||
|
|
@ -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