fix(接口测试): 修复只读用户也可删除测试报告#1005247

--bug=1005247 --user=lyh 【用户权限】-只读用户可以删除测试报告+下载报表统计
https://www.tapd.cn/55049933/s/1026160
This commit is contained in:
shiziyuan9527 2021-07-20 14:24:19 +08:00 committed by 刘瑞斌
parent 32ef469d9d
commit dc2764263b
1 changed files with 1 additions and 1 deletions

View File

@ -126,7 +126,7 @@ export default {
],
buttons: [
{
name: this.$t('api_report.batch_delete'), handleClick: this.handleBatchDelete
name: this.$t('api_report.batch_delete'), handleClick: this.handleBatchDelete, permissions: ['PROJECT_API_REPORT:READ+DELETE']
}
],
selectRows: new Set(),