refactor(04): i18n

This commit is contained in:
puriphatt 2024-08-16 17:08:59 +07:00
parent c1a8e18429
commit 4fedd3ad6a
4 changed files with 48 additions and 24 deletions

View file

@ -216,7 +216,7 @@ defineEmits<{
size="xs"
class="q-pl-lg"
v-model="attributes.showTotalPrice"
:label="$t('service.showTotalPrice')"
:label="$t('productService.service.showTotalPrice')"
style="color: hsl(var(--text-mute-2))"
:disable="readonly"
/>