Merge branch 'master' of http://47.109.37.87:3000/by2025/admin-vben5
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 11m47s
Some checks failed
/ Explore-Gitea-Actions (push) Failing after 11m47s
This commit is contained in:
@@ -55,7 +55,7 @@ export const columns: VxeGridProps['columns'] = [
|
||||
},
|
||||
{ title: '车牌号', field: 'carNumber' },
|
||||
{ title: '车位', field: 'location' },
|
||||
{ title: '业主', field: 'personId' },
|
||||
{ title: '业主', field: 'personName' },
|
||||
{
|
||||
title: '缴费状态',
|
||||
field: 'chargeStatus',
|
||||
|
@@ -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>
|
||||
|
Reference in New Issue
Block a user