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
dap
00ddda1937
feat: dict demo
2025-07-22 21:37:17 +08:00
dap
317c17ee88
refactor: spel
2025-07-22 19:59:26 +08:00
dap
a971369b91
fix: required
2025-07-22 19:21:28 +08:00
dap
999e30bd7a
fix: 删除不需要弹出 操作列不需要点击事件
2025-07-22 17:53:47 +08:00
ut
eceedefc60
fix: 处理通知公告创建人查询后端报错(修改字段名称)
2025-07-22 15:33:48 +08:00
dap
c762f8370b
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
2025-07-20 16:59:49 +08:00
vben
1575619d53
chore: release v5.5.8
2025-07-19 22:19:50 +08:00
Jin Mao
d5a36a167d
fix: fix vxeTable commit proxy ( #6536 )
...
* fix: 修正use-vxe-grid中的代理配置提交类型
* chore: change config
2025-07-19 16:07:15 +08:00
dap
296899fc33
feat: 微服务版本 logout接口在配置错误的情况返回401的提示(解决死循环调用logout接口)
2025-07-18 18:23:55 +08:00
dap
6311f8edea
refactor: 登出接口Promise.all
2025-07-18 16:14:55 +08:00
dap
10c0298bb7
fix: draft hover
2025-07-18 12:40:34 +08:00
dap
0d47da06e9
fix: 草稿状态逻辑
2025-07-18 12:04:25 +08:00
dap
5d88de78c7
refactor: 请假申请 按钮区域重构
2025-07-18 11:55:25 +08:00
dap
808406ebce
feat: 字典(DictTag)支持fallback属性(未匹配到字典项时的回显)
2025-07-18 11:40:19 +08:00
dap
253c9b5248
feat: useVbenForm 增加 TimeRangePicker(时间区间选择) 组件
2025-07-18 10:20:37 +08:00
玲娜贝er
a7297e62a3
Revert "feat: useVbenForm 增加 TimeRangePicker(时间区间选择) 组件"
...
This reverts commit 645a9f18f7 .
2025-07-18 02:17:11 +00:00
dap
645a9f18f7
feat: useVbenForm 增加 TimeRangePicker(时间区间选择) 组件
2025-07-18 10:14:47 +08:00
panda7
fc9ea347ca
Merge branch 'main' into feat/add-vben-modal-animation
2025-07-18 00:38:54 +08:00
panda7
1a9b0509d5
feat: add animation effects to VbenModal component
2025-07-18 00:15:40 +08:00
dap
5c9c0df986
chore: 临时解决vite.config.mts爆红
2025-07-17 19:29:38 +08:00