Compare commits
No commits in common. "d3ab2f22787d59e43d6a725be9b326359ad0ee9c" and "8d84e52e446baf46f7b4fab81efd8e4aa20f45b3" have entirely different histories.
d3ab2f2278
...
8d84e52e44
@ -134,7 +134,7 @@ export default {
|
||||
}
|
||||
})
|
||||
} else if (type === 2) {
|
||||
const bool = await this.$confirm(`确认要结束所有任务吗?`, '提示', {
|
||||
const bool = await this.$confirm(`确认要关机吗?`, '提示', {
|
||||
customClass: 'confirm-light',
|
||||
confirmButtonText: '确定',
|
||||
cancelButtonText: '取消',
|
||||
|
||||
@ -114,11 +114,12 @@
|
||||
<el-tooltip
|
||||
class="item"
|
||||
effect="light"
|
||||
content="手动开机"
|
||||
content="开机"
|
||||
placement="top"
|
||||
>
|
||||
<el-button
|
||||
icon="el-icon-switch-button"
|
||||
type="success"
|
||||
icon="el-icon-video-play"
|
||||
size="mini"
|
||||
circle
|
||||
@click="handleRadar(scope.row, 1)"
|
||||
@ -128,12 +129,11 @@
|
||||
<el-tooltip
|
||||
class="item"
|
||||
effect="light"
|
||||
content="结束所有任务"
|
||||
content="关机"
|
||||
placement="top"
|
||||
>
|
||||
<el-button
|
||||
type="danger"
|
||||
icon="el-icon-close"
|
||||
icon="el-icon-switch-button"
|
||||
size="mini"
|
||||
circle
|
||||
@click="handleRadar(scope.row, 2)"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user