fix(接口测试): 修复只读用户也可删除测试报告#1005247
--bug=1005247 --user=lyh 【用户权限】-只读用户可以删除测试报告+下载报表统计 https://www.tapd.cn/55049933/s/1026160
This commit is contained in:
parent
971ec58ac7
commit
ac111ff1f0
|
@ -125,7 +125,7 @@ export default {
|
||||||
],
|
],
|
||||||
buttons: [
|
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(),
|
selectRows: new Set(),
|
||||||
|
|
Loading…
Reference in New Issue