shizhongming
733fff4d49
fix(SMART-TABLE组件): 修复点击查询分组页数重置的问题
2 years ago
shizhongming
500ba87755
fix(SmartApiSelectDIct组件): SmartApiSelectDIct组件功能优化
2 years ago
Carlos Andres Padillla Sainz
76ffd8fdf1
fix: Update TableAction.vue ( #3619 )
Clearing icon property to avoid using icon name in PopConfirmButton and delegate the icon only to the Icon component
2 years ago
Li Kui
b233973974
fix: TableAction设置icon显示iconify关键字 ( #3608 )
2 years ago
xingyu
0cb379e5ab
chore: update deps ( #3602 )
* chore: up vue 3.4.13 antdv 4.1.0
* fix: stylelint
* chore: update deps
* feat: vite-html
* fix: eslint
* fix: type check
---------
Co-authored-by: invalid w <wangjuesix@gmail.com>
2 years ago
xachary
b6bcf8d36d
fix(CropperModal): beforeUpload should return false ( #3601 )
2 years ago
xachary
5ec4446443
fix(PopConfirmButton): avoid type lint error ( #3600 )
2 years ago
shizhongming
e54d91891e
feat(架构): 菜单、tab国际化功能完善
2 years ago
shizhongming
1026bb8b30
feat(代码生成器-生成代码): 生成代码功能完善
2 years ago
shizhongming
7b03475f91
feat(代码生成器-模版管理): 模版管理页面功能完善
2 years ago
shizhongming
f8a1ffa4b0
fix(smart-table): 修复加载状态不生效的问题
2 years ago
Tian_ya_luer
e6a73840ab
fix: 当TableAction的actions属性中的ActionItem传递了color属性时,PopConfirm的指示箭头颜色异常问题 ( #3597 )
Co-authored-by: linja <linja@film.com>
2 years ago
shizhongming
b0ec251034
feat(系统模块): 添加在线用户功能
2 years ago
shizhongming
6436a493c7
feat(代码生成器): 添加代码生成器模块
2 years ago
shizhongming
8012e17946
feat(文件模块): 添加文件管理模块
2 years ago
shizhongming
95e01e1125
feat(系统模块): 添加license管理页面
2 years ago
shizhongming
6cf79dcbec
feat(消息模块): 添加消息模块
2 years ago
shizhongming
cd82bb8f78
feat(系统管理): 添加国际化管理页面
2 years ago
shizhongming
acb224ea84
feat(系统模块): 添加角色管理界面
2 years ago
shizhongming
8e00be6f79
feat(系统模块): 添加用户管理页面
2 years ago
shizhongming
e24a338403
feat(系统模块): 1、添加smart-table组件 2、添加功能管理页面
2 years ago
xachary
43aa743032
fix(BasicForm->FormItem): model should update before event call ( #3573 ). resolve #3570
2 years ago
苗大
778ebe1f44
fix(PageWrapper): 修复headerSticky样式 ( #3569 )
2 years ago
xachary
a1e862bde7
fix(ScrollContainer): enable x scroll ( #3564 )
2 years ago
luchanan
e6a7e4c4fc
perf(component): formItem: label支持函数渲染 ( #3504 )
* perf(component): formItem: label支持函数渲染
(cherry picked from commit abd6e2b1298712e58cc69cdaa55f44e3393b71a5)
* perf(component): formItem: label支持函数渲染
* feat(component): formItem: label支持函数渲染
* perf(component): formItem: label支持函数渲染
(cherry picked from commit abd6e2b1298712e58cc69cdaa55f44e3393b71a5)
perf(component): formItem: label支持函数渲染
feat(component): formItem: label支持函数渲染
* chore: update label type
---------
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
2 years ago
xachary
54af5bb42d
fix(BasicTable->useColumns): handle deep colunm hidden ( #3561 ) resolve #3559
2 years ago
xachary
a121b32252
fix(BasicTable): BasicTable resize wrong in modal ( #3549 )
2 years ago
xachary
974c1fad7f
fix(BasicTable): getSelectRows return duplicate records ( #3545 )
2 years ago
xachary
e23e3383dd
fix(BasicTable->rowKey&scroll): declear and usage about rowKey and scroll ( #3541 )
* fix(rowKey&scroll): declear and usage about rowKey and scroll
* fix: key/keyValue type declare fix
2 years ago
xachary
69c36021fa
fix(BasicTable): selection wrong by click input when cross pages ( #3540 ). resolve #3539
2 years ago
xachary
abae7f3295
feat(BasicTable): table enable accordion expand ( #3533 ). resolve #3525
2 years ago
xachary
83f16da2d3
fix(ApiCascader): wrong api reload ( #3536 ) resolve #3534
2 years ago
superlollipop
c2c9f4f556
fix: contextmenu location not right when body with scroll ( #3516 )
Co-authored-by: quanbisen <bisen_quan@lebo.cn>
2 years ago
xachary
7ffe1726b9
fix(layout->menu): can`t hover when menu is colappsed ( #3499 ) resolve #3492
2 years ago
luocong2016
f0ca8d5a03
fix(component->markdown): 浏览器媒体获取兼容 ( #3470 )
2 years ago
xingyu
626c54504e
chore: update deps ( #3465 )
* chore: update deps
* fix: eslint
* chore: update deps
* chore: stylelint v16
* fix: stylelint
* fix: typecheck
* chore: node v18.12.0
* fix: type
* fix: style
* chore: up vue 3.4.3
* chore: prettier format
---------
Co-authored-by: invalid w <wangjuesix@gmail.com>
2 years ago
nullcache
6fbb57621e
fix: handleFormValues 不再将所有空字符串转换为undefined ( #3496 )
2 years ago
xachary
d88f455cd3
fix(BasicTable): showIndexColumn/showRowSelection cache should by route name ( #3489 )
2 years ago
xiaoMingTongXue
98e2e4c89a
fix(BasicForm): 修复 useComponentRegister 方法无法添加自定义的组件,添加时爆类型错误的问题 ( #3483 )
* types(component): 修复 useComponentRegister 方法无法添加自定义的组件,添加时爆类型错误的问题
* types(component): 修复 table 组件的 useTableForm 入参的 fetch 和 TableActionType 的 reload 类型定义报错的问题
---------
Co-authored-by: chengmingrui <chengmingrui@oneaiops.com>
2 years ago
xachary
78234e2ef0
style: fix basic tree style alignment ( #3487 )
2 years ago
xachary
2f921cfb88
fix(BasicTable): avoid select when edit cell ( #3484 )
2 years ago
xachary
816553bfcd
feat(demo->BasicTable): add TableSelectionBar and enable checkbox rowSelection demo ( #3477 )
* feat: add TableSelectionBar
* feat: enable TableSelectionBar for checkbox rowSelection demo
2 years ago
zzc0217
3de22b44b1
chore: 表单使用updateSchema时只对更新的schema重设默认值
* fix: 修复搜索表单使用updateSchema时,如果使用fieldMapToTime引起的bug
* fix: set all schema to default value
---------
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
2 years ago
xachary
fc002d3db3
fix: column setting index column sort ( #3463 )
* fix: keep rowSelection onChange call outside
* fix: ColumnSetting index column sort wrong
2 years ago
xiaoMingTongXue
141f3bdbd0
fix: 修复表单按钮的类型定义外部无法修改重置或者提交按钮的文字的问题
* 解决 eslint-plugin-vue 关于 v-show 无法在 template 中报错的问题
* fix: 修复表单按钮的类型定义外部无法修改重置或者提交按钮的文字的问题
* chore: remove type ButtonOptions
---------
Co-authored-by: chengmingrui <chengmingrui@oneaiops.com>
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
2 years ago
xachary
cc97f06354
fix: modal open logic missing ( #3462 )
* fix: keep rowSelection onChange call outside
* fix: watch open logic lost after build (modal)
2 years ago
xachary
a7b2f14b90
fix(BasicTable): keep rowSelection onChange call outside ( #3461 ). resolve #3453
2 years ago
xachary
75f5b7ac4d
fix(BasicTable): index still show when set showIndexColumn false ( #3455 )
2 years ago
likui628
9e055ad273
fix: FormItem won't render when a component is not provided
2 years ago
likui628
2db4cfbd33
chore: remove slot from ComponentFormSchema type
2 years ago