fix:按钮权限
Some checks failed
/ Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
dev_ljl 2025-08-22 19:44:28 +08:00
parent ff5963b01d
commit 882e1f7452

View File

@ -88,7 +88,7 @@ function handleAdd() {
<Space> <Space>
<a-button <a-button
type="primary" type="primary"
v-access:code="['property:visitorManagement:add']" v-access:code="['property:visitorManagement:addVisitorManagement']"
@click="handleAdd" @click="handleAdd"
> >
{{ '添加邀约' }} {{ '添加邀约' }}