feat: 月报统计(总);查询的月报数据自动保存

This commit is contained in:
bietiaop 2024-10-04 11:23:31 +08:00
parent 9f8d5dc1f6
commit dcf04636c2
12 changed files with 739 additions and 62 deletions

View file

@ -155,4 +155,8 @@ export class Monthly {
const month = +this.data_month.slice(-2);
return `${month}`;
}
get query_full_date() {
return `${this.data_month.slice(0, 4)}${this.query_month}`;
}
}