fix: 自定义指标只有UPF显示sum列其他网元隐藏

This commit is contained in:
TsMask
2025-03-21 15:08:38 +08:00
parent 466e56b90f
commit bc4560b8d9

View File

@@ -1129,7 +1129,7 @@ onBeforeUnmount(() => {
<div class="table-container">
<a-table
:columns="statsColumns"
:columns="state.neType[0] !== 'UPF' ? statsColumns.filter(c => c.key !== 'total') : statsColumns"
:data-source="kpiStats"
:pagination="false"
:scroll="{ y: 250 }"