Commit 108ead623d12c08e749daa33beff22ec6b7e7dd5
1 parent
568472cd
1.调整commonList的界面 使用tablebelone =list模式,处理已审核颜色填充不满问题
Showing
2 changed files
with
2 additions
and
2 deletions
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