Micah
|
934ccd34ea
|
fix: 修复 当窗口过窄时,表格中的删除确认框样式错乱 的问题 (#1972)
|
4 years ago |
Arvin
|
d21578ab33
|
表单设置初始值defaultValue时候使用深度拷贝 (#1935)
* fix: fix wrong naming
* perf: 表单设置初始值defaultValue时候使用深度拷贝
* perf: 表单设置初始值defaultValue时候使用深度拷贝
* Revert "perf: 表单设置初始值defaultValue时候使用深度拷贝"
This reverts commit a103cd11b4.
* perf: perf Tree Component
* fix: 解决tree树形异步懒加载,点击两次才能关闭
Co-authored-by: yfh01 <unconfigured@null.spigotmc.org>
|
4 years ago |
前端爱码士
|
c0edd7b70e
|
fix: 个人中心(data.tsx)多余的html片段 (#1894)
删除个人中心(data.tsx)多余的html片段
|
4 years ago |
shellingfordly
|
a40332cbfe
|
style: fix style error of login page (#1901)
Co-authored-by: liuyao <liuyao@liuyaodeiMac.local>
|
4 years ago |
Joyboo
|
42908a4535
|
add TabsForm demo (#1914)
* chore: table size放到settings
* chore(TableAction): 操作确认框增加placement属性支持
* chore(Form): 表单field支持a.b.c嵌套写法
* feat(Form): add TabsForm demo
Co-authored-by: jinmao88 <50581550+jinmao88@users.noreply.github.com>
|
4 years ago |
chengj
|
5ad93c6004
|
feat(function): get selected tree node (#1857)
|
4 years ago |
iconFehu
|
ee85839ba3
|
fix: fix wrong naming (#1845)
Co-authored-by: yfh01 <unconfigured@null.spigotmc.org>
|
4 years ago |
JinMao
|
3b86435766
|
feat: ApiTree add afterFetch props,add ApiTree demo
|
4 years ago |
zuihou
|
fb43e54847
|
feat(BasicTree): 支持设置加载中
|
4 years ago |
chenli1989
|
b85a11d0f0
|
perf: optimize step-by-step form layout
|
4 years ago |
wangxiaoer5200
|
d31cb904db
|
fix: 修复控制台一些常见报错和警告 (#1750)
Co-authored-by: wangbin <18695686631@163.com>
|
4 years ago |
chenls
|
e4305daf98
|
perf: remove ant-design-vue@3.0.0-beta.11 .ant-col fix (#1734)
|
4 years ago |
Captain
|
136cbb1e3b
|
feat: add request retry (#1553)
|
4 years ago |
lee
|
79eb909c66
|
feat: make fields key of form deconstructable (#1663)
Co-authored-by: liheng.wu <liheng.wu@tcl.com>
|
4 years ago |
vben
|
414101613e
|
chore: lint fix
|
4 years ago |
liuyao
|
a23020b76d
|
fix(table): 修复antd报错,将column.slots修改为v-slot:headerCell
|
4 years ago |
lzdjack
|
b63f7d17de
|
feat: 增强可编辑单元格功能 (#1576)
1. 增加可编辑单元格非编辑状态下可自定义样式
2. 扩展editComponentProps,可接受方法
|
4 years ago |
lzdjack
|
dd158a17fe
|
feat: 添加table继承父元素高度的功能 (#1523)
在保证了原有的高度计算上,额外新增继承父级高度, 只需设置isCanResizeParent:true
|
4 years ago |
Yinux
|
8c607b38f1
|
fix: Fix the date and week display issue on the lock screen(#1539) (#1542)
|
4 years ago |
vben
|
b0a0cbcd6a
|
fix: Fix context menu not working
|
5 years ago |
zuihou
|
13d660bede
|
feat: 添加BasicTree使用 fieldNames 后,actionList 和 插槽 会失效的示例代码
|
5 years ago |
vben
|
81560fd3c6
|
fix(tree): fix display error
|
5 years ago |
vben
|
170a4bceb1
|
fix(tree-select): replaceFields to fieldNames,close #1423
|
5 years ago |
vben
|
3fcfac1f37
|
wip: Upgrade ant-design-vue 3.0
|
5 years ago |
Carson
|
dc4b05272f
|
refactor(dashboard): adjust the spacing of Card under the small screen (#1399)
Co-authored-by: huguangju <huguangju@wowkai.cn>
|
5 years ago |
Jobin
|
97fe8e2058
|
feat(ApiCascader): add asynchronous cascader component (#1321)
|
5 years ago |
vben
|
acea184320
|
chore: format code
|
5 years ago |
zuihou
|
89414f173e
|
feat(Form): 新增 ApiRadioGroup 组件
|
5 years ago |
tangyh
|
34781d42e8
|
feat(Table): 支持设置默认的排序值
|
5 years ago |
miofly
|
5902886798
|
fix(type): 修复几个 ts 报错,和文件引用位置 (#1283)
* fix(type): 删除多余的类型定义
* fix(login): 删除登录时的 toRaw 包裹参数
* fix(type): 修复几个 ts 报错,和文件引用位置
|
5 years ago |
miofly
|
7a1b6e74ab
|
fix(type): typo (#1281)
* fix(type): 删除多余的类型定义
* fix(login): 删除登录时的 toRaw 包裹参数
|
5 years ago |
nsk
|
a530ec867b
|
fix(Loading): add theme prop, The repair background prop does not tak… (#1271)
* fix(Loading): add theme prop, The repair background prop does not take effect
* fix(AppLogo): fix title line height
|
5 years ago |
Lowell
|
d6f65d476e
|
fix(Table): 解决设置了分页的情况下,调整表格分页条数后,如果翻页,分页条数会重置的问题。 (#1270)
|
5 years ago |
Haceral
|
052eff91c4
|
perf: Improve the dynamic routing and automatically close the Tab function (#1264)
* 增加动态路由最大打开Tab数控制
* 增加动态路由打开数控制Router参数
* feat(Tab): 新增动态路由打开数限制Demo
* fix(multipleTab.ts): 将原来的打开数限制从固定的 5 修改为读取配置
Co-authored-by: Haceral <18274416193@163.com>
|
5 years ago |
无木
|
6e0c70f415
|
fix(import-excel): support datetime raw data import
importExcel支持导入原始日期时间数据
fixed: #1215
|
5 years ago |
无木
|
853bde9275
|
fix: fixed prop `mode` of `CodeEditor`
|
5 years ago |
无木
|
9c5f11a54b
|
fix: remove warning in building action
移除build过程中的警告
|
5 years ago |
无木
|
2875a97b70
|
fix(table): `clickToRowSelect` support `disabled` checkbox
修复`clickToRowSelect`会无视行选择框disabled状态的问题
|
5 years ago |
无木
|
6544f84bc2
|
feat(demo): add token expired example
添加token超时例子
|
5 years ago |
vben
|
2820d5a627
|
fix: improve type introduction, fix #1196
|
5 years ago |
无木
|
656ee4e5c9
|
fix(upload): `accept` not work as expected
修复basicUpload的accept属性未按预期工作的问题
|
5 years ago |
无木
|
73dc492b2a
|
feat(markdown-viewer): add new component
新增MarkdownViewer组件用于显示Markdown格式的富文本
close: #1181
|
5 years ago |
无木
|
83c1683bfd
|
feat(demo): add `JsonPreview` demo
添加JsonPreview组件的使用演示
close: #1146
|
5 years ago |
无木
|
ee7c31db44
|
feat(table): add `onValid` for editRow
为table的可编辑行添加校验方法
|
5 years ago |
JinMao
|
0f5ddbf1ec
|
feat: add CardList component
|
5 years ago |
vben
|
56a966cfbf
|
chore: format code
|
5 years ago |
无木
|
2c867b3d63
|
feat(table): add `beforeEditSubmit` for editable cell
单元格编辑功能新增提交回调
|
5 years ago |
vben
|
e15b4f14db
|
fix: fix all types of errors, compatible with volar plugin
|
5 years ago |
无木
|
a5ff59237f
|
feat(form): component `Divider` support `helpMessage`
Divider表单组件支持helpMessage配置
|
5 years ago |
无木
|
47a448b8ae
|
feat(form): add `Divider` for schema component type
新增Divider用于较长表单的区域分割
|
5 years ago |