style: 网元概览去除信息显示
This commit is contained in:
@@ -324,12 +324,6 @@ onBeforeUnmount(() => {
|
|||||||
:loading="tableState.loading"
|
:loading="tableState.loading"
|
||||||
:pagination="false"
|
:pagination="false"
|
||||||
:scroll="{ x: true }"
|
:scroll="{ x: true }"
|
||||||
:row-selection="{
|
|
||||||
type: 'radio',
|
|
||||||
columnWidth: '48px',
|
|
||||||
selectedRowKeys: tableState.selectedRowKeys,
|
|
||||||
onChange: fnTableSelectedRowKeys,
|
|
||||||
}"
|
|
||||||
>
|
>
|
||||||
<template #bodyCell="{ column, record }">
|
<template #bodyCell="{ column, record }">
|
||||||
<template v-if="column.key === 'status'">
|
<template v-if="column.key === 'status'">
|
||||||
@@ -351,6 +345,7 @@ onBeforeUnmount(() => {
|
|||||||
:title="`${t('views.index.mark')} - ${serverState.neName || 'OMC'}`"
|
:title="`${t('views.index.mark')} - ${serverState.neName || 'OMC'}`"
|
||||||
style="margin-top: 16px"
|
style="margin-top: 16px"
|
||||||
size="small"
|
size="small"
|
||||||
|
v-if="false"
|
||||||
>
|
>
|
||||||
<a-descriptions
|
<a-descriptions
|
||||||
bordered
|
bordered
|
||||||
|
|||||||
Reference in New Issue
Block a user