fix(测试计划): 修改功能用例权限控制

--bug=1005216 --user=lyh 【项目管理】-修改只读用户为组织成员权限后一些权限仍不可用
https://www.tapd.cn/55049933/s/1025900
This commit is contained in:
shiziyuan9527 2021-07-19 17:10:54 +08:00 committed by 刘瑞斌
parent 4846770a8c
commit 20d13a1680
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ export default {
{
tip: this.$t('commons.edit'), icon: "el-icon-edit",
exec: this.handleEdit,
permissions: ['PROJECT_TRACK_CASE:READ+EDIT']
permissions: ['PROJECT_TRACK_PLAN:READ+RUN']
},
{
tip: this.$t('test_track.plan_view.cancel_relevance'), icon: "el-icon-unlock", type: "danger",