fix: 表格字段排序支持缓存变更状态

This commit is contained in:
TsMask
2024-03-07 17:04:09 +08:00
parent e0d590724b
commit 3cb80bbd85
6 changed files with 10 additions and 8 deletions

View File

@@ -745,6 +745,7 @@ onBeforeUnmount(() => {
</a-tooltip>
<TableColumnsDnd
v-if="tableColumns.length > 0"
cache-id="kpiTarget"
:columns="tableColumns"
v-model:columns-dnd="tableColumnsDnd"
></TableColumnsDnd>