develop_cloud #1

Merged
dashixiong merged 234 commits from develop_cloud into main-cloud 2026-02-11 02:06:04 +00:00
90 changed files with 7844 additions and 28 deletions
Showing only changes of commit 893c690e7d - Show all commits

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"