fix: bug#11107

This commit is contained in:
xieyonghong 2023-04-23 14:27:54 +08:00
parent 84553884b2
commit 8e7864219f
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
<j-input-search v-model:value="searchValue" placeholder="请输入名称" @search="handleSearch" allowClear></j-input-search>
</div>
<div>
<PermissionButton type="primary" :uhas-permission="`${permission}:update`" key="add" @click="handleAddClick"
<PermissionButton type="primary" :hasPermission="`${permission}:update`" key="add" @click="handleAddClick"
:disabled="operateLimits('add', type)" :tooltip="{
title: operateLimits('add', type) ? '当前的存储方式不支持新增' : '新增',
}">