task#14196,师傅日字段获取
This commit is contained in:
@ -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)) {
|
||||
|
Reference in New Issue
Block a user