|  | @@ -271,7 +271,7 @@
 | 
	
		
			
				|  |  |              </el-col>
 | 
	
		
			
				|  |  |              <el-col :span="4">
 | 
	
		
			
				|  |  |                <div style="text-align: center;height: 100px;margin-top: 40px;">
 | 
	
		
			
				|  |  | -                <div class="maxweight" style="line-height:20px;"><b>最大容量:</b>{{ create.temp.tmrvolume }} ({{ create.temp.maxVolume }} - {{ create.temp.minVolume }})</div>
 | 
	
		
			
				|  |  | +                <div class="maxweight" style="line-height:20px;"><b>车辆容积量:</b>{{ create.temp.tmrvolume }} ( {{ create.temp.minVolume }} - {{ create.temp.maxVolume }})m³</div>
 | 
	
		
			
				|  |  |                  <div class="sumweight" style="line-height:20px;margin-top: 10px;"><b>合计重量:</b>{{ create.temp.sumweight }} (KG) </div>
 | 
	
		
			
				|  |  |                  <div class="sumweight" style="line-height:20px;margin-top: 10px;color: red;" v-if="parseFloat(create.temp.volume) > parseFloat(create.temp.tmrvolume)"><b>容积量:</b>{{ create.temp.volume }} m³ </div>
 | 
	
		
			
				|  |  |                  <div class="sumweight" style="line-height:20px;margin-top: 10px;" v-else><b>容积量:</b>{{ create.temp.volume }} m³ </div>
 |