黄小民
|
59145ade25
|
feat: vxeTable searchInfo demo (#3223) close #3011
|
2023-11-02 09:13:48 +08:00 |
zhang
|
87224715c3
|
feat: 增加文本省略组件 (#3180)
* feat: 增加文本省略组件
* refactor: 重构文本省略组件
* feat: 增加远程懒加载下拉树功能
|
2023-10-23 14:42:56 +08:00 |
vben
|
6a9bd686d5
|
chore: remove LazyContainer
|
2023-04-06 23:49:20 +08:00 |
vben
|
8e5a6b7ce5
|
perf: 修复部分 eslint 错误
|
2023-04-05 22:47:14 +08:00 |
wwsheng009
|
bce6cee53a
|
fix: 修复form设计器在黑暗模式下的显示问题 (#2543)
|
2023-02-10 19:52:57 +08:00 |
wwsheng009
|
c5b39f2c16
|
feat: 增加表单设计器 (#2533)
|
2023-02-10 07:43:27 +08:00 |
lzdjack
|
6753e24b3d
|
feat: 接入vextable组件 (#2508)
|
2023-01-30 14:48:04 +08:00 |
nalomu
|
7e77177ed8
|
fix:修复header下拉菜单和外部页面菜单的文档链接 (#2500)
|
2023-01-18 11:16:15 +08:00 |
smilv
|
2d2a265418
|
fix: views中country目录不存在 (#2383)
|
2022-11-15 18:12:00 +08:00 |
zreren
|
7fad00cb77
|
The link of document had been expired (#2378)
* fix:doc link expired
* fix:doc link expired
|
2022-11-15 08:12:15 +08:00 |
Joyboo
|
42908a4535
|
add TabsForm demo (#1914)
* chore: table size放到settings
* chore(TableAction): 操作确认框增加placement属性支持
* chore(Form): 表单field支持a.b.c嵌套写法
* feat(Form): add TabsForm demo
Co-authored-by: jinmao88 <50581550+jinmao88@users.noreply.github.com>
|
2022-05-20 18:00:08 +08:00 |
仲灏
|
e807539b80
|
perf: Changing variable names (#1869)
|
2022-05-04 15:11:23 +08:00 |
Captain
|
136cbb1e3b
|
feat: add request retry (#1553)
|
2022-03-19 00:07:34 +08:00 |
lzdjack
|
dd158a17fe
|
feat: 添加table继承父元素高度的功能 (#1523)
在保证了原有的高度计算上,额外新增继承父级高度, 只需设置isCanResizeParent:true
|
2021-12-28 18:46:57 +08:00 |
Haceral
|
052eff91c4
|
perf: Improve the dynamic routing and automatically close the Tab function (#1264)
* 增加动态路由最大打开Tab数控制
* 增加动态路由打开数控制Router参数
* feat(Tab): 新增动态路由打开数限制Demo
* fix(multipleTab.ts): 将原来的打开数限制从固定的 5 修改为读取配置
Co-authored-by: Haceral <18274416193@163.com>
|
2021-10-12 09:11:25 +08:00 |
JinMao
|
0f5ddbf1ec
|
feat: add CardList component
|
2021-08-27 05:51:58 +08:00 |
无木
|
341bd633d8
|
fix(demo): menu `error-log` link to 404 page
修复演示菜单的错误日志页面指向了404的问题
|
2021-07-21 11:20:40 +08:00 |
无木
|
c1178027f0
|
fix: fix homePage affix error
修复当没有通过接口为用户指定首页时,如果默认的首页是一个带有重定向的路由,则可能出现双首页Tab的问题
|
2021-07-15 17:15:15 +08:00 |
无木
|
0a3683a186
|
feat: customized user home page
新增自定义的用户首页(可以每个用户都不相同)
|
2021-07-13 14:10:31 +08:00 |
无木
|
02d3dca57e
|
fix(app-search): exclude items by `hideChildrenInMenu`
修复菜单搜索组件可能会显示被隐藏的子菜单的问题
|
2021-07-05 14:50:41 +08:00 |
无木
|
faf5c9fd7e
|
fix(app-search): exclude hidden items
修复菜单搜索组件可能会显示被隐藏的菜单的问题
|
2021-07-05 14:34:49 +08:00 |
无木
|
d5d5c4b4bf
|
fix(demo): `setup` page route config
修复引导页的相关路由配置
|
2021-07-05 12:18:05 +08:00 |
Lan
|
48fcd7684c
|
feat(param-menu): feature: menu with params (#845)
|
2021-07-03 17:13:59 +08:00 |
无木
|
d52b0de83e
|
feat(route): add `hidePathForChildren` in `meta`
添加`hidePathForChildren`选项用于在子菜单中隐藏本级path
|
2021-07-02 00:30:48 +08:00 |
无木
|
72ac240f28
|
feat: routers support `ignoreRoute` option
为路由配置添加`meta`.`ignoreRoute`配置,允许在`ROUTE_MAPPING`及`BACK`模式下配置纯菜单数据
fixed:
|
2021-07-01 23:54:10 +08:00 |
vben
|
913c22c84f
|
feat(menu): the route is automatically mapped to the menu
|
2021-06-27 23:58:14 +08:00 |
无木
|
0e414ba3c1
|
feat(demo): add route multi tabs show
添加同一路由演示多个不同参数的tab
close: #817
|
2021-06-26 21:25:11 +08:00 |
Vben
|
d196340d27
|
feat(demo): added guide page example
|
2021-06-17 21:43:53 +08:00 |
无木
|
84d9300e52
|
fix(demo): `breadcrumb` route invalid redirect
|
2021-06-08 16:45:42 +08:00 |
vben
|
5465f058ce
|
feat(user): add user login expiration example
|
2021-05-25 23:14:05 +08:00 |
zuihou
|
9e208411a2
|
feat(demo): add permission table demo
|
2021-04-27 00:22:05 +08:00 |
jinmao88
|
85b92a9add
|
perf: add AppendFormDemo (#503)
Co-authored-by: haha <admin@qq.com>
|
2021-04-19 18:42:31 +08:00 |
Vben
|
a812685084
|
feat: add codeEditor component
|
2021-04-17 18:42:14 +08:00 |
Vben
|
e1bc33f5c5
|
perf: improve flowChart logic
|
2021-04-17 18:36:49 +08:00 |
啝裳
|
2576735ade
|
feat: add flowChart Component (#488)
|
2021-04-17 06:06:08 +08:00 |
Vben
|
967b28c4c0
|
feat: persistent save tab, fix #359
|
2021-04-10 21:41:22 +08:00 |
Vben
|
ee1c349858
|
fix(menu): improve menu logic, fix #461
|
2021-04-08 23:04:16 +08:00 |
Vben
|
1e669870cc
|
fix(mock): make sure the background mode login is normal, fix #452
|
2021-04-07 23:53:16 +08:00 |
Vben
|
5b8eb4a49a
|
feat: dark mode
|
2021-04-07 23:39:54 +08:00 |
Vben
|
b54b794264
|
fix(table): make sure the editing line is working, fix #439
|
2021-04-01 00:52:31 +08:00 |
Vben
|
8a14069e71
|
refactor: refactor dashboard
|
2021-03-31 23:52:11 +08:00 |
Vben
|
2e11ea677b
|
wip: add cropper iamge component
|
2021-03-29 22:48:13 +08:00 |
Vben
|
2f99892d96
|
feat(print): add print example
|
2021-03-28 00:04:41 +08:00 |
Vben
|
b67cf22dfc
|
feat(route): add hideChildrenInMenu option close #346
|
2021-03-18 21:13:15 +08:00 |
Vben
|
da2d88a984
|
wip(menu): add hideChildrenInMenu option
|
2021-03-18 06:07:49 +08:00 |
Vben
|
68ceb2871f
|
chore: rename Amap
|
2021-03-12 21:55:29 +08:00 |
Vben
|
a9462f0d4d
|
feat(map): added AMap/Baidu/Google Map example close #81
|
2021-03-12 21:45:27 +08:00 |
Vben
|
a89eeef6f3
|
feat(time): added time compoennt close #285
|
2021-03-12 21:40:23 +08:00 |
Vben
|
5b2fbfb6ce
|
fix(menu): fix hideMenu not working close #338
|
2021-03-09 23:39:21 +08:00 |
Vben
|
9a1ba74920
|
wip: system management sample page
|
2021-03-03 22:52:25 +08:00 |