otmself 7 tháng trước cách đây
mục cha
commit
f71bee65ee
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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 = [];