This commit is contained in:
FLL 2025-08-22 17:02:12 +08:00
parent b153c88cd5
commit 18c23a21a0

View File

@ -57,7 +57,7 @@ export const columns: VxeGridProps['columns'] = [
}, },
{ title: '车牌号', field: 'carNumber' }, { title: '车牌号', field: 'carNumber' },
{ title: '车位', field: 'location' }, { title: '车位', field: 'location' },
{ title: '业主', field: 'personId' }, { title: '业主', field: 'personName' },
{ {
title: '缴费状态', title: '缴费状态',
field: 'chargeStatus', field: 'chargeStatus',