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