style: 网元概览去除信息显示

This commit is contained in:
TsMask
2025-07-31 16:46:25 +08:00
parent 55216fe6cf
commit 94b0f46195

View File

@@ -324,12 +324,6 @@ onBeforeUnmount(() => {
:loading="tableState.loading"
:pagination="false"
:scroll="{ x: true }"
:row-selection="{
type: 'radio',
columnWidth: '48px',
selectedRowKeys: tableState.selectedRowKeys,
onChange: fnTableSelectedRowKeys,
}"
>
<template #bodyCell="{ column, record }">
<template v-if="column.key === 'status'">
@@ -351,6 +345,7 @@ onBeforeUnmount(() => {
:title="`${t('views.index.mark')} - ${serverState.neName || 'OMC'}`"
style="margin-top: 16px"
size="small"
v-if="false"
>
<a-descriptions
bordered