围栏进出记录添加地址
This commit is contained in:
@ -5,7 +5,7 @@
|
|||||||
<div class="button-row">
|
<div class="button-row">
|
||||||
<!-- <el-button type="primary" @click.stop="ShowEdit(null)"
|
<!-- <el-button type="primary" @click.stop="ShowEdit(null)"
|
||||||
><el-icon><Plus /></el-icon>新增</el-button -->
|
><el-icon><Plus /></el-icon>新增</el-button -->
|
||||||
>
|
|
||||||
<el-button type="primary" @click.stop="Export()" plain
|
<el-button type="primary" @click.stop="Export()" plain
|
||||||
><el-icon><Download /></el-icon>导出</el-button
|
><el-icon><Download /></el-icon>导出</el-button
|
||||||
>
|
>
|
||||||
@ -83,13 +83,13 @@
|
|||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
|
|
||||||
<el-table-column label="经纬度" align="center" prop="id">
|
<!-- <el-table-column label="经纬度" align="center" prop="id">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
<span style="margin-right: 15px">{{ scope.row.longitude }}</span
|
<span style="margin-right: 15px">{{ scope.row.longitude }}</span
|
||||||
><span>{{ scope.row.latitude }}</span>
|
><span>{{ scope.row.latitude }}</span>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column> -->
|
||||||
<el-table-column label="精度" align="userName" prop="accuracy"> </el-table-column>
|
<el-table-column label="事件地址" align="left" prop="eventAddress"> </el-table-column>
|
||||||
|
|
||||||
<el-table-column label="操作" fixed="right" width="180" class-name="small-padding fixed-width">
|
<el-table-column label="操作" fixed="right" width="180" class-name="small-padding fixed-width">
|
||||||
<template #default="scope">
|
<template #default="scope">
|
||||||
|
|||||||
Reference in New Issue
Block a user