摘要: // 设置表头日期 const setHeadDate = (val: any) => { const nowDay = dayjs(val).day() // 这周的第一天 let str: any = null if (nowDay){ // 非周天,即当周 str = dayjs(val).s 阅读全文
posted @ 2024-05-07 10:23 幻影之舞 阅读(3321) 评论(0) 推荐(0)