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 {