From f540c8a37c228d080c166c8cb6d8a4a234b2fc69 Mon Sep 17 00:00:00 2001 From: YunaiV Date: Tue, 15 Feb 2022 19:31:33 +0800 Subject: [PATCH] =?UTF-8?q?v3.4.0=20=E7=94=A8=E6=88=B7=E6=98=BE=E9=9A=90?= =?UTF-8?q?=E5=88=97=E6=B7=BB=E5=8A=A0=E4=B8=8D=E5=90=8Ckey=E9=98=B2?= =?UTF-8?q?=E6=AD=A2=E8=A2=AB=E5=A4=8D=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- yudao-ui-admin/src/views/system/user/index.vue | 12 ++++++------ 更新日志.md | 1 + 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/yudao-ui-admin/src/views/system/user/index.vue b/yudao-ui-admin/src/views/system/user/index.vue index da2a8394c..4685e76ea 100644 --- a/yudao-ui-admin/src/views/system/user/index.vue +++ b/yudao-ui-admin/src/views/system/user/index.vue @@ -54,12 +54,12 @@ - - - - - - + + + + + + diff --git a/更新日志.md b/更新日志.md index 454dd2e55..aea2fd307 100644 --- a/更新日志.md +++ b/更新日志.md @@ -31,6 +31,7 @@ TODO * 【优化】使用 Lombok 简化 JsonUtils 工具类 [#73](https://github.com/YunaiV/ruoyi-vue-pro/pull/73) * 【新增】兼容 Node 16 版本,通过升级 BPMN-JS 相关库 [commit](https://gitee.com/zhijiantianya/ruoyi-vue-pro/commit/4c169cbc58eb0d0cc4aead73ca127a2957e6a3aa) +* 【新增】前端的表格右侧工具栏组件支持显隐列,具体可见【用户管理】功能 [commit](https://gitee.com/zhijiantianya/ruoyi-vue-pro/commit/20e34e35a3bdc48e6a4c58e3849aa729bd18efe5) ### 🐞 Bug Fixes