update timeFilter

This commit is contained in:
2022-09-01 09:16:51 +08:00
parent 3668f92731
commit 2df5897f3d
36 changed files with 91 additions and 90 deletions

View File

@@ -19,6 +19,7 @@ import BaseTable from '@/components/base-table'
import SmallTitle from '@/components/small-title'
import moment from 'moment'
import { calcMaxHeight } from '@/utils'
import { timeFilter } from '@/utils/filters'
export default {
name: 'RealtimeDataOfEquipment',
components: { BaseTable, SmallTitle },