From b5177b6b827fbe1777cd99dc0456436345cd4dbe Mon Sep 17 00:00:00 2001 From: fanluyan <754122931@qq.com> Date: Thu, 23 May 2024 09:30:31 +0800 Subject: [PATCH] youhua --- src/components/header.vue | 4 +- src/views/homePage/components/tableMain.vue | 651 +++++++++++--------- 2 files changed, 349 insertions(+), 306 deletions(-) diff --git a/src/components/header.vue b/src/components/header.vue index 82f0af9..0d54195 100644 --- a/src/components/header.vue +++ b/src/components/header.vue @@ -19,8 +19,8 @@ - - 系统 + {{ userName }} + diff --git a/src/views/homePage/components/tableMain.vue b/src/views/homePage/components/tableMain.vue index c34df01..a503364 100644 --- a/src/views/homePage/components/tableMain.vue +++ b/src/views/homePage/components/tableMain.vue @@ -100,9 +100,11 @@ scope.row.list[0].estimatedPublishTime * 1000 - newupdatatime > 0 " > - {{ - cmdCn[scope.row.list[0].name] - }}{{ cmdCn[scope.row.list[0].name] }}{{ scope.row.list[0].desc }} {{ - scope.row.mntnStatus.reportMap!==null&&scope.row.mntnStatus.reportMap.hasOwnProperty("oid") + scope.row.mntnStatus.reportMap !== null && + scope.row.mntnStatus.reportMap.hasOwnProperty("oid") ? scope.row.mntnStatus.reportMap.oid : "" }} @@ -127,15 +130,19 @@ - + - + - + {{ formatLastHeartbeat(scope.row.mntnStatus.rawReportTime) }}{{ formatLastHeartbeat(scope.row.mntnStatus.rawReportTime) }} @@ -216,9 +229,12 @@ :sort-method="picSort" > @@ -251,28 +268,34 @@ :sort-method="sortnumberOfHb" > @@ -281,11 +304,11 @@ @@ -326,38 +349,45 @@ - {{ - scope.row.mntnStatus.reportMap!==null&&scope.row.mntnStatus.reportMap.hasOwnProperty("signature1") - ? scope.row.mntnStatus.reportMap.signature1.split("/")[0] - :"" - }} - + {{ + scope.row.mntnStatus.reportMap !== null && + scope.row.mntnStatus.reportMap.hasOwnProperty("signature1") + ? scope.row.mntnStatus.reportMap.signature1.split("/")[0] + : "" + }} @@ -388,11 +418,11 @@ > @@ -416,20 +446,21 @@ @@ -443,28 +474,30 @@ > @@ -476,11 +509,11 @@ > 确 定 - - + @@ -854,15 +889,9 @@ :close-on-click-modal="false" width="30%" > - + - + - - + @@ -898,40 +927,37 @@ - - - + - + - + - 选取文件 - + 选取文件 + - +