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>