chenghongxing
|
5de611523c
|
修复:弹出层挂载容器问题;🐛
fix: the problem of pop up layer mount container;
|
4 years ago |
chenghongxing
|
c2915c93d3
|
修复:高级表格部分api默认值错误问题;🐛
fix: wrong default value of some api about AdvanceTable.vue;
|
4 years ago |
chenghongxing
|
e661ae0813
|
修复:设置页签标题不生效的bug;🐛
fix: the problem that setting tabs title not affect;
|
4 years ago |
chenghongxing
|
915c2078cb
|
update docs
|
4 years ago |
chenghongxing
|
407c2719cb
|
update docs
|
4 years ago |
chenghongxing
|
d9b5e4b766
|
优化:刷新页签 api 增加路由对象参数支持;⭐
optimize: add support of route parameter for refresh page api;
|
4 years ago |
chenghongxing
|
75a510edbd
|
update version
|
4 years ago |
chenghongxing
|
31e22aaf0e
|
修复:AdvanceTable 组件异步获取列配置不生效的问题;🐛 #159 #160 #161
fix: the async configuration of columns not to take effect in AdvanceTable.vue;
|
4 years ago |
chenghongxing
|
63ea2a9459
|
修复:Modal 组件导致的白边问题;🐛 #162 #149
fix: white edge problems caused by Modal component;
|
4 years ago |
chenghongxing
|
ae2b7a86ef
|
新增:动态修改标题的 api;⭐ #150
feat: add api of dynamic modify tab title;
|
4 years ago |
chenghongxing
|
23b7dfe2a4
|
修复:混合导航模式下,菜单数据为空时导致的异常;🐛
fix: the exception caused by empty menuData in mix navigation mode;
|
4 years ago |
chenghongxing
|
10296fd022
|
chore: update the version of ant-design-vue from 1.6.2 to 1.7.2; #156
|
4 years ago |
chenghongxing
|
9e7a03fcd8
|
修复:菜单组件 openChang 事件的 bug;🐛 #156
fix: the problem of openChange event in menu.js;
|
4 years ago |
chenghongxing
|
f74d08248e
|
修复:切换语言时浏览器页签标题语言不改变的问题;🐛
fix: the problem that the title language of the browser tab does not change when switching languages;
|
4 years ago |
chenghongxing
|
d638eaa6bf
|
修复:头像列表组件 tooltip 不生效的问题; 🐛
fix: tooltip function not affect of AvatarList.vue;
|
4 years ago |
chenghongxing
|
a8dab1687a
|
update docs
|
4 years ago |
iczer
|
19ab79c88c
|
Update README.md
|
4 years ago |
iczer
|
2262cb98ef
|
Update README.en-US.md
|
4 years ago |
iczer
|
7cea44c216
|
Update README.md
|
4 years ago |
chenghongxing
|
6c79a54a53
|
update version
|
4 years ago |
chenghongxing
|
97979c5059
|
fix: the problem of hiding column of AdvancedTable.vue; 🐛 #139
修复:高级表格无法隐藏列的bug;
|
4 years ago |
chenghongxing
|
8130f9f250
|
fix: the style problem of tree checkbox when toggling theme color; 🐛
修复:切换主题色时树选择框的样式问题;
|
4 years ago |
chenghongxing
|
57dc7fe2e8
|
fix: the style problem of tabs head; 🐛
修复:页签头样式问题;
|
4 years ago |
chenghongxing
|
e841ac77fd
|
bug: fix the problem that page content become blank when modifying the code; 🐛 #141
修复:修改代码时页面内容变为空白的问题;
|
4 years ago |
chenghongxing
|
ec2c70d181
|
Merge branch 'master' of https://github.com/iczer/vue-antd-admin
|
4 years ago |
chenghongxing
|
3a7c51cd8a
|
bug: fix the problem that the error color be changed when toggle theme color; 🐛
修复:切换主题色时,错误色被改变的bug;
|
4 years ago |
chenghongxing
|
a4b0785f0f
|
bug: fix the problem that custom page title not effect;
修复:自定义页面标题不起作用的问题;
|
4 years ago |
iczer
|
c1e956a5a0
|
Merge branch 'master' of https://github.com/iczer/vue-antd-admin
|
4 years ago |
iczer
|
acd66d7d6c
|
fix: redirect problem in mix navigation mode; 🐛
修复:混合模式下重定向问题;
|
4 years ago |
chenghongxing
|
533890a376
|
update docs
|
4 years ago |
iczer
|
10fc9c11b8
|
chore: remove useless code;
|
4 years ago |
iczer
|
c4e81a1a61
|
feat: add function of link for out website in menu; ⭐ #135
新增:菜单增加外链功能;
|
4 years ago |
iczer
|
b021ce4f0b
|
Merge branch 'master' of https://github.com/iczer/vue-antd-admin
|
4 years ago |
iczer
|
59bb834da8
|
fix: the problem of calculating minimum height of page; 🐛
修复:页面内容最小高度计算错误问题;
|
4 years ago |
chenghongxing
|
1a434dbd2a
|
chore: update default html title;
|
4 years ago |
chenghongxing
|
501bd23c20
|
fix: the events bug of AdvanceTable.vue;
修复:AdvanceTable.vue 组件的事件问题;
|
4 years ago |
chenghongxing
|
3619242076
|
feat: add document for AdvanceTable.vue; 🐛
新增:给 AdvanceTable.vue 增加说明文档;
|
4 years ago |
iczer
|
a4281b62dc
|
fix: scroll problem of page; 🐛
修复:页面滚动问题;
|
4 years ago |
iczer
|
6b41fa7f31
|
Merge remote-tracking branch 'origin/master'
# Conflicts:
# src/components/table/advance/SearchArea.vue
|
4 years ago |
chenghongxing
|
463fc93af9
|
fix: popup container problem of AdvanceTable.vue in full screen mode; 🐛
fix:高级表格全屏模式下浮层的显示问题;
|
4 years ago |
chenghongxing
|
4d69602595
|
fix: popup container problem of AdvanceTable.vue in full screen mode; 🐛
新增:高级表格全屏模式下浮层的显示问题;
|
4 years ago |
chenghongxing
|
517c1959d8
|
feat: add AdvanceTable.vue component; ⭐
新增:高级表格;
|
4 years ago |
chenghongxing
|
3d3e56de12
|
feat: add function of disable closing page; ⭐
新增:禁用关闭页面功能;
|
4 years ago |
chenghongxing
|
313af63f33
|
feat: add function of refreshing page; ⭐ #132
新增:刷新页面的功能;
|
4 years ago |
chenghongxing
|
83576d88d7
|
feat: add function of fixing the head of tabs; ⭐
新增:固定页签头功能。
|
4 years ago |
chenghongxing
|
9df2666304
|
fix: problem that old routes configuration not clearing when merging async routes; 🐛
修复:合并异步路由时,旧的路由配置未及时清除的问题。
|
4 years ago |
chenghongxing
|
a03b37ff30
|
chore: update version;
|
4 years ago |
chenghongxing
|
435b2ff585
|
chore: optimize the code of caching tabs;
|
4 years ago |
chenghongxing
|
bad44562e7
|
feat: add function of caching tabs in multi page mode; ⭐
新增:多页签模式下增加缓存页签头功能(刷新时签头不再丢失);
|
4 years ago |
chenghongxing
|
1738f601a3
|
chore: update yarn.lock and guards.js; 🐛
|
4 years ago |