"feat: 1-实现动态层级树形库位管理功能

2 - 首页新增库位设置按钮和树形管理弹窗
     3 - 后端添加 SysWarehouseLocation 模型和 CRUD API
     4 - 树形结构支持无限层级,自动计算 full_path
     5 - 修复 product.vue 中 defaultColumns 未定义 bug
This commit is contained in:
dxc
2026-03-06 14:33:13 +08:00
parent cc26f91b50
commit 359b8a8345
4 changed files with 272 additions and 5 deletions

View File

@ -716,7 +716,7 @@ const initColumnPermissions = () => {
}
// 如果没有保存的配置,使用默认列
visibleColumnProps.value = defaultColumns
visibleColumnProps.value = defaultVisibleCols
}
// 检查列权限(移除权限限制,始终返回 true