develop_cloud #1
@ -50,14 +50,14 @@
|
|||||||
<el-table-column
|
<el-table-column
|
||||||
fixed="right"
|
fixed="right"
|
||||||
label="操作"
|
label="操作"
|
||||||
width="240">
|
width="150">
|
||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-button
|
<!-- <el-button-->
|
||||||
@click="toDetail(scope.row.id)"
|
<!-- @click="toDetail(scope.row.id)"-->
|
||||||
type="primary"
|
<!-- type="primary"-->
|
||||||
size="mini">
|
<!-- size="mini">-->
|
||||||
查看详情
|
<!-- 查看详情-->
|
||||||
</el-button>
|
<!-- </el-button>-->
|
||||||
<el-button
|
<el-button
|
||||||
@click="editDevice(scope.row)"
|
@click="editDevice(scope.row)"
|
||||||
type="warning"
|
type="warning"
|
||||||
|
|||||||
Reference in New Issue
Block a user