guoxiaohuan 4 anni fa
parent
commit
a118b570b2
2 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 3 0
      src/views/other/zhsxOtherTable2.vue
  2. 0 1
      src/views/room/room3.vue

+ 3 - 0
src/views/other/zhsxOtherTable2.vue

@@ -231,5 +231,8 @@ export default {
         justify-content: flex-end;
         margin-top: 28px;
     }
+    /deep/.el-table tr {
+        cursor: pointer;
+    }
 }
 </style>

+ 0 - 1
src/views/room/room3.vue

@@ -75,7 +75,6 @@ export default {
             this.$emit('Index2Emit', page)
         },
         innerTable(row) {
-            console.log(row)
             this.row = row
             this.innerVisible = true
         },