vben
|
8180b2d15f
|
chore: 暂时移除主题切换及暗黑模式切换功能
|
2023-04-02 00:02:52 +08:00 |
|
Wit〆苗大
|
9579a45b3c
|
feat(excel导出): 增加批量导出功能, 增加demo示例 (#2657)
* feat(excel导出): 批量导出功能
* feat(excel导出): 批量导出功能, 增加参数类型定义;增加demo示例
---------
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
|
2023-03-30 09:53:55 +08:00 |
|
Wit〆苗大
|
f05b90f86b
|
fix(form-design): CollapseItem组件页面css添加prefixCls前缀, 防止打包后污染全局样式 (#2654)
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
|
2023-03-30 09:53:03 +08:00 |
|
luocong2016
|
f2ec2ca273
|
feat: 添加更多配置项 (#2607)
|
2023-03-17 12:35:38 +08:00 |
|
lzdjack
|
1095d44110
|
feat: 替换vextable中button组件 (#2625)
|
2023-03-14 17:06:57 +08:00 |
|
lzdjack
|
3de5b53bcd
|
fix: 修复表单验证 (#2620)
1.优化验证
2.修复自定义组件验证出错的问题
|
2023-03-14 17:06:10 +08:00 |
|
luocong2016
|
dce3aba20d
|
refactor: 重构案例代码 (#2589)
|
2023-03-02 15:13:30 +08:00 |
|
luocong2016
|
8284d106e2
|
refactor<useForm>: 重构案例 (#2577)
|
2023-02-23 22:57:38 +08:00 |
|
lzdjack
|
de305ecd47
|
fix: 修复页面缓存 (#2575)
1. 修复页面不能缓存的bug
2. 此更新为破坏性更新,页面不支持多标签使用
3. 将表单设计模块多标签改成单标签
|
2023-02-23 10:28:05 +08:00 |
|
luojz
|
5335ae7578
|
fix(FormTable): fix table spread selection(#2565) (#2574)
Co-authored-by: luojingzhou <luojingzhou@kezaihui.com>
|
2023-02-22 18:32:32 +08:00 |
|
luocong2016
|
f32d2715ef
|
fix: css !mt-5 (#2573)
|
2023-02-22 18:32:20 +08:00 |
|
luocong2016
|
fb73be0928
|
fix: table 高度消失 (#2572)
|
2023-02-22 18:32:07 +08:00 |
|
luocong2016
|
c2a159155c
|
fix: 重复点击全屏会抖动 (#2571)
|
2023-02-22 18:31:44 +08:00 |
|
luocong2016
|
64d6fece08
|
docs: optimization point notes (#2534)
|
2023-02-15 11:43:50 +08:00 |
|
luocong2016
|
085929a9c0
|
fix<table>: 高度丢失 (#2527)
|
2023-02-15 11:43:09 +08:00 |
|
wwsheng009
|
e1804bd866
|
form-design优化代码格式,清除无用的注释与引用 (#2547)
* fix: 修复form设计器在黑暗模式下的显示问题
* perf: [form-design]优化源代码,清除无用注释与注释
|
2023-02-15 11:42:35 +08:00 |
|
Wit〆苗大
|
334a0ea8e5
|
fix(TableAction): 修复outside模式引用时报错;VxeTable demo引用TableAction改为outside模式, 属性添加keepSource以解决警告 (#2544)
* fix(TableAction): 修复outside模式引用时报错: TypeError: Cannot read properties of undefined (reading 'value')
* perf(VxeTable): demo引用TableAction改为outside模式以解决警告; 属性添加keepSource以解决警告
---------
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
|
2023-02-10 19:53:32 +08:00 |
|
wwsheng009
|
bce6cee53a
|
fix: 修复form设计器在黑暗模式下的显示问题 (#2543)
|
2023-02-10 19:52:57 +08:00 |
|
luocong2016
|
a4a5a44009
|
feat<useLogin>: original Form.validate (#2535)
|
2023-02-10 07:44:29 +08:00 |
|
wwsheng009
|
c5b39f2c16
|
feat: 增加表单设计器 (#2533)
|
2023-02-10 07:43:27 +08:00 |
|
Wit〆苗大
|
4c0f2038af
|
perf(vxetable): 封装方法中加入可编辑表格和表单验证相关方法名,并在demo中增加新增和删除方法调用实现 (#2532)
* perf(vxetable): 封装方法中加入可编辑表格相关方法名,并在demo中增加新增和删除方法调用实现
* perf(vxetable): 封装方法中加入表单验证方法名
---------
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
|
2023-02-10 07:42:59 +08:00 |
|
Carson
|
f7a1b02236
|
fix(useColumns): 多级表头下的列支持行内编辑 (#2521)
|
2023-02-05 16:33:12 +08:00 |
|
刘大卫
|
0dc2f1496b
|
fix: 合并单元格页面 由于 ant-design-vue 升级 v3 版本,页面报 Warning: columns.customRender 即将废弃,columns.customRender 用 columns. customCell 替换 (#2520)
* fix(MergeHeader): 组件/Table/合并单元格页面 修改 Tabel.title 值为 合并单元格、修改 Table.bordered 值为 true 更好显示合并单元格效果
* fix(tableData): 由于 ant-design-vue 升级 v3 版本,页面报 Warning: columns.customRender 即将废弃
|
2023-02-05 16:33:03 +08:00 |
|
lzdjack
|
4d6f24d053
|
perf: 优化ApiCascader回调函数change参数 (#2511)
|
2023-01-31 18:03:02 +08:00 |
|
lzdjack
|
6753e24b3d
|
feat: 接入vextable组件 (#2508)
|
2023-01-30 14:48:04 +08:00 |
|
Wit〆苗大
|
b90d3572a9
|
fix(AppendForm): 修复 批量添加表单配置 按钮点击事件未使用批量方法 问题; 表单排版改用baseColProps一次配置,减少重复代码 (#2504)
* fix(AppendForm): 修复 批量添加表单配置 按钮点击事件未使用批量方法 问题
* perf(AppendForm): 表单排版改用baseColProps一次配置,减少重复代码
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
|
2023-01-18 22:43:45 +08:00 |
|
mfish
|
8dd8a5ed01
|
个人设置图标修改时弹出窗显示原图片,由于跨域获取图片存在问题暂时将user.ts中的跨域图片链接去掉,直接采用本地图片 (#2487)
* feat(axiosSuccess): 操作成功后根据传入提示模式进行相应
* fix(axiosRetry): 解决get重试请求返回的headers造成无法成功请求的问题
* fix(axiosRetry): 参数首字母小写
* fix(useDataSource): 解决deleteTableRecord删除树形表格的行记录时,无法删除,无法找到子节点的问题
* feat(useDataSource): 删除之前提交代码遗留的console
* fix(permissionGuard): 当获取用户信息失败时,不允许正常登陆返回登陆界面
* fix(permissionGuard): 代码还原
* fix(menu): 解决隐藏菜单目录只能隐藏第一层目录的问题,递归隐藏所有子菜单
* feat(baseSetting): 个人设置图标修改时弹出窗显示原图片,由于跨域获取图片存在问题暂时将user.ts中的跨域图片链接去掉,直接采用本地图片
|
2023-01-18 11:17:18 +08:00 |
|
nalomu
|
7e77177ed8
|
fix:修复header下拉菜单和外部页面菜单的文档链接 (#2500)
|
2023-01-18 11:16:15 +08:00 |
|
vivianma83
|
4c67d8c388
|
feat: 使用useForm时调用setFieldsValue后,组件的onChange未主动触发 (#2142) (#2503)
Co-authored-by: maxiaojing <maxiaojing@hashdata.cn>
|
2023-01-18 11:15:16 +08:00 |
|
Vinton
|
098621892d
|
perf(component): 1.优化appendSchemaByField只能单一添加一个表单项的问题,可以传入数组表单项,统一添加,减少重复方法调用 2. 增加批量添加表单项demo (#2472)
|
2022-12-22 21:36:36 +08:00 |
|
WYH
|
6844f69c20
|
fix: 修复demo中formTable几个空指针报错和selectedRowKeys丢失响应式的问题 (#2386)
Co-authored-by: 王一骅 <wangyihua@yazuishou.com>
|
2022-11-16 17:19:27 +08:00 |
|
Corn
|
fc2e2c8789
|
fix: fix typo (#2337)
|
2022-11-08 09:06:54 +08:00 |
|
无木
|
5292838fcd
|
fix(apiSelect): remove attribute warning, fixed #2247
|
2022-10-28 13:31:43 +08:00 |
|
Wit〆苗大
|
e08a155c40
|
feat(EditableCell): table 可编辑单元格和可编辑行 增加 单选框相关组件, 并增加示例 (#2294)
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
|
2022-10-20 06:57:56 +08:00 |
|
JinMao
|
768fadbffb
|
fix: Form method name field
|
2022-10-18 14:47:50 +08:00 |
|
前端爱码士
|
9aa2cf3ebf
|
fix: 修复单词拼写错误,replace 'Filed' width 'Feild' (#2285)
|
2022-10-17 09:07:09 +08:00 |
|
Lovell Liu
|
a45208673a
|
Fix/workbech page (#2264)
* fix: fix display issues when reloading page
* feat: change a fit color for js-logo icon
* fix: prevent layout chaos because of text wrap
|
2022-10-12 16:17:42 +08:00 |
|
acdxxx177
|
dfe560a542
|
perf: 头像上传组件返回值增加后端接口的返回值 (#2244)
|
2022-10-02 06:12:01 +08:00 |
|
MrAlenZhong
|
5abb0f2b37
|
feat: 对BaseTree组件新增treeWrapperClassName属性 (#2217)
|
2022-09-29 13:49:17 +08:00 |
|
BlackTooth
|
6e391af3fe
|
fix(keep-alive): disabler (#2101)
Co-authored-by: 隆杰 <longjie.li@taxsoyea.net>
|
2022-07-23 19:25:15 +08:00 |
|
Name6
|
7925c1ea28
|
fix(Login): fix display issues when AppLocalePicker's showText property is true (#2097)
|
2022-07-23 19:24:38 +08:00 |
|
zuihou
|
b9dee8595f
|
feat: 复现:表格中增加比较多的列,且加了rowSelection后,表格错位问题
|
2022-07-13 19:05:42 +08:00 |
|
zuihou
|
a753eb35cb
|
feat: 表格中增加比较多的列,复现表格错位问题
|
2022-07-13 18:37:05 +08:00 |
|
quyanan
|
bc55b92c9b
|
fix(expandtable): 恢复可展开表格Demo,修复开启可展开表格后横向滚动失效问题 (#2050)
Co-authored-by: jinmao88 <50581550+jinmao88@users.noreply.github.com>
|
2022-07-07 15:42:30 +08:00 |
|
GauharChan
|
35f2d074ae
|
fix: 修复#2030改动引起的可展开table失效 (#2042)
|
2022-07-07 15:40:33 +08:00 |
|
Wit〆苗大
|
de7279399d
|
fix(table): 彻底修复column.slots已废弃的antd报错, 所有用到的demo页修改为antd 3.x v-slot:headerCell 和 v-slot:bodyCell 写法 (#2030)
Co-authored-by: 苗大 <v.caoshm@yoozoo.com>
|
2022-07-05 11:56:29 +08:00 |
|
Wit〆苗大
|
a89e497e82
|
fix: markdown深色模式内容区和代码块未适配bug; markdownViewer改为vidtor自带预览模式 (#2023)
* fix(Markdown): 修复深色模式 内容区和代码块 未改变主题bug
* perf(Markdown): MarkDown组件示例增加不同功能示例; 切换深色主题按钮 同时改变 内容区和代码块主题
* perf(MarkdownViewer): MarkdownViewer改为vditor自带的预览模式; 同时适配深色模式
Co-authored-by: 苗大 <v.caoshm@yoozoo.com>
|
2022-07-05 11:55:26 +08:00 |
|
Kuizuo
|
1455eb48db
|
fix: rules validator tips (#2000)
|
2022-06-26 12:46:43 +08:00 |
|
Tanimodori
|
ba97f80d33
|
修复tinymce嵌入表单示例页面换行错误,清理!important,revert(vbenjs#1996) (#1999)
* revert: "修改tinymce富文本下拉菜单错位的bug (#1996)"
* style: 修复tinymce嵌入表单示例页面换行错误,清理!important
|
2022-06-26 12:46:27 +08:00 |
|
liuya6
|
0902de7504
|
修改tinymce富文本下拉菜单错位的bug (#1996)
|
2022-06-24 04:37:38 +08:00 |
|