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