外租装备
This commit is contained in:
parent
8b0d86a8e5
commit
4cf7ae234a
|
|
@ -285,6 +285,17 @@ const routes: Array<RouteRecordRaw> = [
|
|||
isLogin: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/rent-manage',
|
||||
name: 'rent-manage',
|
||||
component: () => import('views/user/rent-manage/index.vue'),
|
||||
meta: {
|
||||
title: '外租装备管理',
|
||||
keepAlive: true,
|
||||
AuthFlag: false,
|
||||
isLogin: true,
|
||||
},
|
||||
},
|
||||
|
||||
// 个人中心
|
||||
{
|
||||
|
|
@ -398,17 +409,17 @@ const routes: Array<RouteRecordRaw> = [
|
|||
isLogin: true,
|
||||
},
|
||||
},
|
||||
{
|
||||
path: '/rent-manage',
|
||||
name: 'rent-manage',
|
||||
component: () => import('views/user/rent-manage/index.vue'),
|
||||
meta: {
|
||||
title: '自有装备管理',
|
||||
keepAlive: true,
|
||||
AuthFlag: false,
|
||||
isLogin: true,
|
||||
},
|
||||
},
|
||||
// {
|
||||
// path: '/rent-manage',
|
||||
// name: 'rent-manage',
|
||||
// component: () => import('views/user/rent-manage/index.vue'),
|
||||
// meta: {
|
||||
// title: '自有装备管理',
|
||||
// keepAlive: true,
|
||||
// AuthFlag: false,
|
||||
// isLogin: true,
|
||||
// },
|
||||
// },
|
||||
{
|
||||
path: '/quickMessage',
|
||||
name: 'quickMessage',
|
||||
|
|
|
|||
|
|
@ -506,6 +506,7 @@ onMounted(() => {
|
|||
}
|
||||
}
|
||||
.app-container-content {
|
||||
padding: 20px;
|
||||
:deep(.el-dialog) {
|
||||
display: flex !important;
|
||||
flex-direction: column !important;
|
||||
|
|
|
|||
Loading…
Reference in New Issue