WXL
2025-04-30 6be49398a90a339a6c72ac9ea7a09fc368acda87
src/components/SFtable/index.vue
@@ -2,6 +2,7 @@
<template>
  <el-table
    ref="multipleTableson"
    :height="heights"
    :data="
      currentList.filter(
        (data) =>
@@ -201,6 +202,10 @@
      type: Number,
      default: 1,
    },
    heights: {
      type: Number,
      default: 600,
    },
    searchTrue: {
      type: Boolean,
      default: false,