• 李宇 authored
     
    Browse Dir »
  • - Introduced a dropdown for column settings in list view, allowing users to customize visible columns and their order via drag-and-drop.
    - Updated table columns to dynamically render based on user-selected visibility, improving the overall user experience.
    - Enhanced the display of customer information, including merging customer name and ID, and added tooltips for better clarity.
    - Refactored existing table columns to utilize a more flexible structure for rendering based on visibility settings.
    “wangming” authored
     
    Browse Dir »
  • - Introduced a new filter for remaining rights range in the member portrait dialog and query input DTO.
    - Implemented a resetData method to clear all data when switching members to prevent displaying stale information.
    - Updated the fetchData method to clear lists upon member change.
    - Enhanced the LqKhxxService to handle remaining rights range in queries.
    - Improved the layout of the search form in the lqKhxx view for better usability.
    “wangming” authored
     
    Browse Dir »

  • “wangming” authored
     
    Browse Dir »
  • - Redesigned the welcome page layout with a new hero section and action cards for quick access to features.
    - Added a feature list in the welcome component to dynamically render action cards.
    - Updated the tech department dashboard to improve table display by reducing max height and ensuring proper pagination.
    - Enhanced inventory service documentation for clarity on stock update processes.
    - Introduced teacher performance metrics in the billing service for better reporting accuracy.
    “wangming” authored
     
    Browse Dir »









  • - Added GetCurrentUserAppModuleAuthorize method to IAuthorizeService
    - Implemented App permission logic in AuthorizeService based on user roles
    - Introduced GetAppAuthorize endpoint in UsersCurrentService (GET /api/permission/Users/Current/AppAuthorize)
    - Logic retrieves App module permissions categorized as 'App' from the permissions table
    - Admins receive all App permissions, while regular users receive permissions based on their roles
    - Returns a hierarchical structure of App permissions
    
    Additional updates:
    - Enhanced store dashboard features
    - Improved member-related functionalities
    - Updated style files
    “wangming” authored
     
    Browse Dir »
  • - 在IAuthorizeService接口中添加GetCurrentUserAppModuleAuthorize方法
    - 在AuthorizeService中实现根据用户角色获取App权限的逻辑
    - 在UsersCurrentService中添加GetAppAuthorize接口(GET /api/permission/Users/Current/AppAuthorize)
    - 权限获取逻辑:根据用户角色从权限表中获取Category为'App'的模块权限
    - 管理员返回所有App权限,普通用户返回角色权限
    - 返回树形结构的App权限列表
    
    其他修改:
    - 更新门店看板相关功能
    - 更新会员相关功能
    - 更新样式文件
    “wangming” authored
     
    Browse Dir »
  • 李宇 authored
     
    Browse Dir »
  • 李宇 authored
     
    Browse Dir »
  • - 更新LqXhHyhkService服务
    - 更新ConsumeItemDetailListOutput DTO
    - 更新开发环境配置
    “wangming” authored
     
    Browse Dir »
  • 李宇 authored
     
    Browse Dir »

  • 李宇 authored
     
    Browse Dir »
  • 李宇 authored
     
    Browse Dir »
  • - 统一所有工资列表页面样式,采用灰色系渐变配色方案
    - 优化页面头部、搜索区域、表格容器样式,添加渐变背景和阴影效果
    - 修复表格固定列和多选框的z-index问题,确保多选框可正常点击
    - 统一按钮样式,使用灰色渐变替代蓝色
    - 添加图标hover动画效果(缩放和旋转)
    - 优化表格行hover效果,使用渐变背景和位移动画
    - 统一字体大小、间距、圆角等设计元素
    
    涉及页面:
    - assistants.vue (店助工资)
    - director.vue (总监工资)
    - business-unit-managers.vue (事业部经理工资)
    - major-project-directors.vue (大项目总监工资)
    - major-project-teachers.vue (大项目老师工资)
    - cienceTeacher.vue (科学老师工资)
    - tech-general-managers.vue (技术总经理工资)
    - tech-stock.vue (技术库存)
    - shop.vue (门店工资)
    - shop-stock.vue (门店库存)
    - headquarters-stock.vue (总部库存)
    - healthCoach.vue (健康师工资)
    “wangming” authored
     
    Browse Dir »
  • “wangming” authored
     
    Browse Dir »
  • - 将remarks中的```json代码块改为<code>标签(XML注释中不能使用```)
    - 为所有缺少注释的接口添加了完整的summary和remarks
    - 统一了所有9个工资服务确认接口的注释格式
    - 包含示例请求、参数说明、注意事项等完整信息
    
    修复的接口:
    1. LqSalaryService (健康师)
    2. LqTechTeacherSalaryService (科技部老师)
    3. LqAssistantSalaryService (店助)
    4. LqStoreManagerSalaryService (店长)
    5. LqDirectorSalaryService (主任)
    6. LqMajorProjectTeacherSalaryService (大项目老师)
    7. LqMajorProjectDirectorSalaryService (大项目主管)
    8. LqTechGeneralManagerSalaryService (科技部总经理)
    9. LqBusinessUnitManagerSalaryService (事业部总经理)
    “wangming” authored
     
    Browse Dir »