|  | @@ -71,7 +71,8 @@
 | 
	
		
			
				|  |  |                                              <div style="display: flex;">
 | 
	
		
			
				|  |  |                                                  <div class="step_icon">额外任务:</div>
 | 
	
		
			
				|  |  |                                                  <div v-for="(stepItem, index) in props.row.stepInfo.extraStep">
 | 
	
		
			
				|  |  | -                                                    <div :style="{ 'color': 'black' }">
 | 
	
		
			
				|  |  | +                                                    <div
 | 
	
		
			
				|  |  | +                                                        :style="{ 'color': stepItem.approved == 1 ? '#67c23a' : 'black' }">
 | 
	
		
			
				|  |  |                                                          <span
 | 
	
		
			
				|  |  |                                                              @click="showdialog(true, stepItem.id, props.row.id, props.row.isReview, props.row.stepInfo.active - 1 == index)"
 | 
	
		
			
				|  |  |                                                              class="step_icon"> {{ stepItem.name }}</span>
 |