权限管理bug修复

This commit is contained in:
limengnan 2026-04-07 15:10:47 +08:00
parent 6f6f62f04c
commit fbe5401bda

View File

@ -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>