eight
2024-08-28 75bdffbfab151c40a79d70f1e7e6844c4c39c605
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>