|  | @@ -214,7 +214,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |            <div class={styles.centerButton}>
 | 
	
		
			
				|  |  |              <Transition name="finish">
 | 
	
		
			
				|  |  | -              {!startButtonShow.value && modelType.value !== 'init' && (
 | 
	
		
			
				|  |  | +              {!startButtonShow.value && modelType.value === 'evaluation' && (
 | 
	
		
			
				|  |  |                  <Button
 | 
	
		
			
				|  |  |                    class={[styles.button, styles.finish]}
 | 
	
		
			
				|  |  |                    onClick={() => {
 |