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 = [];