|
@@ -25,13 +25,13 @@
|
|
|
<el-col :span="6">舵机偏移(度):</el-col>
|
|
<el-col :span="6">舵机偏移(度):</el-col>
|
|
|
|
|
|
|
|
<el-col :span="12"><el-input
|
|
<el-col :span="12"><el-input
|
|
|
- @change="changeNum('相机舵机','move_deviation','camera_steering_deviation',-40, 40)"
|
|
|
|
|
- :min="-40" :max="40"
|
|
|
|
|
|
|
+ @change="changeNum('相机舵机','move_deviation','camera_steering_deviation',-90, 90)"
|
|
|
|
|
+ :min="-90" :max="90"
|
|
|
:step="0.1"
|
|
:step="0.1"
|
|
|
v-model="editRowData.camera_steering_deviation" type="number"/>
|
|
v-model="editRowData.camera_steering_deviation" type="number"/>
|
|
|
- <div class="error-msg">最小-40,最大40</div>
|
|
|
|
|
|
|
+ <div class="error-msg">最小-90,最大90</div>
|
|
|
</el-col>
|
|
</el-col>
|
|
|
- <el-col :span="6"><el-button @click="changeNum('相机舵机','set_deviation','camera_steering_deviation',-40, 40)">设定</el-button></el-col>
|
|
|
|
|
|
|
+ <el-col :span="6"><el-button @click="changeNum('相机舵机','set_deviation','camera_steering_deviation',-90, 90)">设定</el-button></el-col>
|
|
|
</el-row>
|
|
</el-row>
|
|
|
|
|
|
|
|
|
|
|