设备列表 隐藏查看详情按钮

This commit is contained in:
白菜
2025-07-12 15:58:00 +08:00
parent ee6628a19b
commit 893c690e7d

View File

@ -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"