fix: table cell edit bug. (#2465)

This commit is contained in:
sevth 2022-12-18 19:54:39 +08:00 committed by GitHub
parent ca487426a1
commit 582d7e7351
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 3 deletions

View File

@ -404,9 +404,8 @@
column: this.column,
index: this.index,
})
: this.getValues
? this.getValues
: '\u00A0'}
: (this.getValues ?? "\u00A0")
}
</div>
{!this.column.editRow && <FormOutlined class={`${this.prefixCls}__normal-icon`} />}
</div>