xiaochan 2 月之前
父节点
当前提交
fa209bcc4a
共有 1 个文件被更改,包括 4 次插入0 次删除
  1. 4 0
      src/views/single-page/InpatientBoardV2/index.ts

+ 4 - 0
src/views/single-page/InpatientBoardV2/index.ts

@@ -92,6 +92,10 @@ export type InpatientBrief = {
   // 患者状态: 0-正常,1-病重,2-病危
   sickLevel: number;
   leaveHospital: number;
+  prompt: {
+    text: string;
+    color: string;
+  };
 };
 
 interface CallData {