Feat/sqle-ee-issue-2884#834
Closed
LZS911 wants to merge 6 commits into
Closed
Conversation
WorkflowPanel toolbar 在工单类型 segmented 旁新增一个 CustomSelect 单选 + "全部", 状态枚举与后端 GetGlobalWorkflowListV2 的 filter_status 对齐 (pending_approval/pending_action/in_progress/exporting/rejected/cancelled/ failed/completed/unknown 共 9 项)。选择后通过 tableFilterInfo.filter_status 随分页 / 卡片切换一起送到后端, 由后端按工单类型映射到上线工单与导出工单 各自的原生状态。 - packages/shared: API client 同步新增 GetGlobalWorkflowListV2FilterStatus Enum 与 IGetGlobalWorkflowListV2Params.filter_status, 与生成器风格一致。 - WorkflowPanel: toolbar 加 CustomSelect; 同步把 segmented 的清空逻辑改成 "omit key", 与 select allowClear 时 omit 行为对齐, 保证传给 API 的对象 不带空值字段。 - i18n: zh-CN/en-US 各加一条 globalDashboard.workflow.filter.status。 - 同步 3 个 GlobalDashboard 相关的 jest snapshot (toolbar DOM 多一个 select 节点)。
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.
link https://github.com/actiontech/dms-ui-ee/pull/701