This commit is contained in:
parent
0ac5c1e823
commit
89e8268be3
|
|
@ -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 = [
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue