From e6861dbc7eae5cb8c2e8e36fe7019fe5f1b838cd Mon Sep 17 00:00:00 2001 From: zhangzhen <525765282@qq.com> Date: Tue, 23 Sep 2025 09:38:03 +0800 Subject: [PATCH] 修改组件英文; --- src/mes/costomPageFun/index.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/mes/costomPageFun/index.js b/src/mes/costomPageFun/index.js index ba03326..effc9c7 100644 --- a/src/mes/costomPageFun/index.js +++ b/src/mes/costomPageFun/index.js @@ -1302,8 +1302,9 @@ const handleGetFormItem = (props, item) => { bPassWord: item.sName === "sPassWord", style: { backgroundColor: "#eaeaea" }, }; + const account = commonFunc.showLocalMessage(props, "account", "账号"); return ( - + ); -- libgit2 0.22.2