Update Project.vue

main
wangqiujuan0808 2024-03-20 21:20:54 +08:00
parent a336eb75c1
commit ac1c7af007
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
<el-button :icon="Plus" circle @click="add_room" /> <el-button :icon="Plus" circle @click="add_room" />
</el-card> </el-card>
</el-col> </el-col>
<el-col :span="6" v-for="item in rooms"> <el-col :span="6" v-for="(item,index) in rooms" :key="index">
<el-card> <el-card>
<p>{{ item.name }}</p> <p>{{ item.name }}</p>
<p>{{ item.count }}</p> <p>{{ item.count }}</p>