Commit Graph

1507 Commits (f3c5f4d22b061f9a9a70ba5c929a1338ca499e3e)

Author SHA1 Message Date
xingyu4j f3c5f4d22b feat: add detail 2025-05-19 17:57:56 +08:00
xingyu4j 28abdb019b perf: use TableAction 2025-05-19 16:31:17 +08:00
xingyu4j b125299c38 feat: use TableAction 2025-05-19 16:31:07 +08:00
xingyu4j 0a9b2ba383 perf: use table action 2025-05-19 16:19:53 +08:00
xingyu4j bc8b79a38a perf: action icon 2025-05-19 16:19:27 +08:00
xingyu4j 7174e18918 perf: 优化table action 2025-05-19 16:18:48 +08:00
xingyu4j eeb3fc0898 feat: table action 支持传入按钮样式,不传默认link 2025-05-19 14:21:08 +08:00
xingyu 1cb00f1470
!109 antd-schema 代码生成时,可选择生成批量删除接口
Merge pull request !109 from puhui999/dev-new
2025-05-19 06:08:14 +00:00
xingyu ab0bcd8fbc
!108 Merge remote-tracking branch 'yudao/dev' into dev
Merge pull request !108 from Jason/dev
2025-05-19 06:07:43 +00:00
puhui999 98e9d9fbfc feat: 【ANTD】新增代码生成批量删除接口示例 demo01 2025-05-19 12:53:10 +08:00
puhui999 2e0c7e23e9 feat: 【ANTD】代码生成时,可选择生成批量删除接口 2025-05-19 12:52:14 +08:00
jason 4469e9dfc7 Merge remote-tracking branch 'yudao/dev' into dev 2025-05-19 12:39:10 +08:00
xingyu4j 0af58f8f9a feat: use table action 2025-05-19 11:21:04 +08:00
jason da3a580711 feat: 流程模型新增: 表单设计 2025-05-19 11:19:59 +08:00
xingyu4j 2ea9b4781e fix: delete loading 2025-05-19 11:10:38 +08:00
xingyu4j 8c42af49d2 Merge branch 'master' of https://gitee.com/yudaocode/yudao-ui-admin-vben into dev 2025-05-19 10:48:17 +08:00
xingyu4j 2f5758d4dd Merge branch 'main' of https://github.com/vbenjs/vue-vben-admin into dev 2025-05-19 10:46:36 +08:00
xingyu4j 84f441684f Merge branch 'dev' of https://gitee.com/yudaocode/yudao-ui-admin-vben into dev 2025-05-19 10:45:16 +08:00
xingyu4j 0602e8d620 perf: table action 2025-05-19 10:45:14 +08:00
xingyu b65c5559e9
!107 Merge remote-tracking branch 'yudao/dev' into dev
Merge pull request !107 from Jason/dev
2025-05-19 02:32:32 +00:00
jason 43b7ac52b1 Merge remote-tracking branch 'yudao/dev' into dev 2025-05-18 17:57:51 +08:00
jason 2d153de6dc feat: 流程模型新增:基本信息, 部门选择组件 2025-05-18 17:53:17 +08:00
afe1 d0b8349a2d
perf: stub unbuild params (#6210) 2025-05-18 10:35:20 +08:00
wyc001122 34c4ecb047
fix: in mixed layout mode, the sidebar does not display when the first child node is an external link (#6219)
Co-authored-by: wyc001122 <wangyongchao@testor.com.cn>
2025-05-18 10:34:41 +08:00
ming4762 3d9dba965f
perf: perf the control logic of Tab (#6220)
* perf: perf the control logic of Tab

* 每个标签页Tab使用唯一的key来控制关闭打开等逻辑
* 统一函数获取tab的key
* 通过3种方式设置tab key:1、使用router query参数pageKey 2、使用路由meta参数fullPathKey设置使用fullPath或path作为key
* 单个路由可以打开多个标签页
* 如果设置fullPathKey为false,则query变更不会打开新的标签(这很实用)

* perf: perf the control logic of Tab

* perf: perf the control logic of Tab

* 测试用例适配

* perf: perf the control logic of Tab

* 解决AI提示的警告
2025-05-18 10:33:02 +08:00
xingyu d7d6d0544a
!105 Merge remote-tracking branch 'yudao/dev' into dev
Merge pull request !105 from Jason/dev
2025-05-16 06:55:36 +00:00
jason 6ab03dacc2 Merge remote-tracking branch 'yudao/dev' into dev 2025-05-16 14:42:24 +08:00
wyc001122 024c01d350
fix(@vben-core/shadcn-ui): fix disabled functionality not working in VbenTree component (#6205)
* fix(@vben-core/shadcn-ui): fix disabled functionality not working in VbenTree component

* fix(@vben-core/shadcn-ui): add cursor-not-allowed className when disabled and disable onfocus

---------

Co-authored-by: wyc001122 <wangyongchao@testor.com.cn>
Co-authored-by: Jin Mao <50581550+jinmao88@users.noreply.github.com>
2025-05-16 14:13:43 +08:00
jason c5e844460e feat: 流程模型新增: 基本信息 2025-05-16 14:05:52 +08:00
afe1 2adb8acd80
fix: css style (#6176) 2025-05-16 09:40:40 +08:00
panda7 a23bc4cb5c
fix: the mobile terminal can wrap lines and expand slot attributes (#6165)
Co-authored-by: sqchen <chenshiqi@sshlx.com>
2025-05-16 09:40:05 +08:00
XiaoHetitu cf17a45d8d
feat(tabs): 支持计算属性作为标签标题,解决 #6170 的问题 (#6163)
* feat(tabs): 支持动态函数作为标签标题

修改 `setTabTitle` 和 `tabsView` 逻辑,允许传入函数作为标签标题,以便动态生成标题内容

* feat(tabbar): 添加动态设置标签页标题功能

允许设置静态字符串或动态函数作为标签标题,支持根据状态或语言变化动态更新标题

* refactor(tabs): 移除冗余的newTabTitle2变量并优化标题设置逻辑

移除tabs组件中冗余的newTabTitle2变量,直接使用newTabTitle作为标题来源。同时,优化use-tabs和tabbar模块的标题设置逻辑,支持ComputedRef作为动态标题,提升代码简洁性和可维护性。

---------

Co-authored-by: yuanwj <ywj6792341@qq.com>
2025-05-16 09:37:50 +08:00
chewenye b46ebe756e
types: 导出authentication组件的type,自定义toolbarList时类型使用ToolbarType (#6158)
Co-authored-by: 车文烨 <chewy@china-lehua.com>
2025-05-16 09:36:49 +08:00
YunaiV e60974618b review:【ANTD】TableAction 2025-05-15 17:42:14 +08:00
xingyu4j 007faab168 feat: use table actions 2025-05-15 14:47:19 +08:00
xingyu4j ff5358da4b feat: popConfirm button 2025-05-15 14:37:02 +08:00
YunaiV 56263ec782 review:【ANTD】TableAction 2025-05-15 12:13:11 +08:00
xingyu4j e8c87b5a2b feat: use table-actions 2025-05-15 11:50:13 +08:00
xingyu4j 18273c42a6 feat: add table-action comp 2025-05-15 11:49:44 +08:00
xingyu4j 2f1813af41 Merge branch 'dev' of https://gitee.com/yudaocode/yudao-ui-admin-vben into dev 2025-05-15 11:03:57 +08:00
YunaiV 6fd1b18c31 review:【EP】【BPM 工作流】infra 相关功能的实现 2025-05-14 23:34:32 +08:00
芋道源码 b6c54cbb66
!104 feat:新增 ele infra 模块
Merge pull request !104 from puhui999/dev-new
2025-05-14 15:11:40 +00:00
YunaiV 769cb87035 review:【BPM 工作流】流程、任务相关的逻辑 2025-05-14 23:08:31 +08:00
xingyu4j 0c9670bab5 feat: naive Textarea input 2025-05-14 18:06:31 +08:00
puhui999 028d2a8d67 refactor: 优化 ele 密码组件使用 VbenInputPassword 2025-05-14 17:35:36 +08:00
puhui999 141a90a53b feat: 新增 ele infra 个人中心 2025-05-14 17:11:08 +08:00
puhui999 4e1d842e7f feat: 新增 ele infra 我的站内信 2025-05-14 16:57:00 +08:00
puhui999 b5de0e8307 feat: 新增 ele infra 路由 2025-05-14 16:45:57 +08:00
puhui999 a8a34c662c refactor: ele infra 代码生成预览优化 2025-05-14 16:42:14 +08:00
xingyu4j 1351702fec chore: 缺失依赖 2025-05-14 16:39:53 +08:00