| | |
| | | <template> |
| | | <GlobalWindow width="720px" title="工单详情" :visible.sync="visible" :confirm-working="isWorking" @close="close" |
| | | <GlobalWindow width="720px" title="设备详情" :visible.sync="visible" :confirm-working="isWorking" @close="close" |
| | | @confirm="confirm"> |
| | | <div class="main"> |
| | | <div class="title"> |
| | |
| | | </div> |
| | | <div class="item"> |
| | | <div class="la">设备管理员</div> |
| | | <div class="val">{{ info.realName }}</div> |
| | | <div class="val">{{ info.realName || info.realname }}</div> |
| | | </div> |
| | | <div class="item"> |
| | | <div class="la">所在位置</div> |
| | |
| | | |
| | | .item { |
| | | width: 33.3%; |
| | | margin-bottom: 12px; |
| | | margin-bottom: 14px; |
| | | |
| | | .photo { |
| | | width: 92px; |
| | |
| | | |
| | | .la { |
| | | color: #7f7f7f; |
| | | margin-top: 2px; |
| | | margin-bottom: 6px; |
| | | } |
| | | } |
| | | |