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