mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化房屋结构bug
This commit is contained in:
parent
8b7115753b
commit
4389838802
@ -22,8 +22,8 @@
|
||||
<div class="col-md-10 margin-bottom" v-else>
|
||||
|
||||
<div v-for="(val, key, index) in roomStructureInfo.parkRooms">
|
||||
<span class=" padding-xs">{{key}}F</span>
|
||||
<div class="row margin-top-xs bg-white">
|
||||
<span class=" padding-xs">{{key}}F</span>
|
||||
<div class="col-md-1 text-center margin-sm padding-xs" :title="vc.i18n('双击查看详情','roomStructure')" @dblclick="_toSimplifyAcceptance(room)" v-for="(room,index) in val" :style="{'background-color': _getBgColor(room)}" style="color: #fff;border-radius: 5px;cursor:pointer">
|
||||
<div>{{room.floorNum}}-{{room.unitNum}}-{{room.roomNum}}</div>
|
||||
<div>{{room.stateName}}</div>
|
||||
|
||||
@ -26,6 +26,8 @@
|
||||
methods: {
|
||||
|
||||
_loadRooms: function(_unitId) {
|
||||
$that.roomStructureInfo.rooms = [];
|
||||
$that.roomStructureInfo.parkRooms = {};
|
||||
let param = {
|
||||
params: {
|
||||
page: 1,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user