task#14196,师傅日字段获取

This commit is contained in:
2024-07-08 15:58:30 +08:00
parent 4be4015e30
commit 11664e92bf

View File

@ -767,7 +767,11 @@ export default {
/* pageNum: this.pageNum,
pageSize: this.pageSize*/
})
this.detailList = res.data
// this.detailList = res.data
this.detailList = res.data?.map(item => {
let formatVal = dayjs(item.statisticsDate).format('DD');
return {...item, date: formatVal};
});
this.loading = false;
await this.twoTabHanldeData();
} else if ([5, 6, 7, 8, 9].includes(this.active)) {