xiaochan 5 tháng trước cách đây
mục cha
commit
fa209bcc4a
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  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 {