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

增加地图定位插件

上级 f3887778
<app-map-position
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
EDITORTYPE=PICKER#MAPPOSITION
\ No newline at end of file
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册