未验证 提交 9ea257e1 编写于 作者: liuwave's avatar liuwave 提交者: GitHub

fix(table): fix the initial data display of editable cells (#218)

修正可编辑单元格初始数据显示
上级 22016291
<template> <template>
<div :class="prefixCls"> <div :class="prefixCls">
<div v-show="!isEdit" :class="`${prefixCls}__normal`" @click="handleEdit"> <div v-show="!isEdit" :class="`${prefixCls}__normal`" @click="handleEdit">
{{ value || '&nbsp;' }} {{ getValues || '&nbsp;' }}
<FormOutlined :class="`${prefixCls}__normal-icon`" v-if="!column.editRow" /> <FormOutlined :class="`${prefixCls}__normal-icon`" v-if="!column.editRow" />
</div> </div>
...@@ -312,6 +312,7 @@ ...@@ -312,6 +312,7 @@
handleOptionsChange, handleOptionsChange,
getWrapperStyle, getWrapperStyle,
getRowEditable, getRowEditable,
getValues,
// getSize, // getSize,
}; };
}, },
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册