提交 b0b6e6b2 编写于 作者: jlj05024111@163.com's avatar jlj05024111@163.com

feat: 更新支持span编辑器支持自定义代码表显示连接符

上级 de43d178
......@@ -87,6 +87,7 @@ export const IBizSpan = defineComponent({
});
return {
c,
ns,
text,
codeListText,
......@@ -102,6 +103,7 @@ export const IBizSpan = defineComponent({
codeListItems={this.items}
codeList={this.codeList}
value={this.value}
textSeparator={this.c.editorParams?.textSeparator}
></code-list>
);
} else if (this.text != null) {
......
......@@ -75,7 +75,7 @@ export const GridFieldColumn = defineComponent({
codeListItems={c.codeListItems}
codeList={this.codeList}
value={fieldValue}
textSeparator={c.model.source.userParams?.textSeparator}
textSeparator={c.model.source?.textSeparator}
></code-list>
) : (
<span class={this.ns.e('text')}>
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册