Commit b2672509e402631e6201844dc7f2442223d8e231
1 parent
9e1e9273
恢复旧表格;
Showing
1 changed file
with
3 additions
and
3 deletions
src/components/Common/CommonList.js
| @@ -7,7 +7,7 @@ import CommonListEvent from '@/components/Common/CommonListEvent';/* ç»§æ‰¿é”€å” | @@ -7,7 +7,7 @@ import CommonListEvent from '@/components/Common/CommonListEvent';/* ç»§æ‰¿é”€å” | ||
| 7 | import * as commonFunc from '@/components/Common/commonFunc';/* é€šç”¨å•æ®æ–¹æ³• */ /* é€šç”¨å•æ®æ–¹æ³• */ | 7 | import * as commonFunc from '@/components/Common/commonFunc';/* é€šç”¨å•æ®æ–¹æ³• */ /* é€šç”¨å•æ®æ–¹æ³• */ |
| 8 | import Toolbar from '@/components/Common/ToolBar/ToolBarNew'; | 8 | import Toolbar from '@/components/Common/ToolBar/ToolBarNew'; |
| 9 | import StaticEditTable from '@/components/Common/CommonTable';/* å¯ç¼–è¾‘è¡¨æ ¼ */ | 9 | import StaticEditTable from '@/components/Common/CommonTable';/* å¯ç¼–è¾‘è¡¨æ ¼ */ |
| 10 | -import StaticEditTableNew from '@/components/Common/CommonTableNew';/* å¯ç¼–è¾‘è¡¨æ ¼ */ | 10 | +// import StaticEditTableNew from '@/components/Common/CommonTableNew';/* å¯ç¼–è¾‘è¡¨æ ¼ */ |
| 11 | import styles from '@/index.less'; | 11 | import styles from '@/index.less'; |
| 12 | import CommonBase from '@/components/Common/CommonBase';/* 获å–é…ç½®åŠæ•°æ® */ | 12 | import CommonBase from '@/components/Common/CommonBase';/* 获å–é…ç½®åŠæ•°æ® */ |
| 13 | import * as commonBusiness from '@/components/Common/commonBusiness';/* 啿®ä¸šåŠ¡åŠŸèƒ½ */ | 13 | import * as commonBusiness from '@/components/Common/commonBusiness';/* 啿®ä¸šåŠ¡åŠŸèƒ½ */ |
| @@ -463,8 +463,8 @@ const TreeTableComponent = (props) => { | @@ -463,8 +463,8 @@ const TreeTableComponent = (props) => { | ||
| 463 | height: '100%', | 463 | height: '100%', |
| 464 | }} | 464 | }} |
| 465 | > | 465 | > |
| 466 | - {/* <StaticEditTable {...tableProps} tableBelone="list" /> */} | ||
| 467 | - <StaticEditTableNew {...tableProps} /> | 466 | + <StaticEditTable {...tableProps} tableBelone="list" /> |
| 467 | + {/* <StaticEditTableNew {...tableProps} /> */} | ||
| 468 | </div> | 468 | </div> |
| 469 | ); | 469 | ); |
| 470 | }; | 470 | }; |