spring
2025-03-10 828327d77032e40069a54da3803dd5aaa46aeba3
src/components/Table/lims-table.vue
@@ -111,7 +111,7 @@
      </el-table-column>
    </el-table>
    <pagination v-if="page" v-show="page.total > 0" :total="page.total" :layout="page.layout" :page.sync="page.current"
      :limit.sync="page.size" @pagination="pagination" />
      :limit.sync="page.size" @pagination="pagination" style="background-color: #fff;" />
  </div>
</template>
@@ -241,8 +241,8 @@
      default: () => { },
    },
    rowStyle: {
      type: Object || Function,
      default: () => { },
      type: Function,
      // default: () => { },
    },
    tableData: {
      type: Array,