fix(admin): repair class, role, and room views

Use the RBAC user endpoint for teacher selection, restore role table columns, correct Ant Design props, and add typed room bed and locker responses.
This commit is contained in:
2026-07-10 14:12:08 +08:00
parent e26a8e816e
commit 50b3608db4
4 changed files with 19 additions and 9 deletions

View File

@@ -226,6 +226,7 @@ const RolesPage: React.FC = () => {
</PermissionButton>
</div>
<Table
columns={columns}
dataSource={data}
rowKey="id"
loading={loading}