From fa98d491c9b3b15a4e78658791f07dd3830c1d51 Mon Sep 17 00:00:00 2001
From: zhangzhen <525765282@qq.com>
Date: Mon, 22 Sep 2025 10:13:53 +0800
Subject: [PATCH] 修改组件英文;
---
src/components/Common/CommonInstructSet.js | 2 +-
src/mes/costomPageFun/index.js | 6 ++++--
2 files changed, 5 insertions(+), 3 deletions(-)
diff --git a/src/components/Common/CommonInstructSet.js b/src/components/Common/CommonInstructSet.js
index 11a8ac7..a231d34 100644
--- a/src/components/Common/CommonInstructSet.js
+++ b/src/components/Common/CommonInstructSet.js
@@ -1336,7 +1336,7 @@ const handleFaceAuth = async (props, instruct) => {
};
return (
diff --git a/src/mes/costomPageFun/index.js b/src/mes/costomPageFun/index.js
index 1f22c96..ba03326 100644
--- a/src/mes/costomPageFun/index.js
+++ b/src/mes/costomPageFun/index.js
@@ -1221,8 +1221,10 @@ const handleZlxjCheck = async (props, btnName) => {
const { table0Data = [], table1Data = [], refreshTableListCount = 0 } = props;
const { sTeamNo } = commonUtils.getAppData("userinfo");
+ const loadFirst = commonFunc.showLocalMessage(props, 'loadFirst', '请先等待页面初始化加载完成');
+
if (!refreshTableListCount) {
- message.warning("请先等待页面初始化加载完成!");
+ message.warning(loadFirst);
return;
}
@@ -1444,7 +1446,7 @@ const getFaceResult = async props => {
// 质量巡检-巡检项目-完成/修改
const mesTableBtnClick4 = async props => {
if (window.instructSetLock) {
- message.warning("请先等待上个指令集执行完成!");
+ message.warning("Please wait for the previous instruction set to complete!");
return;
}
const { params = {}, table0Data = [], table1Data = [], tempUserName } = props;
--
libgit2 0.22.2