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