yxh
2023-08-22 8539cd011187d85633204fc22a9c7fc7fd008605
1
2
3
4
5
import dayjs from 'dayjs';
// 过滤器
export const formatTime=(val)=>{
    return dayjs(val).format('YYYY-MM-DD')
  }