Commit 7d3d7435499c5e2ec84ef410f2f8ccf258914d98
1 parent
2aa40c6e
快速报价后道参数功能开发;
Showing
1 changed file
with
1 additions
and
0 deletions
src/components/Common/CommonViewTable/index.js
| @@ -400,6 +400,7 @@ export default class CommonViewTable extends Component { | @@ -400,6 +400,7 @@ export default class CommonViewTable extends Component { | ||
| 400 | <Col key={child.sId} span={iColValue} order={iOrder} style={{ display: sFormulaMemo, position: 'relative' }}> | 400 | <Col key={child.sId} span={iColValue} order={iOrder} style={{ display: sFormulaMemo, position: 'relative' }}> |
| 401 | <ShowType {...showTypeProps} /> | 401 | <ShowType {...showTypeProps} /> |
| 402 | {this.props.extraContent && this.props.extraContent(child)} | 402 | {this.props.extraContent && this.props.extraContent(child)} |
| 403 | + {this.props.extraContent2 && this.props.extraContent2(child)} | ||
| 403 | </Col> | 404 | </Col> |
| 404 | ); | 405 | ); |
| 405 | }) | 406 | }) |