• - Swapped the API base URL in the development environment to use localhost for local testing.
    - Enhanced the member portrait dialog with improved layout and additional member attributes, including age and birthday type.
    - Added birthday type filtering options in the birthday view, allowing users to display members with solar and lunar birthdays.
    - Updated the backend to support querying members based on specified date ranges and birthday types.
    - Introduced new performance metrics in the personal performance statistics view, categorizing performance by various service types.
    “wangming” authored
     
    Browse File »


  • - Updated the file upload process to include image moderation before uploading to OSS.
    - Added configuration options for enabling/disabling image moderation and specifying the moderation service endpoint.
    - Enhanced the FileService to handle local file storage and moderation logic, ensuring compliance with content policies.
    - Updated .env and appsettings.json to reflect new configuration settings for the image moderation feature.
    “wangming” authored
     
    Browse File »








  • - 在多个薪酬统计实体中新增员工确认状态、确认时间和确认备注字段
    - 这些字段用于记录员工对薪酬数据的确认情况,提升数据管理的准确性和可追溯性
    - 涉及的实体包括:LqAssistantSalaryStatisticsEntity, LqBusinessUnitManagerSalaryStatisticsEntity, LqDirectorSalaryStatisticsEntity, LqMajorProjectDirectorSalaryStatisticsEntity, LqMajorProjectTeacherSalaryStatisticsEntity, LqSalaryStatisticsEntity, LqStoreManagerSalaryStatisticsEntity, LqTechGeneralManagerSalaryStatisticsEntity, LqTechTeacherSalaryStatisticsEntity
    “wangming” authored
     
    Browse File »



  • 李宇 authored
     
    Browse File »
  • - 新增事业部驾驶舱后端服务(LqBusinessUnitDashboardService)
    - 实现15个事业部驾驶舱API接口(统计、趋势、排行榜等)
    - 新增集团驾驶舱移动端页面(dashboard.vue)
    - 集成图表功能(Canvas绘制趋势图)
    - 优化页面样式设计(现代化UI、玻璃拟态效果)
    - 完善KPI指标展示、会员统计、排行榜等功能
    - 添加API模块(report.js)用于集团驾驶舱数据接口
    “wangming” authored
     
    Browse File »















  • build(antis-ncc-admin): 调整开发环境API配置
    
    将开发环境中的API地址从本地host调整为测试服务器地址,便于开发调试。
    
    feat(antis-ncc-admin): 更新构建产物及资源文件
    
    更新了构建后的静态资源文件,包括CSS和JS的chunk名称变更,
    以及新增浏览器版本过低提示信息,优化用户体验。
    ```
    李宇 authored
     
    Browse File »


  • build(env): 切换开发环境 API 地址配置
    
    将 `.env.development` 中的 `VUE_APP_BASE_API` 配置从本地地址切换为测试环境地址,
    注释掉原本地配置,启用测试服务器地址,便于开发时对接测试接口。
    
    同时更新了构建后的 `dist/index.html` 文件中的静态资源版本哈希值,
    并添加了对低版本 IE 浏览器的提示信息,引导用户升级浏览器以获得更好体验。
    ```
    李宇 authored
     
    Browse File »



  • build(antis-ncc-admin): 切换开发环境API地址配置
    
    将开发环境中的 VUE_APP_BASE_API 配置从本地地址切换为测试环境地址,
    注释掉原有的本地地址,启用测试环境地址以方便调试和联调。
    
    同时更新了 dist/index.html 中的静态资源版本号及部分 chunk 名称,
    并添加了浏览器版本过低提示信息以优化用户体验。
    ```
    李宇 authored
     
    Browse File »