dap
|
45b584b092
|
feat: 后端发起流程
|
4 months ago |
dap
|
a4a7f7d096
|
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
|
4 months ago |
Vben
|
ff4704d5ea
|
chore: Upgrade vite to version 7.x (#6645)
|
4 months ago |
菠萝吹雪
|
6ddfbd84b0
|
chore: modify the contributor showcase in the README (#6636)
|
4 months ago |
ming4762
|
1e6417f95b
|
feat: vBenForm add layout: inline (#6644)
|
4 months ago |
vben
|
e147a9d2fd
|
chore: release 5.5.9
|
4 months ago |
谦元吉
|
4efebb8c0b
|
fix:update (#6635)
|
5 months ago |
gxc685
|
9ce0df88ae
|
fix: 修复mock里面eventHandler重复导致无法启动 (#6631)
|
5 months ago |
谦元吉
|
3cf0c0eb04
|
fix(@vben/backend-mock): go back to the last modification (#6634)
* fix(@vben/backend-mock): the version went back to the last submission, and the latest submission was completely useless.
* fix: resolve conflicts
|
5 months ago |
dap
|
8e17715d1c
|
fix: 漏掉的调试代码 --!
|
5 months ago |
dap
|
96f6d6298f
|
update: 去除alert
|
5 months ago |
dap
|
0197c16e6e
|
style: 样式调整
|
5 months ago |
dap
|
d4df6ba0ac
|
refactor: empty占位
|
5 months ago |
dap
|
d8d8ecf308
|
refactor: close的清理
|
5 months ago |
dap
|
bc46cc8341
|
Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev
|
5 months ago |
dap
|
e3b0060258
|
Merge branch 'dev' of https://gitee.com/dapppp/ruoyi-plus-vben5 into dev
|
5 months ago |
diantu
|
744d492132
|
修复在某些情况下用户管理编辑页面保存后会导致密码更新为明文初始密码的问题
|
5 months ago |
dap
|
354e4f9c50
|
update: 上传组件help message样式
|
5 months ago |
dap
|
8432098556
|
docs: changelog
|
5 months ago |
dap
|
61f4092394
|
fix: 改为taskId
|
5 months ago |
dap
|
733aaabb4c
|
refactor: 流程 按钮图标
|
5 months ago |
dap
|
b775ab6660
|
refactor: timeline样式
|
5 months ago |
玲娜贝er
|
9fc19bd255
|
Revert "update: target _self"
This reverts commit eb8cedc695.
|
5 months ago |
dap
|
eb8cedc695
|
update: target _self
|
5 months ago |
dap
|
a17618423c
|
refactor: oss下载 重构为浏览器原生下载(非阻塞)
|
5 months ago |
dap
|
9eb9fef430
|
update: wechat group
|
5 months ago |
谦元吉
|
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
|
5 months ago |
dap
|
b1d933e2b4
|
refactor: timeline样式
|
5 months ago |
玲娜贝er
|
651ea1dfa6
|
回退 'Pull Request !48 : 加密的数据原始上传'
|
5 months ago |
dap
|
1912b49c21
|
refactor: 按钮位置
|
5 months ago |
dap
|
d9a2f8caa1
|
docs: changelog
|
5 months ago |
dap
|
ccb53f377a
|
refactor: 发起流程前的loading
|
5 months ago |
dap
|
6ef3586811
|
refactor: 调整命名
|
5 months ago |
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 |