fix: 配置文件config.js变更

This commit is contained in:
TsMask
2025-03-26 16:32:46 +08:00
parent d8778d2632
commit 0ff899b40b
2 changed files with 4 additions and 3 deletions

View File

@@ -996,7 +996,6 @@ onBeforeUnmount(() => {
</a-tooltip>
<TableColumnsDnd
v-if="tableColumns.length > 0"
:cache-id="`kpiTarget_${state.neType[0]}`"
:columns="tableColumns"
v-model:columns-dnd="tableColumnsDnd"
></TableColumnsDnd>