sevth
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
3 deletions
-
src/components/Table/src/components/editable/EditableCell.vue
|
|
|
@ -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> |
|
|
|
|