diff --git a/psdc-ui/src/views/emonitor/sp/index.vue b/psdc-ui/src/views/emonitor/sp/index.vue index 5c021da..2a759d5 100644 --- a/psdc-ui/src/views/emonitor/sp/index.vue +++ b/psdc-ui/src/views/emonitor/sp/index.vue @@ -1,7 +1,7 @@ @@ -21,9 +21,9 @@ export default { if(res.data!=null) { data.name = res.data.deviceName if (res.data.deviceRunstatus == true) { - data.status = '开启' + data.status = '正在运行' } else { - data.status = '关闭' + data.status = '停止运行' } } }) @@ -40,8 +40,17 @@ export default {