Browse Source

删除打印

caojunjie 3 years ago
parent
commit
0096a76131
1 changed files with 1 additions and 3 deletions
  1. 1 3
      src/views/landTransportation/reportAnalysis/index.vue

+ 1 - 3
src/views/landTransportation/reportAnalysis/index.vue

@@ -497,14 +497,12 @@ export default {
         this.$refs.crud.$refs.dialogColumn.columnBox = false;
       }
       this.roleName.forEach(item =>{
-        console.log(item);
         if (item == '客户'){
           return this.goodsOptionCrud.menu = true
         }else if (item == '平台') {
           this.goodsOptionCrud.menu = false
           for (let item of this.goodsOptionCrud.column){
-            console.log(item.prop)
-            if (item.prop === 'landAmountC') return
+            if (item.prop === 'landAmountC') return false
           }
           return this.goodsOptionCrud.column.push( {
             label: '应付运费',