UI-Project/src/views/MechanicalArm/mechanicalArm.vue
@@ -430,7 +430,7 @@ <el-table-column prop="workState" :label="$t('glassInfo.workState')" /> <el-table-column fixed="right" :label="$t('productStock.operate')" align="center" width="70"> <template #default="scope"> <el-button size="mini" link type="primary" plain @click="startOrStopTask(scope.row, findMachine.id, 1)">{{ <el-button size="small" link type="primary" plain @click="startOrStopTask(scope.row, findMachine.id, 1)">{{ $t('functionState.getTask') }}</el-button> </template> </el-table-column>