From 9ea257e1fbd9e50369b0065eb4db37d4f9c24970 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=91=A1=E8=90=84=E6=9E=B6?= Date: Tue, 26 Jan 2021 22:59:58 +0800 Subject: [PATCH] fix(table): fix the initial data display of editable cells (#218) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修正可编辑单元格初始数据显示 --- src/components/Table/src/components/editable/EditableCell.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/components/Table/src/components/editable/EditableCell.vue b/src/components/Table/src/components/editable/EditableCell.vue index 6e9dac07..f5561088 100644 --- a/src/components/Table/src/components/editable/EditableCell.vue +++ b/src/components/Table/src/components/editable/EditableCell.vue @@ -1,7 +1,7 @@