Commit 4e6110cbade39041b2a1322f26b9a10e0f24a7c6

Authored by Min
1 parent d200fd5f

1.AJT-MES 工序不展示工艺参数,翻译合版信息

src/components/Common/CommonTable/index.js
@@ -9247,9 +9247,9 @@ class CommonTableRc extends React.Component { @@ -9247,9 +9247,9 @@ class CommonTableRc extends React.Component {
9247 9247
9248 sValue = commonUtils.isEmpty(sValue) 9248 sValue = commonUtils.isEmpty(sValue)
9249 ? sName === "sCombinedMemo" 9249 ? sName === "sCombinedMemo"
9250 - ? "合版信息" 9250 + ? "CombinedInfo"
9251 : "Plese Select" 9251 : "Plese Select"
9252 - : 'Plese Select'; 9252 + : sValue;
9253 9253
9254 if (sValue === "Plese Select") { 9254 if (sValue === "Plese Select") {
9255 linkStyle = ""; 9255 linkStyle = "";