mirror of
https://github.com/1Panel-dev/MaxKB.git
synced 2025-12-26 01:33:05 +00:00
fix: 修改模型权限判断
This commit is contained in:
parent
ce107db421
commit
512e629942
|
|
@ -59,7 +59,7 @@
|
|||
</div>
|
||||
|
||||
<template #mouseEnter>
|
||||
<div class="operation-button" v-if="model.permission_type === 'PUBLIC'">
|
||||
<div class="operation-button">
|
||||
<el-tooltip effect="dark" content="修改" placement="top">
|
||||
<el-button text :disabled="!is_permisstion" @click.stop="openEditModel">
|
||||
<el-icon>
|
||||
|
|
|
|||
Loading…
Reference in New Issue