From b63f7d17dee2c0332e753ee445d61db63bd28236 Mon Sep 17 00:00:00 2001 From: lzdjack <51448229+lzdjack@users.noreply.github.com> Date: Tue, 18 Jan 2022 21:49:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E5=A2=9E=E5=BC=BA=E5=8F=AF=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=8D=95=E5=85=83=E6=A0=BC=E5=8A=9F=E8=83=BD=20(#1576?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 1. 增加可编辑单元格非编辑状态下可自定义样式 2. 扩展editComponentProps,可接受方法 --- .../src/components/editable/EditableCell.vue | 126 ++++++++++-------- src/components/Table/src/types/table.ts | 16 ++- src/views/demo/table/EditCellTable.vue | 12 +- 3 files changed, 100 insertions(+), 54 deletions(-) diff --git a/src/components/Table/src/components/editable/EditableCell.vue b/src/components/Table/src/components/editable/EditableCell.vue index 6c2b31c7..0efe83f1 100644 --- a/src/components/Table/src/components/editable/EditableCell.vue +++ b/src/components/Table/src/components/editable/EditableCell.vue @@ -1,40 +1,4 @@ - -