吉安感知网项目-前端
shuishen
2026-01-31 f3e09a76a7f5147072374b80285901ff69ee2cfe
applications/task-work-order/src/views/orderView/orderManage/orderManage/FormDiaLog.vue
@@ -11,8 +11,8 @@
      <div class="content" style="display: flex">
         <div class="processBox" v-if="dialogMode !== 'add' && processList.length">
            <div class="detail-title">工单记录</div>
            <div class="process" >
               <OrderStepBar :processList="processList"/>
            <div class="process">
               <OrderStepBar :processList="processList" />
            </div>
         </div>
         <div class="leftBox">
@@ -269,7 +269,7 @@
import { gdManageDeviceListApi } from './gdManageDeviceApi'
import { cartesian3Convert } from '@/utils/cesium/mapUtil'
import * as Cesium from 'cesium'
import { DrawPolygon } from '@/utils/cesium/DrawPolygon'
import { DrawPolygon } from '@ztzf/utils'
import { pxToRem } from '@/utils/rem'
import dayjs from 'dayjs'
import RefuseOrderDialog from '@/views/orderView/orderManage/orderManage/RefuseOrderDialog.vue'
@@ -514,11 +514,17 @@
   viewPlane = viewer.entities?.add({
      customType: 'control_group',
      position: Cesium.Cartesian3.fromDegrees(result[0], result[1]),
      polygon: {
         hierarchy: Cesium.Cartesian3.fromDegreesArray(result),
         material: Cesium.Color.fromBytes(45, 140, 240, 99),
         outline: false,
         heightReference: Cesium.HeightReference.CLAMP_TO_GROUND,
      },
      polyline: {
         positions: Cesium.Cartesian3.fromDegreesArray(result),
         clampToGround: true,
         width: 3,
         material: Cesium.Color.RED,
         width: 2,
         material: Cesium.Color.fromBytes(45, 140, 240, 255),
      },
   })
   flyVisual({
@@ -679,7 +685,7 @@
      display: flex;
      flex-direction: column;
      .process{
      .process {
         height: 100%;
         padding: 12px 16px 24px 16px;
         width: 312px;