You cannot select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
	
	
		
			15 lines
		
	
	
		
			347 B
		
	
	
	
		
			JavaScript
		
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			347 B
		
	
	
	
		
			JavaScript
		
	
| 
								 
											2 months ago
										 
									 | 
							
								import React, {Fragment, PureComponent} from 'react';
							 | 
						||
| 
								 | 
							
								import styles from './WorkReport.less';
							 | 
						||
| 
								 | 
							
								class WorkReport extends PureComponent {
							 | 
						||
| 
								 | 
							
								    render() {
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								        return (
							 | 
						||
| 
								 | 
							
								            <>
							 | 
						||
| 
								 | 
							
								               <iframe title="作业明细" className={styles.frameContent} src="/作业明细.html"/>
							 | 
						||
| 
								 | 
							
								            </>
							 | 
						||
| 
								 | 
							
								        )
							 | 
						||
| 
								 | 
							
								    }
							 | 
						||
| 
								 | 
							
								}
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								export default WorkReport
							 |