WXL
2023-12-01 32cb501de16127c3f81f219aef7a6751a14f8d0e
1
2
3
4
5
import dayjs from 'dayjs';
// 过滤器
export const formatTime=(val)=>{
    return dayjs(val).format('YYYY-MM-DD')
  }