jihongshun
4 天以前 262867ad919d0a85fd42e9dd5d9fb2e1c8bb7e3b
src/views/system/shootPoint/components/shootPointDialog.vue
@@ -504,7 +504,7 @@
          const groundA = result[i];
          const raisedA = {
            id: this.generateId(),
            label: groundA.label+ "-加高111",
            label: groundA.label+ "-加高",
            longitude: groundA.longitude,
            latitude: groundA.latitude,
            height: groundA.height,
@@ -512,8 +512,9 @@
              {
                ...pointA,
                id: this.generateId(),
                label: pointA.label + "-加高2222",
                height: pointA.height + 50,
                label: pointA.label + "-加高",
                // height: pointA.height + 50,
                height: pointA.height  + (towerHeight  - pointA.height  +  20),
                actions:[]
              }
            ]
@@ -532,8 +533,8 @@
              {
                ...pointB,
                id: this.generateId(),
                label: pointB.label + "-加高3333",
                height: pointB.height + 50,
                label: pointB.label + "-加高",
                height: pointB.height  + (towerHeight  - pointB.height  +  20),
                actions:[]
              }
            ]