This commit is contained in:
bb_pan 2025-03-19 16:42:56 +08:00
parent 0ac5c1e823
commit 89e8268be3
2 changed files with 27 additions and 27 deletions

View File

@ -38,7 +38,7 @@ watch(
{ name: '装备共享大厅', routerName: 'equipList', permissions: 'share' }, { name: '装备共享大厅', routerName: 'equipList', permissions: 'share' },
{ name: '租赁需求大厅', routerName: 'parity', permissions: 'demand' }, { name: '租赁需求大厅', routerName: 'parity', permissions: 'demand' },
// { name: '', routerName: 'zoneEquipment' }, // { name: '', routerName: 'zoneEquipment' },
{ name: '公告', routerName: 'enterpriseZone', permissions: 'system:notice:list' }, { name: '公告', routerName: 'enterpriseZone', permissions: 'home' },
] ]
} else if (newValue == 2) { } else if (newValue == 2) {
navMenuList.value = [ navMenuList.value = [

View File

@ -263,9 +263,6 @@ onMounted(() => {
line-height: 30px; line-height: 30px;
padding-left: 35px; padding-left: 35px;
} }
}
}
::v-deep(.el-table) { ::v-deep(.el-table) {
background-color: transparent; background-color: transparent;
} }
@ -292,4 +289,7 @@ onMounted(() => {
::v-deep .el-input__wrapper { ::v-deep .el-input__wrapper {
background-color: #61B2A6; background-color: #61B2A6;
} }
}
}
</style> </style>