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: { service: {
title: 'Service',
showTotalPrice: 'Show Total Price', showTotalPrice: 'Show Total Price',
}, },
backend: { backend: {

View file

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

View file

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