Browse Source

优化高亮行显示

shudong 1 năm trước cách đây
mục cha
commit
136e68a9db
1 tập tin đã thay đổi với 2 bổ sung8 xóa
  1. 2 8
      src/components/TableAuto/index.vue

+ 2 - 8
src/components/TableAuto/index.vue

@@ -282,13 +282,6 @@ export default {
           textAlign: 'center'
         }
       }
-    },
-    /**
-     * 是否高亮显示行
-     */
-    isHighlight: {
-      type: Boolean,
-      default: true
     }
   },
   data() {
@@ -296,7 +289,8 @@ export default {
       flag: false,
       filters: [],
       selectionRow: [],
-      loadingValue: false
+      loadingValue: false,
+      isHighlight: false //是否高亮显示行
     }
   },
   computed: {},