fix(测试跟踪): 修复只读人员能创建项目的问题

This commit is contained in:
shiziyuan9527 2021-03-20 09:59:00 +08:00
parent a1d4e965d0
commit 2c41d790eb
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@
</template>
<search-list :current-project.sync="currentProject"/>
<el-divider/>
<el-menu-item :index="'/setting/project/create'">
<el-menu-item :index="'/setting/project/create'" v-permission="['test_manager','test_user']">
<font-awesome-icon :icon="['fa', 'plus']"/>
<span style="padding-left: 7px;">{{ $t("project.create") }}</span>
</el-menu-item>