Unverified 提交 9ea257e1 作者: 葡萄架 提交者: 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 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论