From 6de46a73bb536da9d2d7007d4ec0e87756436472 Mon Sep 17 00:00:00 2001 From: chenxt <10125295+chen-xintao97@user.noreply.gitee.com> Date: Wed, 28 Jan 2026 10:19:37 +0800 Subject: [PATCH] 过滤项中英文 --- src/components/Common/CommonListSelectAssignment.js | 4 ++-- src/components/Common/CommonListSelectFlex/EditTableCommonListSelectFlex/index.jsx | 6 +++--- src/components/Common/CommonListSelectFlex/index.js | 3 ++- src/components/Common/CommonListSelectTree/index.js | 3 ++- 4 files changed, 9 insertions(+), 7 deletions(-) diff --git a/src/components/Common/CommonListSelectAssignment.js b/src/components/Common/CommonListSelectAssignment.js index 394c20b..1a927fa 100644 --- a/src/components/Common/CommonListSelectAssignment.js +++ b/src/components/Common/CommonListSelectAssignment.js @@ -274,7 +274,7 @@ const CommonListComponent = Form.create({ }; const sProcessParams = commonFunc.showMessage(app.commonConst, 'sProcessParams');/* 选择工艺参数标题s */ const displayLeft = (sModelsType !== 'search/sisColor' && sModelsType !== 'search/commonPopup'); - + const filteItem = commonFunc.showLocalMessage(props, "filteItem", "过滤项"); // let slaveFilterCondition = []; // if (props.slaveFilterCondition) { // slaveFilterCondition = props.slaveFilterCondition.slice(0); @@ -297,7 +297,7 @@ const CommonListComponent = Form.create({ {displayLeft ?
-
过滤项
+
{filteItem}
: '' diff --git a/src/components/Common/CommonListSelectFlex/EditTableCommonListSelectFlex/index.jsx b/src/components/Common/CommonListSelectFlex/EditTableCommonListSelectFlex/index.jsx index 508dfd9..dc83e7e 100644 --- a/src/components/Common/CommonListSelectFlex/EditTableCommonListSelectFlex/index.jsx +++ b/src/components/Common/CommonListSelectFlex/EditTableCommonListSelectFlex/index.jsx @@ -242,7 +242,7 @@ const CommonListComponent = Form.create({ if (props.slaveFilterKeys) { slaveDataShow = props.slaveData.filter(i => i && i.sSqlConditionId === props.slaveFilterKeys); } - +const filteItem = commonFunc.showLocalMessage(props, "filteItem", "过滤项"); return (
@@ -259,7 +259,7 @@ const CommonListComponent = Form.create({
-
过滤项
+
{filteItem}
-
过滤项
+
{filteItem}
@@ -520,7 +521,7 @@ const CommonListComponent = Form.create({ {displayLeft ?
-
过滤项
+
{filteItem}
: '' diff --git a/src/components/Common/CommonListSelectTree/index.js b/src/components/Common/CommonListSelectTree/index.js index 52a4ec1..8e8c8e0 100644 --- a/src/components/Common/CommonListSelectTree/index.js +++ b/src/components/Common/CommonListSelectTree/index.js @@ -693,6 +693,7 @@ const CommonListComponent = Form.create({ } } }; + const filteItem = commonFunc.showLocalMessage(props, "filteItem", "过滤项"); return (
@@ -710,7 +711,7 @@ const CommonListComponent = Form.create({ {displayLeft ? 0 ? `${500 + realizeHeight}px` : 'auto' }}>
-
过滤项
+
{filteItem}
: '' -- libgit2 0.22.2