dap
c401a3092f
refactor: 使用映射方式替换iframe来显示流程详情
5 months ago
dap
46e642a2ce
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
5 months ago
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>
5 months ago
dap
06adac4973
docs: changelog
5 months ago
dap
308c1a9cc7
refactor: 因为编辑表格判断点击单元格之外的元素会取消编辑状态,此时需要事件拦截
5 months ago
dap
c92d6a2b1d
feat: vxe/antd可编辑表格适配器 & 可编辑demo
5 months ago
玲娜贝er
97231de753
Revert "update: 测试代码"
...
This reverts commit ff36765aa2 .
5 months ago
dap
ff36765aa2
update: 测试代码
5 months ago
dap
2367cc81af
chore: version update
5 months ago
dap
dcd6afb6af
style: 默认主题色修改为#1677FF(antd主题色)
5 months ago
dap
0459047ab7
refactor: 去除alert
5 months ago
dap
807e6b5f27
refactor: 已经不需要disabled
5 months ago
dap
04becaf3ab
refactor: fallow flow update
5 months ago
dap
da0f0c3ccf
update: wechat group
5 months ago
dap
a2f1dbff71
feat: 通知公告 + demo代码
5 months ago
dap
491d36b7a8
feat: Tinymce 保存图片id 提供`contentWithOssIdTransform`来显示私有桶图片
5 months ago
dap
decc5d6e88
refactor: alt为空导致崩溃
5 months ago
candicandi
d92740b176
加密的数据原始上传
...
加密以后的数据还使用json头会被Axios json化而导致在数据前会会有"
Signed-off-by: candicandi <zl@canditd.com>
5 months ago
dap
8f1c703e89
update: 微服务与单体 不兼容地方说明
5 months ago
dap
ac6099cc96
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
5 months ago
dap
9e78659696
update: wechat
5 months ago
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.
5 months ago
dap
d22e494551
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
5 months ago
Jin Mao
193f5b6512
Merge branch 'main' into 2025072604
5 months ago
Jin Mao
cb3f96683f
fix: 修复双列布局模式下,路由为hideInMenu时,空白右列
5 months ago
zhongming4762
06ffdf164a
feat: add dingding login
5 months ago
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
5 months ago
aonoa
fad0b49841
fix: adding roles does not automatically refresh ( #6548 )
...
* fix: adding roles does not automatically refresh
* style: fix code style err
5 months ago
Jin Mao
260e45cd7b
Merge branch 'main' into feat/add-vben-modal-animation
5 months ago
dap
00ddda1937
feat: dict demo
5 months ago
dap
317c17ee88
refactor: spel
5 months ago
dap
a971369b91
fix: required
5 months ago
dap
999e30bd7a
fix: 删除不需要弹出 操作列不需要点击事件
5 months ago
ut
eceedefc60
fix: 处理通知公告创建人查询后端报错(修改字段名称)
5 months ago
dap
c762f8370b
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
6 months ago
vben
1575619d53
chore: release v5.5.8
6 months ago
Jin Mao
d5a36a167d
fix: fix vxeTable commit proxy ( #6536 )
...
* fix: 修正use-vxe-grid中的代理配置提交类型
* chore: change config
6 months ago
dap
296899fc33
feat: 微服务版本 logout接口在配置错误的情况返回401的提示(解决死循环调用logout接口)
6 months ago
dap
6311f8edea
refactor: 登出接口Promise.all
6 months ago
dap
10c0298bb7
fix: draft hover
6 months ago
dap
0d47da06e9
fix: 草稿状态逻辑
6 months ago
dap
5d88de78c7
refactor: 请假申请 按钮区域重构
6 months ago
dap
808406ebce
feat: 字典(DictTag)支持fallback属性(未匹配到字典项时的回显)
6 months ago
dap
253c9b5248
feat: useVbenForm 增加 TimeRangePicker(时间区间选择) 组件
6 months ago
玲娜贝er
a7297e62a3
Revert "feat: useVbenForm 增加 TimeRangePicker(时间区间选择) 组件"
...
This reverts commit 645a9f18f7 .
6 months ago
dap
645a9f18f7
feat: useVbenForm 增加 TimeRangePicker(时间区间选择) 组件
6 months ago
panda7
fc9ea347ca
Merge branch 'main' into feat/add-vben-modal-animation
6 months ago
panda7
1a9b0509d5
feat: add animation effects to VbenModal component
6 months ago
dap
5c9c0df986
chore: 临时解决vite.config.mts爆红
6 months ago
panda7
07b64ad384
feat: add function support for formItemClass prop ( #6511 )
...
* feat: add function support for formItemClass prop
* feat: add try-catch to formItemClass function
* fix: formItemClass function ts error
---------
Co-authored-by: sqchen <chenshiqi@sshlx.com>
6 months ago