This commit is contained in:
FLL
2025-08-25 15:06:10 +08:00
parent faababd9a4
commit 48ea62150d
6 changed files with 29 additions and 26 deletions

View File

@@ -36,7 +36,7 @@ export const columns: VxeGridProps['columns'] = [
{type: 'checkbox', width: 60},
{
title: '房屋',
field: 'roomId',
field: 'roomName',
minWidth: 150,
},
{