From dc2507d5a660f631f5627e1473c2fa58889ff9c9 Mon Sep 17 00:00:00 2001 From: Net <93821485+somnetsak123@users.noreply.github.com> Date: Wed, 12 Jun 2024 15:36:25 +0700 Subject: [PATCH] =?UTF-8?q?=20fix:=20=E0=B9=81=E0=B8=81=E0=B9=89=E0=B8=8A?= =?UTF-8?q?=E0=B8=B7=E0=B9=88=E0=B8=AD=20=20i18n?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../03_customer-management/BranchCardCustomer.vue | 8 +++----- src/components/04_product-service/BasicInformation.vue | 4 ++-- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/src/components/03_customer-management/BranchCardCustomer.vue b/src/components/03_customer-management/BranchCardCustomer.vue index 1a45c605..eba693ae 100644 --- a/src/components/03_customer-management/BranchCardCustomer.vue +++ b/src/components/03_customer-management/BranchCardCustomer.vue @@ -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 { diff --git a/src/components/04_product-service/BasicInformation.vue b/src/components/04_product-service/BasicInformation.vue index 5fa390c1..ab9b4788 100644 --- a/src/components/04_product-service/BasicInformation.vue +++ b/src/components/04_product-service/BasicInformation.vue @@ -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"