|
@@ -178,8 +178,8 @@
|
|
|
v-model="room.floor" />
|
|
|
</view>
|
|
|
<view style="display: flex; align-items: center;">
|
|
|
- <view style="font-size: 30rpx;"> 房间号:</view><input
|
|
|
- style=" width: 70rpx; margin-bottom: 5rpx; font-size: 28rpx; height: 50rpx;"
|
|
|
+ <view style="font-size: 30rpx;"> 房间号:</view>
|
|
|
+ <input style=" width: 70rpx; margin-bottom: 5rpx; font-size: 28rpx; height: 50rpx;"
|
|
|
v-model="room.roomNumber" />
|
|
|
</view>
|
|
|
<view style="display: flex; margin-top: 10rpx;" @click="delRoom(index)">
|