spring
2025-02-20 10bd1c0bbba80d86313b86559546557b2bdbc920
src/components/Table/lims-table.vue
@@ -361,11 +361,10 @@
  },
  data() {
    return {
      spanInfo: {},
      spanList: [],
    };
  },
  created() {
  mounted() {
    this.calculateSpanInfo();
  },
  methods: {