Commit 63e8972bf215e327a0b12c3eae2e734052f757c7

Authored by Min
1 parent 4e08bc67

1.补充提交

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 = '';