otmself 7 月之前
父節點
當前提交
f71bee65ee
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/components/xqglComponents/xqDetails.vue

+ 2 - 2
src/components/xqglComponents/xqDetails.vue

@@ -306,8 +306,8 @@ export default {
 
 			// this.seltask.isaccurate = this.seltask.isaccurate == 0 ? '是' : '否'
 			// this.seltask.isEmcon = this.seltask.isEmcon == 0 ? '是' : '否'
-			this.seltask.pitchAngle += '°'
-			this.seltask.groundResolution = this.seltask.groundResolution + '米'
+			this.seltask.pitchAngle = '30°'
+			this.seltask.groundResolution =  '1米'
 		},
 		selectAll() {
 			this.selTasks = [];