| | |
| | | <template> |
| | | <div class="room_info"> |
| | | <div class="staff_box flex flex-ver flex-sb"> |
| | | <div v-if="occupyInfoViewArr.length > 1" class="staff_box_item flex-1 flex flex-center"> |
| | | <div> |
| | | <div class="staff_box_item__title">客户名称</div> |
| | | <div class="staff_box_item__name">{{ occupyInfoView.appellationName || occupyInfoView.userName || '' }}</div> |
| | | </div> |
| | | </div> |
| | | <div class="staff_box_item flex-1 flex flex-center"> |
| | | <div> |
| | | <div class="staff_box_item__title">分诊顾问</div> |
| | |
| | | |
| | | <script> |
| | | export default { |
| | | name: 'XioRoomStatusChg', |
| | | name: 'XioRoomInfoBlock', |
| | | props: { |
| | | occupyInfoView: { |
| | | type: [Object, Array], |
| | | default: () => { |
| | | return {} |
| | | } |
| | | }, |
| | | occupyInfoViewArr: { |
| | | type: Array, |
| | | default: () => { |
| | | return [] |
| | | } |
| | | } |
| | | }, |
| | |
| | | height: 180px; |
| | | } |
| | | .room_info .staff_box_item:nth-child(1) { |
| | | background-color: rgba(255,255,255,0.1); |
| | | background-color: rgba(255,255,255,0.3); |
| | | } |
| | | .room_info .staff_box_item:nth-child(2) { |
| | | background-color: rgba(255,255,255,0.3); |
| | | background-color: rgba(255,255,255,0.1); |
| | | margin: 0 10px; |
| | | } |
| | | .room_info .staff_box_item:nth-child(3) { |
| | | background-color: rgba(255,255,255,0.3); |
| | | } |
| | | .room_info .staff_box_item:nth-child(4) { |
| | | background-color: rgba(255,255,255,0.1); |
| | | margin-left: 10px; |
| | | } |
| | | .room_info .staff_box_item__title { |
| | | line-height: 28px; |