权限回收调整

This commit is contained in:
fan 2019-09-11 14:28:22 +08:00
parent 9c5f1f7633
commit d1c146f9da

View File

@ -175,7 +175,7 @@ export default {
name: this.$t('orderAuthor.recovery'), name: this.$t('orderAuthor.recovery'),
handleClick: this.handleRestore, handleClick: this.handleRestore,
type: 'danger', type: 'danger',
showControl: (row) => { return row.status == '1' && row.source == '03' || row.source == '04' || row.source =='05'; } showControl: (row) => { return row.status == '1' && (row.source == '03' || row.source == '04' || row.source =='05'); }
} }
] ]
} }