fix: service & properties i18n
This commit is contained in:
parent
3f050adac5
commit
ec83964b09
8 changed files with 71 additions and 54 deletions
|
|
@ -1620,7 +1620,7 @@ watch(currentStatus, async () => {
|
|||
no-app-box
|
||||
height="75vh"
|
||||
width="75%"
|
||||
title="Properties"
|
||||
:title="$t('properties')"
|
||||
v-model:modal="propertiesDialog"
|
||||
:submit="
|
||||
() => {
|
||||
|
|
@ -1653,7 +1653,7 @@ watch(currentStatus, async () => {
|
|||
no-footer
|
||||
height="65vh"
|
||||
width="65%"
|
||||
title="จัดการ"
|
||||
:title="$t('manage')"
|
||||
v-model:modal="manageWorkNameDialog"
|
||||
>
|
||||
<WorkNameManagement
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue