Commit 63e8972bf215e327a0b12c3eae2e734052f757c7
1 parent
4e08bc67
1.补充提交
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/Common/CommonComponent/index.js
| @@ -3128,7 +3128,7 @@ export default class CommonComponent extends Component { | @@ -3128,7 +3128,7 @@ export default class CommonComponent extends Component { | ||
| 3128 | const readonlyStyle = showConfig.bReadonly || showConfig.iTag === 1 ? 'readonlyStyle' : ''; | 3128 | const readonlyStyle = showConfig.bReadonly || showConfig.iTag === 1 ? 'readonlyStyle' : ''; |
| 3129 | const costomStyle = showConfig.costomStyle || ''; | 3129 | const costomStyle = showConfig.costomStyle || ''; |
| 3130 | 3130 | ||
| 3131 | - const Qualitylabel = commonFunc.showLocalMessage(props, 'Qualitylabel', '质量标识'); | 3131 | + const Qualitylabel = commonFunc.showLocalMessage(this.props, 'Qualitylabel', '质量标识'); |
| 3132 | 3132 | ||
| 3133 | const { bNotEmpty } = showConfig; | 3133 | const { bNotEmpty } = showConfig; |
| 3134 | let oPreDot = ''; | 3134 | let oPreDot = ''; |