From 3d1f51a22b1f0a02ffd3a5a814d214b7a66751cc Mon Sep 17 00:00:00 2001 From: zhangchen <1652267879@qq.com> Date: 星期五, 25 七月 2025 15:25:52 +0800 Subject: [PATCH] ID1625-修复血流量显示错误bug --- src/store/type/task.type.ts | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/store/type/task.type.ts b/src/store/type/task.type.ts index 75b2189..fe6fc3c 100644 --- a/src/store/type/task.type.ts +++ b/src/store/type/task.type.ts @@ -9,4 +9,6 @@ taskName: string; /** 是否过期 */ overdue: boolean; + /** 倒计时,如果存在该字段则表明是远程传过来的 */ + countdown?: number; } -- Gitblit v1.8.0