13703816893 2 years ago
commit 8746557f7d

@ -233,7 +233,7 @@
<el-table-column <el-table-column
fixed="right" fixed="right"
label="操作" label="操作"
width="580" width="340"
v-if="roleUser != 2" v-if="roleUser != 2"
> >
<template slot-scope="scope"> <template slot-scope="scope">
@ -275,7 +275,7 @@
@click.native.stop="handlepicture(scope.row)" @click.native.stop="handlepicture(scope.row)"
>图片标记</el-button >图片标记</el-button
> >
<el-button <!-- <el-button
type="text" type="text"
@click.native.stop="handleDeviceReset(scope.row)" @click.native.stop="handleDeviceReset(scope.row)"
>装置复位</el-button >装置复位</el-button
@ -294,7 +294,7 @@
type="text" type="text"
@click.native.stop="handleShowGPS(scope.row)" @click.native.stop="handleShowGPS(scope.row)"
>获取GPS位置</el-button >获取GPS位置</el-button
> > -->
<!-- <el-select <!-- <el-select
class="dropgps" class="dropgps"
v-model="gpsvalue" v-model="gpsvalue"
@ -310,7 +310,7 @@
> >
</el-option> </el-option>
</el-select> --> </el-select> -->
<el-dropdown <!-- <el-dropdown
class="dropgps" class="dropgps"
trigger="click" trigger="click"
@command=" @command="
@ -326,7 +326,7 @@
<el-dropdown-item command="open">开启GPS</el-dropdown-item> <el-dropdown-item command="open">开启GPS</el-dropdown-item>
<el-dropdown-item command="close">关闭GPS</el-dropdown-item> <el-dropdown-item command="close">关闭GPS</el-dropdown-item>
</el-dropdown-menu> </el-dropdown-menu>
</el-dropdown> </el-dropdown> -->
<el-button <el-button
type="text" type="text"
class="deleteText" class="deleteText"
@ -803,8 +803,8 @@ export default {
} }
.dropgps { .dropgps {
color: @color-primary; color: @color-primary;
margin-left: 16px; // margin-left: 16px;
margin-right: 16px; // margin-right: 16px;
cursor: pointer; cursor: pointer;
font-size: 12px; font-size: 12px;
width: 80px; width: 80px;

Loading…
Cancel
Save