Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test #4

Open
gitsang opened this issue Oct 7, 2023 · 0 comments
Open

Test #4

gitsang opened this issue Oct 7, 2023 · 0 comments

Comments

@gitsang
Copy link
Owner

gitsang commented Oct 7, 2023

Loading
flowchart TB
    Start --> A[调用 API 获取 Fields 信息]
    A --> B[从前端存储获取默认表头列表]
    B --> C[遍历默认表头列表]
    C --> C1[根据 `title` 字段确定展示给用户的表头名字]
    C1 --> C2[根据 `type` 字段确定字段展示的格式]
    C2 --> C3[根据 `sortable` 字段确定是否展示排序按钮]
    C3 --> D{遍历结束?}
    D --否--> C
    D --是--> End
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant