eight
2024-08-27 2d093a888b13f7a020b5923da571733edea7affa
src/views/ecg/room/RoomStatusSetting.vue
@@ -1,5 +1,5 @@
<template>
  <div style="display: flex; flex-wrap: wrap; margin-bottom: 20px">
  <div style="display: flex; flex-wrap: wrap; justify-content: center; margin-bottom: 20px">
    <div class=wrap v-for="(value, key) in bedMap" :key="key">
      <RoomStatus :title="key" :bedList="value"  @refresh="getList"/>
    </div>