iczer
|
bed780cb78
|
fix: the check problem of standard table with pagination; 🐛
修复:标准表格分页勾选问题
|
2022-09-22 11:45:59 +08:00 |
|
iczer
|
a3704743df
|
修复:混合导航,头部菜单没有选中状态问题
|
2022-09-22 11:42:35 +08:00 |
|
chenghongxing
|
172d0dc2f3
|
新增:路由配置增加动态路由参数支持 和 高亮菜单配置;
|
2021-05-06 12:15:28 +08:00 |
|
chenghongxing
|
f2b26f307d
|
修复:高级表格组件分页属性不支持 boolean 类型的问题;
fix: the pagination props of AdvancedTable.vue does not support boolean value;
|
2021-04-05 10:01:17 +08:00 |
|
chenghongxing
|
8b3003108d
|
新增:增加多页签模式下配置是否缓存页面的功能;⭐ #154
feat: add the function to configure whether to cache pages in multi tab mode;
|
2020-12-06 14:52:04 +08:00 |
|
chenghongxing
|
6254aeb739
|
修复:标准表格不支持嵌套属性的问题;🐛
fix: the problem that StandardTable.vue not support nested attributes;
|
2020-12-06 11:16:49 +08:00 |
|
chenghongxing
|
a3f0aca5b1
|
修复:高级表格部分api默认值错误问题;🐛
fix: wrong default value of some api about AdvanceTable.vue;
|
2020-11-30 11:23:07 +08:00 |
|
chenghongxing
|
125879b02c
|
修复:AdvanceTable 组件异步获取列配置不生效的问题;🐛 #159 #160 #161
fix: the async configuration of columns not to take effect in AdvanceTable.vue;
|
2020-11-29 11:56:52 +08:00 |
|
chenghongxing
|
96f065287b
|
修复:菜单组件 openChang 事件的 bug;🐛 #156
fix: the problem of openChange event in menu.js;
|
2020-11-22 17:24:44 +08:00 |
|
chenghongxing
|
7c95b310a9
|
修复:头像列表组件 tooltip 不生效的问题; 🐛
fix: tooltip function not affect of AvatarList.vue;
|
2020-11-22 17:23:09 +08:00 |
|
chenghongxing
|
2d843d03d8
|
fix: the problem of hiding column of AdvancedTable.vue; 🐛 #139
修复:高级表格无法隐藏列的bug;
|
2020-11-08 16:22:14 +08:00 |
|
chenghongxing
|
98f6a05ac9
|
bug: fix the problem that page content become blank when modifying the code; 🐛 #141
修复:修改代码时页面内容变为空白的问题;
|
2020-11-08 14:09:49 +08:00 |
|
iczer
|
e2660fdb13
|
feat: add function of link for out website in menu; ⭐ #135
新增:菜单增加外链功能;
|
2020-10-18 19:27:38 +08:00 |
|
chenghongxing
|
8f480a84e8
|
fix: the events bug of AdvanceTable.vue;
修复:AdvanceTable.vue 组件的事件问题;
|
2020-10-06 16:51:35 +08:00 |
|
chenghongxing
|
8c46e74640
|
chore: optimize code of AdvanceTable.vue;
|
2020-10-05 17:11:33 +08:00 |
|
chenghongxing
|
5297aec510
|
fix: popup container problem of AdvanceTable.vue in full screen mode; 🐛
新增:高级表格全屏模式下浮层的显示问题;
|
2020-10-03 00:22:27 +08:00 |
|
chenghongxing
|
0f95beb77d
|
feat: add AdvanceTable.vue component; ⭐
新增:高级表格;
|
2020-10-02 23:28:13 +08:00 |
|
chenghongxing
|
8ed600d4d2
|
feat: add function of refreshing page; ⭐ #132
新增:刷新页面的功能;
|
2020-09-30 19:42:18 +08:00 |
|
chenghongxing
|
69c41ac2c3
|
feat: add function of caching tabs in multi page mode; ⭐
新增:多页签模式下增加缓存页签头功能(刷新时签头不再丢失);
|
2020-09-26 23:11:46 +08:00 |
|
chenghongxing
|
542dbe6389
|
fix: setting of local saving do not work in some case; 🐛
修复:有些情况下本地保存配置不生效的问题;
|
2020-09-26 11:06:53 +08:00 |
|
chenghongxing
|
51b280429b
|
fix: display problem of menu item's title in collapsed state; 🐛
修复:折叠状态下菜单项标题的显示问题;
|
2020-09-17 13:27:20 +08:00 |
|
iczer
|
ae643e4dd9
|
feat: add function of saving personal setting to local; ⭐
新增:增加保存个人主题配置到本地的功能;
|
2020-09-13 17:17:21 +08:00 |
|
iczer
|
f17f8c64a1
|
fix: the problem z level of layout and components; 🐛
修复:布局和组件的层级问题;
|
2020-09-13 11:00:46 +08:00 |
|
chenghongxing
|
4a7bee7506
|
feat: add configuration for width of page content; ⭐
新增:增加页面内容宽度配置;
|
2020-09-06 12:16:51 +08:00 |
|
iczer
|
6da3e78157
|
fix: style problem of tooltip in setting pane; 🐛
修复:设置面板中 tooltip 组件的样式问题;
|
2020-08-31 12:39:51 +08:00 |
|
iczer
|
e5d56675b8
|
feat: add mixed navigation mode; ⭐
新增:混合导航模式;
|
2020-08-31 12:12:32 +08:00 |
|
iczer
|
b1208950da
|
fix: problem that title of menu item can't be hidden when using slot icon in side menu; 🐛
修复:在侧菜单中使用插槽图标时,菜单项标题不能隐藏的问题;
|
2020-08-27 19:54:31 +08:00 |
|
iczer
|
3b4a7e733d
|
feat: add scoped slot for icon in menu.js; ⭐
新增:为 menus.js 的 icon 增加 scoped slot API;
|
2020-08-27 19:06:39 +08:00 |
|
iczer
|
14685fdfd8
|
feat: add scoped slot for icon in menu.js; ⭐
新增:为 menus.js 的 icon 增加 scoped slot API;
|
2020-08-27 18:56:48 +08:00 |
|
chenghongxing
|
b364cc28ce
|
feat: add watch method for i18n and options of menu.js; ⭐
新增:为 menu.js 组件增加 i18n 和 options 选项的监听;
|
2020-08-26 21:58:39 +08:00 |
|
chenghongxing
|
966c587e49
|
fix: problem that the menu item can't be activated when the route changes; 🐛
修复:路由切换时,菜单项无法激活的问题;
|
2020-08-26 17:27:58 +08:00 |
|
chenghongxing
|
9f24da1f71
|
feat: add configuration of hiding page title in PageLayout; ⭐ #106
新增:增加隐藏 PageLayout 布局中页面标题的配置;
|
2020-08-25 19:24:01 +08:00 |
|
chenghongxing
|
465c84ec39
|
fix: style problem of dropdown components in Setting.vue; 🐛 #105
修复:设置面板里下拉组件的样式问题;
|
2020-08-25 18:43:06 +08:00 |
|
chenghongxing
|
dab93a1ffb
|
fix: style problem caused by layout;
修复:布局调整导致的样式问题;
|
2020-08-24 15:59:36 +08:00 |
|
iczer
|
a5feed53d9
|
fix: problem of expandedRowRender in StandardTable.vue; 🐛
修复:StandardTable.vue 组件展开行插槽问题;
|
2020-08-18 10:52:55 +08:00 |
|
iczer
|
f065ecd238
|
feat: add responsive support for slots of StandardTable.vue; 🌟
新增:StandardTable.vue 组件的插槽增加响应式支持;
|
2020-08-18 09:40:16 +08:00 |
|
iczer
|
70bdca503e
|
fix: the problem that select events can't be triggered in menu.js component; 🐛 #99
修复:menu.js 组件中 select 事件无法触发的问题;
|
2020-08-12 13:18:44 +08:00 |
|
iczer
|
cf53c8120e
|
feat: add IInput.vue component; 🌟
新增:IInput.vue 组件;
|
2020-08-12 11:27:01 +08:00 |
|
iczer
|
9a21fe3b09
|
fix: the cache problem in tabs mode;🐛
修复:多页签模式下的缓存问题;
|
2020-08-07 22:18:02 +08:00 |
|
iczer
|
c05efdee7a
|
fix: i18n problem of dynamic route; 🐛
修复:动态路由的国际化问题;
|
2020-08-04 11:32:45 +08:00 |
|
iczer
|
4273ef8671
|
fix: the style problem caused by SideMenu.vue overflow; 🐛
修复:SideMenu.vue 组件溢出导致的样式问题;
|
2020-07-31 22:24:18 +08:00 |
|
iczer
|
1db4c1fafc
|
fix: the problem that can't hide check box of StandardTable.vue; 🐛
修复:StandardTable.vue 组件不能隐藏勾选框的问题;
|
2020-07-31 17:47:22 +08:00 |
|
iczer
|
c27e97beff
|
feat: add prop openKeys and event openChange for menu.js; 🌟
新增:menu.js 增加 openKeys 属性和 openChange 事件;
|
2020-07-31 16:43:10 +08:00 |
|
iczer
|
703125542f
|
Merge branch 'basic-async-router' into basic
|
2020-07-29 12:08:09 +08:00 |
|
chenghongxing
|
17e7df6860
|
chore: add boolean type support for props pagination of StandardTable.vue ; 🌟
|
2020-07-29 09:09:43 +08:00 |
|
iczer
|
c9e4451974
|
chore: optimize the code of async router; 🌟
|
2020-07-28 20:48:02 +08:00 |
|
chenghongxing
|
a3bca2756e
|
Merge remote-tracking branch 'origin/basic' into basic
|
2020-07-25 13:12:15 +08:00 |
|
chenghongxing
|
ccba1485b1
|
chore: optimize the code of StandardTable.vue; 🌟
|
2020-07-25 13:08:48 +08:00 |
|
iczer
|
6ef62b352c
|
fix: problem of props rowKey in StandardTable.vue; 🐛
修复:StandardTable.vue props 属性 rowKey 的bug;
|
2020-07-24 17:38:37 +08:00 |
|
chenghongxing
|
de9af0c238
|
feat: add slots support for StandardTable.vue; 🌟
|
2020-07-23 12:52:20 +08:00 |
|