fix: service title i18n

This commit is contained in:
puriphatt 2024-08-16 16:16:02 +07:00
parent 56cdfa5016
commit d03c04f0d0
3 changed files with 5 additions and 3 deletions

View file

@ -160,6 +160,7 @@ export default {
},
},
service: {
title: 'Service',
showTotalPrice: 'Show Total Price',
},
backend: {

View file

@ -164,6 +164,7 @@ export default {
},
},
service: {
title: 'บริการ',
showTotalPrice: 'แสดงราคารวม',
},
backend: {

View file

@ -123,7 +123,7 @@ const stat = ref<
{
icon: 'mdi-server-network',
count: 0,
label: 'service',
label: 'service.title',
mode: 'service',
color: 'orange',
},
@ -2811,7 +2811,7 @@ watch(
: 'app-text-muted'
"
>
{{ $t('service') }}
{{ $t('service.title') }}
</div>
</q-tab>
<q-tab
@ -4292,7 +4292,7 @@ watch(
no-address
height="95vh"
:isEdit="infoServiceEdit"
:title="$t('service')"
:title="$t('service.title')"
v-model:modal="dialogServiceEdit"
:submit="
() => {