chore: v1.1.1

This commit is contained in:
dap 2024-11-14 15:10:28 +08:00
parent 979bf1b431
commit 9e8e92a8e0
2 changed files with 5 additions and 1 deletions

View File

@ -5,6 +5,10 @@
- 使用VxeTable重构OAuth账号绑定列表(替代antdv的Table)
- commonDownloadExcel方法 支持处理区间选择器字段导出excel
**BUG FIXES**
- 修复在Modal/Drawer中使用VxeTable时, 第二次打开表单参数依旧为第一次提交的参数
**OTHERS**
- 废弃downloadExcel方法 统一使用commonDownloadExcel方法

View File

@ -1,6 +1,6 @@
{
"name": "@vben/web-antd",
"version": "1.1.0",
"version": "1.1.1",
"homepage": "https://vben.pro",
"bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
"repository": {