ep_form显示最近定位

This commit is contained in:
caoqianming 2022-10-25 13:54:33 +08:00
parent bd5dcc1cfb
commit 8803ed22da
1 changed files with 7 additions and 0 deletions

View File

@ -124,6 +124,13 @@
<span v-if="form.door_range">{{form.door_range[0]}} {{form.door_range[1]}}</span>
</el-form-item>
</el-row>
<el-row>
<el-form-item label="最近定位信息">
<span v-if="form.location">{{form.location.area_fix_name}}-
<span v-if="form.location.xx_detail">经纬度(form.location.xx_detail.longitude, form.location.xx_detail.latitude)</span>
</span>
</el-form-item>
</el-row>
</el-form>
</el-main>
<el-footer v-if="mode!=='show'">