Commit Graph

1186 Commits

Author SHA1 Message Date
dap
89047a7dde chore: 字典相关逻辑 2024-10-12 14:10:19 +08:00
dap
329b41bc44 docs: changelog 2024-10-12 11:30:29 +08:00
dap
21e05a1bc8 Merge branch 'main' of https://gitee.com/dapppp/ruoyi-plus-vben5 2024-10-12 11:29:19 +08:00
dap
0a27114ea3 fix: 登出相关逻辑在并发(非await)情况下重复执行的问题 2024-10-12 11:29:06 +08:00
dap
113c2d60b5 fix: menu support i18n 2024-10-11 21:20:23 +08:00
dap
fbbb023971 chore: 注释 2024-10-11 21:05:25 +08:00
dap
1a6e5d22fd chore: v-access类型标注 2024-10-11 20:58:59 +08:00
dap
c5fcf50c76 chore: 必须深拷贝才能进行修改 2024-10-11 17:34:56 +08:00
dap
be06f4cb50 chore: 溢出展示形式 不加会有warning 2024-10-11 17:34:13 +08:00
dap
6f098cd5c0 fix: page table default params 2024-10-11 17:28:56 +08:00
dap
9288341c85 fix: 菜单选择的i18n处理 2024-10-11 13:44:08 +08:00
dap
2099e672ce chore: help message 2024-10-11 10:15:44 +08:00
dap
2eff47b59a fix: title 2024-10-11 10:08:29 +08:00
dap
27f62c2bab feat: 支持i18n菜单 2024-10-11 09:29:06 +08:00
dap
f707fcb3da Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-10-11 08:43:19 +08:00
dap
26ac896f5c style: 优化代码 2024-10-11 08:08:19 +08:00
Vben
304b1b2efc
fix: when a table switches paging, no form parameters will be carried (#4607)
* fix: when a table switches paging, no form parameters will be carried

* chore: typo
2024-10-10 22:48:25 +08:00
Vben
f923f59070
fix: metadata version number injection error (#4606)
* fix: metadata version number injection error

* chore: update deps
2024-10-10 22:30:50 +08:00
GavinLucky
437cb02e11
feat: preferences settings panel to add display switches with copyright (#4603)
* feat: preferences settings panel to add display switches with copyright

* feat: 更新 snapshots 测试用例

---------

Co-authored-by: ZhangYantao <Gavin@163.com>
2024-10-10 21:59:43 +08:00
dap
b20174d110 docs: 最低版本要求 2024-10-10 16:59:10 +08:00
dap
21015c6dd7 chore: 兼容写法(原方式在node22会报错) 2024-10-10 16:25:05 +08:00
dap
132e20f83e chore: remove pnpmlock 2024-10-10 16:11:28 +08:00
dap
663bad5e71 refactor: 文件类型判断 2024-10-10 15:06:32 +08:00
dap
26ee8e28ea refactor: upload component (wip) 2024-10-10 14:21:16 +08:00
dap
d10f950b6b chore: 菜单图标的提示信息 2024-10-10 13:31:36 +08:00
dap
60d513ce40 feat: 路由参数 2024-10-10 11:48:26 +08:00
Netfan
ba539f6793
chore: correct spelling for 'dragable' (#4600) 2024-10-10 10:55:52 +08:00
dap
fffe2d0db9 fix: 漏掉了登录日志日期查询 2024-10-10 09:46:42 +08:00
dap
2e8563d808 docs: changelog 2024-10-10 09:24:12 +08:00
dap
f8e480d724 chore: 需要重新加载字典 2024-10-10 09:23:18 +08:00
dap
e6374a6a06 feat: 自定义列 保存在localStorage 2024-10-10 09:13:50 +08:00
dap
521ba6af9c chore: vxe默认显示条数 2024-10-10 08:31:40 +08:00
dap
df79908056 feat: 操作日志 排序查询 2024-10-10 08:27:56 +08:00
dap
493a0effe8 perf: fetchUserInfo 2024-10-10 08:13:09 +08:00
dependabot[bot]
078f255e1a
chore(deps-dev): bump vite-plugin-dts from 4.2.1 to 4.2.3 in the non-breaking-changes group (#4591)
* chore(deps-dev): bump vite-plugin-dts in the non-breaking-changes group

Bumps the non-breaking-changes group with 1 update: [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts).


Updates `vite-plugin-dts` from 4.2.1 to 4.2.3
- [Release notes](https://github.com/qmhc/vite-plugin-dts/releases)
- [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/qmhc/vite-plugin-dts/compare/v4.2.1...v4.2.3)

---
updated-dependencies:
- dependency-name: vite-plugin-dts
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: non-breaking-changes
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: update deps

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-10-09 22:25:37 +08:00
dap
961f65215d feat: 图片上传/回显支持绑定string类型 2024-10-09 22:20:09 +08:00
Vben
ba4662522e
fix: fix request not displaying interface error messages correctly (#4596) 2024-10-09 22:08:55 +08:00
yrming
8fe87b10dc
fix(docs): typo (#4595) 2024-10-09 21:52:26 +08:00
dap
99a0c63f92 chore: remove log 2024-10-09 21:30:00 +08:00
dap
3b8b8812a5 docs: code gen docs 2024-10-09 17:55:31 +08:00
dap
836e845051 chore: docs 2024-10-09 17:51:39 +08:00
dap
2af01881ab chore: dataName 2024-10-09 16:46:06 +08:00
dap
cf53a4f3bd chore: 租户选择框浮层固定高度[256px] 超过高度自动滚动 2024-10-09 13:58:01 +08:00
dap
11a0b2f2f3 Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-10-09 07:36:02 +08:00
Vben
2dbd323b2a
fix: fix the form-api reactive failure inside the form (#4590)
* fix: fix the form-api reactive failure inside the form
2024-10-08 22:43:02 +08:00
dap
403b73978b Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin 2024-10-08 16:54:11 +08:00
dap
f873b8ac3e chore: fixed tree search 2024-10-08 16:52:30 +08:00
dap
6cdcc8cbca chore: tree full content 2024-10-08 16:41:34 +08:00
dap
846bab7b7e feat: 新增从参数取默认密码 2024-10-08 15:17:18 +08:00
dap
a7b8b6efb0 docs: readme 2024-10-08 14:59:24 +08:00