From d3784e22324ba6ae25fffc0e19874a07dd0d12ae Mon Sep 17 00:00:00 2001
From: ZengTao <2773468879@qq.com>
Date: 星期二, 23 四月 2024 23:22:52 +0800
Subject: [PATCH] 修改IP进行打包,修改进片方法参数

---
 CanadaMes-ui/src/views/home/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/CanadaMes-ui/src/views/home/index.vue b/CanadaMes-ui/src/views/home/index.vue
index 7f1f491..c53ef06 100644
--- a/CanadaMes-ui/src/views/home/index.vue
+++ b/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>

--
Gitblit v1.8.0