-
- Updated the layout structure to improve UI consistency and user experience. - Simplified the search form by removing unnecessary fields and enhancing the design. - Added new buttons for batch actions and improved the visibility of the header section. - Implemented a clear selection feature for better user interaction. - Enhanced table columns with overflow tooltips for better data visibility. - Updated styles for a more modern look and feel, including responsive design adjustments.
-
feat(attendance): 新增考勤数据批量删除和导入功能 新增了考勤数据的批量删除和 Excel 导入功能,包括对应的弹窗组件 BatchDeleteDialog 和 ImportDialog。 同时在门店管理模块中增加了门店类别、门店类型、新店阶段等字段及相应接口支持,并完善了相关表单与列表展示逻辑。 此外,在项目资料模块中添加了“是否有效”字段用于标识数据有效性状态。 ```