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

数据选择(地图定位)插件调整

上级 daac8796
<app-map-position
name="${editor.name}"
v-model="data.${editor.name}"
:data="data"
:formState="formState"
:context="context"
:viewparams="viewparams"
name="${editor.name}"
:longitude="${item.getEditorParam("longitude","")}"
:latitude="${item.getEditorParam("latitude","")}"
@longitudeChange="(longitude)=>{${item.getEditorParam("longitude","")}=longitude;}"
@latitudeChange="(latitude)=>{${item.getEditorParam("latitude","")}=latitude;}"
/>
\ No newline at end of file
:formState="formState"
mode="<#if item.getEditorParam("mode","") != ''>${item.getEditorParam("mode","")}<#else>address</#if>"
<#if item.getEditorParam("address","") != ''>
address="${item.getEditorParam("address","")}"
</#if><#t>
<#if item.getEditorParam("longitude","") != ''>
longitude="${item.getEditorParam("longitude","")}"
</#if><#t>
<#if item.getEditorParam("latitude","") != ''>
latitude="${item.getEditorParam("latitude","")}"
</#if><#t>
@itemChange="(val1, val2) => { onFormItemValueChange(val1); onFormItemValueChange(val2); }"
/>
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册