fix(测试计划): 执行权限控制

This commit is contained in:
shiziyuan9527 2021-08-25 15:01:22 +08:00 committed by 刘瑞斌
parent acb14e7e66
commit 96c9c82385
1 changed files with 1 additions and 1 deletions

View File

@ -189,7 +189,7 @@
@editClick="handleEdit(scope.row)">
<template v-slot:front>
<ms-table-operator-button :tip="$t('api_test.run')" icon="el-icon-video-play" class="run-button"
@exec="handleRun(scope.row)"/>
@exec="handleRun(scope.row)" v-permission="['PROJECT_TRACK_PLAN:READ+RUN']"/>
</template>
<template v-slot:middle>
<ms-table-operator-button :tip="$t('commons.copy')" icon="el-icon-copy-document"