From 2020308acf683dbcc4e754bdaf937143ff44cc53 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期三, 23 十月 2024 16:46:19 +0800
Subject: [PATCH] 诊室选择 显示工位检查项目

---
 src/api/ecg/room/index.ts |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/api/ecg/room/index.ts b/src/api/ecg/room/index.ts
index b1b83c0..8b3e819 100644
--- a/src/api/ecg/room/index.ts
+++ b/src/api/ecg/room/index.ts
@@ -10,11 +10,14 @@
   status: number | null //寮�璇婄姸鎬�  0-鍏抽棴 1-鍏抽棴涓� 10-宸插紑閫� 20-鏈夊尰鐢� 30-鏆傚仠
   docId: number | null
   docName: string | null
+  checkTypes: number[]
+  opType: number
 }
 
 export interface MonitorInfo {
   queueNum : number
   activeQueueNum : number
+  priorityQueueNum : number
   openingFlag : number
 }
 

--
Gitblit v1.9.3