权限
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 5m54s

This commit is contained in:
FLL
2025-08-22 11:07:08 +08:00
parent 7b2c8e47dd
commit 06a710d1f8
6 changed files with 10 additions and 31 deletions

View File

@@ -85,12 +85,14 @@ async function handleEdit(row: Required<PaymentReviewForm>) {
<Space>
<ghost-button
@click.stop="handleInfo(row)"
v-access:code="['property:payFeeAudit:query']"
>
{{ $t('pages.common.info') }}
</ghost-button>
<ghost-button
:disabled="row.state!=='0'"
@click.stop="handleEdit(row)"
v-access:code="['property:payFeeAudit:query']"
>
{{ '审核' }}
</ghost-button>