| | |
| | | <span class="tx flex-1 flex-1-w1 ell">{{ item.aDoctorName?item.aDoctorName+'(医生)、':'' }}{{ item.aNurseName?item.aNurseName+'(护士)':'' }}</span> |
| | | </div> |
| | | <div class="guest_list__td flex flex-center"> |
| | | <div v-if="!item.act" class="tx" style="text-decoration: underline;color: #227beb;">切换</div> |
| | | <div v-if="!item.act" class="tx" style="text-decoration: underline;color: #227beb;">加入</div> |
| | | <!-- <div class="icon"> |
| | | <img class="img" src="static/imgs/choose.png"> |
| | | </div> --> |
| | |
| | | |
| | | <script> |
| | | export default { |
| | | name: 'XioRoomStatusChg', |
| | | name: 'XioRoomGuestBox', |
| | | props: { |
| | | assignTreatListViewCom: { |
| | | type: Array, |
| | |
| | | width: 12.54%; |
| | | } |
| | | .guest_box { |
| | | margin-top: 65px; |
| | | margin-top: 55px; |
| | | width: 100%; |
| | | height: 345px; |
| | | height: 340px; |
| | | background-color: #fff; |
| | | overflow: hidden; |
| | | } |