|
|
|
@ -107,7 +107,7 @@
|
|
|
|
|
@change="handlecheckAllYW"
|
|
|
|
|
:class="
|
|
|
|
|
(ywNumber == tableData.length && tableData.length != 0) ||
|
|
|
|
|
(ywNumber == 0 && tableData.length == 0)
|
|
|
|
|
ywNumber == 0
|
|
|
|
|
? ''
|
|
|
|
|
: 'is-indeterminate'
|
|
|
|
|
"
|
|
|
|
@ -126,7 +126,7 @@
|
|
|
|
|
</el-table-column>
|
|
|
|
|
<el-table-column label="快心跳" prop="quick_hb" width="108" sortable>
|
|
|
|
|
<template slot="header" slot-scope="scope">
|
|
|
|
|
<p :class="ywNumber != 0 ? 'redClass' : 'noClass'">
|
|
|
|
|
<p :class="kxtNumber != 0 ? 'redClass' : 'noClass'">
|
|
|
|
|
{{ kxtNumber }}<span> / {{ tableData.length }}</span>
|
|
|
|
|
</p>
|
|
|
|
|
<span @click.stop>
|
|
|
|
@ -135,7 +135,7 @@
|
|
|
|
|
@change="handlecheckAllKXT"
|
|
|
|
|
:class="
|
|
|
|
|
(kxtNumber == tableData.length && tableData.length != 0) ||
|
|
|
|
|
(kxtNumber == 0 && tableData.length == 0)
|
|
|
|
|
kxtNumber == 0
|
|
|
|
|
? ''
|
|
|
|
|
: 'is-indeterminate'
|
|
|
|
|
"
|
|
|
|
@ -770,7 +770,7 @@ export default {
|
|
|
|
|
MCUcheck: false,
|
|
|
|
|
//运维操作列表
|
|
|
|
|
operateOptions: [
|
|
|
|
|
{ id: 1, name: "安卓重启" },
|
|
|
|
|
{ id: 1, name: "重启设备" },
|
|
|
|
|
{ id: 2, name: "MCU单片机重启" },
|
|
|
|
|
{ id: 3, name: "设置I1服务器" },
|
|
|
|
|
// { id: 4, name: "设置运维服务器" },
|
|
|
|
|