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

add:新增数据选择地图选择控件

上级 b4931226
<app-mob-map-position
:data="data"
:context="context"
:viewparams="viewparams"
address="<#if editor.getEditorParam('address','') != ''>${editor.getEditorParam('address','')}<#else>${editor.name}</#if>"
latitude="<#if editor.getEditorParam('latitude','') != ''>${editor.getEditorParam('latitude','')}<#else>latitude</#if>"
longitude="<#if editor.getEditorParam('longitude','') != ''>${editor.getEditorParam('longitude','')}<#else>longitude</#if>"
@change="($event)=>this.data[$event.name] = $event.value"/>
\ No newline at end of file
<app-mob-map-position
:data="data"
:context="context"
:viewparams="viewparams"
address="<#if editor.getEditorParam('address','') != ''>${editor.getEditorParam('address','')}<#else>${editor.name}</#if>"
latitude="<#if editor.getEditorParam('latitude','') != ''>${editor.getEditorParam('latitude','')}<#else>latitude</#if>"
longitude="<#if editor.getEditorParam('longitude','') != ''>${editor.getEditorParam('longitude','')}<#else>longitude</#if>"
@change="($event)=>this.data[$event.name] = $event.value"/>
\ No newline at end of file
<#ibizinclude>./EDITOR.vue.ftl</#ibizinclude>
\ No newline at end of file
EDITORTYPE=MOBPICKER#MAPPICKER
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册