权限回收调整
This commit is contained in:
parent
9c5f1f7633
commit
d1c146f9da
@ -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'); }
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user