From 621cdb54a935e05381622fc69e3fcac41365bbcd Mon Sep 17 00:00:00 2001
From: dai <851733175@qq.com>
Date: Wed, 12 Jan 2022 09:35:13 +0800
Subject: [PATCH] youma
---
 .../visual/warning/components/screen-table/index.vue | 12 ++++++++++--
 1 file changed, 10 insertions(+), 2 deletions(-)
diff --git a/src/views/modules/visual/warning/components/screen-table/index.vue b/src/views/modules/visual/warning/components/screen-table/index.vue
index 41c80f97f..a4171708d 100644
--- a/src/views/modules/visual/warning/components/screen-table/index.vue
+++ b/src/views/modules/visual/warning/components/screen-table/index.vue
@@ -23,7 +23,7 @@
             :key="indexs"
             :style="tableContentStyle[indexs]"
           >
-            {{ item }}
+            {{ item }}
             
               更多>
-              
+              
                 
                 {{ item }}
@@ -180,6 +184,10 @@ export default {
   created() {},
 
   methods: {
+    toUserInfo(uid) {
+      // this.$router.push({ path: `/main-shuju/visual-basicinfo-people/${uid}` });
+    },
+
     onClickMorePop(index) {
       this.visiblePopList.forEach((item, indexs) => {
         if (index == indexs) {