From cbf3f163f583914c8a33a52708f2a28f833fe057 Mon Sep 17 00:00:00 2001
From: fanluyan <754122931@qq.com>
Date: Thu, 18 Apr 2024 09:02:50 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E5=AF=BC=E5=87=BA?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/activityList/index.vue | 5 +-
.../homePage/components/rowMsgDialog.vue | 85 +++++--
src/views/homePage/components/tableMain.vue | 230 ++++++++++++++----
3 files changed, 256 insertions(+), 64 deletions(-)
diff --git a/src/views/activityList/index.vue b/src/views/activityList/index.vue
index 21a5980..59513dc 100644
--- a/src/views/activityList/index.vue
+++ b/src/views/activityList/index.vue
@@ -15,7 +15,7 @@
装置列表:
row[dataField]);
console.log(`当前列数据字段:${dataField}`);
console.log(`当前列数据值:${columnData}`);
- this.copyToClipboard(columnData.join("\n"));
+ //this.copyToClipboard(columnData.join("\n"));
console.log(columnData);
this.activityForm.cmdidArr = columnData.join("\n");
this.activityForm.title = this.activityNameTitle;
+ this.termsShow = false;
},
copyToClipboard(text) {
const textArea = document.createElement("textarea");
diff --git a/src/views/homePage/components/rowMsgDialog.vue b/src/views/homePage/components/rowMsgDialog.vue
index d3f3ed8..51863a1 100644
--- a/src/views/homePage/components/rowMsgDialog.vue
+++ b/src/views/homePage/components/rowMsgDialog.vue
@@ -25,81 +25,132 @@
- {{ scope.row.raw_report.msgs.cma }}
+ {{
+ scope.row.raw_report.cma
+ }}
+ {{ scope.row.raw_report.msgs.cma }}
- {{ scope.row.raw_report.msgs.heartbeatDuration }}
+ {{
+ scope.row.raw_report.heartbeatDuration
+ }}
+ {{
+ scope.row.raw_report.msgs.heartbeatDuration
+ }}
- {{ scope.row.raw_report.msgs.battery }}
+ {{
+ scope.row.raw_report.battary
+ }}
+ {{ scope.row.raw_report.msgs.battery }}
- {{ scope.row.raw_report.msgs.batteryTmp }}
+ {{
+ scope.row.raw_report.batteryTmp
+ }}
+ {{ scope.row.raw_report.msgs.batteryTmp }}
- {{ scope.row.raw_report.msgs.mainBoardTmp }}
+ {{
+ scope.row.raw_report.mainBoardTmp
+ }}
+ {{ scope.row.raw_report.msgs.mainBoardTmp }}
- {{ scope.row.raw_report.msgs.rebootTimes }}
+ {{
+ scope.row.raw_report.rebootTimes
+ }}
+ {{ scope.row.raw_report.msgs.rebootTimes }}
- {{ scope.row.raw_report.msgs.i1RebootTimes }}
+ {{
+ scope.row.raw_report.i1RebootTimes
+ }}
+ {{ scope.row.raw_report.msgs.i1RebootTimes }}
- {{ scope.row.raw_report.msgs.recv }}
+ {{
+ scope.row.raw_report.recv
+ }}
+ {{ scope.row.raw_report.msgs.recv }}
- {{ scope.row.raw_report.pic }}
+ {{
+ scope.row.raw_report.pic
+ }}
+ {{ scope.row.raw_report.pic }}
- {{ scope.row.raw_report.msgs.photoTimes }}
+ {{
+ scope.row.raw_report.photoTimes
+ }}
+ {{ scope.row.raw_report.msgs.photoTimes }}
- {{ scope.row.raw_report.msgs.success }}/{{
- scope.row.raw_report.msgs.failure
- }}/{{ scope.row.raw_report.msgs.uploads }}
+
+ {{ scope.row.raw_report.success }}/{{
+ scope.row.raw_report.failure
+ }}/{{ scope.row.raw_report.uploads }}
+
+ {{ scope.row.raw_report.msgs.success }}/{{
+ scope.row.raw_report.msgs.failure
+ }}/{{ scope.row.raw_report.msgs.uploads }}
- {{ scope.row.raw_report.msgs.numberOfHb }}
+ {{
+ scope.row.raw_report.numberOfHb
+ }}
+ {{ scope.row.raw_report.msgs.numberOfHb }}
- {{ scope.row.raw_report.msgs.networkError }}
+ {{
+ scope.row.raw_report.networkError
+ }}
+ {{ scope.row.raw_report.msgs.networkError }}
- {{ scope.row.raw_report.msgs.signature1 }}
+ {{
+ scope.row.raw_report.signature1
+ }}
+ {{ scope.row.raw_report.msgs.signature1 }}
- {{ scope.row.raw_report.msgs.signature2 }}
+ {{
+ scope.row.raw_report.signature2
+ }}
+ {{ scope.row.raw_report.msgs.signature2 }}