Commit Graph

950 Commits

Author SHA1 Message Date
郝先瑞
c5f7e4b081 feat: 侧边动态路由菜单支持参数 2024-05-24 18:17:01 +08:00
cshaptx4869
c8bf3927c9 refactor(PageModal): ♻️ 修改操作成功提示 2024-05-24 10:27:26 +08:00
cshaptx4869
45ca474571 feat(PageModal): watch函数增加配置项参数返回 2024-05-23 20:47:58 +08:00
cshaptx4869
a492146a16 refactor(PageModal): ♻️ 重构watch、computed、watchEffect调用 2024-05-23 19:55:03 +08:00
cshaptx4869
6a9321d2a6 feat(PageModal): 表单项增加initFn函数 2024-05-23 16:20:31 +08:00
cshaptx4869
379c060b91 refactor(PageContent): ♻️ 优化加强initFn函数 2024-05-23 15:51:09 +08:00
andm31
bc04041fba feat: search配置新增函数能力拓展
search表单,部分情况下需要函数扩展数据处理能力。如options为异步获取的情况
2024-05-23 11:06:03 +08:00
andm31
7f4be6649b fix: 🐛 修改tagsview刷新丢失query问题
修复url携带query时,顶部tagsview点击丢失问题
2024-05-23 10:38:38 +08:00
cshaptx4869
8d6473173c feat(PageContent): 支持input属性修改 2024-05-22 16:30:49 +08:00
cshaptx4869
19375de4d8 refactor(PageContent): ♻️ 筛选列超出一定高度滚动 2024-05-20 11:10:13 +08:00
cshaptx4869
8ed10ffa6d refactor(PageContent): ♻️ 点击表格刷新按钮不重置页码 2024-05-20 11:00:09 +08:00
cshaptx4869
d5793c3ee2 fix(usePage): 🐛 修复单词拼写错误 2024-05-20 10:27:38 +08:00
cshaptx4869
d21b5e9e2b feat(CURD): 支持搜索表单显隐控制 2024-05-20 10:14:58 +08:00
hxr
dfc6ffac85 fix: 🐛 删除无用的引入 2024-05-18 00:24:02 +08:00
cshaptx4869
0ea7d0a513 feat(PageContent): 列表列增加show配置项 2024-05-17 20:37:54 +08:00
cshaptx4869
8558479140 feat(PageContent): 增加switch权限控制 2024-05-17 11:12:57 +08:00
cshaptx4869
02b2cfc653 refactor: ♻️ 抽离权限判断代码 2024-05-17 10:57:20 +08:00
cshaptx4869
ff89ed7c2e feat(PageContent): 支持switch属性修改 2024-05-16 15:30:34 +08:00
cshaptx4869
c39b356c90 feat(PageModal): 表单项增加文本类型支持 2024-05-15 08:21:49 +08:00
cshaptx4869
f181597b03 feat(PageModal): 表单项增加computed和watchEffect配置 2024-05-14 20:51:18 +08:00
cshaptx4869
87f67004dc refactor(CURD): ♻️ 编辑表单使用drawer模式 2024-05-14 15:23:26 +08:00
Ray Hao
3b9a249bcb Merge pull request #97 from cshaptx4869/patch-59
feat(PageModal):  支持drawer模式
2024-05-14 15:09:16 +08:00
cshaptx4869
e5098decfd feat(PageModal): 支持drawer模式 2024-05-14 15:03:38 +08:00
cshaptx4869
95b6dfce3a fix(PageContent): 🐛 修复label为undefined时的类型问题 2024-05-14 10:18:26 +08:00
cshaptx4869
daf8e6bfa0 refactor(PageContent): ♻️ 简化代码 2024-05-14 09:32:44 +08:00
hxr
4f119adb9e fix: 🐛 sockjs-client 报错 global is not defined 导致开发环境无法打开 WebSocket 页面问题修复
closed https://github.com/sockjs/sockjs-client/issues/565
2024-05-14 07:40:34 +08:00
cshaptx4869
b17ce865cb feat(PageContent): 加强templet选项 2024-05-13 21:57:47 +08:00
郝先瑞
701d666b4a Merge branch 'master' of https://github.com/youlaitech/vue3-element-admin 2024-05-13 13:38:35 +08:00
cshaptx4869
3e0108c69f feat(PageContent): 增加defaultToolbar配置参数 2024-05-13 11:27:13 +08:00
Ray Hao
05ab8c868d Merge pull request #92 from cshaptx4869/patch-54
refactor: ♻️ 优化PageSearch组件
2024-05-13 10:32:44 +08:00
cshaptx4869
3bab291a0f refactor: ♻️ 修改CURD示例的search配置文件 2024-05-13 10:30:09 +08:00
cshaptx4869
fbe760b7fc refactor: ♻️ 优化PageSearch组件 2024-05-13 10:22:50 +08:00
郝先瑞
6726de94de Merge branch 'master' of https://gitee.com/youlaiorg/vue3-element-admin 2024-05-13 10:17:34 +08:00
cshaptx4869
d152b05d4e fix: 🐛 修复系统设置面板滚动条问题 2024-05-13 08:08:13 +08:00
hxr
6403a73078 feat: 搜索添加展开和收缩 2024-05-12 19:04:27 +08:00
hxr
7e2b207afc feat: 表格新增列设置控制 2024-05-12 00:47:01 +08:00
hxr
8258fec04b Merge branch 'master' of https://gitee.com/youlaiorg/vue3-element-admin 2024-05-12 00:34:38 +08:00
dreamnyj
aa8bc5d512 fix: 发送用户重启密码功能,最少为6位字符(小于6位登陆时不允许的问题) 2024-05-11 20:34:09 +08:00
cshaptx4869
e1598c3225 refactor: ♻️ 修正登录表单的Ref类型 2024-05-11 15:32:00 +08:00
cshaptx4869
3636bcf2dc refactor: ♻️ routeMeta增加alwaysShow字段声明 2024-05-11 14:26:56 +08:00
郝先瑞
19361b89d9 chore: 🔨 测试提交 2024-05-11 11:30:20 +08:00
cshaptx4869
a60de1457f refactor(PageContent): ♻️ 支持图片显示 2024-05-10 21:21:22 +08:00
cshaptx4869
e326176e3b refactor: ♻️ 去除CURD静态路由 2024-05-10 16:51:52 +08:00
郝先瑞
a2d03436df !19 fix: 存在滚动条时系统设置弹框页面抖动问题修复
Merge pull request !19 from skyselang/master
2024-05-10 02:04:50 +00:00
cshaptx4869
cc1143cf5a feat: 增加列表选择组件使用示例 2024-05-09 21:29:32 +08:00
cshaptx4869
84135059cd refactor: ♻️ 重构列表选择组件默认样式 2024-05-09 21:28:46 +08:00
skyselang
208104d596 fix: 🐛 存在滚动条时系统设置弹框页面抖动问题修复 2024-05-09 15:49:44 +08:00
郝先瑞
52a1d75a37 fix(menu.vue): 🐛 路由是否始终显示不限制只有顶级目录才有的配置,开放至菜单 2024-05-09 12:50:49 +08:00
cshaptx4869
6618b608de refactor: ♻️ 加强对话框表单组件和列表选择组件 2024-05-08 21:46:35 +08:00
Ray Hao
98f2aaf279 Merge pull request #83 from cshaptx4869/patch-45
feat:  增加列表选择组件
2024-05-06 23:09:53 +08:00