src/store/type/task.type.ts @@ -9,4 +9,6 @@ taskName: string; /** 是否过期 */ overdue: boolean; /** 倒计时,如果存在该字段则表明是远程传过来的 */ countdown?: number; }