| | |
| | | </div> |
| | | </div> |
| | | <div class="xm_house_list_right"> |
| | | <template v-for="(child, i) in item.roomsList" :key="i"> |
| | | <template v-for="(child, i) in item.roomsList" > |
| | | <div class="xm_house_list_right_row" v-for="(childThree, a) in child" :key="a" :style="{ width: childThree.width + 'px', backgroundColor: ifBackground(childThree.roomStatus) }"> |
| | | <div class="ft"> |
| | | <span>{{childThree.roomCode}}</span> |
| | |
| | | <div class="xm_house_list_right_row_day" v-if="childThree.roomStatus === 0">未出租|空置{{childThree.freeDayAmount}}天</div> |
| | | </div> |
| | | </template> |
| | | |
| | | </div> |
| | | </div> |
| | | </div> |
| | |
| | | <el-table |
| | | :data="tableData" |
| | | border |
| | | v-lading="loading" |
| | | v-loading="loading" |
| | | style="width: 100%"> |
| | | <el-table-column |
| | | prop="categoryName" |
| | |
| | | label: '黄金糕' |
| | | }], |
| | | value: '', |
| | | ids:[], |
| | | form: { |
| | | name: '', |
| | | status: '', |
| | |
| | | .box_content { |
| | | width: 100%; |
| | | display: flex; |
| | | align-items: start; |
| | | align-items: flex-start; |
| | | justify-content: space-between; |
| | | .left { |
| | | width: 300px; |