|
|
@@ -12,11 +12,11 @@
|
|
|
<el-row>
|
|
|
<el-col :span="6">电机偏移mm:</el-col>
|
|
|
<el-col :span="12"><el-input
|
|
|
- @change="changeNum('相机电机','move_deviation','camera_high_motor_deviation',0, 400)"
|
|
|
- :min="0" :max="400"
|
|
|
+ @change="changeNum('相机电机','move_deviation','camera_high_motor_deviation',0, 50)"
|
|
|
+ :min="0" :max="50"
|
|
|
:step="1"
|
|
|
v-model="editRowData.camera_high_motor_deviation" type="number"/>
|
|
|
- <div class="error-msg">最小0,最大400</div>
|
|
|
+ <div class="error-msg">最小0,最大50</div>
|
|
|
</el-col>
|
|
|
<el-col :span="6"><el-button
|
|
|
@click="changeNum('相机电机','set_deviation','camera_high_motor_deviation',0, 400)"
|