Commit 4e6110cbade39041b2a1322f26b9a10e0f24a7c6
1 parent
d200fd5f
1.AJT-MES 工序不展示工艺参数,翻译合版信息
Showing
1 changed file
with
2 additions
and
2 deletions
src/components/Common/CommonTable/index.js
| ... | ... | @@ -9247,9 +9247,9 @@ class CommonTableRc extends React.Component { |
| 9247 | 9247 | |
| 9248 | 9248 | sValue = commonUtils.isEmpty(sValue) |
| 9249 | 9249 | ? sName === "sCombinedMemo" |
| 9250 | - ? "合版信息" | |
| 9250 | + ? "CombinedInfo" | |
| 9251 | 9251 | : "Plese Select" |
| 9252 | - : 'Plese Select'; | |
| 9252 | + : sValue; | |
| 9253 | 9253 | |
| 9254 | 9254 | if (sValue === "Plese Select") { |
| 9255 | 9255 | linkStyle = ""; | ... | ... |