提交 a348ff6b 编写于 作者: Shine-zwj's avatar Shine-zwj

标签(地址栏插件)--update

上级 a88f78dd
<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
<#if editor?? && editor.render??>
${editor.render.code}
<#else>
<app-span <#t>
name='${editor.name}' <#t>
:value="data.${editor.name}" <#t>
......@@ -52,4 +49,3 @@
style="${editor.getEditorCssStyle()}"><#t>
</app-span><#lt>
</#if>
\ No newline at end of file
<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
<#if editor?? && editor.render??>
${editor.render.code}
<#else>
<app-span <#t>
name='${editor.name}' <#t>
:value="row[column.property]" <#t>
......@@ -27,4 +24,3 @@
:localParam =<@getNavigateParams editor /> <#t>
style="${editor.getEditorCssStyle()}"><#t>
</app-span><#lt>
</#if>
\ No newline at end of file
<#ibizinclude>../@MACRO/FUNC/PUBLIC.vue.ftl</#ibizinclude>
<#if editor?? && editor.render??>
${editor.render.code}
<#else>
<app-span <#t>
:value="data.${editor.name?lower_case}" <#t>
name="${editor.name?lower_case}" <#t>
......@@ -18,4 +15,4 @@
</#if>
style="${item.getEditorCssStyle()}"> <#t>
</app-span> <#lt>
</#if>
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册