From bcdc704e7857da85e7dd54a6006625e0754b0b5e Mon Sep 17 00:00:00 2001 From: zhangyu Date: Fri, 6 Aug 2021 10:28:48 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E6=89=B9=E9=87=8F?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A1=A8=E6=A0=BC=E9=AB=98=E5=BA=A6=20?= =?UTF-8?q?=E4=BB=A5=E5=8F=8A=20=E5=AF=BC=E5=85=A5=E5=A4=B1=E8=B4=A5?= =?UTF-8?q?=E5=90=8E=20=E6=98=BE=E7=A4=BA=E5=AF=B9=E5=BA=94=E7=9A=84=20ass?= =?UTF-8?q?etID=20=E4=BB=A5=E5=8F=8AmoduleId?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/common/rightBox/batchAddEndpoint.vue | 11 +++++++---- .../components/page/monitor/endpoint/endpointList.vue | 2 +- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/nezha-fronted/src/components/common/rightBox/batchAddEndpoint.vue b/nezha-fronted/src/components/common/rightBox/batchAddEndpoint.vue index 9f50bf9c4..9a21b27af 100644 --- a/nezha-fronted/src/components/common/rightBox/batchAddEndpoint.vue +++ b/nezha-fronted/src/components/common/rightBox/batchAddEndpoint.vue @@ -11,7 +11,7 @@
-
+
{ + item.info = 'AssetId:' + this.batchEndpoint.tableData[item.lineNo - 1].asset.id + ' ModuleId:' + this.batchEndpoint.tableData[item.lineNo - 1].module.id + ' ' + }) this.esc(true, response.data) } else { this.$message.error(response.msg) diff --git a/nezha-fronted/src/components/page/monitor/endpoint/endpointList.vue b/nezha-fronted/src/components/page/monitor/endpoint/endpointList.vue index 4c811180e..0b2cb439c 100644 --- a/nezha-fronted/src/components/page/monitor/endpoint/endpointList.vue +++ b/nezha-fronted/src/components/page/monitor/endpoint/endpointList.vue @@ -107,7 +107,7 @@
{{$t('overall.result.line',[item.lineNo])}}
-
{{item.errorMsg}}
+
{{item.info}} {{item.errorMsg}}