fix(接口测试): 修复报告导出权限错误问题

--bug=1046604 --user=王旭 【接口测试】用户无接口报告导出权限-批量勾选时,仍然显示导出按钮 https://www.tapd.cn/55049933/s/1583339
This commit is contained in:
WangXu10 2024-09-23 10:47:13 +08:00 committed by Craftsman
parent 7d873fc626
commit 751fcb5c41
1 changed files with 1 additions and 1 deletions

View File

@ -343,7 +343,7 @@
{ {
label: 'common.export', label: 'common.export',
eventTag: 'batchExport', eventTag: 'batchExport',
permission: ['PROJECT_TEST_PLAN_REPORT:READ+EXPORT'], permission: ['PROJECT_API_REPORT:READ+EXPORT'],
}, },
], ],
}; };