xiaochan 2 months ago
parent
commit
fa209bcc4a
1 changed files with 4 additions and 0 deletions
  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 {