| 
					
				 | 
			
			
				@@ -49,15 +49,15 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     <tr style="background-color:transparent"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <td style="border:0"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             <div class="littleFont">白坯<span style="color:#27e6ff">(投放量)</span></div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                            <div style="font-size: 32px;">{{ ReplaceNull(deviceStatData.status.baiPei,'-') }}<span style="font-size: 12px;">米</span></div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            <div style="font-size: 32px;">{{ ReplaceNull(deviceStatData.status.baiPei,'-').toFixed(0) }}<span style="font-size: 12px;">米</span></div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         </td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <td style="border:0;padding-left: 40px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             <div class="littleFont">产量<span style="color:#27e6ff">(米数)</span></div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                            <div style="font-size:24px;height: 38px;line-height: 48px;color: #27e6ff;">{{ ReplaceNull(deviceStatData.status.length,'-') }}<span style="font-size: 12px;"> 米</span></div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            <div style="font-size:24px;height: 38px;line-height: 48px;color: #27e6ff;">{{ ReplaceNull(deviceStatData.status.length,'-').toFixed(0) }}<span style="font-size: 12px;"> 米</span></div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         </td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <td style="border:0;padding-left: 40px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                             <div class="littleFont">产量<span style="color:#27e6ff">(重量)</span></div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                            <div style="font-size:24px;height: 38px;line-height: 48px;color: #27e6ff;">{{ReplaceNull(deviceStatData.status.weight,'-') }}<span style="font-size: 12px;"> 吨</span></div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            <div style="font-size:24px;height: 38px;line-height: 48px;color: #27e6ff;">{{ReplaceNull(deviceStatData.status.weight,'-').toFixed(0) }}<span style="font-size: 12px;"> 吨</span></div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         </td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     </tr> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </tbody> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -233,7 +233,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 clearTimeout(getDataTimer); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 setTimeout(() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     DataFull.GetData(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                }, 10);                 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                }, 10); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 init(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         },{deep:true,immediate:true}) 
			 |