无木
|
6f845b53bd
|
fix(table): selection-change not triggered on row click
修复selection-change事件在点击行来改变勾选时不会被触发的问题
|
5 years ago |
无木
|
d509e897be
|
fix(axios): option `withToken` not work
|
5 years ago |
无木
|
424b171e0d
|
fix(demo): account list fetch loss param
修复账号管理列表发起请求时可能缺少当前选中的部门ID参数的问题
fixed: #830
|
5 years ago |
Lan
|
9de6ac1119
|
refactor(contentHeight): 重构,将PageWrapper的useContentHeight抽象为公共hook,满足自定义扩展组件时的自动高度计算需求。 同时优化高度计算算法。 (#826)
|
5 years ago |
Vben
|
cdb10cc4ac
|
fix(menu): make sure the menu is activated correctly
|
5 years ago |
SUPER_AI
|
749ba5c1da
|
feat(table): support asynchrony in beforeFetch and afterFetch (#827)
|
5 years ago |
无木
|
d38ff6670a
|
fix(lock-screen): ensure lock info is saved
确保打开多个窗口锁屏时,其它窗口不会误覆盖锁屏状态
|
5 years ago |
无木
|
e5f37885ff
|
fix: multi windows token sharing
修复同时打开多个窗口时令牌没能同步共享的问题
fixed: #761
|
5 years ago |
无木
|
d7b84c7874
|
fix(lock-screen): fix lock-screen can skip on new window
修复锁屏功能可以通过刷新页面或复制 URL 打开新的浏览器标签来跳过锁定状态的问题
|
5 years ago |
无木
|
c99cf5e53f
|
feat(axios): add `withToken` option
添加withToken配置,用于控制request是否提交token
|
5 years ago |
无木
|
df0f00085c
|
fix(table): fix rowSelection.onChange not work
修复为table提供rowSelection.onChange时,无法手动变更table的选中项的问题
fixed: #825
|
5 years ago |
无木
|
99829c79ab
|
fix(svg-icon): fix SvgIcon style
|
5 years ago |
Vben
|
bdae33e34a
|
chore: revert scrollbar
|
5 years ago |
Vben
|
e9e51b2fdc
|
perf(scrollbar): scrollbar update when slot changed
|
5 years ago |
无木
|
1bde404121
|
fix(sider): bottom trigger not work
修复侧边栏底部的折叠按钮不工作的问题
fixed: #820
|
5 years ago |
无木
|
c7de65ebba
|
fix(modal): `setModalProps` support `defaultFullscreen`
修复setModalProps不支持设置defaultFullscreen的问题
|
5 years ago |
无木
|
829b366cb2
|
fix(table): editComponentProps support onChange
修复editComponentProps不支持onChange的问题
|
5 years ago |
无木
|
3dbbde2662
|
fix(modal): remove console log
|
5 years ago |
无木
|
f750ff435f
|
fix(modal): maskClosable not work
修复BasicModal点击遮罩不能关闭的问题
|
5 years ago |
vben
|
f9cda2e8c0
|
chore: release 2.5.2
|
5 years ago |
vben
|
913c22c84f
|
feat(menu): the route is automatically mapped to the menu
|
5 years ago |
vben
|
327d71b8fb
|
perf(router): reduce the number of guard files
|
5 years ago |
无木
|
941ad59759
|
fix(drawer): openDrawer is not normal in some cases
修复BasicDrawer在设置其它属性时可能会影响visible状态的问题
|
5 years ago |
无木
|
20d7a25eb8
|
fix: user drop-down event key loss
修复顶部的用户操作下拉菜单点击事件丢失key参数的问题
|
5 years ago |
vben
|
59d3e8c80f
|
perf(icon): remove Icon component global registration
|
5 years ago |
无木
|
c73694ab8b
|
fix: user dropdown event response failure
修正顶部用户下拉菜单不响应点击事件的问题
|
5 years ago |
bbkkkk8
|
d97aa92741
|
fix(comp-tree): support comp-tree-foreach stop,add insertNodesByKey (#818)
Co-authored-by: git <lixiaokang215@163.com>
|
5 years ago |
vben
|
480cfb914e
|
fix: fix antdv console warning
|
5 years ago |
无木
|
0e414ba3c1
|
feat(demo): add route multi tabs show
添加同一路由演示多个不同参数的tab
close: #817
|
5 years ago |
无木
|
61d4efd55a
|
revert(axios): remove baseUrl config
无需 baseUrl 配置,已有apiUrl 替代
|
5 years ago |
JinMao
|
d5f9919b60
|
fix: fix defHttp baseUrl work
|
5 years ago |
Vben
|
aed622bd09
|
chore: update deps
|
5 years ago |
无木
|
e78af6f228
|
fix(table): getDataSource not worked on empty data
修复getDataSource获取的数据源在表格为空时返回值错误的问题。
fixed: #752
|
5 years ago |
无木
|
4ae39c53b4
|
fix(table): treeTable editable error
修复树表格的编辑问题
fixed: #811
|
5 years ago |
Vben
|
fa64fc8a62
|
fix(api-select): ensure that the onchange function parameters are correct
|
5 years ago |
Vben
|
a2a75a097f
|
fix(demo-form): add fieldMapToTime example,fix #807
|
5 years ago |
Vben
|
a2d8be3ab2
|
fix(demo): style error,fix #806
|
5 years ago |
Vben
|
aec230ca19
|
fix(design): correct tailwind configuration,fix #800
|
5 years ago |
无木
|
a6ef771fcc
|
fix(pop-confirm): fix event working unexpected
|
5 years ago |
Lan
|
4d8e39857e
|
perf(pagewrapper): 优化PageWrapper的高度自适应表现使用getViewportOffset替代useContentViewHeight (#792)
Co-authored-by: NorthLan <lan6995@gmail.com>
|
5 years ago |
Vben
|
c4b22a225d
|
fix(upload): make sure to carry custom parameters, fix #802
|
5 years ago |
无木
|
60b80c96e8
|
fix(dropdown): icon and trigger work unexpected
修复Dropdown中popconfirm的事件响应区域以及icon不正常的问题
fix: #796,#787
|
5 years ago |
JinMao
|
9298b3c988
|
feat: add Tree LoadData demo
|
5 years ago |
无木
|
8d22231a5f
|
fix(table): event editCancel loss params
修复table的editCancel事件缺少部分参数的问题
|
5 years ago |
vben
|
8eba7fb527
|
fix(table): fix table jitter problem
|
5 years ago |
Vben
|
893f3c79e7
|
refactor(css): refactored windicss to tailwindcss
|
5 years ago |
vben
|
e8d6f8851e
|
fix(store): fix type error after pinia version upgrade
|
5 years ago |
Vben
|
7dce50cb1f
|
chore: typo
|
5 years ago |
Vben
|
d3d620f4fc
|
perf(utils): mitt default export is changed from Class to Function
|
5 years ago |
无木
|
ea6834aeec
|
feat: optimize error message for api failure
优化request并发请求失败时的错误提示(同种类型的失败只提示一个message)
|
5 years ago |