Commit e602b0321664c05d2224fb8944ed305143f85e53

Authored by Min
1 parent 711ab9dc

1.处理BtnPopup弹窗的列表支持合计

src/components/Common/CommonListSelectTree/index.js
@@ -716,7 +716,7 @@ const CommonListComponent = Form.create({ @@ -716,7 +716,7 @@ const CommonListComponent = Form.create({
716 </Col> : '' 716 </Col> : ''
717 } 717 }
718 <Col style={{ height: realizeHeight > 0 ? `${500 + realizeHeight}px` : 'auto' }} span={sModelsType === 'search/commonPopup' ? 15 : 5}> 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 </Col> 720 </Col>
721 <Col style={{ height: realizeHeight > 0 ? `${500 + realizeHeight}px` : 'auto' }} span={displayLeft ? 15 : sModelsType === 'search/commonPopup' ? 9 : 19} > 721 <Col style={{ height: realizeHeight > 0 ? `${500 + realizeHeight}px` : 'auto' }} span={displayLeft ? 15 : sModelsType === 'search/commonPopup' ? 9 : 19} >
722 <StaticEditTable dragHandle={props.dragHandle} {...tableFilterProps} bDirectDel={bContinueClick} setOpterationColumn={bContinueClick ? 'Y' : 'N'} footer="hidden" tableBelone={tableBelone} showConfig={props.showConfig} noVlist /> 722 <StaticEditTable dragHandle={props.dragHandle} {...tableFilterProps} bDirectDel={bContinueClick} setOpterationColumn={bContinueClick ? 'Y' : 'N'} footer="hidden" tableBelone={tableBelone} showConfig={props.showConfig} noVlist />