From a7685b93de4f623e91fce94b4e5f419ca3015c55 Mon Sep 17 00:00:00 2001 From: wujingjing <gersonwu@qq.com> Date: 星期五, 15 十一月 2024 16:09:12 +0800 Subject: [PATCH] 去除加载过慢项 --- src/components/chat/model/types.ts | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/src/components/chat/model/types.ts b/src/components/chat/model/types.ts index e26f603..f5814e1 100644 --- a/src/components/chat/model/types.ts +++ b/src/components/chat/model/types.ts @@ -56,9 +56,11 @@ state?: null | '1' | '0'; sectionAId?:string, createTime?:string, - stepList:StepItem[], - stepIsShow:boolean, - conclusion:any[] + stepList?:StepItem[], + stepIsShow?:boolean, + /** @description 鏄惁琚�夋嫨鍒嗕韩 */ + isChecked:boolean, + conclusion?:any[] } export const roleImageMap = { @@ -82,4 +84,6 @@ export type StepItem = { title: string; status: StepEnum; + // 娑堣�楁椂闂� + ms?:string | number; }; \ No newline at end of file -- Gitblit v1.9.3