fix: 修复工单翻译

This commit is contained in:
feng626
2022-08-18 15:09:26 +08:00
parent 450014ab16
commit b10f7faf25
3 changed files with 3 additions and 1 deletions

View File

@@ -671,6 +671,7 @@
},
"route": {
"": "",
"AssignedTicketList": "Assigned tickets",
"CreateEndpoint": "Create endpoint",
"UpdateEndpoint": "Update endpoint",
"CreateEndpointRule": "Create endpoint rule",

View File

@@ -681,6 +681,7 @@
},
"route": {
"": "",
"AssignedTicketList": "割り当て済みワークオーダー",
"CreateEndpoint": "エンドポイントを作成する",
"UpdateEndpoint": "エンドポイントを更新",
"CreateEndpointRule": "エンドポイントルールを作成する",

View File

@@ -22,7 +22,7 @@ export default {
name: 'MyTicketList',
component: () => import('@/views/tickets/MyTicketList'),
meta: {
title: i18n.t('route.MyTickets'),
title: i18n.t('tickets.MyTickets'),
icon: 'file-text-o',
showOrganization: false,
permissions: []