From 8674b502d50101c90b380403bbdc56d229a382c6 Mon Sep 17 00:00:00 2001 From: wu <2468489804@qq.com> Date: Sun, 14 Aug 2022 18:32:10 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=AE=BE=E5=A4=87=E7=9B=91?= =?UTF-8?q?=E6=8E=A7=E9=A1=B5=E9=9D=A2=E6=98=BE=E7=A4=BA=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=90=8D=E7=A7=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../edgeServer/edgeServerMonitor/index.vue | 143 +++++------------- 1 file changed, 41 insertions(+), 102 deletions(-) diff --git a/src/views/edgeServer/edgeServerMonitor/index.vue b/src/views/edgeServer/edgeServerMonitor/index.vue index a129d55..4baf817 100644 --- a/src/views/edgeServer/edgeServerMonitor/index.vue +++ b/src/views/edgeServer/edgeServerMonitor/index.vue @@ -2,39 +2,35 @@
- 前置服务 {{ item.name }} ({{ item.ip }} ) + 前置服务 {{ item.server_name }} ({{ item.url }} )
- - + - 暂停 - 重启 - 关闭 + :class="{ 'box-card': true, 'online': i.device_status === 1, 'offline': i.device_status !== 1 }">
- {{ i.name }} + {{ i.device_name }}
设备类型 - :{{ i.DeviceType }} + :{{ i.device_type }} - + 成功次数 - :{{ i.success_number }} + :{{ i.success_count }} 失败次数 - :{{ i.fail_number }} + :{{ i.fail_count }} @@ -80,93 +76,36 @@ \ No newline at end of file +