Browse Source

删除打印

caojunjie 3 năm trước cách đây
mục cha
commit
0096a76131
1 tập tin đã thay đổi với 1 bổ sung3 xóa
  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: '应付运费',