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