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