|
@@ -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: '应付运费',
|