update database
This commit is contained in:
@@ -255,7 +255,7 @@ var render = function() {
|
||||
name: "c-tooltip",
|
||||
rawName: "v-c-tooltip",
|
||||
value: "Создать новый",
|
||||
expression: "'Создать новый'"
|
||||
expression: "'Создать'"
|
||||
}
|
||||
],
|
||||
staticClass: "float-right",
|
||||
|
||||
@@ -454,7 +454,7 @@ var render = function() {
|
||||
name: "c-tooltip",
|
||||
rawName: "v-c-tooltip",
|
||||
value: "Создать новый",
|
||||
expression: "'Создать новый'"
|
||||
expression: "'Создать'"
|
||||
}
|
||||
],
|
||||
staticClass: "float-right",
|
||||
|
||||
@@ -479,7 +479,7 @@ var render = function() {
|
||||
name: "c-tooltip",
|
||||
rawName: "v-c-tooltip",
|
||||
value: "Создать новый",
|
||||
expression: "'Создать новый'"
|
||||
expression: "'Создать'"
|
||||
}
|
||||
],
|
||||
staticClass: "float-right",
|
||||
|
||||
@@ -119688,7 +119688,7 @@ function configRoutes() {
|
||||
component: Documents
|
||||
}, {
|
||||
path: 'create',
|
||||
name: 'Создать новый',
|
||||
name: 'Создать',
|
||||
component: DocumentCreate
|
||||
}, {
|
||||
path: ':document',
|
||||
@@ -119755,7 +119755,7 @@ function configRoutes() {
|
||||
}, {
|
||||
path: 'create',
|
||||
meta: {
|
||||
label: 'Создать новый'
|
||||
label: 'Создать'
|
||||
},
|
||||
name: 'Create User',
|
||||
component: CreateUser
|
||||
|
||||
Reference in New Issue
Block a user