Tang
038936ff7d
fix(table): Fixed table tree structure bug ( #4543 )
2024-09-29 10:50:10 +08:00
li-yi-hong
960f1d3c0b
fix: 修复table setting 上下不居中 ( #4410 )
2024-09-15 21:36:36 +08:00
lijian3828940
f67b5d8569
table控件settingCache在非开发模式下为true,优化用户体验 ( #4310 )
2024-09-03 21:26:16 +08:00
YanQi
f99cc9b9fe
fix: modify the default image type to avoid cropping images that become too large. ( #4307 )
...
Co-authored-by: YanQi <yanqirj@gmail.com>
2024-09-03 21:26:01 +08:00
lijian3828940
0cf2271667
fix:修复showAdvancedButton为true时,FormSchema中ifshow是与model有关的函数时候,查询按钮位置不重新计算的问题。 ( #4304 )
2024-09-03 13:02:49 +08:00
alucardxh
6d2de002ef
Support array parameter parsing ( #4300 )
2024-09-02 09:55:11 +08:00
张阿文
617e594d8d
refactor(form): 使用空值合并运算符 (??) 和 isDef 优化宽度判断逻辑,处理 labelWidth 可能为 0 的情况 ( #4086 )
2024-08-08 20:50:32 +08:00
coderPeng3yang
4aac1c388c
删除了多余的菜单数据的步骤,减少性能开销,优化初始化速度。 ( #4012 )
...
* types(logic): 减少冗沉,用了泛型
* perf(router): 删除了多余的菜单数据的步骤,减少性能开销,优化初始化速度。
删除了每次刷新页面都会获取静态菜单数据的操作,改为在角色权限控制时才进行数据获取。
此更改优化了应用的初始化速度,减少了不必要的性能开销,并且确保获取静态菜单数据时不会污染路由数据。
这样可以确保其他地方更清晰地跟踪路由数据
---------
Co-authored-by: zach.zqy <bianzhixiaoyuan@163.com>
2024-08-06 18:36:18 +08:00
No name
7b6531a309
fix: The projectSettings default dark mode is not taking effect ( #4052 )
...
The projectSettings default dark mode is not taking effect. In the getDarkMode function, setting.menuSetting.theme should be present must be higher priority than darkMode.
2024-08-06 10:58:26 +08:00
1455668754
65651fc25c
feat: 1.ApiSelect增加远程搜索功能 2.ApiSelect设定懒加载时允许控制空搜索时不查询 3.增加下拉远程搜索Json版本demo ( #3992 )
...
* feat: 1.ApiSelect增加远程搜索功能 2.ApiSelect设定懒加载时允许控制空搜索时不查询
* feat: 增加下拉远程搜索Json版本demo
2024-08-02 08:24:21 +08:00
vince
4fcbdd3925
Merge pull request #3991 from vbenjs/update-upgrade-prompt
...
chore: update UpgradePrompt
2024-08-01 09:55:25 +08:00
Li Kui
db2a27060c
chore: update UpgradePrompt
2024-08-01 07:50:30 +08:00
vince
d9bfe96dad
Merge pull request #3986 from 1455668754/main
...
fix: Echarts初始宽度监听修复
2024-08-01 05:11:35 +08:00
vince
77a0ad450d
Merge pull request #3987 from mrmsl/main
...
chore(multipleTab): Make the code more readable
2024-08-01 05:10:56 +08:00
vince
c37ed8f7e9
Merge pull request #3988 from snapea/fix/mult-upload
...
fix(upload): 修复上传组件删除无效bug
2024-08-01 05:10:24 +08:00
vince
1698be7ce4
chore: update upgrade prompt
2024-08-01 05:07:53 +08:00
vince
ea5c66b6eb
feat: add upgrade prompt
2024-07-31 22:15:01 +08:00
wen zhenjin
371c972cc1
fix(upload): 修复上传组件删除无效bug
2024-07-31 11:50:40 +08:00
mrmsl
2880174be2
fix(multipleTab): 已经打开的动态路由数判断bug
2024-07-31 10:20:51 +08:00
vince
b0c0b916fd
fix: Wrong color value
2024-07-31 00:26:08 +08:00
雪忆
f314826230
Revert "feat: ApiSelect增加远程搜索功能"
...
This reverts commit 56c5dce99f
.
2024-07-29 15:18:30 +08:00
雪忆
56c5dce99f
feat: ApiSelect增加远程搜索功能
2024-07-29 15:14:07 +08:00
雪忆
95abe06107
fix: Echarts初始宽度监听修复
2024-07-29 15:11:06 +08:00
雪忆
ecfe66a019
Merge remote-tracking branch 'origin/main'
2024-07-29 15:10:40 +08:00
苗大
25699c0b60
feat(Preview): 优化实例创建更新逻辑, 防止重复创建dom ( #3979 )
...
* perf(Preview): 优化实例创建更新逻辑, 防止重复创建dom
* perf: 逻辑优化
2024-07-26 14:30:14 +08:00
Sny
5b7b6b1780
chore(component): 优化EditableCell组件handleSubmit方法报错时增加warn日志显示 ( #3981 )
...
closed #3869
2024-07-26 14:28:20 +08:00
coderPeng3yang
57ff038d82
chore: types(logic) 减少冗沉,用了泛型 ( #3977 )
...
Co-authored-by: zach.zqy <bianzhixiaoyuan@163.com>
2024-07-25 10:08:20 +08:00
clddup
baf406e7e2
chore: 格式化代码 ( #3972 )
2024-07-19 16:47:21 +08:00
苗大
1745f480fd
fix: typo opend -> opened ( #3968 )
2024-07-17 13:56:09 +08:00
fourteendp
cec5c11289
fix(VxeTable): 修复VxeTable自定义组件重复注册导致控制台警告 ( #3944 )
2024-07-04 14:12:52 +08:00
Allure-eve
dd1b16acdc
fix(BasicTable): ColumnSettings.vue columnOptions typeof lost ( #3941 )
2024-07-04 08:50:58 +08:00
fourteendp
64a4992a84
fix(VxeTable): 更新vxe-table以及相关依赖,修改废弃API至最新 ( #3939 )
2024-07-04 08:49:47 +08:00
jinmao88
cae5538aba
fix(VxeTable): update vxeTable ,fix imports and support theme change
2024-06-24 16:33:55 +08:00
1455668754
e7868e7193
fix: vxe-table index.css已废弃,切换至all ( #3926 )
...
fix: vxe-table index.css已废弃,切换至all
2024-06-24 16:06:25 +08:00
No name
71c4edad63
chore: improve build file naming convention and caching ( #3908 )
...
* fix: improve build file naming convention
* remove js to the entryFileName path
* replace dot to hyphen
2024-06-14 15:26:49 +08:00
Electrolux
65fba1c329
perf(UploadPreviewModal): delete invalid assign ( #3915 )
2024-06-13 18:24:11 +08:00
Li Kui
8d3981f599
fix: axios retry losing headers ( #3902 )
2024-06-07 11:42:48 +08:00
Electrolux
cca7f59fac
fix(BasicForm->Upload): setValue and defaultValue uncertain && rule about first render ( #3900 )
...
* chore: upload component defaulttype should be array
* chore: upload component setFieldsValue should be array
* chore(upload): split event between change and update:value
* update
* update
2024-06-06 15:27:15 +08:00
苗大
1a5692060b
perf: 未登录重定向路径存储改为完整路径 ( #3897 )
2024-06-06 11:31:50 +08:00
1455668754
4974de2553
chore: typo destroy word
2024-06-04 16:23:02 +08:00
No name
f83002441d
fix(dataSource): BasicTable Component with dataSource is not working (hot fix) ( #3888 )
2024-06-04 16:22:09 +08:00
雪忆
e84c4051f3
fix: destroy方法命名修正
2024-06-03 17:33:50 +08:00
Fifteen
af39afa24b
perf(demo->screenshot): optimize the screenshot code && add print and download ( #3885 )
2024-06-03 08:56:55 +08:00
invalid w
2dcd733e16
chore: release 2.11.5
2024-05-31 09:57:10 +08:00
xachary
d5fed8a47c
perf(menu->search): highlight match chars when search menu ( #3880 )
...
* fix: state mutations in computed getters should be avoided
* fix: type about getDataSourceRef
* perf(menu search): highlight match chars when search menu
2024-05-31 09:55:27 +08:00
xachary
a6086f4cc8
chore(build): keep same hash for the same files ( #3878 )
...
* fix: state mutations in computed getters should be avoided
* fix: type about getDataSourceRef
* chore(build): keep same hash for the same files
2024-05-31 09:54:41 +08:00
Electrolux
d9cdf3f034
chore(upload): use uid && fix handleDelete ( #3872 )
...
* chore(upload): 重构组件,添加key作为标识
* fix(upload): 显式传入handleDelete
* update case
2024-05-31 09:54:05 +08:00
Electrolux
0bc01d8528
feat(form): add valueFormat for schema ( #3873 )
2024-05-31 09:53:50 +08:00
Jun
5d36b1a560
fix: 修复表单重置后,页面变化了,但是由于异步问题导致表单内部的状态没有及时同步 ( #3882 )
2024-05-29 21:56:56 +08:00
No name
c89417f523
fix(loading): useLoading is not working as expected ( #3877 )
...
* fix(loading): useLoading is not working as expected
* chore: remove comment
---------
Co-authored-by: likui628 <90845831+likui628@users.noreply.github.com>
2024-05-28 09:14:55 +08:00