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"