fix(接口测试): 修复报告导出权限错误问题
--bug=1046604 --user=王旭 【接口测试】用户无接口报告导出权限-批量勾选时,仍然显示导出按钮 https://www.tapd.cn/55049933/s/1583339
This commit is contained in:
parent
7d873fc626
commit
751fcb5c41
|
@ -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'],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue