- 30 5月, 2021 1 次提交
-
-
修复表格不支持change事件的问题。 fix #677
无木 authored
-
- 29 5月, 2021 5 次提交
-
-
vben authored
-
* refactor(api): remove unnecessary userId param 移除getUserInfo、getPermCode、getMenuList接口的userId参数。 这些接口应当始终与当前登录用户相关而无需传递userId。 * fix: fix auth header key case error
Netfan authored -
vben authored
-
defaultExpandLevel已去除-1的行为定义,由defaultExpandAll代替。
无木 authored -
新增defaultExpandLevel属性,指定默认要展开的层级数。-1为默认全部展开(等同于ATree的defaultExpandAll),大于0则展开到指定层级。注意:该属性仅在首次渲染时起作用 close: #672
无木 authored
-
- 28 5月, 2021 2 次提交
- 27 5月, 2021 6 次提交
- 26 5月, 2021 7 次提交
- 25 5月, 2021 8 次提交
-
-
vben authored
-
vben authored
-
vben authored
-
* 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例子
liuzhidong authored -
vben authored
-
无木 authored
-
vben authored
-
* feat(form): requires Increase function type value * feat(form): requires Increase function type value * fix(form): 修复 rules 赋值错误的问题
Mikasa33 authored
-
- 23 5月, 2021 4 次提交
- 22 5月, 2021 2 次提交
- 21 5月, 2021 1 次提交
-
-
修复为RangePicker组件设置的placeholder属性无效的BUG
Netfan authored
-
- 20 5月, 2021 3 次提交
- 18 5月, 2021 1 次提交
-
-
Vben authored
-