From 7998f56025eac6be7dc1cf9c694ab0fc18b68bca Mon Sep 17 00:00:00 2001 From: zhangchen <1652267879@qq.com> Date: 星期五, 25 七月 2025 14:55:54 +0800 Subject: [PATCH] Merge branch 'ID1825-床旁副屏改版' into test --- 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