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