.1502411993651747:ae9d4acc7694584095e45f960a84a3b1_69f1504d84b8b87fa7db18fa.69f1507184b8b87fa7db18fc.69f1507163a2bca3b42f3a56:Trae CN.T(2026/4/29 08:27:29)#20
Open
lovely90133 wants to merge 3 commits into
Conversation
- 为反馈项添加open/resolved状态字段 - 实现状态切换功能 - 添加状态筛选按钮和过滤逻辑 - 更新UI显示状态徽章和操作按钮 - 修改表单提交逻辑以处理状态更新
在反馈统计组件中添加当前筛选条件的显示区域,展示当前筛选状态下的反馈数量
重构反馈统计组件,将筛选逻辑与统计计算分离。现在先筛选出符合条件的反馈数据,再进行数量和平均分的计算,避免重复筛选操作,提高代码可读性和性能。
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
refactor(FeedbackStats): 根据筛选条件优化反馈统计逻辑
重构反馈统计组件,将筛选逻辑与统计计算分离。现在先筛选出符合条件的反馈数据,再进行数量和平均分的计算,避免重复筛选操作,提高代码可读性和性能。