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}}