| 
					
				 | 
			
			
				@@ -6,7 +6,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       <van-row> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <van-col span="24" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <van-cell title="演练任务名称" @click="showStatus = true" is-link arrow-direction="down" :value="fieldValue" /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <van-popup v-model="showStatus" round position="bottom"> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -151,7 +151,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { field: 'orgName', key: 'a', title: '单位名称', align: 'center' }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { field: 'shouldFinish', key: 'b', title: '应演练数', align: 'center' }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         { field: 'finish', key: 'c', title: '已演练数', align: 'center' }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-        { field: 'score', key: 'd', title: '评分', align: 'center' } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        { field: 'finishRate', key: 'd', title: '完成率', align: 'center' } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       ], 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				       dataList: [] 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     } 
			 |