+
@@ -91,19 +91,23 @@
OperationList: [
{
text: this.$t('CancelCollection'),
- ClickEvent: 'Collection'
+ ClickEvent: 'Collection',
+ has:'document:addCollect'
},
{
text: this.$t('CancelSubscribe'),
- ClickEvent: 'subscribe'
+ ClickEvent: 'subscribe',
+ has:'document:addSubscribe'
},
{
text: this.$t('edit'),
- ClickEvent: 'editTable'
+ ClickEvent: 'editTable',
+ has:'document:updateInfo'
},
{
text: this.$t('deleteLib'),
- ClickEvent: 'deleteTable'
+ ClickEvent: 'deleteTable',
+ has:'document:deleteBatch'
}
],
selectedRowKeys: [],