diff --git a/src/views/orderauthor/permission/index.vue b/src/views/orderauthor/permission/index.vue index 13c09fef7..4b43efcd1 100644 --- a/src/views/orderauthor/permission/index.vue +++ b/src/views/orderauthor/permission/index.vue @@ -175,7 +175,7 @@ export default { name: this.$t('orderAuthor.recovery'), handleClick: this.handleRestore, 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'); } } ] }