-
* fix(table): recursive updateTableDataRecord 无刷新更新表格数据时,支持递归查找,用于树状数据时。同时新增 findTableDataRecord 函数,用于支持无刷新新增数据到树状表格中 * fix(router): whitelist include basicRoutes 白名单应包含不在菜单上出现的静态路由,否则在动态切换菜单 resetRouter 时会丢失这些,如在usePermission.resume中 * fix: get basicRoutes whitelist bad code
-
图片剪裁组件未能及时销毁资源 fixed: #1027
-
fixed: #1026
-
close: #1031
-
Co-authored-by: 王英琦 <wangyingqi@91bihu.com>
-
无刷新更新表格数据时,支持递归查找,用于树状数据时。同时新增 findTableDataRecord 函数,用于支持无刷新新增数据到树状表格中
-
* chore: ignore bak dir Signed-off-by: LiLi <urfreespace@gmail.com> * fix: 修复BasicButton在外部改变样式热更新无效问题 Signed-off-by: LiLi <urfreespace@gmail.com> * chore: remove extra ignore Signed-off-by: LiLi <urfreespace@gmail.com> * chore: ignore fix Signed-off-by: LiLi <urfreespace@gmail.com>
-
为useLoading添加setTip方法
-
修复getSelectRows不支持树形表格子级数据的问题 fixed: #1003
-
* feat: 新增支持 tailwindcss 的夜间模式支持 (cherry picked from commit 1de8704b61c38c92bc6877d0bec9e6f67766b3c8) * docs: update changelog
-
修复useScript未能自动移除script节点的问题
-
修复暗色header中的通知图标的颜色问题
-
修复table的pagination属性无法动态设置数据的问题
-
修复Preview组件的事件参数类型定义
-
为Preview组件添加新的属性及事件
-
* fix: Fix the problem that the QR code cannot be dynamically generated * Fix the problem that the size of the QR code is automatically changed when dynamically generated
-
修复启用expandRowByClick展开图标样式问题 fixed: #969
-
修复全屏模式下的表格设置组件的弹出层配置
-
修复basicTable编辑组件的校验提示以及日期选择框的弹出层在全屏模式下的显示问题
-
修复表格在全屏模式下编辑组件弹出层的显示问题