licp
2024-10-14 051e5b520f0b94dd409d4fd90ea8fc350a943f9d
src/components/view/b4-daily-business-statistics.vue
@@ -179,7 +179,8 @@
    },
    handleData(val){
      if(val){
        return Math.abs(val)*100;
        let num = Math.abs(val)*100
        return num.toFixed(0);
      }else{
        return '0'
      }