提交 713d1a02 编写于 作者: Mosher's avatar Mosher

增加标签插件

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