Commit 108ead623d12c08e749daa33beff22ec6b7e7dd5

Authored by Min
1 parent 568472cd

1.调整commonList的界面 使用tablebelone =list模式,处理已审核颜色填充不满问题

src/components/Common/CommonList.js
... ... @@ -464,7 +464,7 @@ const TreeTableComponent = (props) => {
464 464 }}
465 465 >
466 466 {/* <StaticEditTable {...tableProps} tableBelone="list" /> */}
467   - <StaticEditTableNew {...tableProps} />
  467 + <StaticEditTableNew {...tableProps} tableBelone="list"/>
468 468 </div>
469 469 );
470 470 };
... ...
src/components/Common/CommonTable/index.js
... ... @@ -5530,7 +5530,7 @@ class CommonTableRc extends React.Component {
5530 5530 }
5531 5531 }
5532 5532  
5533   - if (cellColor && sName !== 'sState') {
  5533 + if (cellColor) {
5534 5534 res = (<div
5535 5535 className='listDiv'
5536 5536 style={{
... ...