- Updated AreaApi to support search parameters in getAreaTree method.
- Modified CellForm and Cell index views to use tree-select for area selection.
- Added areaName to Cell and Prisoner interfaces for better data representation.
- Refactored prisoner forms to remove subAreaId and streamline area selection.
- Improved image path validation in utility functions.
- Enhanced prisoner detail and list views to display area and cell names correctly.
- Added loading functionality for area tree data in relevant components.
- Add prisoner list page with search, pagination, and table display
- Add prisoner form dialog with create/update functionality
- Add API module for prisoner CRUD operations
- Add prison-related enums (supervision level, risk level, status, education)
- Add dict types for prison module dropdown options
- Enable multi-tenant support in frontend configuration
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>