| | |
| | | <div class="label">关联工单</div> |
| | | <div class="val">{{ getWorkOrderName(formData.workOrderId) }}</div> |
| | | </el-col> |
| | | <el-col :span="24"> |
| | | <el-col :span="12"> |
| | | <div class="label">巡查任务描述</div> |
| | | <div class="val">{{ formData.taskDesc }}</div> |
| | | </el-col> |
| | |
| | | .content { |
| | | display: flex; |
| | | gap: 0 20px; |
| | | height: 900px; |
| | | height: 680px; |
| | | |
| | | .leftBox { |
| | | width: 920px; |
| | |
| | | flex-direction: column; |
| | | .gd-cesium { |
| | | width: 100%; |
| | | min-height: 400px; |
| | | min-height: 380px; |
| | | flex: 1; |
| | | } |
| | | } |
| | | .processBox { |
| | | margin-right: 20px; |
| | | width: 312px; |
| | | padding: 24px 0; |
| | | border: 1px solid #e4e4e4; |