fix(项目管理): 修复只读用户上传jar的bug
This commit is contained in:
parent
81106b0311
commit
e4295985ea
|
@ -7,6 +7,7 @@
|
||||||
:create-tip="btnTips" :title="$t('commons.project')">
|
:create-tip="btnTips" :title="$t('commons.project')">
|
||||||
<template v-slot:button>
|
<template v-slot:button>
|
||||||
<ms-table-button icon="el-icon-box"
|
<ms-table-button icon="el-icon-box"
|
||||||
|
v-permission="['PROJECT_MANAGER:READ+EDIT']"
|
||||||
:content="$t('api_test.jar_config.title')" @click="openJarConfig"/>
|
:content="$t('api_test.jar_config.title')" @click="openJarConfig"/>
|
||||||
</template>
|
</template>
|
||||||
</ms-table-header>
|
</ms-table-header>
|
||||||
|
|
Loading…
Reference in New Issue