fix: service title i18n
This commit is contained in:
parent
56cdfa5016
commit
d03c04f0d0
3 changed files with 5 additions and 3 deletions
|
|
@ -160,6 +160,7 @@ export default {
|
|||
},
|
||||
},
|
||||
service: {
|
||||
title: 'Service',
|
||||
showTotalPrice: 'Show Total Price',
|
||||
},
|
||||
backend: {
|
||||
|
|
|
|||
|
|
@ -164,6 +164,7 @@ export default {
|
|||
},
|
||||
},
|
||||
service: {
|
||||
title: 'บริการ',
|
||||
showTotalPrice: 'แสดงราคารวม',
|
||||
},
|
||||
backend: {
|
||||
|
|
|
|||
|
|
@ -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="
|
||||
() => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue