src/components/Table/lims-table.vue
@@ -319,7 +319,7 @@ props: { isSelection: { type: Boolean, default: false, default: undefined, }, height: { type: String, @@ -387,7 +387,7 @@ }, rowKey: { type: String, default: undefined, default: "id", }, page: { type: Object, @@ -408,9 +408,9 @@ }; }, watch: { column(val) { this.doLayout(); }, // column(val) { // this.doLayout(); // }, }, mounted() { this.calculateSpanInfo();