fix:统计分析按钮
Some checks failed
/ Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2025-08-22 17:01:43 +08:00
parent c8bcf9a28d
commit 91f5b33e68
3 changed files with 4 additions and 5 deletions

View File

@@ -92,7 +92,7 @@ async function handleEdit(row: Required<PaymentReviewForm>) {
<ghost-button
:disabled="row.state!=='0'"
@click.stop="handleEdit(row)"
v-access:code="['property:payFeeAudit:query']"
v-access:code="['property:payFeeAudit:edit']"
>
{{ '审核' }}
</ghost-button>