明修
|
b30270a3fb
|
fix: 修复部分图标未居中的问题 (#2917)
|
2023-07-20 14:44:22 +08:00 |
zhangshujun
|
cb64e5d24c
|
From default value (#2913)
* feat: defaultValue赋值后不改动时间相关字段无法格式化问题
* feat: 更新处理方式
* feat: 去除未引用方法
---------
Co-authored-by: zhangshujun <zhangsj01@51cto.com>
|
2023-07-17 16:52:21 +08:00 |
LittleSaya
|
a4e70b9efe
|
通过把名称编码成hex,使项目能够在VITE_GLOB_APP_TITLE包含特殊字符时正常打包 (#2910)
* Update env.ts
使getVariableName能处理含有特殊字符的标题
* Update appConfig.ts
是getVariableName能处理包含特殊字符的标题的情况
|
2023-07-13 10:44:13 +08:00 |
xingyu
|
c6e135195a
|
修复合并代码导致的冲突 (#2905)
* fix: 合并代码导致的问题,升级vite 4.4.0
* fix: stylelint
|
2023-07-07 07:06:36 +08:00 |
xingyu
|
1262e13067
|
升级最新依赖 并修复eslint报错 (#2896)
* chore: update deps
* fix: import.meta.globEager 已过期
* docs: fix doc bugs
* fix: eslint
* fix: lint:prettier
* fix: stylelint
* chore: update deps
* fix: eslint
* refactor: accountdetail setup
* fix: 'Nullable' is not defined
* feat: remove vite-plugin-vue-setup-extend
* chore: remove unplugin-vue-define-options
* fix(component): pageWrapper
use setup
closed #2898
* refactor: PageFooter use setup
---------
Co-authored-by: jinmao88 <50581550+jinmao88@users.noreply.github.com>
|
2023-07-06 15:00:38 +08:00 |
LanceJiang
|
5ad5c8cdc7
|
fix: 类似 /comp/table/formTable页面 rowSelection.selectedRowKeys 数据双向绑定时 clickToRowSelect RowClick 触发失效 (#2893)
|
2023-06-29 21:04:06 +08:00 |
Li Kui
|
27cb958c2e
|
fix: Cropper typo (#2891)
|
2023-06-28 16:52:33 +08:00 |
Kirk Lin
|
7535db377f
|
fix(utils): deepMerge failing to correctly merge basic data types (#2872)
|
2023-06-19 16:59:44 +08:00 |
jinmao88
|
a0fdceeae7
|
fix: 修复边栏无法打开问题,deepMerge函数有问题未修复
|
2023-06-17 09:44:06 +08:00 |
jinmao88
|
c6e5c0f5f1
|
perf: 组件修改为setup
|
2023-06-17 09:42:42 +08:00 |
tawen
|
4c381596a9
|
fix: 可编辑单元格editCellTable,当值为空时无法进行编辑 (#2867)
* fix: 修复 Cannot access 'pagewrapper' before initialization
* fix: 修复 角色管理 编辑角色时,角色状态不正确
* fix: 可编辑单元格editCellTable,当值为空时无法进行编辑
* fix: 可编辑单元格editCellTable,当值为空时无法进行编辑
|
2023-06-16 07:40:35 +08:00 |
tawen
|
7bcdb46148
|
fix: 修复当设置apiselect的immediate为false时,默认赋值后取值不正确传入默认options方案 (#2862)
|
2023-06-14 06:09:03 +08:00 |
tawen
|
d33ccd042f
|
fix: 修复 角色管理 编辑角色时,角色状态不正确 (#2861)
* fix: 修复 Cannot access 'pagewrapper' before initialization
* fix: 修复 角色管理 编辑角色时,角色状态不正确
|
2023-06-14 06:08:51 +08:00 |
zty
|
08f479f3e1
|
RoleDrawe.vue 改造为setup,角色编辑时状态不正确 (#2857)
* chore: 改造为setup
* fix: 状态不一致
|
2023-06-14 06:08:39 +08:00 |
zuihou
|
c054d73fe6
|
feat: 保持 和 windi 一样的全局样式,减少升级带来的影响
close 2814
close 2818
https://github.com/vbenjs/vue-vben-admin/issues/2814
https://github.com/vbenjs/vue-vben-admin/issues/2818
|
2023-06-12 10:44:20 +08:00 |
Kirk Lin
|
1f287145f4
|
fix(deepMerge): 去掉合并错误的代码 (#2848)
|
2023-06-10 17:19:18 +08:00 |
Kirk Lin
|
9c43c74131
|
Revert "fix(deepMerge): fix recursive merge data without removing duplicate bugs (#2831)" (#2844)
This reverts commit 7ca007ecd5.
Co-authored-by: jinmao88 <50581550+jinmao88@users.noreply.github.com>
|
2023-06-10 09:23:39 +08:00 |
Kirk Lin
|
c516d39225
|
fix(deepMerge): the default merge strategy is to replace the array (#2843)
|
2023-06-10 09:21:20 +08:00 |
Norton
|
a1283c1322
|
fix:关闭其它页签需要使用fullPath来判断,更新缓存后需要同时更新localStorage,否则刷新页面页签会再次加载 (#2847)
* fixed:修复操作页签后 打开页面需要使用fullPath,否则可能会导致参数丢失引起数据加载异常。
* fix:关闭其它页签需要使用fullPath来判断,更新缓存后需要同时更新localStorage,否则刷新页面页签会再次加载
---------
Co-authored-by: lichi <lichi@ilinecn.com>
|
2023-06-10 09:12:20 +08:00 |
tawen
|
cc88e1a66c
|
fix: 修复 Cannot access 'pagewrapper' before initialization (#2835)
|
2023-06-07 08:42:39 +08:00 |
jinmao88
|
6aa3f934d0
|
Revert "perf: 优化modal弹窗样式 (#2824)" (#2834)
This reverts commit 1e8fab3fe5.
|
2023-06-06 16:30:01 +08:00 |
luojz
|
7ca007ecd5
|
fix(deepMerge): fix recursive merge data without removing duplicate bugs (#2831)
Co-authored-by: luojingzhou <luojingzhou@kezaihui.com>
|
2023-06-06 14:15:44 +08:00 |
Kyun Wong
|
361a189f6a
|
fix: 修复未传参(params)的时,redo失效的问题 (#2826)
Co-authored-by: kelvin <kyun.wang@jodoinc.com>
|
2023-06-05 11:05:10 +08:00 |
前端爱码士
|
19fd49e22d
|
perf: 优化tree getIcon方法类型定义 (#2825)
|
2023-06-05 11:04:56 +08:00 |
前端爱码士
|
1e8fab3fe5
|
perf: 优化modal弹窗样式 (#2824)
|
2023-06-05 11:04:37 +08:00 |
HUCHAOQI
|
c118e83a2b
|
修复axios中responseInterceptorsCatch的类型 (#2811)
* fix(table): 使用lodash 的merge来递归assign,优化在多对象嵌套情况下的结构
* fix(view): 修复登入页面点击其他登入方式后返回时视图异常的bug
* fix(util): 修复类型错误
|
2023-05-30 10:14:02 +08:00 |
Peng Peidong
|
31d44ad372
|
fix(api/demo): fix typo (#2808)
|
2023-05-30 10:13:53 +08:00 |
GauharChan
|
5de89b5ec5
|
perf(demo): 动态更换表格配置 (#2793)
|
2023-05-24 16:42:39 +08:00 |
xiaoWangSec
|
0347c83620
|
fix: 修复VITE_GLOB_APP_TITLE中不能存在-的问题#1522 (#2794)
* fix #1522
fix #1522
* fix #1522
fix #1522
* fix #1522
fix #1522
|
2023-05-24 16:42:30 +08:00 |
HUCHAOQI
|
e154d1366c
|
Fix/views login (#2789)
* fix(table): 使用lodash 的merge来递归assign,优化在多对象嵌套情况下的结构
* fix(view): 修复登入页面点击其他登入方式后返回时视图异常的bug
|
2023-05-22 10:10:37 +08:00 |
LanceJiang
|
b13c4a81fc
|
fix: 由于 多路径字段获取值 (#2664) 处理 造成的 set value值为0||''时不成功的情况 (#2776)
|
2023-05-19 16:35:58 +08:00 |
Kyun Wong
|
afacf68825
|
fix: 解决重定向路径 params 参数丢失问题 (#2753)
Co-authored-by: kelvin <kyun.wang@jodoinc.com>
|
2023-05-10 13:59:36 +08:00 |
Norton
|
60a3b6a9f9
|
fixed:修复操作页签后 打开页面需要使用fullPath,否则可能会导致参数丢失引起数据加载异常。 (#2768)
Co-authored-by: lichi <lichi@ilinecn.com>
|
2023-05-10 13:59:06 +08:00 |
GauharChan
|
b97d588392
|
refactor: 完善ColumnSetting的操作逻辑 (#2745)
|
2023-04-30 22:52:42 +08:00 |
zhenbintuo
|
cfbd5e9851
|
修复insertNodesByKey方法批量添加异常问题 (#2695)
当批量添加节点parentKey为空时,未赋值treeDataRef导致添加异常
|
2023-04-08 00:03:11 +08:00 |
kissGoodBye
|
122db78e84
|
feat(directives/ellipsis): add ellipsis directive (#2688)
|
2023-04-07 09:22:51 +08:00 |
vben
|
335f30c887
|
chore: 优化 useScrollTo、useWindowSizeFn
|
2023-04-07 00:12:26 +08:00 |
vben
|
6a9bd686d5
|
chore: remove LazyContainer
|
2023-04-06 23:49:20 +08:00 |
vben
|
762e5dee14
|
fix: 修复循环依赖问题
|
2023-04-06 23:16:15 +08:00 |
vben
|
fa18365c21
|
chore: 移除 useTimeoutFn文件,使用 vueuse
|
2023-04-06 22:49:16 +08:00 |
vben
|
feadf64ee3
|
fix: Icon加载问题
|
2023-04-06 22:47:39 +08:00 |
vben
|
553ee9c7ae
|
chore: revert fix(Icon): Cannot access Icon before initialization #2680 (#2683)
|
2023-04-06 22:44:26 +08:00 |
vben
|
9f8e010534
|
feat: 重构 useRefs
|
2023-04-06 22:17:18 +08:00 |
vben
|
14ba72dd1c
|
fix: 主题样式设置无效,close #2685
|
2023-04-06 22:12:17 +08:00 |
前端爱码士
|
be0d35394c
|
fix: 解决项目配置/界面功能/自动锁屏&菜单展开宽度样式变形问题 (#2681)
|
2023-04-06 22:03:26 +08:00 |
Kirk Lin
|
b14a15e66b
|
refactor: axios Canceler use AbortController (#2676)
|
2023-04-06 22:03:12 +08:00 |
Kirk Lin
|
ae5f5cb13c
|
feat: sync mitt (#2677)
|
2023-04-06 22:03:00 +08:00 |
Kirk Lin
|
ccaa84c305
|
fix: axios type (#2678)
* fix: axios type
* fix: axios type
|
2023-04-06 22:02:42 +08:00 |
xingyu
|
7469312ffc
|
fix(Icon): Cannot access Icon before initialization #2680 (#2683)
* fix(Icon): Cannot access Icon before initialization
* fix(comps): import eslint
* fix(Icon): Cannot access Icon before initialization
* fix(comps): import eslint
|
2023-04-06 22:02:02 +08:00 |
oooplz
|
401fcaf325
|
fix: 空数组覆盖有效数组 (#2687)
|
2023-04-06 22:01:25 +08:00 |
vben
|
5e8ef2f64f
|
feat: 添加 defineOptions
|
2023-04-06 00:08:17 +08:00 |
vben
|
8e5a6b7ce5
|
perf: 修复部分 eslint 错误
|
2023-04-05 22:47:14 +08:00 |
vben
|
279977b817
|
feat: 逐步抽离部分包到packages
|
2023-04-05 22:29:16 +08:00 |
vben
|
d25df8321e
|
chore: windcss -> unocss
|
2023-04-05 18:17:55 +08:00 |
luoawai
|
6b30c9f7bb
|
fix(useFormItem):修复ApiSelect的onChange事件获取不到第二个参数(#2592) (#2674)
|
2023-04-05 15:58:43 +08:00 |
vben
|
aedb8e53aa
|
perf: 优化env字段
|
2023-04-05 15:58:03 +08:00 |
vben
|
5e99463cd0
|
perf: Refactor vite configuration
|
2023-04-05 00:20:48 +08:00 |
vben
|
c2590cbfb5
|
Merge branch 'main' of https://github.com/anncwb/vue-vben-admin
|
2023-04-04 17:14:06 +08:00 |
oooplz
|
af54b0fbc6
|
feat: 多路径字段获取值 (#2664)
|
2023-04-04 16:59:43 +08:00 |
Cherelle Spencer
|
4418eccfab
|
fix(deepMerge): 修复递归合并操作, 合并数组未去重的bug (#2667)
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
|
2023-04-04 16:59:30 +08:00 |
Cherelle Spencer
|
02d41197b6
|
fix: propTypes.extend()方法已经废弃, 改为官方推荐的ES6+方法 (#2670)
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
|
2023-04-04 16:59:19 +08:00 |
vben
|
ba2415c3b4
|
chore: Extract lint config
|
2023-04-04 16:55:34 +08:00 |
vben
|
8180b2d15f
|
chore: 暂时移除主题切换及暗黑模式切换功能
|
2023-04-02 00:02:52 +08:00 |
vben
|
fea323cff1
|
chore: css is no longer imported on demand
|
2023-04-01 23:53:26 +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〆苗大
|
302afe5860
|
fix(项目配置): 修复 #2652 重置项目配置,导致左侧菜单栏整体变成白色 (#2656)
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
|
2023-03-30 09:53:44 +08:00 |
Wit〆苗大
|
7b21e9dc24
|
fix(useFormEvents): 修复#2648修改导致的末尾大括号丢失 (#2655)
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
|
2023-03-30 09:53:24 +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 |
oooplz
|
1b30834eb3
|
feat: 解构字段设置value (#2648)
|
2023-03-29 14:59:11 +08:00 |
Wit〆苗大
|
c5f97b9d9f
|
perf(BasicTable): css 内 ant-tag margin改动仅对表格内单元格生效, 防止影响其他地方的tag (#2653)
* perf(BasicTable): ant-tag margin改动仅对表格内单元格生效, 防止影响其他地方的tag, 如搜索表单内时间范围自定预设范围的tag
* perf(BasicTable):css 内 ant-tag margin改动仅对表格内单元格生效, 防止影响其他地方的tag, 如搜索表单内时间范围自定预设范围的tag
---------
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
|
2023-03-29 14:58:42 +08:00 |
Lantz
|
3a1ec7ac86
|
fix(hooks): 修改在使用useEcharts时, getInstance无法获取到最新的echarts实例的问题 (#2650)
|
2023-03-29 14:58:18 +08:00 |
Kirk Lin
|
4c63b1abb7
|
refactor: deepMerge (#2649)
|
2023-03-28 21:34:11 +08:00 |
LooSheng
|
74ded8aed7
|
perf: respect the writing style of pinia getters (#2645)
|
2023-03-24 17:48:35 +08:00 |
wh
|
d620758c2f
|
fix(ApiSelect): 支持x.x.x格式 (#2637)
Co-authored-by: whong <whif@foxmail.com>
|
2023-03-23 11:45:44 +08:00 |
luocong2016
|
f2ec2ca273
|
feat: 添加更多配置项 (#2607)
|
2023-03-17 12:35:38 +08:00 |
zty
|
b66a83c10f
|
fix: upload component preview .webp image (#2631)
Co-authored-by: tianyuan233 <zty.dev@outlook.com>
|
2023-03-16 13:05:07 +08:00 |
zty
|
7bbb86249b
|
fix: set type of FormActionType.setFieldsValue same as type of setFieldsValue in useFormEvents (#2630)
|
2023-03-16 13:04:49 +08:00 |
zty
|
b0a45d4739
|
fix: modalheader dblclick (#2628)
|
2023-03-15 13:22:57 +08:00 |
lzdjack
|
1095d44110
|
feat: 替换vextable中button组件 (#2625)
|
2023-03-14 17:06:57 +08:00 |
Wit〆苗大
|
e938e8e9a8
|
perf(BasicButton): 按钮颜色设置支持主题色primary (#2623)
Co-authored-by: 苗大 <caoshengmiao@hypergryph.com>
|
2023-03-14 17:06:41 +08:00 |
予ヾ
|
3b0077dc73
|
fix: 修复水印重复叠加问题 (#2622)
Co-authored-by: whong <whif@foxmail.com>
|
2023-03-14 17:06:25 +08:00 |
lzdjack
|
3de5b53bcd
|
fix: 修复表单验证 (#2620)
1.优化验证
2.修复自定义组件验证出错的问题
|
2023-03-14 17:06:10 +08:00 |
qixianc94
|
d7f5dfeb9f
|
fix: ApiTransfer的targetKeys属性无效 (#2615)
|
2023-03-10 11:32:49 +08:00 |
儿时的夏日
|
85bc1f2340
|
fix: vxe-table与vben ApiTreeSelect适配 (#2613)
|
2023-03-10 11:32:36 +08:00 |
Partoo
|
edede25c8f
|
fix: 修复TypeError: item.indexOf is not a function报错 (#2611)
|
2023-03-10 11:31:51 +08:00 |
mfish
|
6da30edef5
|
fix(SettingFooter): 解决主题重置后Theme不实时更新问题 (#2608)
* feat(axiosSuccess): 操作成功后根据传入提示模式进行相应
* fix(axiosRetry): 解决get重试请求返回的headers造成无法成功请求的问题
* fix(axiosRetry): 参数首字母小写
* fix(useDataSource): 解决deleteTableRecord删除树形表格的行记录时,无法删除,无法找到子节点的问题
* feat(useDataSource): 删除之前提交代码遗留的console
* fix(permissionGuard): 当获取用户信息失败时,不允许正常登陆返回登陆界面
* fix(permissionGuard): 代码还原
* fix(menu): 解决隐藏菜单目录只能隐藏第一层目录的问题,递归隐藏所有子菜单
* feat(baseSetting): 个人设置图标修改时弹出窗显示原图片,由于跨域获取图片存在问题暂时将user.ts中的跨域图片链接去掉,直接采用本地图片
* fix(ApiSelect): 解决参数类型为string时的警告问题
* fix(SettingFooter): 解决主题重置后Theme不实时更新问题
|
2023-03-10 11:31:31 +08:00 |
superlollipop
|
d9286b5345
|
修复表格设置固定列,事件回调数据错误 (#2605)
* fix: 修复异步加载表格列时,表格设置显示列为空
* fix: 修复表格设置固定按钮回调事件,未过滤当前选择的列导致回调数据错误
|
2023-03-06 17:29:54 +08:00 |
JokeHe
|
8d218ec8d5
|
Update useTree.ts (#2602)
修复获取子节点出错
|
2023-03-06 11:24:24 +08:00 |
luocong2016
|
72dbe574d3
|
fix: 修复表单验证失败的多个错误提示,语法报错问题 (#2601)
|
2023-03-06 11:24:09 +08:00 |
superlollipop
|
4c91ac11e2
|
fix: 修复异步加载表格列时,表格设置显示列为空 (#2599)
|
2023-03-04 14:08:32 +08:00 |
前端爱码士
|
ce480c5d66
|
fix: 解决BasicModal弹窗动态:wrapClassName属性被useFullScreen hooks覆盖的问题 (#2598)
|
2023-03-04 14:08:23 +08:00 |
前端爱码士
|
7f5e415da9
|
fix: 修复deepMerge方法问题 (#2597)
|
2023-03-04 14:08:13 +08:00 |
yx lin
|
714a351036
|
Feat/cancel event (#2593)
* feat(excel): add cancel event for import excel
* feat(excel): add cancel emits
|
2023-03-03 13:14:01 +08:00 |
luocong2016
|
a78c3a305b
|
Update CollapseHeader.vue (#2583)
#2582
|
2023-03-02 15:14:00 +08:00 |
前端爱码士
|
bb8c2dea40
|
fix: 解决IconPicker初始拷贝了value的值,导致剪切板内容被覆盖 (#2591)
|
2023-03-02 15:13:45 +08:00 |
luocong2016
|
dce3aba20d
|
refactor: 重构案例代码 (#2589)
|
2023-03-02 15:13:30 +08:00 |
jsong
|
256e0275fe
|
Feat/modify input excel (#2587)
* feat: optimize parameter
* Revert "feat: optimize parameter"
This reverts commit 957dfc95ddab598f260d3974732d56f802e7f0bd.
* feat: can input irregulate excel
|
2023-02-27 12:52:09 +08:00 |
tttleon
|
c70cf3cace
|
fix 主动调用 axioscancelToken 的 cancel 取消请求时 无效的问题 (#2586)
cancelToken 如果被深拷贝,会导致最外层无法使用cancel方法来取消请求
|
2023-02-27 12:51:51 +08:00 |
前端爱码士
|
4f4bec0c22
|
fix: 修复消息hooks icon类型 (#2585)
|
2023-02-27 12:51:26 +08:00 |
luocong2016
|
491941e4c5
|
fix<CollapseContainer>: v-show 才不会丢失目标容器 (#2584)
|
2023-02-27 12:51:13 +08:00 |