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,