fix(项目设置): 修复项目管理员点击文件管理无权限的缺陷 (#18093)
--bug=1016975 --user=王孝刚 【文件设置】项目管理员点击文件管理提示没有权限 https://www.tapd.cn/55049933/s/1247050 Co-authored-by: wxg0103 <727495428@qq.com>
This commit is contained in:
parent
1b1dbdc2e0
commit
f6fc250bce
|
@ -47,7 +47,7 @@
|
|||
</div>
|
||||
</el-col>
|
||||
</el-row>
|
||||
<el-row type="flex" v-if="response.envName">
|
||||
<el-row v-if="response && response.envName" type="flex">
|
||||
<div style="font-size: 14px;color: #AAAAAA;float: left">
|
||||
<span> {{ $t('commons.environment') + ':' }} </span>
|
||||
</div>
|
||||
|
|
|
@ -84,7 +84,7 @@
|
|||
</div>
|
||||
<div style="float: left">
|
||||
<span class="title"
|
||||
@click="click('/project/file/manage', ['PROJECT_FILE:READ+JAR', 'PROJECT_FILE:READ+FILE'])">
|
||||
@click="click('/project/file/manage', ['PROJECT_FILE:READ', 'PROJECT_FILE:READ+FILE'])">
|
||||
{{ $t('project.file_manage') }}
|
||||
</span><br/>
|
||||
<span class="desc">{{ $t('project.file_desc') }}</span>
|
||||
|
|
Loading…
Reference in New Issue