权限管理bug修复
This commit is contained in:
parent
6f6f62f04c
commit
fbe5401bda
@ -446,8 +446,7 @@ function handleError(file: any){
|
||||
<span class="dialog-footer"
|
||||
style="display: flex;display: -webkit-flex; justify-content: flex-end;-webkit-justify-content: flex-end;">
|
||||
<el-button @click="handleClose">取 消</el-button>
|
||||
<el-button type="primary" @click="confirmVisibilityClick" v-if="username == 'admin' || 'PUBLIC' == info.visibility
|
||||
|| title == '新增项目'">确 定</el-button>
|
||||
<el-button type="primary" @click="confirmVisibilityClick">确 定</el-button>
|
||||
</span>
|
||||
</el-form>
|
||||
</el-dialog>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user