update database
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
class="float-right"
|
||||
color="primary"
|
||||
variant="outline"
|
||||
v-c-tooltip="'Создать новый'"
|
||||
v-c-tooltip="'Создать'"
|
||||
@click="showCreate"
|
||||
>
|
||||
<CIcon name="cil-plus" />
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
class="float-right"
|
||||
color="primary"
|
||||
variant="outline"
|
||||
v-c-tooltip="'Создать новый'"
|
||||
v-c-tooltip="'Создать'"
|
||||
>
|
||||
<CIcon name="cil-plus" />
|
||||
</CButton>
|
||||
|
||||
@@ -10,7 +10,7 @@
|
||||
class="float-right"
|
||||
color="primary"
|
||||
variant="outline"
|
||||
v-c-tooltip="'Создать новый'"
|
||||
v-c-tooltip="'Создать'"
|
||||
>
|
||||
<CIcon name="cil-user-follow" />
|
||||
</CButton>
|
||||
|
||||
Reference in New Issue
Block a user