hn2.0
fanluyan 2 years ago
parent 51ff9f1b85
commit fe55cc26e6

@ -93,10 +93,10 @@
></el-option>
</el-select>
</el-form-item>
<el-form-item label="通道称:">
<el-form-item label="通道称:">
<el-input
v-model="val.alias"
placeholder="请输入通道称"
placeholder="请输入通道称"
></el-input>
</el-form-item>
<div class="btngrop">

@ -233,7 +233,7 @@
<el-table-column
fixed="right"
label="操作"
width="580"
width="520"
v-if="roleUser != 2"
>
<template slot-scope="scope">
@ -299,15 +299,15 @@
<el-dropdown-item command="close">关闭GPS</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
<el-button
<!-- <el-button
type="text"
class="deleteText"
@click.native.stop="handleDelete(scope.row)"
>删除</el-button
>
> -->
</template>
</el-table-column>
<el-table-column fixed="right" label="操作" width="380" v-else>
<el-table-column fixed="right" label="操作" width="320" v-else>
<template slot-scope="scope">
<el-button
@click.native.stop="handleRevisePhoto(scope.row)"
@ -343,12 +343,12 @@
<el-dropdown-item command="close">关闭GPS</el-dropdown-item>
</el-dropdown-menu>
</el-dropdown>
<el-button
<!-- <el-button
type="text"
class="deleteText"
@click.native.stop="handleDelete(scope.row)"
>删除</el-button
>
> -->
</template>
</el-table-column>
</el-table>

Loading…
Cancel
Save