fix: 更新license限制权限

This commit is contained in:
王丹 2024-07-26 18:42:40 +08:00
parent 8689f9719c
commit fbaac3c230

View File

@ -44,6 +44,7 @@
:auto-upload="false" :auto-upload="false"
:show-file-list="false" :show-file-list="false"
:on-change="onChange" :on-change="onChange"
v-hasPermission="new ComplexPermission(['ADMIN'], ['x-pack'], 'AND')"
> >
<el-button class="border-primary">更新 License</el-button> <el-button class="border-primary">更新 License</el-button>
</el-upload> </el-upload>