fix: table cell edit bug. (#2465)
This commit is contained in:
parent
ca487426a1
commit
582d7e7351
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue