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

This commit is contained in:
shiziyuan9527 2021-08-25 15:15:55 +08:00 committed by 刘瑞斌
parent 56b3ae1acf
commit 04139a0904
1 changed files with 1 additions and 1 deletions

View File

@ -199,7 +199,7 @@
@exec="openReport(scope.row)"/> @exec="openReport(scope.row)"/>
</template> </template>
</ms-table-operator> </ms-table-operator>
<el-dropdown @command="handleCommand($event, scope.row)" class="scenario-ext-btn"> <el-dropdown @command="handleCommand($event, scope.row)" class="scenario-ext-btn" v-permission="['PROJECT_TRACK_PLAN:READ+DELETE','PROJECT_TRACK_PLAN:READ+SCHEDULE']">
<el-link type="primary" :underline="false"> <el-link type="primary" :underline="false">
<el-icon class="el-icon-more"></el-icon> <el-icon class="el-icon-more"></el-icon>
</el-link> </el-link>