Commit b2672509e402631e6201844dc7f2442223d8e231

Authored by zhangzzzz
1 parent 9e1e9273

恢复旧表格;

src/components/Common/CommonList.js
... ... @@ -7,7 +7,7 @@ import CommonListEvent from '@/components/Common/CommonListEvent';/* 继承销å”
7 7 import * as commonFunc from '@/components/Common/commonFunc';/* é€šç”¨å•æ®æ–¹æ³• */ /* é€šç”¨å•æ®æ–¹æ³• */
8 8 import Toolbar from '@/components/Common/ToolBar/ToolBarNew';
9 9 import StaticEditTable from '@/components/Common/CommonTable';/* å¯ç¼–辑表格 */
10   -import StaticEditTableNew from '@/components/Common/CommonTableNew';/* å¯ç¼–辑表格 */
  10 +// import StaticEditTableNew from '@/components/Common/CommonTableNew';/* å¯ç¼–辑表格 */
11 11 import styles from '@/index.less';
12 12 import CommonBase from '@/components/Common/CommonBase';/* 获å–é…ç½®åŠæ•°æ® */
13 13 import * as commonBusiness from '@/components/Common/commonBusiness';/* 啿®ä¸šåŠ¡åŠŸèƒ½ */
... ... @@ -463,8 +463,8 @@ const TreeTableComponent = (props) => {
463 463 height: '100%',
464 464 }}
465 465 >
466   - {/* <StaticEditTable {...tableProps} tableBelone="list" /> */}
467   - <StaticEditTableNew {...tableProps} />
  466 + <StaticEditTable {...tableProps} tableBelone="list" />
  467 + {/* <StaticEditTableNew {...tableProps} /> */}
468 468 </div>
469 469 );
470 470 };
... ...