缴费审核

This commit is contained in:
FLL
2025-08-26 11:25:01 +08:00
parent 90eceb508a
commit 8c062feef0
2 changed files with 8 additions and 3 deletions

View File

@@ -33,8 +33,13 @@ export const querySchema: FormSchemaGetter = () => [
export const columns: VxeGridProps['columns'] = [
{ type: 'checkbox', width: 60 },
{
title: '房屋',
field: 'roomNumber',
title: '费用类型',
field: 'costType',
slots: {
default: ({ row }) => {
return renderDict(row.costType, 'pro_expense_type');
},
},
},
{
title: '费用项目',