heimawl
2023-06-26 363e9da03ed1499a590f080d286f1c36cb09111c
1
2
3
4
5
import dayjs from 'dayjs';
// 过滤器
export const formatTime=(val)=>{
    return dayjs(val).format('YYYY-MM-DD')
  }