WXL (wul)
2025-08-19 99b062eeca471bdcbfcacd88e308fab9972cd6ec
1
2
3
4
5
import dayjs from 'dayjs';
// 过滤器
export const formatTime=(val)=>{
    return dayjs(val).format('YYYY-MM-DD')
  }