From 59d213c1ce9e5e576fcca1f5c4251f06b301c5ac Mon Sep 17 00:00:00 2001
From: eight <641137800@qq.com>
Date: 星期四, 22 八月 2024 14:32:49 +0800
Subject: [PATCH] update

---
 src/views/ecg/room/RoomStatusSetting.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/ecg/room/RoomStatusSetting.vue b/src/views/ecg/room/RoomStatusSetting.vue
index 7df4705..c34ccdd 100644
--- a/src/views/ecg/room/RoomStatusSetting.vue
+++ b/src/views/ecg/room/RoomStatusSetting.vue
@@ -6,7 +6,7 @@
   </div>
   <el-button @click="startUsing">鍚敤</el-button>
 
-  <el-button @click="queueReorder"> 闃熷垪閲嶆帓 </el-button>
+  <el-button @click="startBiz"> 鎵嬪姩寮�璇� </el-button>
 </template>
 
 <script setup lang="ts">
@@ -28,8 +28,8 @@
   await queueApi.openingSetting();
 }
 
-const queueReorder = async () => {
-  await queueApi.queueReorder();
+const startBiz = async () => {
+  await queueApi.startBiz();
 }
 
 /** 鍒濆鍖� **/

--
Gitblit v1.9.3