| | |
| | | .cells { |
| | | height: 100%; |
| | | } |
| | | |
| | | </style> |
| | | <template> |
| | | <el-container> |
| | |
| | | <div style="height: 780px;"> |
| | | <!--功能--> |
| | | <div> |
| | | <el-button type="primary" @click="ManualMatching()" :disabled="SoftEmergencyStopState" |
| | | <el-button type="primary" @click="ManualMatching()" :disabled="(this.LastQueue.state<=0)" |
| | | style="z-index: 999;">{{ $t('Manual matching') }}</el-button> |
| | | <el-button type="primary" @click="ManualTake()" :disabled="SoftEmergencyStopState" |
| | | <el-button type="primary" @click="ManualTake()" :disabled="(this.LastQueue.state<=0)" |
| | | style="z-index: 999;">{{ |
| | | $t('Manual removal') }}</el-button> |
| | | <el-button type="primary" @click="AnewMeasure()" :disabled="SoftEmergencyStopState" |
| | | <el-button type="primary" @click="AnewMeasure()" :disabled="(this.LastQueue.state<=0)" |
| | | style="z-index: 999;">{{ |
| | | $t('Remeasure') }}</el-button> |
| | | </div> |