dap
d4df6ba0ac
refactor: empty占位
2025-08-14 10:02:43 +08:00
dap
d8d8ecf308
refactor: close的清理
2025-08-14 09:34:32 +08:00
dap
bc46cc8341
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-08-13 17:36:44 +08:00
dap
e3b0060258
Merge branch 'dev' of https://gitee.com/dapppp/ruoyi-plus-vben5 into dev
2025-08-13 17:18:36 +08:00
diantu
744d492132
修复在某些情况下用户管理编辑页面保存后会导致密码更新为明文初始密码的问题
2025-08-13 16:53:16 +08:00
dap
354e4f9c50
update: 上传组件help message样式
2025-08-13 15:58:26 +08:00
dap
8432098556
docs: changelog
2025-08-13 15:52:35 +08:00
dap
61f4092394
fix: 改为taskId
2025-08-13 15:50:55 +08:00
dap
733aaabb4c
refactor: 流程 按钮图标
2025-08-13 13:54:34 +08:00
dap
b775ab6660
refactor: timeline样式
2025-08-13 13:15:36 +08:00
玲娜贝er
9fc19bd255
Revert "update: target _self"
...
This reverts commit eb8cedc695 .
2025-08-13 03:08:48 +00:00
dap
eb8cedc695
update: target _self
2025-08-13 11:02:21 +08:00
dap
a17618423c
refactor: oss下载 重构为浏览器原生下载(非阻塞)
2025-08-13 10:07:38 +08:00
dap
9eb9fef430
update: wechat group
2025-08-12 21:30:22 +08:00
谦元吉
ab7e363279
fix(@vben/backend-mock): fix all ts type errors in this module ( #6613 )
...
* fix(@vben/backend-mock): 修复所有 ts 类型报错
* fix(@vben/backend-mock): 修复该模块所有 ts 类型报错
* fix(@vben/backend-mock): 解决 coderabbitai
* fix(@vben/backend-mock): 解决 coderabbitai
* fix(@vben/backend-mock): 解决 coderabbitai
2025-08-12 17:23:39 +08:00
dap
b1d933e2b4
refactor: timeline样式
2025-08-11 19:30:42 +08:00
玲娜贝er
651ea1dfa6
回退 'Pull Request !48 : 加密的数据原始上传'
2025-08-11 06:30:24 +00:00
dap
1912b49c21
refactor: 按钮位置
2025-08-08 15:02:47 +08:00
dap
d9a2f8caa1
docs: changelog
2025-08-08 11:10:16 +08:00
dap
ccb53f377a
refactor: 发起流程前的loading
2025-08-08 10:29:48 +08:00
dap
6ef3586811
refactor: 调整命名
2025-08-08 10:10:51 +08:00
dap
c401a3092f
refactor: 使用映射方式替换iframe来显示流程详情
2025-08-08 10:07:16 +08:00
dap
46e642a2ce
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-08-08 09:27:26 +08:00
xueyang
9fc594434f
perf: 优化useVbenForm样式 ( #6611 )
...
* perf(style): 优化useVbenForm垂直布局 actions 样式
* perf(style): 优化useVbenForm actions 布局样式
- 操作按钮组显示位置
```
actionPosition?: 'center' | 'left' | 'right';
```
- 操作按钮组的样式
```
actionType?: 'block' | 'inline'
inline: 行类显示,block: 新一行单独显示
```
* perf: 优化useVbenForm actions 布局样式
删除 actionType
增加 actionLayout
- actionLayout?: 'inline' | 'newLine' | 'rowEnd';
- newLine: 在新行显示。rowEnd: 在行内显示,靠右对齐(默认)。inline: 使用grid默认样式
- 删除无用代码 queryFormStyle
* perf: 优化useVbenForm使用案例
* perf: 优化form组件样式
去掉padding,改为gap
* docs: update vben-form.md
* fix: 修复FormMessage位置
* perf: Avoid direct mutation of props object.
- props.actionLayout = props.actionLayout || 'rowEnd';
- props.actionPosition = props.actionPosition || 'right';
+ const actionLayout = props.actionLayout || 'rowEnd';
+ const actionPosition = props.actionPosition || 'right';
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* fix: 修复 wrapperClass 权重
* fix: 全局搜索结果不匹配 #6603
* fix: 避免FormMessage溢出
---------
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-08-07 23:48:34 +08:00
dap
06adac4973
docs: changelog
2025-08-07 21:21:41 +08:00
dap
308c1a9cc7
refactor: 因为编辑表格判断点击单元格之外的元素会取消编辑状态,此时需要事件拦截
2025-08-07 21:12:54 +08:00
dap
c92d6a2b1d
feat: vxe/antd可编辑表格适配器 & 可编辑demo
2025-08-07 20:31:41 +08:00
玲娜贝er
97231de753
Revert "update: 测试代码"
...
This reverts commit ff36765aa2 .
2025-08-07 04:01:37 +00:00
dap
ff36765aa2
update: 测试代码
2025-08-07 11:59:37 +08:00
dap
2367cc81af
chore: version update
2025-08-05 17:48:15 +08:00
dap
dcd6afb6af
style: 默认主题色修改为#1677FF(antd主题色)
2025-08-05 17:47:18 +08:00
dap
0459047ab7
refactor: 去除alert
2025-08-05 09:30:23 +08:00
dap
807e6b5f27
refactor: 已经不需要disabled
2025-08-05 09:28:37 +08:00
dap
04becaf3ab
refactor: fallow flow update
2025-08-04 19:32:13 +08:00
dap
da0f0c3ccf
update: wechat group
2025-08-04 13:27:39 +08:00
dap
a2f1dbff71
feat: 通知公告 + demo代码
2025-08-01 12:02:24 +08:00
dap
491d36b7a8
feat: Tinymce 保存图片id 提供contentWithOssIdTransform来显示私有桶图片
2025-08-01 11:53:28 +08:00
dap
decc5d6e88
refactor: alt为空导致崩溃
2025-08-01 09:41:29 +08:00
candicandi
d92740b176
加密的数据原始上传
...
加密以后的数据还使用json头会被Axios json化而导致在数据前会会有"
Signed-off-by: candicandi <zl@canditd.com>
2025-07-31 06:26:14 +00:00
dap
8f1c703e89
update: 微服务与单体 不兼容地方说明
2025-07-30 17:33:33 +08:00
dap
ac6099cc96
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-07-29 17:27:37 +08:00
dap
9e78659696
update: wechat
2025-07-29 17:27:07 +08:00
leo
b93e22c45a
fix(@vben/layouts): respect base URL when opening route in new window ( #6583 )
...
Previously, the generated URL for opening routes in a new window did not include the router base,
which led to incorrect paths when the app was deployed under a subdirectory (e.g., /admin/).
This change ensures that the resolved path includes the configured base by using
router.resolve(path).href.
2025-07-29 13:46:05 +08:00
dap
d22e494551
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-07-28 20:06:10 +08:00
Jin Mao
193f5b6512
Merge branch 'main' into 2025072604
2025-07-28 15:53:04 +08:00
Jin Mao
cb3f96683f
fix: 修复双列布局模式下,路由为hideInMenu时,空白右列
2025-07-28 15:50:21 +08:00
zhongming4762
06ffdf164a
feat: add dingding login
2025-07-25 22:02:55 +08:00
ming4762
5b75e5e917
perf: perf the control logic of VbenModal full screen and header ( #6566 )
...
* resolve the issue of header=false and full screen button display but not operable
2025-07-25 21:45:45 +08:00
aonoa
fad0b49841
fix: adding roles does not automatically refresh ( #6548 )
...
* fix: adding roles does not automatically refresh
* style: fix code style err
2025-07-25 21:35:57 +08:00
Jin Mao
260e45cd7b
Merge branch 'main' into feat/add-vben-modal-animation
2025-07-25 21:33:11 +08:00