From 17aefdd1b4a411d0964352994e1214171e6183e2 Mon Sep 17 00:00:00 2001 From: Moxun Date: Fri, 5 Jun 2020 09:09:58 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=96=B0=E5=A2=9E=E5=8A=9F=E8=83=BD]=20(#95)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. @crud/CRUD.operation中增加对列隐藏(初始阶段)支持 2. @crud/CRUD.operation中增加对列忽略支持 3. @crud/CRUD.operation中列可见性控制选项顺序跟随表格列顺序变更 [代码完善] 1. 取消crud.props记录tableColumns 2. 调整表格列可见性控制时插入位置计算 --- src/components/Crud/CRUD.operation.vue | 88 ++++++++++++++++++++++---- src/components/Crud/crud.js | 17 +---- 2 files changed, 78 insertions(+), 27 deletions(-) diff --git a/src/components/Crud/CRUD.operation.vue b/src/components/Crud/CRUD.operation.vue index d57c8c3..20fd0db 100644 --- a/src/components/Crud/CRUD.operation.vue +++ b/src/components/Crud/CRUD.operation.vue @@ -89,8 +89,8 @@ 全选 @@ -102,24 +102,93 @@