update database

This commit is contained in:
manhlab
2021-04-09 10:52:40 -04:00
parent 8c4ad4aabf
commit 311b478270
10 changed files with 12 additions and 12 deletions

View File

@@ -222,7 +222,7 @@ function configRoutes () {
},
{
path: 'create',
name: 'Создать новый',
name: 'Создать',
component: DocumentCreate
},
{
@@ -302,7 +302,7 @@ function configRoutes () {
{
path: 'create',
meta: {
label: 'Создать новый'
label: 'Создать'
},
name: 'Create User',
component: CreateUser