diff --git a/src/components/testMap/index.vue b/src/components/testMap/index.vue index 81fa766..7719456 100644 --- a/src/components/testMap/index.vue +++ b/src/components/testMap/index.vue @@ -4,23 +4,23 @@
饱和度:{{ formData.saturation ? formData.saturation : 0 }} - +
亮度:{{ formData.brightness ? formData.brightness : 0 }} - +
对比度:{{ formData.contrast ? formData.contrast : 0 }} - +
色调:{{ formData.hue ? formData.hue : 0 }} - +
伽马校正:{{ formData.gamma ? formData.gamma : 0 }} - +
是否反色: @@ -37,15 +37,15 @@
偏移量lon经度:{{ formData.lng ? formData.lng : 0 }} - +
偏移量lat纬度:{{ formData.lat ? formData.lat : 0 }} - +
偏移量height高度(米):{{ formData.alt ? formData.alt : 0 }} - +