Commit e602b0321664c05d2224fb8944ed305143f85e53
1 parent
711ab9dc
1.处理BtnPopup弹窗的列表支持合计
Showing
1 changed file
with
1 additions
and
1 deletions
src/components/Common/CommonListSelectTree/index.js
| ... | ... | @@ -716,7 +716,7 @@ const CommonListComponent = Form.create({ |
| 716 | 716 | </Col> : '' |
| 717 | 717 | } |
| 718 | 718 | <Col style={{ height: realizeHeight > 0 ? `${500 + realizeHeight}px` : 'auto' }} span={sModelsType === 'search/commonPopup' ? 15 : 5}> |
| 719 | - <StaticEditTable {...tableProps} footer="hidden" tableBelone="list" showConfig={props.showConfig} /> | |
| 719 | + <StaticEditTable {...tableProps} tableBelone="list" showConfig={props.showConfig} /> | |
| 720 | 720 | </Col> |
| 721 | 721 | <Col style={{ height: realizeHeight > 0 ? `${500 + realizeHeight}px` : 'auto' }} span={displayLeft ? 15 : sModelsType === 'search/commonPopup' ? 9 : 19} > |
| 722 | 722 | <StaticEditTable dragHandle={props.dragHandle} {...tableFilterProps} bDirectDel={bContinueClick} setOpterationColumn={bContinueClick ? 'Y' : 'N'} footer="hidden" tableBelone={tableBelone} showConfig={props.showConfig} noVlist /> | ... | ... |