江麻妞
|
c26dd03416
|
fix(theme generate): Fix #604 (#605)
fix(theme generate): Fix #604
|
5 years ago |
HUCHAOQI
|
336be680d3
|
fix(store): addTab fx (#607)
在更新tabList的时候也能同时更新cacheTab
|
5 years ago |
Netfan
|
adff788de5
|
perf(tree): improve the beforeRightClick callback to support more configuration of the menu (#608)
|
5 years ago |
江麻妞
|
d34467d3f4
|
fix(cipher): fix #587 (#588)
|
5 years ago |
HUCHAOQI
|
ec3d51d69b
|
feat(form): add form field nested support (#591)
* feat(form): add form field nested support
* refactor(form): use lodash set replace
|
5 years ago |
zuihou
|
4c16ffa383
|
Merge remote-tracking branch 'origin/main'
|
5 years ago |
zuihou
|
56d8af147e
|
feat(axios): Do you want to return the original response header? For example, use this property when you need to get the response header
|
5 years ago |
江麻妞
|
a7c8c67c83
|
chore: typo (#584)
* fix: 变量名错误
* fix: 修复正则可以匹配纯数字问题
|
5 years ago |
江麻妞
|
ae3f8329c2
|
perf: optimize i18n to add the initial locale to the locale pool during initialization (#577)
|
5 years ago |
Netfan
|
2b76b88481
|
feat(qrcode): custom drawing support (#580)
|
5 years ago |
Vben
|
9d19546272
|
chore: update deps
|
5 years ago |
Vben
|
78191d6658
|
chore: update deps
|
5 years ago |
Netfan
|
a579b8456a
|
fix(modal): proptype conflict with ant design modal(fixed: #545) (#575)
|
5 years ago |
Netfan
|
43e4c21950
|
fix(table): columns ref fixed(#564) (#573)
|
5 years ago |
Mikasa33
|
9cd293c283
|
fix(CodeEditor): add readonly prop (#572)
|
5 years ago |
啝裳
|
2f8b2183ec
|
fix(tree): basicTree设置blockNode=false后,显示异常 (#567)
|
5 years ago |
Netfan
|
1ff13bf459
|
fix:searching with replaceFields fix #548,#557 (#569)
* fix: update selected before row-click event(#548)
* fix(tree): searching with replaceFields(#557)
|
5 years ago |
Yirius
|
5724bc5b3b
|
perf: set header can use For Qs (#562)
set header can use For Qs
|
5 years ago |
Mikasa33
|
bf365e26e5
|
fix(style): add table title min-height (#547)
|
5 years ago |
木头锤纸
|
e80280fb81
|
feat(form): add Slider demo (#555)
* feat(function): add 增加Slider滑动输入条组件
* feat(function): add 增加Slider滑动输入条组件demo
* feat(function): add 增加Slider滑动输入条组件demo
|
5 years ago |
zuihou
|
f4c9703ab9
|
docs(CHANGELOG): improve documentation
|
5 years ago |
zuihou
|
9e208411a2
|
feat(demo): add permission table demo
|
5 years ago |
zuihou
|
5a3861b9cf
|
feat(table): 表格的数据列和操作列的字段可以根据权限和业务来控制是否显示
|
5 years ago |
Vben
|
7c41c8673c
|
fix(form): expose formModel,fix #533
|
5 years ago |
M69W
|
5fae2b02ea
|
perf: add Coordinating the selection of provinces and cities (#534)
Co-authored-by: M69W <M69W@M69W>
|
5 years ago |
Vben
|
3ff70bb56f
|
fix(form): improve warning prompt, fix #538
|
5 years ago |
zuihou
|
6afee415a3
|
feat(table): Table operation columns support permission codes
|
5 years ago |
Vben
|
8b2e0f665f
|
fix: fix the default value of props
|
5 years ago |
Vben
|
6a8820597f
|
fix: ensure that the 401 jumps to the login page correctly, fix #512
|
5 years ago |
Vben
|
b7ea68e6f8
|
fix(form): improve form props acquisition,fix #527
|
5 years ago |
Vben
|
ccae5cd924
|
fix(style): fix icon style, fix #496
|
5 years ago |
Vben
|
cb35341b8f
|
fix(form): ensure that the DateTime component checked properly,fix #511
|
5 years ago |
Vben
|
16ecf71850
|
fix(table): submitButtonOptions not work,fix #531
|
5 years ago |
Vben
|
ca717602a6
|
fix: trigger resize in full screen to ensure that the height of other components is normal,fix #508
|
5 years ago |
Vben
|
6b7f688eaf
|
fix(menu): ensure that the external link jumps correctly, fix #516
|
5 years ago |
Vben
|
7f6f8eefe9
|
fix(style): fix build style errors,fix #528
|
5 years ago |
Mikasa33
|
e2ddf43699
|
fix(style): fix layout header style, basic arrow style and table search form style (#525)
* style: cursor pointer
* style: light mode, hover background-color
* fix(style): fix form border-radius style
|
5 years ago |
Vben
|
090c76ba20
|
chore: vite version downgrade
|
5 years ago |
Vben
|
f0ae146ca0
|
chore: update workflow
|
5 years ago |
zuihou
|
c639e493a5
|
feat(form): adding resetSchema method
|
5 years ago |
Vben
|
7e2668f667
|
chore: update deps
|
5 years ago |
最后
|
e689ee5fa6
|
Update useFormEvents.ts (#514)
fix: 修复 表单回显时,参数为null或者''时, 报Invalid date的错
|
5 years ago |
Vben
|
f4af231172
|
fix(button): ghost style
|
5 years ago |
Vben
|
38f5072695
|
fix(form): remove field binding when deleting schema #471
|
5 years ago |
Vben
|
b92b8a3c6a
|
fix(tabs): fix the problem that other functions are invalid when the tab is closed, close #376
|
5 years ago |
Vben
|
4f0c6fbcc7
|
chore: update stylelint
|
5 years ago |
jinmao88
|
8c2491fcb6
|
fix: fix AppendFormDemo (#505)
Co-authored-by: haha <admin@qq.com>
|
5 years ago |
jinmao88
|
85b92a9add
|
perf: add AppendFormDemo (#503)
Co-authored-by: haha <admin@qq.com>
|
5 years ago |
Li yao
|
bd83eccdc5
|
fix: password icon dislocation (#501)
修复登录页密码显示icon不同分辨率下错位
|
5 years ago |
啝裳
|
94b2222c08
|
perf: improve countTo (#499)
|
5 years ago |