feat: 自定义列 保存在localStorage

This commit is contained in:
dap
2024-10-10 09:13:50 +08:00
parent 521ba6af9c
commit e6374a6a06
20 changed files with 24 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ const gridOptions: VxeGridProps = {
round: true,
align: 'center',
showOverflow: true,
id: 'system-config-index',
};
const checked = ref(false);