监护地图路由更新
This commit is contained in:
@@ -51,7 +51,7 @@
|
|||||||
<el-table-column slot="options" width="160px" fixed="right" label="操作" align="center">
|
<el-table-column slot="options" width="160px" fixed="right" label="操作" align="center">
|
||||||
<template slot-scope="{ row }">
|
<template slot-scope="{ row }">
|
||||||
<div class="table-options">
|
<div class="table-options">
|
||||||
<el-button type="text" @click="$router.push({name: '监护地图', query: {id: row.deviceId, lat: row.lat, lng: row.lng}})">地图查看</el-button>
|
<el-button type="text" @click="$router.push({name: '12ed7dcf13014bf0b2bbffa7d0238e0b', query: {id: row.deviceId, lat: row.lat, lng: row.lng}})">地图查看</el-button>
|
||||||
<el-button type="text" @click="toMonitor(row.deviceId)">监测数据</el-button>
|
<el-button type="text" @click="toMonitor(row.deviceId)">监测数据</el-button>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|||||||
Reference in New Issue
Block a user