-
… is first loaded (#682) * refactor: Encapsulate the function of changing the page language * fix(lang): Fix the problem that the `lang` attribute of `HTML` will not be set when it is first loaded
-
…yle to be disordered (#668)
-
添加设置标签页标题的方法和演示
-
修复超时重新登录的页面在某些逻辑下未能正确刷新数据的问题。 fix: #673
-
修复useTable无法直接通过设置onChange来注册change事件响应的问题
-
修复表格不支持change事件的问题。 fix #677
-
* refactor(api): remove unnecessary userId param 移除getUserInfo、getPermCode、getMenuList接口的userId参数。 这些接口应当始终与当前登录用户相关而无需传递userId。 * fix: fix auth header key case error
-
defaultExpandLevel已去除-1的行为定义,由defaultExpandAll代替。
-
新增defaultExpandLevel属性,指定默认要展开的层级数。-1为默认全部展开(等同于ATree的defaultExpandAll),大于0则展开到指定层级。注意:该属性仅在首次渲染时起作用 close: #672
-
菜单搜索组件在显示后input自动获得焦点
-
* fix: catch axios error data on request * fix(login): login page modal style fixed: #662
-
支持暗黑主题和中英文(暂不支持动态切换)
-
使可编辑单元格显示的input中的文字对齐方式与列自身的align属性相匹配
-
头像链接使用https,修正个人中心头像部分的位置
-
为表格的可编辑单元格添加日期选择框和时间选择框组件
-
* fix(log): fix Wrong version number
-
* feat(form): add 'layout', 'labelAlign', 'rowProps' option 1.添加Form布局方式,当layout: 'vertical',labelWidth可以控制col间距 2.添加Form的全局label对齐方式, labelAlign: left | right 3.添加Form的Row组件所支持属性,控制Col间的间距,对齐方式,布局方式 * feat(Rate): add 'Rate' module *添加评分组件,并添加了dome例子
-
* feat(form): requires Increase function type value * feat(form): requires Increase function type value * fix(form): 修复 rules 赋值错误的问题