WXL
2025-03-17 88481a34a70b92804b622c1fcaa3f1c3e01f5402
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,