fix: 自定义指标只有UPF显示sum列其他网元隐藏
This commit is contained in:
@@ -1103,7 +1103,7 @@ onBeforeUnmount(() => {
|
|||||||
|
|
||||||
<div class="table-container">
|
<div class="table-container">
|
||||||
<a-table
|
<a-table
|
||||||
:columns="statsColumns"
|
:columns="state.neType[0] !== 'UPF' ? statsColumns.filter(c => c.key !== 'total') : statsColumns"
|
||||||
:data-source="kpiStats"
|
:data-source="kpiStats"
|
||||||
:pagination="false"
|
:pagination="false"
|
||||||
:scroll="{ y: 250 }"
|
:scroll="{ y: 250 }"
|
||||||
|
|||||||
Reference in New Issue
Block a user