-
- 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.
-
- Added functionality to convert solar birthdays to lunar format and display the corresponding lunar birthday in the customer detail dialog. - Introduced a new dropdown for selecting lunar month and day in the customer form, allowing users to input lunar birthdays easily. - Updated the customer service to handle birthday type differentiation (solar vs lunar) and ensure proper data handling. - Enhanced the UI for better clarity and usability, including improved dialog styling and form section titles. - Refactored related DTOs to accommodate the new birthday type and format changes.
-
- 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.
-
- 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.
-
- 在IAuthorizeService接口中添加GetCurrentUserAppModuleAuthorize方法 - 在AuthorizeService中实现根据用户角色获取App权限的逻辑 - 在UsersCurrentService中添加GetAppAuthorize接口(GET /api/permission/Users/Current/AppAuthorize) - 权限获取逻辑:根据用户角色从权限表中获取Category为'App'的模块权限 - 管理员返回所有App权限,普通用户返回角色权限 - 返回树形结构的App权限列表 其他修改: - 更新门店看板相关功能 - 更新会员相关功能 - 更新样式文件
-
- 优化卡片视图样式:调整字体大小匹配卡片尺寸,确保最小字体12px - 改进卡片布局:调整间距和内边距,保持毛玻璃效果 - 修复会员沉睡天数计算:更新消费记录时正确更新LastConsumeTime - 默认视图模式:客户页面进入时默认显示列表视图 - 添加会员沉睡天数数据修复SQL脚本
-
- 新增事业部驾驶舱后端服务(LqBusinessUnitDashboardService) - 实现15个事业部驾驶舱API接口(统计、趋势、排行榜等) - 新增集团驾驶舱移动端页面(dashboard.vue) - 集成图表功能(Canvas绘制趋势图) - 优化页面样式设计(现代化UI、玻璃拟态效果) - 完善KPI指标展示、会员统计、排行榜等功能 - 添加API模块(report.js)用于集团驾驶舱数据接口
-
更新了 `index.html` 中引用的静态资源路径及文件哈希值,包括 CSS 和 JavaScript 文件。同时重命名了应用主样式文件以反映新的内容哈希。这通常发生在项目重新构建后,确保生产环境加载的是最新编译后的资源。 - 修改了多个预加载(preload)链接中的文件版本号 - 更新了脚本和样式的实际引用地址 - 重命名 `app.9b487d9d.css` 为 `app.ed86c652.css` 以匹配新构建结果
-
build(antis-ncc-admin): 切换开发环境API地址配置 将开发环境中的 VUE_APP_BASE_API 配置从本地地址切换为测试环境地址, 注释掉原有的本地地址,启用测试环境地址以方便调试和联调。 同时更新了 dist/index.html 中的静态资源版本号及部分 chunk 名称, 并添加了浏览器版本过低提示信息以优化用户体验。 ```
-
build(antis-ncc-admin): 切换开发环境API地址配置 将开发环境中的 VUE_APP_BASE_API 配置从本地地址切换为测试环境地址, 注释掉本地地址,确保开发时默认请求测试服务器接口。 同时更新了构建后的 index.html 文件内容,包含新的资源哈希值及浏览器兼容性提示。 ```
-
build(env): 调整开发环境API配置 将开发环境中的API地址从本地host改为测试服务器地址,确保开发阶段能正确连接测试环境接口。 feat(dist): 更新构建产物及添加浏览器兼容提示 更新dist目录下的index.html文件,包含新的JS/CSS资源引用,并新增对老旧浏览器的兼容性提示 banner,引导用户升级或切换至极速模式以提升访问速度。 ```
-
build(antis-ncc-admin): 切换开发环境 API 地址配置 将开发环境的 API 地址从测试环境切换回本地开发服务器地址,确保开发阶段请求指向正确的后端服务。 - 启用 VUE_APP_BASE_API = 'http://lvqian.antissoft.com' - 注释掉测试环境地址 'http://erp_test.lvqianmeiye.com' ```
-
主要变更: 1. 删除部门管理模块 (lq_bmzb) - 删除实体类、服务类、接口类、DTO类 - 删除前端页面和映射类 - 更新相关文档 2. 修复预约记录服务错误 - 修复 GetInfo 方法中 SqlFunc.Subqueryable 使用错误 - 改为使用标准查询方式获取关联数据 - 添加空值检查提升代码安全性 3. 其他优化 - 更新客户信息相关字段映射 - 优化邀约记录和拓客记录服务 - 更新会员类型枚举定义
-
…ndex.vue for improved layout and consistency; update LqKhxx DTOs and services for better structure and clarity.