From 6f251b714260edadcaf82fc7bcc4e7c40491d64f Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期二, 20 八月 2024 18:04:45 +0800
Subject: [PATCH] update
---
src/views/ecg/room/RoomStatusSetting.vue | 6 ++++++
1 files changed, 6 insertions(+), 0 deletions(-)
diff --git a/src/views/ecg/room/RoomStatusSetting.vue b/src/views/ecg/room/RoomStatusSetting.vue
index a4f9ed3..7df4705 100644
--- a/src/views/ecg/room/RoomStatusSetting.vue
+++ b/src/views/ecg/room/RoomStatusSetting.vue
@@ -5,6 +5,8 @@
</div>
</div>
<el-button @click="startUsing">鍚敤</el-button>
+
+ <el-button @click="queueReorder"> 闃熷垪閲嶆帓 </el-button>
</template>
<script setup lang="ts">
@@ -26,6 +28,10 @@
await queueApi.openingSetting();
}
+const queueReorder = async () => {
+ await queueApi.queueReorder();
+}
+
/** 鍒濆鍖� **/
onMounted(() => {
getList()
--
Gitblit v1.9.3