| | |
| | | const FuncZip = asyncComponent(() => import('./funczip')) |
| | | const EditLine = asyncComponent(() => import('./editLine')) |
| | | const ExportPdf = asyncComponent(() => import('./exportPdf')) |
| | | const ShareLink = asyncComponent(() => import('./shareLink')) |
| | | |
| | | class ActionList extends Component { |
| | | static propTpyes = { |
| | |
| | | btn={item} |
| | | /> |
| | | ) |
| | | } else if (item.funcType === 'shareLink') { |
| | | return ( |
| | | <ShareLink |
| | | key={item.uuid} |
| | | BID={BID} |
| | | btn={item} |
| | | selectedData={selectedData} |
| | | /> |
| | | ) |
| | | } else if (item.funcType === 'addline' || item.funcType === 'delline') { |
| | | return ( |
| | | <EditLine |