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