update database
This commit is contained in:
@@ -119638,7 +119638,7 @@ function configRoutes() {
|
||||
return [{
|
||||
path: '/',
|
||||
redirect: '/dashboard',
|
||||
name: 'Trang chủ',
|
||||
name: 'Домашняя страница',
|
||||
component: TheContainer,
|
||||
meta: {
|
||||
authRequired: true
|
||||
@@ -119650,7 +119650,7 @@ function configRoutes() {
|
||||
{
|
||||
path: 'books',
|
||||
meta: {
|
||||
label: 'Sổ văn bản'
|
||||
label: 'Документы'
|
||||
},
|
||||
component: {
|
||||
render: function render(c) {
|
||||
@@ -119659,15 +119659,15 @@ function configRoutes() {
|
||||
},
|
||||
children: [{
|
||||
path: '',
|
||||
name: 'Sổ văn bản',
|
||||
name: 'Документы',
|
||||
component: Books
|
||||
}, {
|
||||
path: ':book',
|
||||
name: 'Chi tiết sổ',
|
||||
name: 'Детали',
|
||||
component: Documents,
|
||||
children: [{
|
||||
path: 'documents',
|
||||
name: 'Danh sách văn bản',
|
||||
name: 'Книга',
|
||||
component: Documents
|
||||
}]
|
||||
}]
|
||||
@@ -119675,7 +119675,7 @@ function configRoutes() {
|
||||
{
|
||||
path: 'documents',
|
||||
meta: {
|
||||
label: 'Văn bản'
|
||||
label: 'Документ'
|
||||
},
|
||||
component: {
|
||||
render: function render(c) {
|
||||
@@ -119684,21 +119684,21 @@ function configRoutes() {
|
||||
},
|
||||
children: [{
|
||||
path: '',
|
||||
name: 'Danh sách',
|
||||
name: 'Список',
|
||||
component: Documents
|
||||
}, {
|
||||
path: 'create',
|
||||
name: 'Tạo mới',
|
||||
name: 'Создать новый',
|
||||
component: DocumentCreate
|
||||
}, {
|
||||
path: ':document',
|
||||
name: 'Chi tiết',
|
||||
name: 'Деталь',
|
||||
component: Document
|
||||
}]
|
||||
}, // Statistic
|
||||
{
|
||||
path: 'statistic',
|
||||
name: 'Thống kê',
|
||||
name: 'Статистическая',
|
||||
component: Statistic
|
||||
}, //
|
||||
{
|
||||
@@ -119735,13 +119735,13 @@ function configRoutes() {
|
||||
path: 'me',
|
||||
name: 'Profile',
|
||||
meta: {
|
||||
label: 'Cá nhân'
|
||||
label: 'Личный кабинет'
|
||||
},
|
||||
component: Me
|
||||
}, {
|
||||
path: 'users',
|
||||
meta: {
|
||||
label: 'Người dùng'
|
||||
label: 'Пользователь'
|
||||
},
|
||||
component: {
|
||||
render: function render(c) {
|
||||
@@ -119750,50 +119750,50 @@ function configRoutes() {
|
||||
},
|
||||
children: [{
|
||||
path: '',
|
||||
name: 'Danh sách',
|
||||
name: 'Список',
|
||||
component: Users
|
||||
}, {
|
||||
path: 'create',
|
||||
meta: {
|
||||
label: 'Tạo mới'
|
||||
label: 'Создать новый'
|
||||
},
|
||||
name: 'Create User',
|
||||
component: CreateUser
|
||||
}, {
|
||||
path: ':id',
|
||||
meta: {
|
||||
label: 'Chi tiết'
|
||||
label: 'Деталь'
|
||||
},
|
||||
name: 'User',
|
||||
component: User
|
||||
}]
|
||||
}, {
|
||||
path: 'titles',
|
||||
name: 'Chức danh',
|
||||
name: 'Должность',
|
||||
component: Titles
|
||||
}, {
|
||||
path: 'departments',
|
||||
name: 'Phòng ban',
|
||||
name: 'Подразделение',
|
||||
component: Departments
|
||||
}, {
|
||||
path: 'signers',
|
||||
name: 'Người ký',
|
||||
name: 'Подписал',
|
||||
component: Signers
|
||||
}, {
|
||||
path: 'publishers',
|
||||
name: 'Nơi ban hành',
|
||||
name: 'Место выдачи',
|
||||
component: Publishers
|
||||
}, {
|
||||
path: 'document-types',
|
||||
name: 'Loại văn bản',
|
||||
name: 'Вид документа',
|
||||
component: DocumentTypes
|
||||
}, {
|
||||
path: 'roles',
|
||||
name: 'Nhóm',
|
||||
name: 'Группа',
|
||||
component: Groups
|
||||
}, {
|
||||
path: 'permissions',
|
||||
name: 'Quyền',
|
||||
name: 'Разрешение',
|
||||
component: Permissions
|
||||
}, {
|
||||
path: 'base',
|
||||
|
||||
Reference in New Issue
Block a user