CanadaMes-ui/src/views/home/index.vue
@@ -632,8 +632,8 @@ {{ this.isConfirm == true ? $t('Not Allow') : $t('Allow') }}</el-button> </el-form-item> <el-form-item> {{ $t('Current State') }}:{{ this.Scanningmethod == false ? $t('Automatic') : $t('Hand Movement') }} {{ $t('Current State') }}:{{ this.Scanningmethod == false ? $t('Automatic') : $t('Hand Movement') }} <el-button type="primary" @click="SwitchScanMethod()">{{ $t('Switch') }}</el-button> </el-form-item>