|
@@ -194,17 +194,17 @@
|
|
<el-table-column prop="position3" :label="position3" width="180"></el-table-column>
|
|
<el-table-column prop="position3" :label="position3" width="180"></el-table-column>
|
|
<el-table-column prop="position4" :label="position4" width="180"></el-table-column>
|
|
<el-table-column prop="position4" :label="position4" width="180"></el-table-column>
|
|
<el-table-column prop="position5" :label="position5" width="180"></el-table-column>-->
|
|
<el-table-column prop="position5" :label="position5" width="180"></el-table-column>-->
|
|
- <el-table-column label="操作" width="290" fixed="right">
|
|
|
|
|
|
+ <el-table-column label="操作" width="300" fixed="right">
|
|
<template slot-scope="{row}">
|
|
<template slot-scope="{row}">
|
|
- <el-row style="margin:5px;">
|
|
|
|
- <el-col :span="6">
|
|
|
|
|
|
+ <el-row>
|
|
|
|
+ <el-col :span="8">
|
|
<el-button size="mini" type="warning" @click="handleEdit(row)">编辑</el-button>
|
|
<el-button size="mini" type="warning" @click="handleEdit(row)">编辑</el-button>
|
|
</el-col>
|
|
</el-col>
|
|
- <el-col :span="6">
|
|
|
|
|
|
+ <el-col :span="8">
|
|
<el-button size="mini" type="danger" @click="handleDelete(row)">删除</el-button>
|
|
<el-button size="mini" type="danger" @click="handleDelete(row)">删除</el-button>
|
|
</el-col>
|
|
</el-col>
|
|
</el-row>
|
|
</el-row>
|
|
- <el-row style="margin:5px;">
|
|
|
|
|
|
+ <el-row style="margin-top:5px;">
|
|
<el-col :span="8">
|
|
<el-col :span="8">
|
|
<el-button size="mini" type="success" @click="bindDevice(row)">绑定设备</el-button>
|
|
<el-button size="mini" type="success" @click="bindDevice(row)">绑定设备</el-button>
|
|
</el-col>
|
|
</el-col>
|