吉安感知网项目-前端
shuishen
2026-01-19 8fcf5694227da09ec868fcb80abe6be5d217e372
applications/drone-command/src/views/tickets/component/AddEditDetails.vue
@@ -58,7 +58,7 @@
               </el-col>
               <el-col :span="6">
                  <el-form-item label="安全返航真高" prop="rth_altitude" class="safe-height">
                     <el-input-number v-model="formParams.rth_altitude" :min="50" :max="500"
                     <el-input-number class="command-input" v-model="formParams.rth_altitude" :min="50" :max="500"
                                              :disabled="txtTitle === '工单审核' || txtTitle === '工单详情'"></el-input-number>
                  </el-form-item>
               </el-col>