WXL
2024-07-16 cc73ea5320fed8a39e00bfc0fa02810199559122
1
2
3
4
5
import dayjs from 'dayjs';
// 过滤器
export const formatTime=(val)=>{
    return dayjs(val).format('YYYY-MM-DD')
  }