Merge branch 'refs/heads/tx'

# Conflicts:
#	src/views/system/order/index.vue
#	src/views/system/room/index.vue
This commit is contained in:
邱贞招 2025-01-08 09:37:12 +08:00
commit 0bffeac286

View File

@ -0,0 +1,22 @@
<template>
<div class="room-detail">
<!-- 你的模板内容 -->
</div>
</template>
<script>
export default {
name: 'RoomDetail',
data() {
return {
//
}
}
}
</script>
<style scoped>
.room-detail {
/* 你的样式 */
}
</style>