mirror of
https://github.com/ZZZure/ZZZ-Plugin.git
synced 2025-12-16 13:17:32 +00:00
feat: 月报统计(总);查询的月报数据自动保存
This commit is contained in:
parent
9f8d5dc1f6
commit
dcf04636c2
12 changed files with 739 additions and 62 deletions
|
|
@ -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}`;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue