| | |
| | | |
| | | <div class="show-box"> |
| | | <div>输出RCS调试日志</div> |
| | | <el-radio border v-model="codeMap.rcsDebugShowLog" label="true">开</el-radio> |
| | | <el-radio border v-model="codeMap.rcsDebugShowLog" label="false">关</el-radio> |
| | | <el-radio border v-model="codeMap.wcsDebugShowLog" label="true">开</el-radio> |
| | | <el-radio border v-model="codeMap.wcsDebugShowLog" label="false">关</el-radio> |
| | | </div> |
| | | </div> |
| | | |
| | |
| | | data.push('shuttleOutLiftLocationDistance'); |
| | | data.push('shuttleMoveCommandsContinuously'); |
| | | data.push('trafficControlRestartCalcPath'); |
| | | data.push('rcsDebugShowLog'); |
| | | data.push('wcsDebugShowLog'); |
| | | }else if (type == "charge") { |
| | | data.push('chargeMaxValue'); |
| | | data.push('shuttlePowerEarlyValue'); |