Browse Source

feat: 去除打印的console

sunxiao 2 weeks ago
parent
commit
e8ae61578d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      src/views/report/record/index.vue

+ 0 - 2
src/views/report/record/index.vue

@@ -192,8 +192,6 @@ const test = (key, item) => {
   }
 
   if ( fieldMapping[key] ) {
-    console.log(item, fieldMapping[key]);
-    console.log( "item[fieldMapping[key]]", item[fieldMapping[key]] );
     color = item[fieldMapping[key]] && 'red'
     //const n = item[key + 'Number'];
     // if ( (n || n == 0) && Math.abs( n ) > 0.1 ) {