update 快捷操作按钮权限

This commit is contained in:
danshihao
2024-01-26 15:33:43 +08:00
parent 403e60fb94
commit ba9ea04eb4
@@ -14,7 +14,7 @@
<p>{{ item.name }}</p>
</a-tooltip>
</div>
<div class="plus-div" @click="menuManage" v-if="dataSource.length < 9">
<div class="plus-div" @click="menuManage" v-if="dataSource.length < 9" v-has="'dashboard:quickEnter:menuManage'">
<a-icon type="plus" class="text-primary-color" />
</div>
</div>