qfw
This commit is contained in:
		
							parent
							
								
									c299e62f38
								
							
						
					
					
						commit
						059cab17c6
					
				@ -122,7 +122,7 @@ const _sfc_main = defineComponent({
 | 
			
		||||
      if (r) {
 | 
			
		||||
        return z + "." + r;
 | 
			
		||||
      } else {
 | 
			
		||||
        return isNaN(z) ? 0 : z;
 | 
			
		||||
        return isNaN(parseInt(z)) ? 0 : z;
 | 
			
		||||
      }
 | 
			
		||||
    };
 | 
			
		||||
    watch(() => props.type, () => {
 | 
			
		||||
 | 
			
		||||
@ -11218,7 +11218,7 @@ const _sfc_main$1v = defineComponent({
 | 
			
		||||
      if (r) {
 | 
			
		||||
        return z + "." + r;
 | 
			
		||||
      } else {
 | 
			
		||||
        return isNaN(z) ? 0 : z;
 | 
			
		||||
        return isNaN(parseInt(z)) ? 0 : z;
 | 
			
		||||
      }
 | 
			
		||||
    };
 | 
			
		||||
    watch(() => props.type, () => {
 | 
			
		||||
 | 
			
		||||
@ -87,7 +87,7 @@ const formatMoney = function (s: string) {
 | 
			
		||||
    return  z+ "." + r;
 | 
			
		||||
 | 
			
		||||
  }else{
 | 
			
		||||
    return isNaN(z) ? 0 : z;
 | 
			
		||||
    return isNaN(parseInt(z)) ? 0 : z;
 | 
			
		||||
  }
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
										
											
												File diff suppressed because one or more lines are too long
											
										
									
								
							
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user