feat: 表格字段排序状态缓存记录

This commit is contained in:
TsMask
2024-03-07 17:03:19 +08:00
parent 2cfab00e8f
commit e0d590724b
2 changed files with 66 additions and 11 deletions

View File

@@ -12,3 +12,6 @@ export const CACHE_LOCAL_I18N = 'cache:local:i18n';
/**本地缓存-锁屏设置 */
export const CACHE_LOCAL_LOCK = 'cache:local:Lock';
/**数据缓存表-表格排序 */
export const CACHE_DB_TABLE_DND = 'tbl_dnd';