外租装备

This commit is contained in:
bb_pan 2025-11-18 14:08:58 +08:00
parent 8b0d86a8e5
commit 4cf7ae234a
2 changed files with 23 additions and 11 deletions

View File

@ -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',

View File

@ -506,6 +506,7 @@ onMounted(() => {
}
}
.app-container-content {
padding: 20px;
:deep(.el-dialog) {
display: flex !important;
flex-direction: column !important;