From edcb7331b540441738258f900bedc337c9651f64 Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期五, 16 八月 2024 16:59:22 +0800
Subject: [PATCH] update

---
 src/api/ecg/queue/index.ts |   12 +++++++++---
 1 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/src/api/ecg/queue/index.ts b/src/api/ecg/queue/index.ts
index e702590..30d6f90 100644
--- a/src/api/ecg/queue/index.ts
+++ b/src/api/ecg/queue/index.ts
@@ -9,10 +9,11 @@
   bookTimeslot: number // 棰勭害鏃堕棿娈�
   bookCheckType: boolean // 棰勭害妫�鏌ョ被鍨�
   seqNum: number // 鎺掗槦搴忓彿
-  status: boolean // 10:鎺掗槦涓� 20:鍊欒瘖鍑嗗 30:灏辫瘖涓� 40:灏辫瘖瀹屾垚 50:杩囧彿 60:杩囨湡
+  status: number // 10:鎺掗槦涓� 20:鍊欒瘖鍑嗗 30:灏辫瘖涓� 40:灏辫瘖瀹屾垚 50:杩囧彿 60:杩囨湡
   passed: boolean // 杩囧彿鏍囪
   expired: boolean // 棰勭害杩囨湡鏍囪
-  roomNum: string // 璇婂缂栧彿
+  roomId: number // 璇婂缂栧彿
+  roomName: string // 璇婂鍚嶇О
   bedNum: string // 璇婄枟搴婄紪鍙�
 }
 
@@ -46,5 +47,10 @@
   // 瀵煎嚭鎺掗槦 Excel
   exportqueue: async (params) => {
     return await request.download({ url: `/ecg/queue/export-excel`, params })
+  },
+
+  // 鍒濆鍖栭槦鍒椾俊鎭紝鐢ㄤ簬寮�璇婅缃�
+  openingSetting: async () => {
+    return await request.get({ url: `/ecg/queue/opening-setting` })
   }
-}
\ No newline at end of file
+}

--
Gitblit v1.9.3