WXL
6 天以前 33c62946aa29d74a62c5dcbbc1cb06d16c8c91dc
src/components/SFtable/index.vue
@@ -2,6 +2,7 @@
<template>
  <el-table
    ref="multipleTableson"
    :height="heights"
    :data="
      currentList.filter(
        (data) =>
@@ -42,7 +43,7 @@
        :formatter="formatData"
      >
        <template slot-scope="scope">
          <span>{{ formatTime(scope.row.endtime) }}</span>
          <span>{{ parseTime(scope.row.endtime) }}</span>
        </template>
      </el-table-column>
      <el-table-column
@@ -201,6 +202,10 @@
      type: Number,
      default: 1,
    },
    heights: {
      type: Number,
      default: 600,
    },
    searchTrue: {
      type: Boolean,
      default: false,