ZengTao
2024-05-10 73263f94cf46a409b0d6fd329b1caa645422379b
Albania_Mes-ui/src/views/home/index.vue
@@ -306,6 +306,7 @@
.cells {
    height: 100%;
}
</style>
<template>
    <el-container>
@@ -477,12 +478,12 @@
            <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>